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

patch: Add user route to extension_ui.go #2141

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

raulkele
Copy link
Contributor

  • Add new ui route "/user" to ui extension router configuration

What type of PR is this?
bug

Which issue does this PR fix:
Helps close zui issue project-zot/zui#373

What does this PR do / Why do we need it:
The new ui route implemented in zui PR project-zot/zui#403 returns 404 on refresh. Adding this in the extensions_ui file seems to fix this

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@raulkele raulkele changed the title patch: Add users route to extension_ui.go patch: Add user route to extension_ui.go Dec 17, 2023
Add new ui route "/user" to ui router

Signed-off-by: Raul-Cristian Kele <[email protected]>
@raulkele raulkele force-pushed the patch/users-ui-route branch from 28d0069 to f967f71 Compare December 17, 2023 17:40
Copy link

codecov bot commented Dec 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c2196e3) 92.10% compared to head (f967f71) 92.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2141   +/-   ##
=======================================
  Coverage   92.10%   92.10%           
=======================================
  Files         165      165           
  Lines       28754    28756    +2     
=======================================
+ Hits        26483    26485    +2     
  Misses       1675     1675           
  Partials      596      596           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andaaron andaaron merged commit 59f41ac into project-zot:main Dec 17, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants