- Feb 26, 2025
-
-
Michael Kriese authored
-
Michael Kriese authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- Jan 13, 2025
-
-
Janus Troelsen authored
Co-authored-by:
Sebastian Poxhofer <secustor@users.noreply.github.com>
-
- Aug 14, 2024
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Aug 07, 2024
-
-
Tobias authored
-
- Jun 08, 2024
-
- May 29, 2024
-
-
Adam Setch authored
-
- Apr 12, 2024
-
- Mar 23, 2024
-
-
Rhys Arkins authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Sebastian Poxhofer <secustor@users.noreply.github.com>
-
- Mar 02, 2024
-
- Dec 29, 2023
-
-
Markus Schulz 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>
-
- Nov 07, 2023
-
-
Sergei Zharinov authored
-
- Sep 13, 2023
-
- Sep 08, 2023
-
- Aug 31, 2023
-
-
Michael Kriese authored
Co-authored-by:
Sebastian Poxhofer <secustor@users.noreply.github.com>
-
- Aug 29, 2023
-
- Aug 25, 2023
-
- Aug 10, 2023
-
- Jul 24, 2023
-
-
Sebastian Poxhofer authored
-
- Jul 04, 2023
-
-
Sebastian Poxhofer authored
Closes #13953 Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> BREAKING CHANGE: languages are now called categories instead
-
- Jul 03, 2023
-
-
Adam Setch authored
Co-authored-by:
Sebastian Poxhofer <secustor@users.noreply.github.com>
-
- Jun 19, 2023
-
-
Rhys Arkins authored
This reverts commit 2f77695b.
-
Rhys Arkins authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- May 31, 2023
-
-
RahulGautamSingh authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- May 18, 2023
-
-
Gabriel-Ladzaretti authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- May 10, 2023
-
-
Rhys Arkins authored
Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Mar 30, 2023
-
- Mar 17, 2023
-
- Jan 24, 2023
-
-
Michael Kriese authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 15, 2023
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Nov 05, 2022
-
-
RahulGautamSingh authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Nov 01, 2022
-
-
RahulGautamSingh authored
-
- Oct 23, 2022
-
-
Philip authored
-
- Jul 25, 2022
-
- 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>
-
- Jul 14, 2022
-
-
Sergei Zharinov authored
-
- Jul 06, 2022
-
- Mar 04, 2022
-
-
Rhys Arkins authored
Refactors branch and pr worker to be under repository worker.
-
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
-