Skip to content

ncu-team: new tool to sync members of a Github team #164

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

Merged
merged 5 commits into from
Feb 8, 2018

Conversation

joyeecheung
Copy link
Member

No description provided.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
joyeecheung Joyee Cheung

Verified

This commit was signed with the committer’s verified signature. The key has expired.
joyeecheung Joyee Cheung

Verified

This commit was signed with the committer’s verified signature. The key has expired.
joyeecheung Joyee Cheung
@codecov
Copy link

codecov bot commented Feb 6, 2018

Codecov Report

Merging #164 into master will decrease coverage by 0.8%.
The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage    94.5%   93.69%   -0.81%     
==========================================
  Files          16       18       +2     
  Lines         600      666      +66     
==========================================
+ Hits          567      624      +57     
- Misses         33       42       +9
Impacted Files Coverage Δ
lib/auth.js 94.73% <ø> (ø) ⬆️
lib/cli.js 66.17% <100%> (ø) ⬆️
lib/team_info.js 95.74% <95.74%> (ø)
lib/file.js 63.15% <0%> (ø)

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 14a99e9...0084bc9. Read the comment docs.

Copy link
Contributor

@priyank-p priyank-p left a comment

Choose a reason for hiding this comment

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

Great! LGTM :)

lib/team_info.js Outdated
}

if (blocks.size === 0) {
throw new Error(`Could not find block matching ${RE}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we instead log out the comments instead here i guess the regular expression would be kind of daunting to log out to user?

Verified

This commit was signed with the committer’s verified signature. The key has expired.
joyeecheung Joyee Cheung

Verified

This commit was signed with the committer’s verified signature. The key has expired.
joyeecheung Joyee Cheung
Copy link
Contributor

@priyank-p priyank-p left a comment

Choose a reason for hiding this comment

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

LGTM. Just have a doubt see below

team(slug: $team) {
name,
description,
members(first: 100) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this limit how many team members we receive?

Copy link
Member Author

Choose a reason for hiding this comment

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

@cPhost Yeah, I plan to fix that in a later PR

Copy link
Contributor

Choose a reason for hiding this comment

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

Cool! then :)

@joyeecheung joyeecheung merged commit ed82789 into nodejs:master Feb 8, 2018
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