Commit graph

10 commits

Author SHA1 Message Date
Oleg Krivtsov
ef08699d77
Return null in case of ambiguous package name resolution in Repology (#11654) 2021-09-10 05:08:31 +00:00
Michael Kriese
c8c8684ea3
fix(datasource): trim trailing slash in registry url (#11392)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-08-30 18:28:32 +02:00
Niels Basjes
c077f15831
fix: Improve the default User-agent string. (#10606) 2021-06-26 07:02:35 +00:00
Sergei Zharinov
4f237ea680
refactor(http): Use default "accept-encoding" value (#9652) 2021-04-20 15:37:57 +02:00
Rhys Arkins
58daaabb43
feat(internal): return registryUrl from datasources (#9177)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-17 13:34:47 +01:00
Dmitry Pavlov
8032ffd8ca
fix(repology): Properly handle of response with multiple package versions (#8489) 2021-02-03 14:34:04 +01:00
Daniel Tschinder
3ea0656da4
fix(repology): Correctly resolve packageName to repology project again (#7997)
* fix(repology): Correctly resolve packageName to repology project again

As a fallback now do the direct API call, but only if the repository is not supported by the resolver tool

* Add missing httpMock expectation in test

* Do not log error in valid error case

* Add missing snapshot

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-16 07:22:46 +01:00
Daniel Tschinder
e3ccc35d4a
feat(repology): Support all repositories of repology (#7833)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-01 14:35:24 +01:00
Pascal Mathis
1c924059ae
fix(repology): handle multi-package projects (#6489) 2020-06-11 14:52:02 +02:00
Pascal Mathis
4513c9475d
feat: add repology datasource (#6465)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-06-08 21:33:11 +02:00