summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-10-14Add e2e tests for apps in any namespace feature (#844)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-10-01Add e2e test for adding configMap to allow defining parameters for SSH ↵Cheng Fang
client (#873) Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-09-12chore: update argocd version in test/e2e/prereqs/argocd/kustomization.yaml ↵Cheng Fang
(#863) Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-09-10Add e2e test for app-wide-upgrade-strategy (#842)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-08-27tests(e2e): Add e2e test for filtering apps by name with ↵Cheng Fang
match-application-name option (#841) Signed-off-by: Cheng Fang <cfang@redhat.com>
2024-08-22chore: add e2e tests for filtering applications by label with ↵Cheng Fang
match-application-label command line option (#834) Signed-off-by: Cheng Fang <cfang@redhat.com>
2022-11-15fix: update application config sample & replace the deprecated ioutil pkg (#492)YTCai
* docs: update application config sample Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com> * fix: use os read/write instead of deprecated ioutil read/write package Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com> * fix: use io, os pkg instead of all of the ioutil pkg Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com> Signed-off-by: CaiYueTing <qazxcv367tasi@gmail.com>
2022-02-23test: Add e2e test for multiple images (#383)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2022-01-27feat: Automatic inferring of registry from image prefix (#369)jannfis
* feat: Infer registry from prefix Signed-off-by: jannfis <jann@mistrust.net> * Add missing registry testdata Signed-off-by: jannfis <jann@mistrust.net> * Correctly handle default registries Signed-off-by: jannfis <jann@mistrust.net>
2022-01-19chore: Add initial e2e test infrastructure (#358)jannfis
* This is a first throw at integrating an e2e suite Signed-off-by: jannfis <jann@mistrust.net> * Exclude test suite from spellcheck 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-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-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-08-05Add code commentsjannfis
2020-08-04Initial commitjannfis