Skip to content

feat!: Add name query parameter to ActionsService.ListArtifacts - #3330

Merged
gmlewis merged 1 commit into
google:masterfrom
gmlewis:i3328-add-name-query-param
Oct 21, 2024
Merged

feat!: Add name query parameter to ActionsService.ListArtifacts#3330
gmlewis merged 1 commit into
google:masterfrom
gmlewis:i3328-add-name-query-param

Conversation

@gmlewis

@gmlewisgmlewis commented Oct 21, 2024

Copy link
Copy Markdown
Collaborator

Fixes: #3328.

BREAKING CHANGE: opts argument to ActionsService.ListArtifacts changed from ListOptions to ListArtifactsOptions.

Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
@codecov

codecovBot commented Oct 21, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.01%. Comparing base (2b8c7fa) to head (76e7f96).
Report is 157 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #3330 +/- ##
==========================================
- Coverage 97.72% 93.01% -4.71% 
==========================================
Files 153 172 +19 Lines 13390 14848 +1458 ==========================================
+ Hits 13085 13811 +726 - Misses 215 944 +729 - Partials 90 93 +3 

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

@gmlewis

Copy link
Copy Markdown
CollaboratorAuthor

@muhardanz - can you please take a look at this (and possibly try it out) to see if it fixes the issue you were having?

@muhardanz

Copy link
Copy Markdown

@gmlewis I can confirm that this fixes the ListArtifacts function so that it can take in the name query string. I can also confirm that it returns the correct result

@gmlewis

Copy link
Copy Markdown
CollaboratorAuthor

Thank you, @muhardanz !
Merging.

@gmlewis
gmlewis merged commit cc9a0ed into google:masterOct 21, 2024
@gmlewis
gmlewis deleted the i3328-add-name-query-param branch October 21, 2024 12:00
jlaportebot added a commit to jlaportebot/go-github that referenced this pull request Jun 28, 2026
…le#3330)
Fixes: google#3328.
BREAKING CHANGE: `opts` argument to `ActionsService.ListArtifacts` changed from `ListOptions` to `ListArtifactsOptions`.
Sign up for freeto 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.

Unable to filter artifacts by name in golang

2 participants

@gmlewis@muhardanz