- Oct 06, 2022
-
-
Jamie Magee authored
-
- Aug 26, 2022
-
-
Dan Ports authored
feat(datasource): New datasource that pulls database engine versions available for use on AWS RDS (#17345) Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Aug 09, 2022
-
-
Jamie Magee authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jul 26, 2022
-
-
IKEDA Sho authored
* feat(datasource): add cpan datasource * Update perl versioning's readme * Extract copystr function to lib/util/string.ts * Remove unnecessary optional chaining * Use registryUrl and logger.trace * Use `perl` versioning's `isStable` * Remove possibly unnecessary try/catch * Use MetaCPAN API * Use reduce * Use maturity field for `isStable` handling https://metacpan.org/pod/CPAN::DistnameInfo#maturity * Revert "Extract copystr function to lib/util/string.ts" This reverts commit 51ebf55c90a365441ad54193db1643e4c50af696. # Conflicts: # lib/modules/datasource/cpan/index.ts * Remove downloadUrl * Extract types * Use toMatchObject * Improve tests * Rename to MetaCpanSearchResult * Rename to searchUrl * Rename to MetaCpanFileSearchResult and add tsdoc * Use for...of over reduce * More safely handle the response JSON * Use joinUrlParts * Don't embed distribution info * Split tsdoc comments
-
- Jul 17, 2022
-
-
cl authored
-
- Jul 15, 2022
-
-
Yun Lai authored
* feat: add datasource for Hermit package manager * fix: make hermit datasource use http.stream instead of http.get * chore: inline small function and return null on error in hermit datasource * fix: use regExp to extract owner and repo from registryUrl * fix: use http from super & use error instead of debug on datasource error * fix: fix type check failure for github-release test * Update lib/modules/datasource/hermit/index.spec.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update lib/modules/datasource/hermit/index.spec.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update lib/modules/datasource/hermit/index.spec.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update lib/modules/datasource/hermit/index.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * fix: wrap JSON.parse to avoid breaking process, plus more comment onto the search manifest streaming process * fix: add test to cover the invalid json case * fix: change some logger.errors to logger.warn in hermit datasource, error will exit the whole process * Update lib/modules/datasource/hermit/index.spec.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update lib/modules/datasource/hermit/index.spec.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update lib/modules/datasource/hermit/index.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update lib/modules/datasource/hermit/index.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update lib/modules/datasource/hermit/index.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * fix: use parseUrl and use hermit as GithubHttp id * fix: added test to include HermitDatasource type in GITHUB_API_USING_HOST_TYPES * fix: handle invalid url & achieve code coverage * fix: move url parsing to parent function * Update lib/modules/datasource/hermit/index.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * chore: clean up HermitDataSource class doc * fix: getHermitSearchManifest cache key function should expect undefined * fix: pass GetReleasesConfig into getHermitSearchManifest to get proper caching working * Update lib/modules/datasource/hermit/readme.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/modules/datasource/hermit/readme.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/modules/datasource/hermit/readme.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/modules/datasource/hermit/readme.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/modules/datasource/hermit/readme.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * chore: fix json block in datasource readme.md * Put packageRules example in step 4 * fix: fix lint error * fix: pass parsedUrl into getHermitSearchManifest, add warning and simplifies type Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- Mar 29, 2022
-
-
zeshuaro authored
* feat: add flutter datasource * refactor: rename flutter datasource to flutter-version * feat: update to handle duplicate flutter releases * refactor: tidy up flutter version datasource class names and imports Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Apply suggestions from code review * style: add newline to test file * refactor: move regex to util module * refactor: tidy up stable version regex * Apply suggestions from code review Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Mar 04, 2022
-
-
Rhys Arkins authored
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
-
- Feb 17, 2022
-
-
Morre Meyer authored
-
- Feb 15, 2022
-
-
Sergei Zharinov authored
-
Sergei Zharinov authored
-
- Feb 13, 2022
-
-
Sergei Zharinov authored
-
Sergei Zharinov authored
* refactor(datasource/nuget): Convert to class * Fix strict nulls and obsolete URL * Fixes * Fix mutability Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
Sergei Zharinov authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Feb 11, 2022
-
-
Sergei Zharinov authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
Jamie Magee authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
Jamie Magee authored
-
Sergei Zharinov authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
mhetzel authored
Co-authored-by:
Jamie Magee <jamie.magee@gmail.com> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Feb 10, 2022
-
-
Sergei Zharinov authored
* refactor(datasource/pod): Convert to class * Fix lint * Fix
-
- Feb 05, 2022
-
-
Sergei Zharinov authored
-
- Jan 31, 2022
-
-
Oleg Krivtsov authored
* Implement feature * Make timestamp UTC * Fix timestamp format * Apply suggestions from code review Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Changes after code review * Changes after code review * Fix test * Changes after code review * Update lib/datasource/golang-version/index.ts * Fixed coverage * Changes after code review * Fix tests after merge Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jan 29, 2022
-
-
Jamie Magee authored
-
- Nov 19, 2021
-
- Nov 18, 2021
-
-
Jamie Magee authored
-
- Nov 10, 2021
-
-
Jamie Magee authored
-
- Oct 26, 2021
-
-
Jamie Magee authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Oct 13, 2021
-
-
Jamie Magee authored
-
- Oct 01, 2021
-
-
jjcaballero authored
-
- Sep 16, 2021
-
-
Samuel Dolt authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Sep 09, 2021
-
- Sep 01, 2021
-
-
Sebastian Poxhofer authored
Co-authored-by:
Nejc Habjan <hab.nejc@gmail.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Aug 03, 2021
-
-
Jamie Magee authored
-
- Aug 02, 2021
-
-
Michael Kriese authored
* feat: add adoptium datasource * docs: fix lint
-
- Jul 29, 2021
-
-
Sebastian Poxhofer authored
Co-authored-by:
Jamie Magee <jamie.magee@gmail.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jun 29, 2021
-
-
Jamie Magee authored
-
- Jun 27, 2021
-
-
Jamie Magee authored
-
- Jun 25, 2021
-
-
Jamie Magee authored
-
- Jun 18, 2021
-
-
Jamie Magee authored
-
Jamie Magee authored
-