-
Notifications
You must be signed in to change notification settings - Fork 34
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 data connectors in Renku 2.0 #3793
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
You can access the deployment of this PR at https://ci-renku-3793.dev.renku.ch |
The "Individual Components" section was repeated during a merge.
Adds new credentials for new Amalthea version and removes obsolete Python code.
Adds search reprovisioning.
Signed-off-by: Julien Godin <[email protected]> Co-authored-by: Julien Godin <[email protected]> Co-authored-by: Rok Roškar <[email protected]> Co-authored-by: Flora Thiebaut <[email protected]>
Panaetius
force-pushed
the
release-0.58.0
branch
from
October 7, 2024 12:58
5779512
to
7bd810a
Compare
Co-authored-by: Rok Roškar <[email protected]>
Add support for signing cookie in the gateway.
Remove the `logout()` command and use `cy.session()` instead. This makes the tests less flaky.
Panaetius
force-pushed
the
release-0.59.0
branch
from
October 17, 2024 08:46
6a5f1e8
to
080ab71
Compare
leafty
had a problem deploying
to
ci-renku-3793
October 17, 2024 11:10
— with
GitHub Actions
Failure
Panaetius
requested changes
Oct 17, 2024
lokijuhy
approved these changes
Oct 17, 2024
Panaetius
approved these changes
Oct 17, 2024
Panaetius
added a commit
that referenced
this pull request
Oct 22, 2024
* chore: create release 0.59.0 * feat: bump renku-gateway to 1.2.0 (#3808) Add support for signing cookie in the gateway. * refactor: use cy.session for anonymous user checks (#3802) Remove the `logout()` command and use `cy.session()` instead. This makes the tests less flaky. * feat: update renku-ui to 3.38.0 (#3815) * feat!:add support for data connectors in Renku 2.0 (#3793) Closes #3751. Add support for data connectors in Renku 2.0. * fix: update permission checks in Renku 2.0 (#3819) See: SwissDataScienceCenter/renku-ui#3350. Fixes permission check in the Renku 2.0 UI. Notably, group owners can update projects in the group even if they are not direct project members. * fix: bump renku-ui to 3.40.1 (#3821) Fixes a bug with data connectors where typing a slug would not be taken into account and using uppercase letter in the name would cause issues. * fix changelog versions --------- Co-authored-by: Flora Thiebaut <[email protected]> Co-authored-by: Andrea Cordoba <[email protected]> Co-authored-by: Ralf Grubenmann <[email protected]>
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.
Closes #3751.
Add support for data connectors in Renku 2.0.
/deploy