-
Notifications
You must be signed in to change notification settings - Fork 2
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: run notebooks in data service #375
Merged
olevski
merged 14 commits into
release-amaltheas-migration
from
feat-run-notebook-service-simplify-history
Sep 23, 2024
Merged
feat: run notebooks in data service #375
olevski
merged 14 commits into
release-amaltheas-migration
from
feat-run-notebook-service-simplify-history
Sep 23, 2024
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
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 27, 2024 19:14
dcc7d03
to
545b3c6
Compare
olevski
force-pushed
the
feat-expand-environments-specification
branch
4 times, most recently
from
August 27, 2024 21:32
8872560
to
4eb2c24
Compare
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 27, 2024 21:41
545b3c6
to
15cc4e9
Compare
This change is part of the following stack: Change managed by git-spice. |
This was referenced Aug 27, 2024
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 27, 2024 23:39
15cc4e9
to
3a28e4e
Compare
olevski
force-pushed
the
feat-expand-environments-specification
branch
from
August 28, 2024 11:30
4eb2c24
to
d76ef5e
Compare
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 28, 2024 11:55
3a28e4e
to
f4455bc
Compare
olevski
temporarily deployed
to
renku-ci-ds-375
August 28, 2024 11:56 — with
GitHub Actions
Inactive
You can access the deployment of this PR at https://renku-ci-ds-375.dev.renku.ch |
olevski
force-pushed
the
feat-expand-environments-specification
branch
from
August 28, 2024 11:58
d76ef5e
to
03223a7
Compare
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 28, 2024 12:04
f4455bc
to
43b61be
Compare
olevski
temporarily deployed
to
renku-ci-ds-375
August 28, 2024 12:04 — with
GitHub Actions
Inactive
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 28, 2024 12:14
43b61be
to
e221f61
Compare
olevski
temporarily deployed
to
renku-ci-ds-375
August 28, 2024 12:15 — with
GitHub Actions
Inactive
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 28, 2024 12:26
e221f61
to
bb8625d
Compare
olevski
temporarily deployed
to
renku-ci-ds-375
August 28, 2024 12:27 — with
GitHub Actions
Inactive
olevski
force-pushed
the
feat-expand-environments-specification
branch
from
August 28, 2024 12:38
03223a7
to
09ca8b3
Compare
olevski
force-pushed
the
feat-run-notebook-service-simplify-history
branch
from
August 28, 2024 12:48
bb8625d
to
6c4468d
Compare
olevski
temporarily deployed
to
renku-ci-ds-375
August 28, 2024 12:48 — with
GitHub Actions
Inactive
Panaetius
force-pushed
the
feat-expand-environments-specification
branch
from
August 30, 2024 08:21
09ca8b3
to
4eb2c24
Compare
olevski
force-pushed
the
feat-expand-environments-specification
branch
from
August 30, 2024 08:31
4eb2c24
to
09ca8b3
Compare
olevski
had a problem deploying
to
renku-ci-ds-375
September 3, 2024 09:15 — with
GitHub Actions
Failure
olevski
temporarily deployed
to
renku-ci-ds-375
September 3, 2024 09:18 — with
GitHub Actions
Inactive
sgaist
approved these changes
Sep 23, 2024
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.
LGTM
Tearing down the temporary RenkuLab deplyoment for this PR. |
olevski
added a commit
that referenced
this pull request
Sep 23, 2024
Co-authored-by: Samuel Gaist <[email protected]>
olevski
added a commit
that referenced
this pull request
Sep 23, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Sep 23, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts feat: update and expand apispec for environments chore: filter environments by owner type squashme: address comments feat!: expand environment specification This is a breaking change in the API. chore: add tests and minor fixes chore: test the global environments migration chore: fix tests chore: minor improvements to db session handling squashme: minor fix squashme: fixups for conflict resolutuion after merge squashme: fix failing tests chore: address comments feat: add command and args to environments squashme: notebooks changes This includes major edits to the notebooks code to work with the data service. chore: resolve changes from conflict resolution chore: do not use the complicated notebooks gitlab header The gitlab credentials header from the notebooks is really complicated. We used it here just to get the access token expiry. I modified the gateway to now pass in an extra header value to indicate the gitlab token expiry. squashme: handle per secret adoption in amalthea squashme: fix parsing of PosixPath in orm squashme: display the right status and state squashme: address comments from review pt1 refactor: make APIUser a frozen dataclass As there is no reason that these object shall be modified within the services, it simplifies its handling. squashme: address comments from review pt2 squashme: fixups from rebasing squashme: use PurePosixPath for workdir and mount squashme: add saved cloud storage model
olevski
added a commit
that referenced
this pull request
Sep 23, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts feat: update and expand apispec for environments chore: filter environments by owner type squashme: address comments feat!: expand environment specification This is a breaking change in the API. chore: add tests and minor fixes chore: test the global environments migration chore: fix tests chore: minor improvements to db session handling squashme: minor fix squashme: fixups for conflict resolutuion after merge squashme: fix failing tests chore: address comments feat: add command and args to environments squashme: notebooks changes This includes major edits to the notebooks code to work with the data service. chore: resolve changes from conflict resolution chore: do not use the complicated notebooks gitlab header The gitlab credentials header from the notebooks is really complicated. We used it here just to get the access token expiry. I modified the gateway to now pass in an extra header value to indicate the gitlab token expiry. squashme: handle per secret adoption in amalthea squashme: fix parsing of PosixPath in orm squashme: display the right status and state squashme: address comments from review pt1 refactor: make APIUser a frozen dataclass As there is no reason that these object shall be modified within the services, it simplifies its handling. squashme: address comments from review pt2 squashme: fixups from rebasing squashme: use PurePosixPath for workdir and mount squashme: add saved cloud storage model
olevski
added a commit
that referenced
this pull request
Sep 23, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts feat: run notebooks in data service (#375) Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts feat: update and expand apispec for environments chore: filter environments by owner type squashme: address comments feat!: expand environment specification This is a breaking change in the API. chore: add tests and minor fixes chore: test the global environments migration chore: fix tests chore: minor improvements to db session handling squashme: minor fix squashme: fixups for conflict resolutuion after merge squashme: fix failing tests chore: address comments feat: add command and args to environments squashme: notebooks changes This includes major edits to the notebooks code to work with the data service. chore: resolve changes from conflict resolution chore: do not use the complicated notebooks gitlab header The gitlab credentials header from the notebooks is really complicated. We used it here just to get the access token expiry. I modified the gateway to now pass in an extra header value to indicate the gitlab token expiry. squashme: handle per secret adoption in amalthea squashme: fix parsing of PosixPath in orm squashme: display the right status and state squashme: address comments from review pt1 refactor: make APIUser a frozen dataclass As there is no reason that these object shall be modified within the services, it simplifies its handling. squashme: address comments from review pt2 squashme: fixups from rebasing squashme: use PurePosixPath for workdir and mount squashme: add saved cloud storage model
olevski
added a commit
that referenced
this pull request
Sep 23, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts feat: run notebooks in data service (#375) Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts feat: run notebooks in data service (#375) Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts feat: update and expand apispec for environments chore: filter environments by owner type squashme: address comments feat!: expand environment specification This is a breaking change in the API. chore: add tests and minor fixes chore: test the global environments migration chore: fix tests chore: minor improvements to db session handling squashme: minor fix squashme: fixups for conflict resolutuion after merge squashme: fix failing tests chore: address comments feat: add command and args to environments squashme: notebooks changes This includes major edits to the notebooks code to work with the data service. chore: resolve changes from conflict resolution chore: do not use the complicated notebooks gitlab header The gitlab credentials header from the notebooks is really complicated. We used it here just to get the access token expiry. I modified the gateway to now pass in an extra header value to indicate the gitlab token expiry. squashme: handle per secret adoption in amalthea squashme: fix parsing of PosixPath in orm squashme: display the right status and state squashme: address comments from review pt1 refactor: make APIUser a frozen dataclass As there is no reason that these object shall be modified within the services, it simplifies its handling. squashme: address comments from review pt2 squashme: fixups from rebasing squashme: use PurePosixPath for workdir and mount squashme: add saved cloud storage model
olevski
added a commit
that referenced
this pull request
Sep 25, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Sep 27, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 2, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 4, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 8, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 22, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 28, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 28, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 30, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Oct 31, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Nov 1, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Nov 4, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Nov 6, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Nov 8, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Nov 11, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
olevski
added a commit
that referenced
this pull request
Nov 11, 2024
Co-authored-by: Samuel Gaist <[email protected]> squashme: resolve package version conflicts
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.
This includes major edits to the notebooks code to work with the data service.
/deploy renku=feat-jupyter-free-sessions amalthea-sessions=feat-add-cloud-storage renku-notebooks=feat-jupyter-free-sessions renku-gateway=feat-add-renku-refresh-token-for-data-service renku-ui=andrea/custom-launcher-jupyter-free extra-values=amalthea-sessions.deployCrd=false #notest