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

ui: fix bug in usage logs description (PROJQUAY-6755) #2711

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

Marcusk19
Copy link
Contributor

In usage logs description one of the entries in the useLogDescriptions hook is as string when it should be a function. This causes an exception when trying to view logs that contain the event change_repo_state

Makes change_repo_state to be a function so this exception does not happen.

Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.79%. Comparing base (74fd23d) to head (69c5940).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2711      +/-   ##
==========================================
- Coverage   70.79%   70.79%   -0.01%     
==========================================
  Files         436      436              
  Lines       40526    40526              
  Branches     5283     5283              
==========================================
- Hits        28690    28689       -1     
- Misses      10159    10161       +2     
+ Partials     1677     1676       -1     
Flag Coverage Δ
unit 70.79% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Marcusk19 Marcusk19 merged commit b6c6f00 into quay:master Mar 1, 2024
19 checks passed
@Marcusk19 Marcusk19 deleted the projquay-6755 branch March 4, 2024 14:23
Sunandadadi pushed a commit to Sunandadadi/quay that referenced this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants