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(hub-teams): remove pre 9.1 well known teams #561

Merged
merged 2 commits into from
Jun 29, 2021

Conversation

benstoltz
Copy link
Member

  1. Description:
    Removes pre 9.1 well known teams

  2. Instructions for testing:

  1. Screenshot/GIF:

  2. Closes Issues: # (if appropriate)

  3. ran commit script (npm run c)

Note If you don't run the commit script at least once, the Semantic Pull Request check will fail. Save yourself some time, and run npm run c and follow the prompts.

For more information see the README

@benstoltz benstoltz requested a review from dbouwman June 29, 2021 12:02
@codecov
Copy link

codecov bot commented Jun 29, 2021

Codecov Report

Merging #561 (6bc46cd) into master (000cc05) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #561     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           88       428    +340     
  Lines         1314      6000   +4686     
  Branches       193       945    +752     
===========================================
+ Hits          1314      6000   +4686     
Impacted Files Coverage Δ
packages/annotations/src/search.ts 100.00% <ø> (ø)
packages/common/src/auth.ts 100.00% <ø> (ø)
packages/annotations/src/add.ts 100.00% <100.00%> (ø)
packages/annotations/src/update.ts 100.00% <100.00%> (ø)
packages/annotations/src/util.ts 100.00% <100.00%> (ø)
packages/common/src/OperationError.ts 100.00% <100.00%> (ø)
packages/common/src/OperationStack.ts 100.00% <100.00%> (ø)
packages/common/src/access/can-edit-event.ts 100.00% <100.00%> (ø)
packages/common/src/access/can-edit-item.ts 100.00% <100.00%> (ø)
...ackages/common/src/access/can-edit-site-content.ts 100.00% <100.00%> (ø)
... and 506 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8614fe7...6bc46cd. Read the comment docs.

Copy link
Member

@dbouwman dbouwman left a comment

Choose a reason for hiding this comment

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

Looks good - only ask is to make the source of deprecation warnings more obvious.. like Hub.js::<functionName> Deprecation warning <details>

? PRE_9_1_WELLKNOWNTEAMS
: WELLKNOWNTEAMS;
/* tslint:disable no-console */
console.warn("portalApiVersion is deprecated and will be removed at v9.0.0");
Copy link
Member

Choose a reason for hiding this comment

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

Add the function name to the warning... otherwise, it's hard to know where this is coming from

? PRE_9_1_WELLKNOWNTEAMS
: WELLKNOWNTEAMS;
/* tslint:disable no-console */
console.warn("portalApiVersion is deprecated and will be removed at v9.0.0");
Copy link
Member

Choose a reason for hiding this comment

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

same here

@benstoltz benstoltz merged commit 49a6a12 into master Jun 29, 2021
@benstoltz benstoltz deleted the chore/nix-pre-91-well-known-teams-logic branch June 29, 2021 14:15
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.

2 participants