-
Notifications
You must be signed in to change notification settings - Fork 30
Multiworkspace support + rebranding #674
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes all references to "Intel® " from "Intel® Geti™" throughout the codebase, changing them to simply "Geti™". The changes are primarily in comments, documentation, and error messages to align with new branding guidelines.
Key Changes:
- Update brand references from "Intel® Geti™" to "Geti™" across the entire codebase
- Support for multi-workspace environments in integration tests through automatic workspace selection
- Addition of MultipleWorkspacesException handling in test fixtures and configuration
Reviewed Changes
Copilot reviewed 107 out of 107 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests/fixtures/geti.py | Added multi-workspace support with automatic selection of first available workspace |
| tests/conftest.py | Added workspace handling for environments with multiple workspaces |
| geti_sdk/utils/workspace_helpers.py | Added available_workspaces attribute to MultipleWorkspacesException |
| Multiple documentation/comment files | Updated branding references from "Intel® Geti™" to "Geti™" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| <a align="center" href="https://docs.geti.intel.com/"> | ||
| <img | ||
| width="120%" | ||
| src="docs/geti-logo.png?raw=true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please change logo to https://github.com/user-attachments/assets/9faee9f9-8c04-4287-8302-6b9d8c8675fe and delete geti-logo.png from the repo?
Summary
Changes allowing integration tests to be executed in environment with more than one workspace defined. Additionally - changes related to rebranding (Intel Geti -> Geti) have been added.
How to test
Tests of this change should be performed on an environment where there is more than on workspace defined for a user used to tests.
Checklist