-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/46
- Loading branch information
Showing
128 changed files
with
20,810 additions
and
18,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @benjamn @hwillson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,75 @@ | ||
repository: | ||
# See https://developer.github.com/v3/repos/#edit for all available settings. | ||
|
||
homepage: http://dev.apollodata.com/ | ||
private: false | ||
has_issues: true | ||
has_wiki: false | ||
has_downloads: true | ||
has_projects: false | ||
|
||
# Labels: define labels for Issues and Pull Requests | ||
labels: | ||
# statuses to signal contributor / maintainers action | ||
- name: help-wanted | ||
color: 159818 | ||
- name: discussion | ||
color: e99695 | ||
- name: question | ||
color: cc317c | ||
- name: waiting-response | ||
color: fbca04 | ||
- name: reproduction-needed | ||
color: fbca04 | ||
|
||
# type of the issue / PR | ||
- name: bug | ||
color: fc2929 | ||
- name: docs | ||
color: c2e0c6 | ||
- name: feature | ||
color: 5319e7 | ||
- name: dependencies | ||
color: ededed | ||
- name: idea | ||
color: fbca04 | ||
- name: perf | ||
color: 1d76db | ||
- name: tooling | ||
color: c5def5 | ||
- name: refactor | ||
color: bfdadc | ||
- name: usability | ||
color: d4c5f9 | ||
- name: good-first-issue | ||
color: bfdadc | ||
|
||
# status of the issue / PR | ||
- name: duplicate | ||
color: d4c5f9 | ||
- name: can't-reproduce | ||
color: bfd4f2 | ||
- name: confirmed | ||
color: d93f0b | ||
- name: in-progress | ||
color: ededed | ||
- name: revisit | ||
color: ededed | ||
- name: no-recent-activity | ||
color: ededed | ||
|
||
# priority | ||
- name: high-priority | ||
color: b60205 | ||
- name: medium-priority | ||
color: e99695 | ||
- name: low-priority | ||
color: fef2c0 | ||
- name: pull-requests-encouraged | ||
color: 0e8a16 | ||
|
||
# tech specific | ||
- name: typescript | ||
color: 1d76db | ||
|
||
|
||
repository: | ||
# See https://developer.github.com/v3/repos/#edit for all available settings. | ||
|
||
homepage: http://dev.apollodata.com/ | ||
private: false | ||
has_issues: true | ||
has_wiki: false | ||
has_downloads: true | ||
has_projects: false | ||
|
||
# Labels: define labels for Issues and Pull Requests | ||
labels: | ||
# statuses to signal contributor / maintainers action | ||
- name: help-wanted | ||
color: 159818 | ||
- name: discussion | ||
color: e99695 | ||
- name: question | ||
color: cc317c | ||
- name: waiting-response | ||
color: fbca04 | ||
- name: reproduction-needed | ||
color: fbca04 | ||
|
||
# type of the issue / PR | ||
- name: bug | ||
color: fc2929 | ||
- name: docs | ||
color: c2e0c6 | ||
- name: feature | ||
color: 5319e7 | ||
- name: dependencies | ||
color: ededed | ||
- name: idea | ||
color: fbca04 | ||
- name: perf | ||
color: 1d76db | ||
- name: tooling | ||
color: c5def5 | ||
- name: refactor | ||
color: bfdadc | ||
- name: usability | ||
color: d4c5f9 | ||
- name: good-first-issue | ||
color: bfdadc | ||
|
||
# status of the issue / PR | ||
- name: duplicate | ||
color: d4c5f9 | ||
- name: can't-reproduce | ||
color: bfd4f2 | ||
- name: confirmed | ||
color: d93f0b | ||
- name: in-progress | ||
color: ededed | ||
- name: revisit | ||
color: ededed | ||
- name: no-recent-activity | ||
color: ededed | ||
|
||
# priority | ||
- name: high-priority | ||
color: b60205 | ||
- name: medium-priority | ||
color: e99695 | ||
- name: low-priority | ||
color: fef2c0 | ||
- name: pull-requests-encouraged | ||
color: 0e8a16 | ||
|
||
# tech specific | ||
- name: typescript | ||
color: 1d76db | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
coverage: | ||
parsers: | ||
javascript: | ||
enable_partials: yes | ||
status: | ||
project: | ||
default: | ||
target: "80%" | ||
patch: | ||
enabled: false | ||
comment: false | ||
coverage: | ||
parsers: | ||
javascript: | ||
enable_partials: yes | ||
status: | ||
project: | ||
default: | ||
target: "80%" | ||
patch: | ||
enabled: false | ||
comment: false |
Oops, something went wrong.