Skip to content
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

Merged
merged 7 commits into from
Jul 10, 2024
Merged

Conversation

leafty
Copy link
Member

@leafty leafty commented Jun 10, 2024

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

@leafty leafty added the ShapeUp label Jun 19, 2024
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.
@leafty leafty force-pushed the build/feat-user-group-pages branch from 5a8fed1 to 7a318e7 Compare June 19, 2024 08:54
leafty added 3 commits June 28, 2024 09:10
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.
@leafty leafty marked this pull request as ready for review July 8, 2024 08:05
@leafty leafty requested a review from a team as a code owner July 8, 2024 08:05
@leafty leafty temporarily deployed to renku-ci-ui-3198 July 8, 2024 08:07 — with GitHub Actions Inactive
@RenkuBot
Copy link
Contributor

RenkuBot commented Jul 8, 2024

You can access the deployment of this PR at https://renku-ci-ui-3198.dev.renku.ch

Copy link
Contributor

@ciyer ciyer left a 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]>
Copy link
Contributor

@ciyer ciyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@leafty leafty merged commit c598db5 into main Jul 10, 2024
13 of 21 checks passed
@leafty leafty deleted the build/feat-user-group-pages branch July 10, 2024 07:31
@RenkuBot
Copy link
Contributor

Tearing down the temporary RenkuLab deplyoment for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ShapeUp] User and Group Pages in Renku 2.0
3 participants