-
Notifications
You must be signed in to change notification settings - Fork 4
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: Add support for provisioning of tool models #1901
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
The generated OpenAPI client is not up to date with the latest changes in the OpenAPI specification. |
This was
linked to
issues
Oct 11, 2024
API Changelog 4.13.1.dev60+gc2898fa5GET /api/v1/projects/{project_slug}/models
POST /api/v1/projects/{project_slug}/models
GET /api/v1/projects/{project_slug}/models/{model_slug}
PATCH /api/v1/projects/{project_slug}/models/{model_slug}
DELETE /api/v1/projects/{project_slug}/models/{model_slug}/provisioning
GET /api/v1/projects/{project_slug}/models/{model_slug}/provisioning
GET /api/v1/projects/{project_slug}/models/{model_slug}/readme
GET /api/v1/projects/{project_slug}/tools
POST /api/v1/projects/{project_slug}/tools
DELETE /api/v1/projects/{project_slug}/tools/{project_tool_id}
GET /api/v1/sessions
POST /api/v1/sessions
GET /api/v1/sessions/{session_id}
GET /api/v1/tools
POST /api/v1/tools
GET /api/v1/tools/*/versions
GET /api/v1/tools/default
GET /api/v1/tools/{tool_id}
PUT /api/v1/tools/{tool_id}
GET /api/v1/users/{user_id}/sessions
|
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 17, 2024 16:03
1314b4c
to
c30c107
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 18, 2024 10:33
c30c107
to
1a5b4b4
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 22, 2024 11:54
1a5b4b4
to
ae2a284
Compare
A Storybook preview is available for commit c2898fa. |
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 23, 2024 13:28
ae2a284
to
de46fad
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 23, 2024 16:10
de46fad
to
b050fa0
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 24, 2024 08:43
b050fa0
to
cdf2bde
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 28, 2024 11:30
cdf2bde
to
511b9b3
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
4 times, most recently
from
October 29, 2024 16:21
7c52ca2
to
88437a7
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 29, 2024 21:01
88437a7
to
f1d1df7
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
October 31, 2024 07:22
f1d1df7
to
89d4cf2
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
November 11, 2024 05:01
e87f5a6
to
8c91244
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
2 times, most recently
from
November 12, 2024 13:18
0b80ff3
to
9e672fd
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
November 12, 2024 13:32
9e672fd
to
938d2b9
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
3 times, most recently
from
November 13, 2024 13:00
57ff990
to
bee5a33
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
November 13, 2024 15:31
bee5a33
to
4d94a35
Compare
This comment has been minimized.
This comment has been minimized.
zusorio
reviewed
Nov 14, 2024
frontend/src/app/projects/project-detail/training-details/training-details.component.html
Outdated
Show resolved
Hide resolved
...end/src/app/projects/project-detail/create-project-tools/create-project-tools.component.html
Show resolved
Hide resolved
...wrapper/create-sessions/create-provisioned-session/create-provisioned-session.component.html
Show resolved
Hide resolved
MoritzWeber0
force-pushed
the
training-sessions
branch
from
November 19, 2024 09:48
4d94a35
to
11ec4db
Compare
This comment has been minimized.
This comment has been minimized.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
November 19, 2024 10:51
11ec4db
to
c886459
Compare
This comment has been minimized.
This comment has been minimized.
zusorio
approved these changes
Nov 19, 2024
frontend/src/app/projects/project-detail/project-details.component.html
Outdated
Show resolved
Hide resolved
MoritzWeber0
force-pushed
the
training-sessions
branch
from
November 19, 2024 11:01
c886459
to
e16cb16
Compare
This comment has been minimized.
This comment has been minimized.
The already known provisioning feature for read-only sessions will be extended to persistent workspace sessions. Per session, a user can request a persistent workspace session and can pass optionally one model to provision. It's not possible to provision more than one model (aka one Git repository). The provisioning takes place once. We'll not touch the provisioned workspace until the user explicently resets the provisioning. The provisioning revision and date are stored in the database. When the users reset their workspace, we'll remove the provisioning model from the database. During the next session start, the matching workspace will be re-initialized and a copy will be saved to a `.bak` directory. This feature is essential for the start-up of trainings.
MoritzWeber0
force-pushed
the
training-sessions
branch
from
November 19, 2024 11:14
e16cb16
to
a58bff8
Compare
Quality Gate passedIssues Measures |
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.
The already known provisioning feature for read-only sessions will be extended to persistent workspace sessions.
Per session, a user can request a persistent workspace session and can pass optionally one model to provision. It's not possible to provision more than one model (aka one Git repository).
The provisioning takes place once. We'll not touch the provisioned workspace until the user explicently resets the provisioning. The provisioning revision and date are stored in the database.
When the users reset their workspace, we'll remove the provisioning model from the database. During the next session start, the matching workspace will be re-initialized and a copy will be saved to a
.bak
directory.This feature is essential for the start-up of trainings.
TODO:
README.md
from repository