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

Rename lite to team plan #184

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Rename lite to team plan #184

merged 1 commit into from
Oct 10, 2023

Conversation

adrian-codecov
Copy link
Contributor

@adrian-codecov adrian-codecov commented Oct 9, 2023

Purpose/Motivation

We're renaming lite to team to keep parity with the newly decided tier/plan name.

What does this PR do?

  • Rename lite plan/tier to team
BEGIN;
--
-- Raw SQL operation
--
ALTER TYPE plans ADD VALUE IF NOT EXISTS 'users-teamm';
--
-- Raw SQL operation
--
ALTER TYPE plans ADD VALUE IF NOT EXISTS 'users-teamy';
COMMIT;

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@RulaKhaled
Copy link
Contributor

Purpose/Motivation

We're renaming lite to team to keep parity with the newly decided tier/plan name.

What does this PR do?

  • Rename lite plan/tier to team

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

Care to add the sql migration?

@codecov-qa
Copy link

codecov-qa bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (219b98f) 95.56% compared to head (95d7a25) 95.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #184   +/-   ##
=======================================
  Coverage   95.56%   95.56%           
=======================================
  Files         598      599    +1     
  Lines       14907    14911    +4     
=======================================
+ Hits        14246    14250    +4     
  Misses        661      661           
Flag Coverage Δ
unit 95.56% <100.00%> (+<0.01%) ⬆️
unit-latest-uploader 95.56% <100.00%> (+<0.01%) ⬆️

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

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

@codecov-public-qa
Copy link

codecov-public-qa bot commented Oct 9, 2023

Codecov Report

Merging #184 (95d7a25) into main (219b98f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #184   +/-   ##
=======================================
  Coverage   95.56%   95.56%           
=======================================
  Files         598      599    +1     
  Lines       14907    14911    +4     
=======================================
+ Hits        14246    14250    +4     
  Misses        661      661           
Flag Coverage Δ
unit 95.56% <100.00%> (+<0.01%) ⬆️
unit-latest-uploader 95.56% <100.00%> (+<0.01%) ⬆️

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

Files Coverage Δ
codecov_auth/migrations/0047_auto_20231009_1257.py 100.00% <100.00%> (ø)
plan/constants.py 100.00% <100.00%> (ø)

Impacted file tree graph

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #184 (95d7a25) into main (219b98f) will not change coverage.
The diff coverage is 100.00%.

@@          Coverage Diff          @@
##            main    #184   +/-   ##
=====================================
  Coverage   95.47   95.47           
=====================================
  Files        713     714    +1     
  Lines      15308   15312    +4     
=====================================
+ Hits       14614   14618    +4     
  Misses       694     694           
Flag Coverage Δ
unit 95.64% <100.00%> (?)
unit-latest-uploader 95.64% <100.00%> (?)

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

Files Coverage Δ
codecov_auth/migrations/0047_auto_20231009_1257.py 100.00% <100.00%> (ø)
plan/constants.py 100.00% <100.00%> (ø)

@adrian-codecov adrian-codecov merged commit 8916978 into main Oct 10, 2023
17 of 18 checks passed
@adrian-codecov adrian-codecov deleted the 628-rename-lite-to-team branch October 10, 2023 08:11
@adrian-codecov
Copy link
Contributor Author

Ahh yeap added, had the sqlmigrate in my 1st version and forgot to add it 🙃 ty for the reminder

RulaKhaled pushed a commit that referenced this pull request Oct 12, 2023
RulaKhaled pushed a commit that referenced this pull request Oct 12, 2023
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