-
Notifications
You must be signed in to change notification settings - Fork 6
feat!: support for data connectors on user and group namespaces #3315
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!: support for data connectors on user and group namespaces #3315
Conversation
1db9034 to
e8e6097
Compare
64d9556 to
52d9aa3
Compare
f48cce3 to
765e524
Compare
4f80050 to
da51bb4
Compare
|
You can access the deployment of this PR at https://renku-ci-ui-3315.dev.renku.ch |
388e991 to
d3efa1b
Compare
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.
We should not inject into the projectV2 API. In fact, the PR which updates the API files does split each API cleanly so that each one is handled separately. See: #3299.
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.
Fixed in 6572869
leafty
left a comment
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.
Thanks!
Some first comments here.
client/src/features/ProjectPageV2/ProjectPageContent/DataSources/DataSourceModal.tsx
Show resolved
Hide resolved
client/src/features/dataConnectorsV2/components/DataConnectorActions.tsx
Show resolved
Hide resolved
client/src/features/dataConnectorsV2/components/DataConnectorModal/DataConnectorModalBody.tsx
Show resolved
Hide resolved
client/src/features/dataConnectorsV2/components/DataConnectorModal/index.tsx
Show resolved
Hide resolved
| <section className="mt-3"> | ||
| <Row> | ||
| <Col className="order-3" xs={12} xl={8}> | ||
| <DataConnectorsBox |
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.
As a note, it is very difficult for users to access this page (there is no top-level navigation link for it). Which means it is very difficult to create personal data connectors if we do not have a top-level create menu.
Co-authored-by: Flora Thiebaut <[email protected]>
leafty
left a comment
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.
Looks good, should be good to go with issues fixed.
…e connection This reverts commit e876667.
|
Tearing down the temporary RenkuLab deplyoment for this PR. |
* feat: support for data connectors on user and group namespaces (#3315) * feat: set/edit secrets for data connectors (#3330) * feat: data connectors on the project page (#3334) * feat: support launching sessions with data connectors (#3346) BREAKING CHANGE: Requires renku-data-services version >= 0.xx.0 BREAKING CHANGE: Requires renku-notebooks version >= 0.xx.0 build: update to latest project api spec
* feat: support for data connectors on user and group namespaces (#3315) * feat: set/edit secrets for data connectors (#3330) * feat: data connectors on the project page (#3334) * feat: support launching sessions with data connectors (#3346) * minor: cosmetic improvements to data connectors (#3359) BREAKING CHANGE: Requires renku-data-services version >= 0.xx.0 BREAKING CHANGE: Requires renku-notebooks version >= 0.xx.0
* feat: support for data connectors on user and group namespaces (#3315) * feat: set/edit secrets for data connectors (#3330) * feat: data connectors on the project page (#3334) * feat: support launching sessions with data connectors (#3346) * minor: cosmetic improvements to data connectors (#3359) BREAKING CHANGE: Requires renku-data-services version >= 0.xx.0 BREAKING CHANGE: Requires renku-notebooks version >= 0.xx.0
* feat: support for data connectors on user and group namespaces (#3315) * feat: set/edit secrets for data connectors (#3330) * feat: data connectors on the project page (#3334) * feat: support launching sessions with data connectors (#3346) * minor: cosmetic improvements to data connectors (#3359) BREAKING CHANGE: Requires renku-data-services version >= 0.xx.0 BREAKING CHANGE: Requires renku-notebooks version >= 0.xx.0
/deploy renku-data-services=leafty/feat-namespaced-data-connectors-4