| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
|
|
Signed-off-by: Sebastien RIBIERE <sebastien.ribiere.ext@jellysmack.com>
Signed-off-by: Cheng Fang <cfang@redhat.com>
Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
Signed-off-by: jannfis <jann@mistrust.net>
Co-authored-by: Cheng Fang <cfang@redhat.com>
Co-authored-by: Mangaal <44372157+Mangaal@users.noreply.github.com>
Co-authored-by: Jann Fischer <jann@mistrust.net>
|
|
* change: update argocd library from 2.7.9 to 2.8.4 for future multisource
support
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* feat: added support for multisource applications.
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* feat: added multisource support to Git WriteBack method
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* changed: all Spec.Source references to enable multisource support
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* feat: added multisource support for write back method
fix: pointer management at getApplicationSource function
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* feat: added write-back-target prefix to allow the use of values.yaml files
These changes intend to add support for write-back-method git on multisource
applications based on Helm sources and value files as Helm does.
Also we tried to keep the same coding patterns and the previous features
and flows untouched.
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* add: helmvalues word to expected dictionaries for check spelling tests
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* fix: readthedocs build.os parameter added and set to ubuntu-22.04
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* fix: build.tools.python set to version 3.12 to create documentation
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* test: dded coverage for all the new code
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
* fix: get image and tag parameter from getHelmParameterNamesFromAnnotation
fix: set default values for image and tag parameters
change: get application source type from Spec intead of Status values
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
---------
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
|
|
* Add possibility to specify write-back GIT repository as annotation.
Signed-off-by: flozzone <flozzone@gmail.com>
* Update golangci-lint to 1.52.2.
Signed-off-by: flozzone <flozzone@gmail.com>
* Replace deprecated golangci linters with 'unused' linter.
Signed-off-by: flozzone <flozzone@gmail.com>
* Fix Goimport issues.
Signed-off-by: flozzone <flozzone@gmail.com>
---------
Signed-off-by: flozzone <flozzone@gmail.com>
|
|
|
|
* feat: support app-wide update-strategy annotations
* refactor: rename constants for pull-secret annotations
|
|
* feat: Support manifestlist and multi-arch images
Signed-off-by: jannfis <jann@mistrust.net>
* Add unit test
Signed-off-by: jannfis <jann@mistrust.net>
* Fix linter issue
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* feat: allow write-back to actual kustomization files #199
* fix: was not handling default path correctly
default is the source path
* fix: sort imports
|
|
* feat: Support Git commit message templates
Signed-off-by: jannfis <jann@mistrust.net>
* More templating
Signed-off-by: jannfis <jann@mistrust.net>
* Update
Signed-off-by: jannfis <jann@mistrust.net>
* Make TemplateCommitMessage public
Signed-off-by: jannfis <jann@mistrust.net>
* Update
Signed-off-by: jannfis <jann@mistrust.net>
* Update
Signed-off-by: jannfis <jann@mistrust.net>
* Introduce git.CommitOptions{}
Signed-off-by: jannfis <jann@mistrust.net>
* Update documentation for commit message templates
Signed-off-by: jannfis <jann@mistrust.net>
* Add unit tests
Signed-off-by: jannfis <jann@mistrust.net>
* Update manifests
Signed-off-by: jannfis <jann@mistrust.net>
* Fix typo in docs
Signed-off-by: jannfis <jann@mistrust.net>
* Fix linter issues
Signed-off-by: jannfis <jann@mistrust.net>
* Fix linter issues
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* allow image updates to be forced if container not present #181
* explain new code, refactor image parsing and test
|
|
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
|
|
* 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
|
|
|
|
* feat: Allow ignoring set of tags
* Fix a typo in symbol name
* Rename symbol
* err must be nil; also print trace message
* Update documentation
* Update documentation
* String is already trimmed
|
|
* fix: Use default Helm parameter names
|
|
|
|
|
|
* feat: Allow setting tag sort mode from annotation
* Update CHANGELOG.md
|
|
|
|
|