Commit 96ef4dc
authored
Updated SDK with the latest management yaml specifications (#485)
* - Added api.yaml management spec file containing latest openapi specs.
- Updated generate.sh to use directly openapi-generator-cli-7.7.0.jar file to generate the SDK.
- Removed the unused constants from constants.py and constants.mustache files.
- Remove the update_config.py script used to generate constants in config.yaml file.
- Fixed the failing integration tests and related cassettes for the SDK.
* - Added pagination support to the SDK.
- Added test file for the pagination support.
- Added missing files from the previous commit.
* - Added integration tests for the following api files.
- okta/api/api_service_integrations_api.py
- okta/api/application_cross_app_access_connections_api.py
- okta/api/application_features_api.py
- okta/api/application_policies_api.py
- okta/api/application_sso_api.py
- okta/api/application_sso_federated_claims_api.py
- okta/api/application_sso_public_keys_api.py
- okta/api/associated_domain_customizations_api.py
- okta/api/attack_protection_api.py
- okta/api/application_features_api.py
* - Added integration tests for the following api files.
- okta/api/authenticator_api.py
- okta/api/authorization_server_assoc_api.py
- okta/api/authorization_server_clients_api.py
- okta/api/authorization_server_rules_api.py
- okta/api/custom_domain_api.py
- okta/api/custom_pages_api.py
* - Deleted old API files which doesn't exist in the new YAML specs.
- In the themes_api.py modified the code to accept the file parameter and send it further in the request.
- In the http_client.py, handled the code to accept file data in the request and set it in the aiohttp request.
- Updated ENUM of OtpTotpAlgorithm according to the API results.
- Added missing import statement in the api_client.py and api_client.mustache.
- Added integration tests for the device_posture_check_api.py file.
* - Fixed File attribute empty issue. Assigned file parameter to form field.
- Fixed model enum issues.
- Added fixes to api.yaml file.
* - Updated README.md CHANGELOG.md files.
- Updated mustache templates.
* - Added updates for next release information under CHANGELOG.md.
- Added PAGINATION_GUIDE.md.
- Updated related setup.mustache and setup.py file.
* - Ran autoflake and autopep8 command changes.
* - Resolved Flake8 errors.
* - Resolved Flake8 errors for the schema files under models directory.
* - Resolved Flake8 errors for the files under okta directory.
* - Fixed lint issue with error_messages.py.
* - Updated CHANGELOG.md with the information regarding new/updated/removed API methods across API directory.
- Added content of PAGINATION_GUIDE.md to README.md.
- Removed docs directory information from README.md.
- Deleted travis and gitlab files as they are not being used.
- Updated name of the version from 3.0.1 to 3.1.0 as this is a major release to 3.0.0.
* - Removed the environment variable declaration from client.mustache and client.py.
- Reformatted Prerequisites section from README.md and CONTRIBUTING.md file.
- Specified stopped supporting Python version below 3.9 in README.md file.
* - .editorconfig - Universal editor configuration (works with all IDEs)
- .flake8 - Flake8 configuration that PyCharm automatically reads
* - Fixed the issue for malware scanner reversing lab download failure.
* - Shifted API and Models documentation from README.md to okta/DOC_GUIDE.md.
- Added DOC_GUIDE.mustache to generate DOC_GUIDE.md file.
- Added SECURITY.md and CODE_OF_CONDUCT.md
* - Fixed the config.yaml for DOC_GUIDE.md.
- Updated README.mustache for the changes in README.md file.
* - Removed .openapi-generator directory.
- Added .openapi-generator directory to .gitignore file.
* - nit changes to README.mustache and README.md files for code example snippets.1 parent e9fa5b8 commit 96ef4dc
File tree
3,570 files changed
+409765
-201603
lines changed- .circleci
- .openapi-generator
- docs
- okta
- api
- cache
- exceptions
- models
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
3,570 files changed
+409765
-201603
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
| |||
88 | 97 | | |
89 | 98 | | |
90 | 99 | | |
91 | | - | |
| 100 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
This file was deleted.
0 commit comments