chris48s
c586960ce8
allow calling [github] without auth ( #9427 )
...
* allow calling [github] without auth
* set a default for authType, fix broken tests
2023-08-07 14:51:18 +00:00
dependabot[bot]
b9d96755ec
chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 ( #9357 )
...
* chore(deps-dev): bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* reformat all the things (prettier 3)
* update tests to await calls to prettier.format()
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chris48s <git@chris-shaw.dev >
2023-07-10 09:27:51 +00:00
chris48s
99bffd3a86
Send better user-agent values (and got config changes) ( #7309 )
...
* expose fetchLimitBytes/userAgent in got-config module
* export a function not a factory
* send better user-agent values
- add userAgentBase setting
- send short SHA in user agent on heroku
- set a version (tag or short SHA) in Dockefile and use
it to report server version in UA for docker users
* add a comment explaining fileSize
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2021-11-25 17:11:49 +00:00
chris48s
eb07b60cf0
migrate github badges to use got instead of request; affects [github librariesio] ( #7212 )
...
* migrate github badges to use got instead of request
* simplify creation of requestFetcher in libraries.io base
* improve libraries.io connection error test
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2021-10-31 16:19:09 +00:00
Pierre-Yves B
23c0406bed
Migrate from CommonJS to ESM ( #6651 )
2021-07-09 12:53:55 +01:00
chris48s
a4a8258fd5
unskip token integration test ( #5711 )
...
* unskip token integration test
* Update services/github/github-api-provider.integration.js
Co-authored-by: Paul Melnikow <github@paulmelnikow.com >
Co-authored-by: Paul Melnikow <github@paulmelnikow.com >
2020-10-15 21:44:07 +00:00
chris48s
13d75e0607
upgrade to prettier 2 ( #5051 )
...
* arrowParens: avoid
* remove trailingComma setting
2020-05-05 21:07:43 +01:00
chris48s
7d2089e315
skip flakey test ( #4616 )
2020-02-03 20:59:52 +00:00
Paul Melnikow
46ac947e9b
Refactor auth config checks in another test ( #3698 )
...
This is one more like #3694 .
Ref #3652 #3393
2019-07-11 20:00:20 -04:00
Paul Melnikow
048291a024
Fix [GitHub] token handling ( #2730 )
...
Fix #2728
2019-01-11 13:16:44 -05:00
Paul Melnikow
c4efdc8e66
Rewrite and test Github auth logic, separating standard and search quota ( #1205 )
...
The end of an era.
2019-01-10 21:30:23 -05:00
Paul Melnikow
b82d663a6d
Unflake GitHub integration test ( #2683 )
...
Hopefully this fixes #2663 .
2019-01-07 20:31:26 -05:00
Paul Melnikow
ec9de03b28
Debug GitHub integration test ( #2677 )
...
Ref #2663
2019-01-07 18:26:36 -05:00
Paul Melnikow
a9ff282b74
Extend timeout on GitHub integration test ( #2618 )
2019-01-02 11:24:03 -05:00
Paul Melnikow
7a664ca3e8
Run prettier ( #1866 )
...
Merging this separately so the commit with the tooling change is readable. This is a follow-on to #1167 which turned prettier on.
2018-08-08 17:57:14 -04:00
Paul Melnikow
56fcb2e5ba
GithubApiProvider: injectible interface for code that calls github ( #1812 )
2018-08-07 16:46:12 -04:00