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(api): add additional parameter to project/group iteration search #2796

Merged
merged 3 commits into from May 22, 2024

Conversation

cristianocasella
Copy link
Contributor

Relates to #2795

Changes

Added "in" parameter to define where te search should be performed in a iteration list.

Documentation and testing

Please consider whether this PR needs documentation and tests. This is not required, but highly appreciated:

gitlab/v4/objects/iterations.py Outdated Show resolved Hide resolved
@cristianocasella cristianocasella changed the title feat(api): add "in" parameter to project/group iteration search feat(api): add additional parameter to project/group iteration search Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.53%. Comparing base (7ec3189) to head (9a7f3e2).
Report is 63 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2796   +/-   ##
=======================================
  Coverage   96.52%   96.53%           
=======================================
  Files          90       91    +1     
  Lines        5872     5912   +40     
=======================================
+ Hits         5668     5707   +39     
- Misses        204      205    +1     
Flag Coverage Δ
api_func_v4 82.39% <100.00%> (+0.15%) ⬆️
cli_func_v4 83.64% <100.00%> (+0.06%) ⬆️
unit 88.36% <100.00%> (+0.06%) ⬆️

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

Files Coverage Δ
gitlab/v4/objects/iterations.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Copy link
Member

@nejch nejch left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the rework and documenting this @cristianocasella! Just a few more nits from my side, let me know if you have any questions.

docs/gl_objects/iterations.rst Outdated Show resolved Hide resolved
gitlab/v4/objects/iterations.py Show resolved Hide resolved
gitlab/v4/objects/iterations.py Outdated Show resolved Hide resolved
gitlab/v4/objects/iterations.py Show resolved Hide resolved
gitlab/v4/objects/iterations.py Outdated Show resolved Hide resolved
gitlab/v4/objects/iterations.py Outdated Show resolved Hide resolved
Copy link
Member

@nejch nejch left a comment

Choose a reason for hiding this comment

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

@cristianocasella I've left one final round of comments/nits that also need an additional import based on your latest comment. Let me know and if you can update this then we can go ahead and merge!

docs/gl_objects/iterations.rst Outdated Show resolved Hide resolved
gitlab/v4/objects/iterations.py Show resolved Hide resolved
gitlab/v4/objects/iterations.py Show resolved Hide resolved
@cristianocasella
Copy link
Contributor Author

Going for a final rebase to include all the last adds

@cristianocasella cristianocasella force-pushed the iteration-search-in branch 3 times, most recently from b3589ef to 7e8a995 Compare May 20, 2024 10:32
@nejch nejch enabled auto-merge (squash) May 22, 2024 11:11
@nejch nejch merged commit 623dac9 into python-gitlab:main May 22, 2024
16 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.

None yet

2 participants