-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Thread Information from TM1 Server #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gets thread information from TM1 and returns it as a dictionary.
rclapp
added a commit
that referenced
this pull request
Aug 3, 2023
* Moved api path to base url to continue to support v11 * Refactored all services to continue v11 support and expand support to v12 using the base_url property. * Update config.ini Fixed test fixture config * Corrected test_get_threads to include api/v1 in the path * Support for v12 Auth with backwards compatibility. * Updates to cell service to support v12 using blobs. Updates include tests, new utils for skipping invalid tests, and updates to the FileService.py * Updates to services and tests to support v12 * Updates to services and tests to support v12 * Small change to CubeService_test.py to use a real rule statement in the get all names test. Test used to use comments which seem unreliable across versions. * Updates to the ProcessService and HierarchyService and related tests. * Removed test that requires control process, not all models have control processes. * New functions request the server metadata and update system logger levels * Updates to process tests * Remove ODATA tags that are not needed * Updates to the application service to support v12. Updated tests to resolve dependency issues with chores and processes. * New manage service that allows you to control the PAe control plane * Remove support for Impersonation and ErrorLogs entity * Manage Service Updates * Manage Service Updates and small fixes to security tests * Simplification of the auth and root creation methods
MariusWirtz
pushed a commit
that referenced
this pull request
Nov 29, 2023
* Moved api path to base url to continue to support v11 * Refactored all services to continue v11 support and expand support to v12 using the base_url property. * Update config.ini Fixed test fixture config * Corrected test_get_threads to include api/v1 in the path * Support for v12 Auth with backwards compatibility. * Updates to cell service to support v12 using blobs. Updates include tests, new utils for skipping invalid tests, and updates to the FileService.py * Updates to services and tests to support v12 * Updates to services and tests to support v12 * Small change to CubeService_test.py to use a real rule statement in the get all names test. Test used to use comments which seem unreliable across versions. * Updates to the ProcessService and HierarchyService and related tests. * Removed test that requires control process, not all models have control processes. * New functions request the server metadata and update system logger levels * Updates to process tests * Remove ODATA tags that are not needed * Updates to the application service to support v12. Updated tests to resolve dependency issues with chores and processes. * New manage service that allows you to control the PAe control plane * Remove support for Impersonation and ErrorLogs entity * Manage Service Updates * Manage Service Updates and small fixes to security tests * Simplification of the auth and root creation methods
Merged
MariusWirtz
pushed a commit
that referenced
this pull request
Jan 8, 2024
* Moved api path to base url to continue to support v11 * Refactored all services to continue v11 support and expand support to v12 using the base_url property. * Update config.ini Fixed test fixture config * Corrected test_get_threads to include api/v1 in the path * Support for v12 Auth with backwards compatibility. * Updates to cell service to support v12 using blobs. Updates include tests, new utils for skipping invalid tests, and updates to the FileService.py * Updates to services and tests to support v12 * Updates to services and tests to support v12 * Small change to CubeService_test.py to use a real rule statement in the get all names test. Test used to use comments which seem unreliable across versions. * Updates to the ProcessService and HierarchyService and related tests. * Removed test that requires control process, not all models have control processes. * New functions request the server metadata and update system logger levels * Updates to process tests * Remove ODATA tags that are not needed * Updates to the application service to support v12. Updated tests to resolve dependency issues with chores and processes. * New manage service that allows you to control the PAe control plane * Remove support for Impersonation and ErrorLogs entity * Manage Service Updates * Manage Service Updates and small fixes to security tests * Simplification of the auth and root creation methods
MariusWirtz
pushed a commit
that referenced
this pull request
Jan 11, 2024
* Moved api path to base url to continue to support v11 * Refactored all services to continue v11 support and expand support to v12 using the base_url property. * Update config.ini Fixed test fixture config * Corrected test_get_threads to include api/v1 in the path * Support for v12 Auth with backwards compatibility. * Updates to cell service to support v12 using blobs. Updates include tests, new utils for skipping invalid tests, and updates to the FileService.py * Updates to services and tests to support v12 * Updates to services and tests to support v12 * Small change to CubeService_test.py to use a real rule statement in the get all names test. Test used to use comments which seem unreliable across versions. * Updates to the ProcessService and HierarchyService and related tests. * Removed test that requires control process, not all models have control processes. * New functions request the server metadata and update system logger levels * Updates to process tests * Remove ODATA tags that are not needed * Updates to the application service to support v12. Updated tests to resolve dependency issues with chores and processes. * New manage service that allows you to control the PAe control plane * Remove support for Impersonation and ErrorLogs entity * Manage Service Updates * Manage Service Updates and small fixes to security tests * Simplification of the auth and root creation methods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Gets thread information from TM1 and returns it as a dictionary.