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

Use the same secret label on create and update #5704

Merged
merged 8 commits into from
Apr 18, 2023

Conversation

jhuleatt
Copy link
Contributor

@jhuleatt jhuleatt commented Apr 18, 2023

Description

Fixes #5689. Per internal chat, the correct label is firebase-managed, not firebase-hosting-managed.

Scenarios Tested

Added a test for matching labels, alongside the existing test for not-matching labels. I haven't manually tested this.

Sample Commands

N/A

@jhuleatt jhuleatt requested review from Berlioz and taeold April 18, 2023 17:17
@jhuleatt jhuleatt marked this pull request as ready for review April 18, 2023 17:50
Copy link
Contributor

@Berlioz Berlioz left a comment

Choose a reason for hiding this comment

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

well i feel dumb now, +1

@jhuleatt jhuleatt enabled auto-merge (squash) April 18, 2023 19:12
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 66.66% and no project coverage change.

Comparison is base (a4903ed) 55.60% compared to head (db39986) 55.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5704   +/-   ##
=======================================
  Coverage   55.60%   55.60%           
=======================================
  Files         324      324           
  Lines       21980    21980           
  Branches     4480     4480           
=======================================
+ Hits        12221    12222    +1     
+ Misses       8679     8678    -1     
  Partials     1080     1080           
Impacted Files Coverage Δ
src/deploy/functions/params.ts 32.30% <50.00%> (+0.34%) ⬆️
src/functions/secrets.ts 83.06% <75.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jhuleatt jhuleatt merged commit b80de64 into master Apr 18, 2023
32 of 33 checks passed
ProfHercules pushed a commit to ProfHercules/firebase-tools that referenced this pull request May 5, 2023
* always use the `firebase-managed` label
* add a test
tonyjhuang pushed a commit that referenced this pull request May 22, 2023
* always use the `firebase-managed` label
* add a test
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.

Secrets created with defineSecret are not firebase-managed
4 participants