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

chore: delete legacy allow event fields #300

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Conversation

plyr4
Copy link
Contributor

@plyr4 plyr4 commented Apr 3, 2024

@plyr4 plyr4 marked this pull request as ready for review April 3, 2024 18:19
@plyr4 plyr4 requested a review from a team as a code owner April 3, 2024 18:19
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.19%. Comparing base (4a7c245) to head (ab8f1a8).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #300   +/-   ##
=======================================
  Coverage   89.19%   89.19%           
=======================================
  Files          20       20           
  Lines         796      796           
=======================================
  Hits          710      710           
  Misses         52       52           
  Partials       34       34           

Copy link
Contributor

@KellyMerrick KellyMerrick left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -237,10 +258,11 @@ func TestAdmin_Secret_Update_200(t *testing.T) {
_ = json.Unmarshal(data, &want)

req := library.Secret{
Name: String("foo"),
Value: String("bar"),
Events: &[]string{"barf", "foob"},
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just realized i removed the "barf" here. call me the janitor from now on

@plyr4 plyr4 merged commit 5008562 into main Apr 5, 2024
9 of 11 checks passed
@plyr4 plyr4 deleted the chore/deprecated-events branch April 5, 2024 15:02
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

4 participants