summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-01-31feat: Allow setting Git user and e-mail for commits (#153)jannfis
* feat: Allow setting Git user and e-mail for commits Signed-off-by: jannfis <jann@mistrust.net> * Also allow setting git.user and git.email from configmap * Update docs to include information about Git commit author Signed-off-by: jannfis <jann@mistrust.net> * Update spelling * Add some unit tests Signed-off-by: jannfis <jann@mistrust.net> * Fix linter Signed-off-by: jannfis <jann@mistrust.net>
2021-01-30chore: Don't run spell checker on Dockerfile (#150)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2021-01-22feat: Allow reuse of Argo CD repo credentials (#141)Alexander Matyushentsev
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2020-12-20docs: Improve documentation (#134)jannfis
* docs: Improve documentation * Spelling * Spelling
2020-12-20feat: Git write-back of parameters (#133)jannfis
* feat: Initial support for persisting changes in Git Signed-off-by: jannfis <jann@mistrust.net> * Fix unit test Signed-off-by: jannfis <jann@mistrust.net> * Fix up some stuff Signed-off-by: jannfis <jann@mistrust.net> * More tests and fix mocks Signed-off-by: jannfis <jann@mistrust.net> * Spellings * Spellings * Spellings * Fix lint Signed-off-by: jannfis <jann@mistrust.net> * Disable GPG tests * Typo * Exclude ext code from tests
2020-12-06chore: add some release creation scripts (#131)jannfis
* chore: add some release creation scripts Signed-off-by: jannfis <jann@mistrust.net> * exclude hack from spelling Signed-off-by: jannfis <jann@mistrust.net> * exclude hack from spelling Signed-off-by: jannfis <jann@mistrust.net>
2020-12-06chore: Release 0.8.0 (#130)jannfis
* chore: Release 0.8.0 Signed-off-by: jannfis <jann@mistrust.net> * spelling Signed-off-by: jannfis <jann@mistrust.net>
2020-12-04feat: Support for expiring credentials (#124)jannfis
* feat: Support for expiring credentials Signed-off-by: jannfis <jann@mistrust.net> * Update spelling Signed-off-by: jannfis <jann@mistrust.net>
2020-12-04feat: Export Prometheus compatible metrics (#123)jannfis
* feat: Export Prometheus compatible metrics Signed-off-by: jannfis <jann@mistrust.net> * adapt spelling action configuration Signed-off-by: jannfis <jann@mistrust.net> * adapt spelling action configuration Signed-off-by: jannfis <jann@mistrust.net>
2020-11-23feat: Support for getting pull creds from external scripts (#121)jannfis
* feat: Support for getting pull creds from external scripts * spelling * be more verbose on error
2020-11-23refactor: Better integration of rate limiter (#120)jannfis
* refactor: Better integration of rate limiter * Run go mod tidy * spelling * Trace log URLs
2020-11-22feat: Implement rate limiter and metadata parallelism (#118)jannfis
* feat: Implement rate limiter and metadata parallelism Signed-off-by: jannfis <jann@mistrust.net> * spelling
2020-11-22feat: Get tag creation date also from v2 manifest schemas (#115)jannfis
* feat: Handle v2 manifest schemas correctly Signed-off-by: jannfis <jann@mistrust.net> * Satsify linter Signed-off-by: jannfis <jann@mistrust.net> * Fix go.mod Signed-off-by: jannfis <jann@mistrust.net> * Spelling Signed-off-by: jannfis <jann@mistrust.net> * Spelling Signed-off-by: jannfis <jann@mistrust.net> * Update golangci-lint action Signed-off-by: jannfis <jann@mistrust.net>
2020-09-28chore: Release v0.7.0 (#105)jannfis
* Release v0.7.0 * Typo
2020-09-27chore: Externalize version & build information (#104)jannfis
* chore: Externalize version information * Use full Git commit information * Introduce short and long version information * Typos * More typos
2020-09-26fix: Correctly parse & use pull secret entries without protocol (#99)jannfis
* fix: Correctly parse & use pull secret entries without protocol * Update spellchecker for noproto * Add new dockerconfigjson test file
2020-09-25feat: Support for GitHub Container Registry (ghcr.io) (#96)jannfis
* feat: Support for GitHub Container Registry (ghcr.io) * We now have 5 default registries instead of 4 * Add ghcr to allowed words for spelling
2020-09-24feat: Allow configuration of default namespace for registries (#91)jannfis
* feat: Allow configuration of default namespace for registries * Include defaultns
2020-08-25chore: Add some more unit tests around versions (#73)jannfis
* chore: Add some more unit tests around versions * Update speling
2020-08-24chore: Regenerate installation manifests (#70)jannfis
2020-08-19docs: Update Changelog and also document command line usage (#67)jannfis
* docs: Update Changelog and also document command line usage * typos & white list * hmpf
2020-08-19feat: Allow filtering by application name (#66)jannfis
* feat: Allow filtering by application name * include allowed word otherapp
2020-08-18fix: Use Kustomize v2 for manifest generation to support kubectl apply -k (#62)jannfis
* fix: Use Kustomize v2 for manifest generation to support kubectl apply -k * Adapt GH workflow to check for manifest changes * Fix curl flag * Download curl to appropriate location * Use bash shell for manifest generation
2020-08-15feat: Support for GitHub Docker Registry (#55)jannfis
* feat: Support GitHub container registry * Update test * allow some more new words for the spell-checker
2020-08-13feat: Enable unique pull secrets per image (#52)jannfis
* feat: Enable unique pull secrets per image * allow more spelling
2020-08-13docs: Update docs to include new tag filter feature (#50)jannfis
* docs: Update docs to include new tag filter feature * Allow "misconfigured" in spell checker
2020-08-12refactor: Move update logic to argocd package and provide more tests (#45)jannfis
* refactor: Move update logic to argocd package and provide more tests * Fix typos
2020-08-12refactor: Make ArgoCD client mockable and add unit tests (#44)jannfis
* refactor: Make ArgoCD client mockable and add unit tests * Allow some more words in spelling
2020-08-12refactor: Give env methods their own package (#43)jannfis
* Give env methods their own package * Fix typo * Ignore mocks for spelling - they're auto generated, we can't fix them * More spelling exceptions
2020-08-12refactor: Make registry client mockable and provide first set of unit tests ↵jannfis
(#42) * refactor: Redesign of registry client * More unit tests * Sneak in some GH actions related change
2020-08-11chore: Also check spelling on PRs (#41)jannfis
* chore: Check spelling on PRs only * Also check on push events * parametrizable is a valid word
2020-08-11chore: Add check-spelling/check-spelling (#39)Josh Soref
2020-08-05Add linter to GH actions CI checksjannfis
2020-08-05Welcome GitHub actionsjannfis
2020-08-05Remove wrong issue templates dirjannfis
2020-08-05Update issue templatesjannfis
2020-08-04Bring in GitHub issue templatesjannfis