-
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
feat: add user and group pages in Renku 2.0 #3198
Conversation
Fixes #3199. Add user pages to Renku 2.0. Details: * Add user page at `/v2/users/:username`. * Add self-redirect page at `/v2/user`. * Updated `<Pagination>` component. * Link to project members in the project info sidebar.
5a8fed1
to
7a318e7
Compare
Fixes #3205. Update group pages in Renku 2.0. Details: * Update the group page `/v2/users/:group`. * Update `client/src/features/projectsV2/api/namespace.openapi.json` to the latest version * Add link to namespace in project information.
Closes #3207. Update the search page in Renku 2.0. Details: * Update the search card results in `/v2/search`. * Use code generator for the search API.
You can access the deployment of this PR at https://renku-ci-ui-3198.dev.renku.ch |
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.
This looks very good! 🎉 I have a few minor wording suggestions and a question about a change (or lack thereof) in the e2e test data, but that is all.
Co-authored-by: Chandrasekhar Ramakrishnan <[email protected]>
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.
🎉
Tearing down the temporary RenkuLab deplyoment for this PR. |
Closes #3197.
Feature branch.
New features for Renku 2.0: add user pages, update group pages, update project info, update search page.
Included changes:
BREAKING CHANGE: requires
renku-data-services >= 0.17.0
BREAKING CHANGE: requires
renku-search >= 0.4.0
/deploy renku=build/feat-user-group-pages renku-data-services=main