Rhys Arkins
5cb0f3fff7
logs: don’t log entire err for preset failure
2019-06-19 16:21:12 +02:00
Rhys Arkins
bad3fdcce8
fix(bazel): correct git tag sha
...
Closes #3938
2019-06-17 18:36:21 +02:00
Rhys Arkins
68a9a26ed9
fix(presets): log err when not found
2019-06-13 11:08:30 +02:00
Rhys Arkins
b110cc0204
test: fix coverage
2019-06-11 12:33:12 +02:00
Sergio Zharinov
4ce426560c
fix(sbt): Fix sbt plugin fetching from maven repos ( #3909 )
2019-06-10 17:48:26 +02:00
Sergio Zharinov
f845fe4d4f
feat(git): Create datasource that fetches tag versions directly from git ( #3890 )
2019-06-10 07:43:44 +02:00
renovate[bot]
dab7b1c314
chore(deps): update dependency prettier to v1.18.0 ( #3905 )
2019-06-07 06:34:57 +02:00
Rhys Arkins
6a11d5f59b
fix(npm): use registry url in cache key ( #3889 )
2019-06-04 20:38:30 +02:00
Gord Lea
25f9401987
fix(docker): Fixes issue with private docker registry on amazon s3 ( #3878 )
2019-06-03 22:05:16 +02:00
hesstobi
cfaa334236
fix(pypi): missing await ( #3863 )
2019-06-01 19:30:07 +02:00
Rhys Arkins
7878cd4e02
fix(maven): ECONNRESET
2019-06-01 06:49:47 +02:00
Rhys Arkins
5763eaa3ed
refactor: don’t warn for maven ECONNREFUSED
2019-06-01 05:49:38 +02:00
Sergio Zharinov
a91e3d39f3
feat(sbt): Add Scala (sbt) datasource ( #3835 )
2019-05-31 01:39:07 +02:00
Michael Kriese
cd0a3bd675
feat(gitlab): convert to typescript ( #3824 )
2019-05-29 14:00:56 +02:00
Rhys Arkins
289275031b
refactor: drop unnecessary got timeouts
2019-05-25 22:50:10 +02:00
Rhys Arkins
b8cb3f53ca
refactor: npm datasource use custom got
2019-05-25 20:18:27 +02:00
Rhys Arkins
092bdf1684
fix(docker): delete username/password before sending
2019-05-25 10:09:54 +02:00
Rhys Arkins
c5a015df65
refactor: Authorization -> authorization
2019-05-25 10:09:30 +02:00
Rhys Arkins
57f49a2fb7
fix(packagist): check for opts.auth
2019-05-25 08:19:35 +02:00
Rhys Arkins
cc10917666
refactor: packagist auth ( #3809 )
2019-05-25 07:57:27 +02:00
Rhys Arkins
5f11c5e8d9
feat: hostRules rewrite ( #3801 )
...
Rewrites hostRules for increased flexibility. Includes renames of existing fields within a hostRule:
- `endpoint` -> `baseUrl`
- `host` -> `hostName`
Additionally, `domainName` has been added. Migration scripts should take care of these for users but it's recommended to update configs to match the new fields anyway.
2019-05-24 17:40:39 +02:00
Michael Kriese
5f213255d0
test: fix coverage ( #3794 )
2019-05-24 15:01:07 +02:00
Michael Kriese
1f8e9d86e6
fix(packagist): default hostRule ( #3793 )
...
fix(packagist): default hostRule
2019-05-21 21:11:10 +02:00
Rhys Arkins
d501790965
fix(docker): default hostRule ( #3792 )
2019-05-21 20:56:09 +02:00
Rhys Arkins
87f2b04f4e
feat(host-rules): remove overrides option ( #3785 )
2019-05-21 15:12:53 +02:00
Rhys Arkins
c02abf0976
feat: rename hostRules.platform to hostRules.hostType ( #3768 )
...
Refactors hostRules to use field “hostType” instead of “platform”. hostType can include datasources like npm, maven, pypi, etc.
2019-05-21 13:20:09 +02:00
Rhys Arkins
1d51a3521c
fix(packagist): throw registry-failure if timeout
2019-05-17 08:54:47 +02:00
Rhys Arkins
9999f47bf6
fix(rubygems): throw registry-failure when failing to download
2019-05-13 15:42:24 +02:00
Rhys Arkins
991f69c36b
fix(bundler): refactor rubygems.org fetching to use CDN ( #3669 )
...
Refactors fetching of dependencies from Rubygems.org to use the /versions file instead of the official API. For now this means no metadata from Rubygems, so it will be added in a future PR.
Closes #3373
2019-05-12 15:50:29 +02:00
Rhys Arkins
bc8092e7bb
fix(orb): reduce caching to 15 minutes
...
Closes #3655
2019-05-10 21:47:10 +02:00
Michael Kriese
1d474e409f
feat: add 60s timeout to all requests ( #3641 )
2019-05-10 11:54:01 +02:00
Rhys Arkins
3dead5861b
datasource-cargo
2019-05-07 21:17:02 +02:00
Dmitry9
960ef9b87d
feat(Cargo): cache GitHub-cratesio-index requests for 10 minutes
2019-05-07 21:17:02 +02:00
Florian Greinacher
194dbc93ef
fix(NuGet): handling of paginated package versions ( #3613 )
2019-04-29 22:16:47 +02:00
Rhys Arkins
f68414fb2f
fix: less debug logging, more trace
2019-04-28 22:08:06 +02:00
Rhys Arkins
30fd17779e
fix(nuget): better metadata fetching logic
2019-04-25 13:08:21 +02:00
Rhys Arkins
2a9d142baf
fix(nuget): flexible query for non-nuget registries
2019-04-25 12:43:23 +02:00
Rhys Arkins
d695982dea
fix(nuget): loosen SearchQueryService type check
2019-04-25 12:26:32 +02:00
Rhys Arkins
d631e5d2e9
fix(nuget): opt in to semver 2.0.0 and prereleases
...
Closes #3591
2019-04-25 09:24:51 +02:00
Rhys Arkins
b007f7474b
fix(maven): don’t error on s3 datasource
2019-04-24 09:17:56 +02:00
mohd hassaan
8530e37647
feat(nuget): Cache searchqueryservice URL ( #3570 )
2019-04-22 17:12:16 +02:00
Takashi Masuda
a6e8ea41de
fix(ruby): ruby-version URL ( #3573 )
2019-04-22 07:43:38 +02:00
Rhys Arkins
2e7e36bb5a
fix(datasource): massage github sourceUrl if present
2019-04-20 10:32:12 +02:00
Rhys Arkins
51c07beb51
fix(github): use app accept header
2019-04-14 09:36:28 +02:00
Rhys Arkins
2419878761
logs: dedupe err.message
2019-04-08 08:52:04 +02:00
Nikita Chashchinskii
38dd9fc753
feat(cargo): fetch crates data from github repo ( #3474 )
2019-04-02 17:00:51 +02:00
Sergio Zharinov
fd35e5ba3d
feat(dart): Add dart datasource ( #3360 )
2019-03-31 01:48:37 -04:00
Rhys Arkins
9ac80ddd03
logs: info not warn maven temporary errors
2019-03-21 11:48:20 +01:00
Rhys Arkins
5d74650195
fix(npm): handle npmrc newline characters
...
Replace \n chars with newlines in npmrc before sending to ini.parse().
Closes #3417
2019-03-20 11:50:41 +01:00
Rhys Arkins
9e31b007b8
fix(gradle-version): always throw if error
2019-03-17 08:34:46 +01:00