SirWindfield
a8227af31c
feat: add namespaced token ( #296 )
...
* feat: add namespaced token
This commit adds the possibility to specify the private token via the
ALL_CONTRIBUTORS_PRIVATE_TOKEN environment variable. If the environment
variable is not set it will fall back to the previous behavior and check
for PRIVATE_TOKEN instead.
Closes #294
* style: remove irregular whitespace
* refactor: remove unneeded parenthesis
2021-02-13 16:25:11 +00:00
allcontributors[bot]
f1dc01d714
docs: add LaChapeliere as a contributor ( #292 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-14 22:01:29 +00:00
LaChapeliere
f9f2866bbb
feat(contribution-types): add research contribution type ( #291 )
...
* feat(contribution-types.js): add research contribution type
Add a research contribution type with microscope emoji, for people doing literature review, code
prototyping or any other research-related activity.
#446
* fix(contribution-types.js): fix name and position of added type
Fix name of added type (was "question" due to copy pasting) and position (alphabetical order)
#446
* Transform emoji code into emoji
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-10-09 19:34:34 +01:00
allcontributors[bot]
d59d279ab4
docs: add darekkay as a contributor ( #290 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* docs(readme): table update
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-10-04 21:51:37 +01:00
Darek Kay
d517440203
feat: display a meaningful error when the config file is missing ( #288 )
...
* feat: display a meaningful error when the config file is missing
## What
When you try to add a user with `.all-contributorsrc` missing, you will get a cryptic error message (see also all-contributors/all-contributors#378 ):
```
$ all-contributors add darekkay maintenance
Cannot read property 'then' of null
```
This PR displays a meaningful error message in this case.
## Why
So users know what's causing the problem.
## How
Before a contribution is being added, the script checks whether the config file exists. If it doesn't, an error message is being displayed:
```
$ all-contributors add darekkay maintenance
Configuration file not found: C:\projects\test\.all-contributorsrc
```
* docs: add darekkay as a contributor
* refactor: fixed typos
* docs(readme): table rectification
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-10-04 21:44:02 +01:00
allcontributors[bot]
24004d56b5
docs: add melink14 as a contributor ( #285 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* docs: contribution fix
* docs(readme): rectified the README
* docs(readme): rectified the README (again)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
2020-10-04 21:40:36 +01:00
allcontributors[bot]
0ec4d842ae
docs: add jdalrymple as a contributor ( #264 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-10-04 21:26:32 +01:00
Darek Kay
d44b70a1f0
refactor: return a Promise instead of relying on callback parameter ( #289 )
2020-10-04 21:11:18 +01:00
allcontributors[bot]
f1d576fda7
docs: add shairez as a contributor ( #287 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-09-20 12:06:02 +01:00
Shai Reznik
5c506a526c
fix(github): show the actual error message ( #286 )
...
* fix: 🐛 show actual github error message
* refactor(github): replaced "github" with "GitHub"
Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
2020-09-20 11:52:21 +01:00
Erek Speed
1affe41308
fix: make all-contributors output prettier compliant. ( #283 )
...
Fixes #441
2020-09-16 22:28:03 +01:00
allcontributors[bot]
0c75595156
docs: add mloning as a contributor ( #275 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* fix: merge fix
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-08-23 22:30:33 +01:00
allcontributors[bot]
51b0837a06
docs: add DavidAnson as a contributor ( #279 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-08-18 20:36:42 +01:00
Jeroen Claassens
374d07635f
fix: fixed thrown error message ( #280 )
...
This accidentally got in as I was copypasting code as part of #277
2020-08-16 10:27:40 +01:00
Jeroen Claassens
74f3b710a6
refactor: move from "request" to "node fetch" ( #277 )
...
* feat: migrate from request to node-fetch
* docs(readme): add favna for all contributors
* fix: forgot to refactor this one
* style(gitlab): fixed formatting issues
Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
2020-08-14 10:21:34 +01:00
David Anson
8af13c3f5e
fix: replace markdownlint-enable with markdownlint-restore to restore (vs. enable all) previous rules ( fixes #276 ). ( #278 )
2020-08-14 10:18:31 +01:00
Markus Löning
3bb4a03008
feat(contribution-types): adds mentoring ( #274 )
...
* feat: 🎸 Add mentoring
* style: remove white spaces
2020-07-24 13:37:44 +01:00
allcontributors[bot]
bd4bea101e
docs: add pavelloz as a contributor ( #273 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-06-28 19:23:56 +01:00
Paweł Kowalski
fc2d05e6b9
perf: add image size to avatar url to improve performance ( #269 )
...
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-06-28 17:58:51 +01:00
allcontributors[bot]
b70d5f3d5d
docs: adds missing contributors ( #272 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* docs: added missing contributions
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
2020-06-28 17:46:50 +01:00
Maximilian Berkmann
e48419c1db
chore(dep): bumped json-fixer to 1.5.1 ( #270 )
...
I introduced bug and security fixes (and minor improvements) and I think it would be worthwhile for
this package to use a more up-to-date version.
2020-06-28 09:05:21 -07:00
greenkeeper[bot]
e73693827d
chore(package): update kcd-scripts to version 6.2.0 ( #263 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-06-27 20:36:20 +01:00
Piotr Stępniewski
b77f86bf7f
feat(repo): github profile url should be valid ( #268 )
...
* feat(repo): github profile url should be valid
* docs: add k3nsei as a contributor
2020-06-07 21:38:12 +01:00
greenkeeper[bot]
649f6ceebc
chore(package): update semantic-release to version 17.0.8 ( #262 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-05-24 21:30:48 +01:00
Maximilian Berkmann
bcc0d99fd0
feat(contribution-types): add missing contribution types ( #261 )
2020-05-24 10:46:50 -07:00
greenkeeper[bot]
e987eb01a3
chore(package): update cz-conventional-changelog to version 3.0.0 ( #198 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 02:10:15 +01:00
allcontributors[bot]
4573e29d50
docs: add AnandChowdhary as a contributor ( #219 )
...
* docs: update README.md
* docs: update .all-contributorsrc
* docs(readme): re-generated the table
* docs(readme): re-generated the table
* fix: undid the fuck up
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
2020-05-24 02:06:42 +01:00
greenkeeper[bot]
33e1a435d3
chore(package): update semantic-release to version 16.0.0 ( #242 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 02:04:08 +01:00
allcontributors[bot]
77923a3fcc
docs: add kharaone as a contributor ( #212 )
...
* docs: update README.md
* docs: update .all-contributorsrc
* docs(readme): re-generated the table
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 02:02:03 +01:00
greenkeeper[bot]
b5d85de2f5
chore(package): update git-cz to version 4.1.0 ( #243 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 01:59:38 +01:00
allcontributors[bot]
e2ed91d19f
docs: add ilai-deutel as a contributor ( #257 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 01:57:11 +01:00
allcontributors[bot]
d26cd47c81
docs: add MarceloAlves as a contributor ( #222 )
...
* docs: update README.md
* docs: update .all-contributorsrc
* docs(readme): re-generated the table
* docs(readme): table fix
* fix(generate): experimental fix
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
2020-05-24 01:43:59 +01:00
greenkeeper[bot]
9a6cf19819
chore(package): update kcd-scripts to version 5.0.0 ( #246 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 00:07:21 +01:00
Andrew Lisowski
db5d731d96
fix(repo): pass optionalPrivateToken to recursive calls ( #258 )
2020-04-17 18:20:41 +01:00
Ilaï Deutel
a6715074de
docs: Add badge for the AUR package ( #256 )
2020-04-13 15:39:15 +01:00
Maximilian Berkmann
2de352a924
docs(license): MIT ( #255 )
2020-04-12 10:26:03 -07:00
greenkeeper[bot]
fe76178168
fix(package): update chalk to version 4.0.0 ( #253 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-04-02 14:16:42 +01:00
Alex Chan
b3d0995a65
feat(alpha-sort): Add a parameter contributorsSortAlphabetically ( #249 )
...
This parameter allows the user to sort the list of contributors in
alphabetical order of their name.
2020-02-23 17:32:21 +00:00
greenkeeper[bot]
8dd551a3d3
chore(package): update nock to version 12.0.0 ( #248 )
2020-02-17 09:56:41 +00:00
greenkeeper[bot]
80b1fbd0b0
Update pify to the latest version 🚀 ( #247 )
2020-02-16 12:21:54 +00:00
greenkeeper[bot]
07099de099
chore(deps): update inquirer to the latest version 🚀 ( #245 )
...
* chore(deps): upgrade `json-fixer` and `@babel/runtime`
* chore(package): duplication removed
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-01-26 19:42:01 +00:00
greenkeeper[bot]
3c124bf1eb
Update kcd-scripts to the latest version 🚀 ( #244 )
2020-01-22 11:39:15 +00:00
Andrew Lisowski
0965095ecd
feat: support Github Enterprise ( #97 )
...
* add isEnterprise config option and add function to change hostname if on enterprise
* add hipstersmoothie as contributor
* infer enterprise API
* handle enterprise authentication
* add tylerkrupicka as a contributor
Co-authored-by: Tyler Krupicka <tylerkrupicka@gmail.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-01-17 20:09:58 +00:00
greenkeeper[bot]
4f407508cc
Update kcd-scripts to the latest version 🚀 ( #241 )
2020-01-09 01:32:20 +00:00
allcontributors[bot]
b5d19636b0
docs: add smoia as a contributor ( #240 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
2020-01-04 00:39:46 +00:00
Stefano Moia
0993a90a57
feat(contribution-types): added "Data" contribution ( #231 )
...
* feat(contribution-types): added "Data" contribution
* Updated node and yarn versions to pass CI
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-01-03 22:22:24 +00:00
greenkeeper[bot]
cc2585bfe5
Update inquirer to the latest version 🚀 ( #201 )
2019-12-17 00:47:52 +00:00
Jake Bolam
dbb05a4dd8
fix: fix badge replacement ( #232 )
2019-12-08 20:05:05 -05:00
Anand Chowdhary
3382821641
fix: a11y issue by removing unnecessary alternate text ( #217 ) ( #218 )
...
* fix(a11y): Remove unnecessary alternate text
* fix: Remove alternate text from test images
2019-11-28 08:13:30 -05:00
James George
7d83c7cac1
chore: make use of inhouse command recommendation ( #228 )
2019-11-27 19:49:17 +00:00