Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5
chore: update compass.yml — Jira board, status page, tier, lifecycle and metadata [PYSDK-82]#570
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a597fe1259f4c717c159a1ab1dd4File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,15 +1,25 @@ | ||||||||||||||
| name: python-sdk | ||||||||||||||
| id: ari:cloud:compass:fff788d2-8a2a-4c36-a884-dde2bb4a2b49:component/f65912bc-77bd-4e1f-b333-1a9e8f0ac32c/aca547e5-2577-4f9d-9aaa-cf360acc976c | ||||||||||||||
| description: 🔬 Python SDK providing access to the Aignostics Platform. Includes Aignostics Launchpad (Desktop Application), Aignostics CLI (Command-Line Interface), example notebooks, and Aignostics Client Library. | ||||||||||||||
| description: 🔬 Python SDK providing access to the Aignostics Platform. Includes | ||||||||||||||
| Aignostics Launchpad (Desktop Application), Aignostics CLI (Command-Line | ||||||||||||||
| Interface), example notebooks, and Aignostics Client Library. | ||||||||||||||
| configVersion: 1 | ||||||||||||||
| typeId: APPLICATION | ||||||||||||||
| ownerId: ari:cloud:identity::team/b1cfb598-3138-4c2a-8b6a-19fb1078645b | ||||||||||||||
| fields: | ||||||||||||||
| tier: 4 | ||||||||||||||
| tier: 1 | ||||||||||||||
| lifecycle: Active | ||||||||||||||
| isMonorepoProject: false | ||||||||||||||
| links: | ||||||||||||||
| - name: null | ||||||||||||||
| type: REPOSITORY | ||||||||||||||
| url: https://github.com/aignostics/python-sdk | ||||||||||||||
| - name: Jira Board | ||||||||||||||
| type: PROJECT_TRACKER | ||||||||||||||
| url: https://aignx.atlassian.net/jira/software/projects/PYSDK/boards | ||||||||||||||
| - name: Status Page | ||||||||||||||
| type: STATUS_PAGE | ||||||||||||||
| url: https://status.aignostics.com | ||||||||||||||
| relationships: | ||||||||||||||
| DEPENDS_ON: [] | ||||||||||||||
| labels: | ||||||||||||||
| @@ -38,25 +48,25 @@ customFields: | ||||||||||||||
| value: false | ||||||||||||||
| - name: Component Key | ||||||||||||||
| type: text | ||||||||||||||
| value: null | ||||||||||||||
| value: python-sdk | ||||||||||||||
| - name: Deployment Branch | ||||||||||||||
| type: text | ||||||||||||||
| value: null | ||||||||||||||
| value: release/* | ||||||||||||||
CopilotAI | ||||||||||||||
| value: release/* | |
| value: release/v* |
CopilotAIApr 24, 2026
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.
The custom field "Is open source" is malformed: it sets type: true (should be a valid Compass field type like boolean) and it doesn't provide a value. This will likely make the compass.yml invalid for Compass ingestion. Set type: boolean and add an explicit value: true/false (and keep the schema consistent with other boolean custom fields above).
| type: true | |
| type: boolean | |
| value: true |
CopilotAIApr 24, 2026
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.
The newly added custom field "Is open source" is malformed: it sets type: true (a boolean) and provides no value. This will likely fail Compass schema validation. Set type to the expected field type (e.g., boolean) and add an explicit value (true/false).
| type: true | |
| type: boolean | |
| value: true |
Uh oh!
There was an error while loading. Please reload this page.
CopilotAIApr 24, 2026
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.
The PR description says this link should point to the PYSDK Jira board, but the URL ends at
/boards(board list) rather than a specific board (typically/boards/<boardId>). If the intent is a direct board link, update the URL to the concrete board URL so Compass users land on the intended board immediately.