-
Notifications
You must be signed in to change notification settings - Fork 6
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
UI for configuring KG integration #374
Conversation
999cb45
to
a2af5c4
Compare
a2af5c4
to
c6b254b
Compare
Third point of #369 is not addressed by this PR, please let me know if I should open a new issue for that |
When the project is private the webhook check fails and a error alert is displayed. Should I check for the visibility level or is this temporary? |
yes, please do so. |
As discussed, add a disclaimer for the webhook creation in the new project page when creating a private project. |
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.
Good work. I'd suggest to let this PR sit until the support for private projects on the graph side is finished.
That looks to be done in SwissDataScienceCenter/renku-graph#50 |
ce51c96
to
a2021a1
Compare
a2021a1
to
18797f6
Compare
Waiting for SwissDataScienceCenter/renku-gateway#107 to be closed |
18797f6
to
a6cc641
Compare
A preview is now available at https://lorenzotest.dev.renku.ch |
I fear the warning popups are not closed correctly right now: they re-appear sometimes when navigating through the project tabs. It doesn't take long to fix this, but first please confirm me if this visualization is fine or if you prefer something different |
a6cc641
to
1948d69
Compare
I can't re-request the review either, this message should do it :) |
@ableuler can you review since @ciyer and @lorenzo-cavazzi seem to be in some sort of review twilight zone? |
052bc8a
to
f0e5fae
Compare
let warningPrivate = null; | ||
if (this.props.value === "private") { | ||
warningPrivate = <FormText color="danger"> | ||
Please be aware that some metadata may become public even for private projects |
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.
New text: "The Knowledge Graph may make some metadata public; the contents will remain private."
f0e5fae
to
695dc4f
Compare
Waiting for internal project webhook creation support: SwissDataScienceCenter/renku-graph#62 |
|
wops... of course :) |
695dc4f
to
5f32775
Compare
5f32775
to
d866d72
Compare
Webhook creation for new projects and alert display for older projects. Alerts added to shared components.
d866d72
to
fa0c91d
Compare
Fix #369.