Skip to content

Add support for project tag list filters #3157

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nsandlin1
Copy link

Added _list_filters attribute to gitlab.v4.objects.tags.ProjectTagManager to support defined api list filters: order_by, sort and search.

Closes #3156

@nsandlin1 nsandlin1 changed the title feat(api): add support for project tag list filters Add support for project tag list filters Mar 23, 2025
Copy link

codecov bot commented Mar 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.31%. Comparing base (8dbdd7e) to head (f00c53c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3157   +/-   ##
=======================================
  Coverage   97.31%   97.31%           
=======================================
  Files          98       98           
  Lines        6034     6035    +1     
=======================================
+ Hits         5872     5873    +1     
  Misses        162      162           
Flag Coverage Δ
api_func_v4 83.76% <100.00%> (+0.16%) ⬆️
cli_func_v4 84.68% <100.00%> (+<0.01%) ⬆️
unit 90.17% <100.00%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
gitlab/v4/objects/tags.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JohnVillalovos JohnVillalovos force-pushed the feature/missing-list-filters-on-projecttagmanager branch from 2e4c9a3 to f00c53c Compare April 17, 2025 16:28
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.

Missing list filters on ProjectTagManager
1 participant