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

Allow repository ADMIN to update RepositoryMetadata #1116

Merged
merged 5 commits into from
Mar 20, 2025

Conversation

minwoox
Copy link
Contributor

@minwoox minwoox commented Mar 19, 2025

Motivation:
A repository ADMIN should have the ability to update the repository's RepositoryMetadata for better access control.

Modifications:

  • Updated MetadataApiService to allow a repository ADMIN to modify the corresponding repository's RepositoryMetadata.

Result:

  • Repository ADMIN users can now update RepositoryMetadata.

Motivation:
A repository `ADMIN` should have the ability to update the repository's `RepositoryMetadata` for better access control.

Modifications:
- Updated `MetadataApiService` to allow a repository `ADMIN` to modify the corresponding repository's `RepositoryMetadata`.

Result:
- Repository `ADMIN` users can now update `RepositoryMetadata`.
@minwoox minwoox added the defect label Mar 19, 2025
@minwoox minwoox added this to the 0.75.0 milestone Mar 19, 2025
Copy link
Member

@trustin trustin left a comment

Choose a reason for hiding this comment

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

👍

Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.18%. Comparing base (767eff3) to head (e4a68e7).
Report is 13 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1116      +/-   ##
============================================
+ Coverage     70.07%   70.18%   +0.10%     
- Complexity     4486     4503      +17     
============================================
  Files           453      452       -1     
  Lines         18161    18370     +209     
  Branches       2008     2031      +23     
============================================
+ Hits          12727    12893     +166     
- Misses         4345     4385      +40     
- Partials       1089     1092       +3     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@minwoox minwoox merged commit c465263 into line:main Mar 20, 2025
10 checks passed
@minwoox minwoox deleted the metadataRepositoryAdmin branch March 20, 2025 07:00
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.

4 participants