Skip to content
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

feat!: Replace Jupyter file-shares with generic project level volumes #2230

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MoritzWeber0
Copy link
Member

No description provided.

Copy link

codecov bot commented Feb 21, 2025

Bundle Report

Changes will increase total bundle size by 2.27kB (0.02%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
capella-collab-manager-esm 13.94MB 2.27kB (0.02%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: capella-collab-manager-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index-*.js 2.27kB 2.74MB 0.08%

Files in assets/index-*.js:

  • ./src/app/openapi/model/project-user-scopes-input.ts → Total Size: 2.15kB

  • ./src/app/openapi/api/projects-volumes.service.ts → Total Size: 5.88kB

  • ./src/app/openapi/model/project-user-scopes-output.ts → Total Size: 2.17kB

Copy link

API Changelog 4.18.3.dev8+g5b6c518b

GET /api/v1/projects/{project_slug}/models

  • ⚠️ removed the required property '/items/tool/integrations/jupyter' from the response with the '200' status

POST /api/v1/projects/{project_slug}/models

  • ⚠️ removed the required property 'tool/integrations/jupyter' from the response with the '200' status

GET /api/v1/projects/{project_slug}/models/{model_slug}

  • ⚠️ removed the required property 'tool/integrations/jupyter' from the response with the '200' status

PATCH /api/v1/projects/{project_slug}/models/{model_slug}

  • ⚠️ removed the required property 'tool/integrations/jupyter' from the response with the '200' status

GET /api/v1/projects/{project_slug}/models/{model_slug}/provisioning

  • ⚠️ removed the required property '/anyOf[subschema 1: ModelProvisioning]/session/anyOf[subschema 1: Session]/version/tool/integrations/jupyter' from the response with the '200' status

GET /api/v1/projects/{project_slug}/tools

  • ⚠️ removed the required property '/items/tool/integrations/jupyter' from the response with the '200' status

POST /api/v1/projects/{project_slug}/tools

  • ⚠️ removed the required property 'tool/integrations/jupyter' from the response with the '200' status

GET /api/v1/projects/{project_slug}/users/{user_id}/permissions

  • ⚠️ added the new 'CREATE' enum value to the 'shared_volumes/items/' response property for the response status '200'
  • ⚠️ added the new 'DELETE' enum value to the 'shared_volumes/items/' response property for the response status '200'

GET /api/v1/projects/{project_slug}/volumes

  • endpoint added

GET /api/v1/sessions

  • ⚠️ removed the required property '/items/version/tool/integrations/jupyter' from the response with the '200' status

POST /api/v1/sessions

  • ⚠️ removed the required property 'version/tool/integrations/jupyter' from the response with the '200' status

GET /api/v1/sessions/{session_id}

  • ⚠️ removed the required property 'version/tool/integrations/jupyter' from the response with the '200' status

GET /api/v1/tools

  • ⚠️ removed the required property '/items/integrations/jupyter' from the response with the '200' status

POST /api/v1/tools

  • ⚠️ removed the required property 'integrations/jupyter' from the response with the '200' status
  • ⚠️ removed the request property 'integrations/jupyter'

GET /api/v1/tools/*/versions

  • ⚠️ removed the required property '/items/tool/integrations/jupyter' from the response with the '200' status

GET /api/v1/tools/default

  • ⚠️ removed the required property 'integrations/jupyter' from the response with the '200' status

GET /api/v1/tools/{tool_id}

  • ⚠️ removed the required property 'integrations/jupyter' from the response with the '200' status

PUT /api/v1/tools/{tool_id}

  • ⚠️ removed the required property 'integrations/jupyter' from the response with the '200' status
  • ⚠️ removed the request property 'integrations/jupyter'

GET /api/v1/users/current/tokens

  • ⚠️ added the new 'CREATE' enum value to the '/items/actual_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'
  • ⚠️ added the new 'CREATE' enum value to the '/items/requested_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'
  • ⚠️ added the new 'DELETE' enum value to the '/items/actual_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'
  • ⚠️ added the new 'DELETE' enum value to the '/items/requested_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'

POST /api/v1/users/current/tokens

  • ⚠️ added the new 'CREATE' enum value to the 'actual_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'
  • ⚠️ added the new 'CREATE' enum value to the 'requested_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'
  • ⚠️ added the new 'DELETE' enum value to the 'actual_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'
  • ⚠️ added the new 'DELETE' enum value to the 'requested_scopes/projects/additionalProperties/shared_volumes/items/' response property for the response status '200'
  • added the new 'CREATE' enum value to the request property 'scopes/projects/additionalProperties/shared_volumes/items/'
  • added the new 'DELETE' enum value to the request property 'scopes/projects/additionalProperties/shared_volumes/items/'

GET /api/v1/users/{user_id}/sessions

  • ⚠️ removed the required property '/items/version/tool/integrations/jupyter' from the response with the '200' status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Jupyter file-shares with generic project-level file-shares
1 participant