pasha-codefresh
a25378f1ef
feat: appset scm generators and PR generators should be able to access only secrets related to appset ( #20309 )
2024-10-15 08:28:13 -04:00
Julio
d17aafd19a
chore(ci): add renovate for golangci-lint, go and node version ( #20236 )
...
Signed-off-by: ggjulio <juligonz@student.42.fr >
2024-10-05 21:33:30 +00:00
Michael Crenshaw
d3a3fe5e68
chore(ci): better handling of Go and Node dependency bumps ( #20168 )
...
* chore(ci): better handling of Go and Node dependency bumps
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
temporarily remove condition
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
quit early if there are no changes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
use latest checkout action and actually test version change
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
use github token
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
workflow for node
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
clean up after changing node version
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
revert temporary changes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
more docs
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* bump linter version
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2024-10-02 00:02:07 -04:00
Dan Garfield
9c47a709fb
Fix local guide for building and testing docs ( #19785 )
...
Signed-off-by: todaywasawesome <dan@codefresh.io >
2024-09-04 20:13:53 -04:00
Kunho Lee
a6d11354bb
chore: add gcflags option when build in cli-local command ( #19742 )
...
Signed-off-by: daengdaengLee <gunho1020@gmail.com >
2024-09-04 15:37:30 +03:00
Michael Crenshaw
4c34678c24
docs: document built-in resource actions ( #19145 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2024-07-22 18:17:24 -04:00
Cayde6
06b0f957b8
chore(migrate): migrate mockery codegen to use packages( #18579 ) ( #18617 )
...
* chore(migrate): mockery migrate to packages
migrate interface
- remove go:generate
- generate mock
Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com >
* chore(migrate: mockery migrate to package
add mockgen stage
- add mockgen command to Makefile
- add generate-mock.sh
- add install mockery to install-codegen-go-tool.sh
Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com >
---------
Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com >
2024-07-02 10:48:38 -04:00
rumstead
9592b84bcb
feat: adding gocover to e2e tests ( #18130 ) ( #18537 )
...
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
* try putting profiles in different directories
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* does this upload the whole directory?
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* create directories and only run one test
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* shut everything down before uploading coverage
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* don't fail on goreman failure
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* sleep 30
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* always upload server output
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* fix: implement graceful shutdown for api server
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Shutdown servers in parallel
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* add noop shutdown function on api server constructor
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* fix waitgroup
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* more attempts to gracefully shut down
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* more tests
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* cleanup
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* revert graceful shutdown work, needs more work
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* more graceful shutdown cleanup
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* lint
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* feat: adding go coverage to e2e tests
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
---------
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com >
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-authored-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
2024-06-13 14:17:07 -04:00
Michael Crenshaw
2639c59bc6
chore: use redis secret when running locally ( #18489 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2024-06-03 16:29:27 -04:00
Matthieu MOREL
cd3c478a7a
ci(lint): create .golangci.yaml ( #18410 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2024-05-25 18:27:25 -04:00
Blake Pettersson
049900e646
chore: automate mock generation v2 ( #18371 )
...
* Add go:generate statements for mockery
Signed-off-by: Will Roden <will@roden.cc >
* revert whitespace change
Signed-off-by: Will Roden <will@roden.cc >
* go generate everything
Signed-off-by: Will Roden <will@roden.cc >
* make gogen
Signed-off-by: Will Roden <will@roden.cc >
* chore: upgrade to mockery v2.40.2
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com >
---------
Signed-off-by: Will Roden <will@roden.cc >
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com >
Co-authored-by: Will Roden <will@roden.cc >
2024-05-23 11:15:15 +03:00
jannfis
7cfb9d6e13
chore: Support running and testing locally using podman instead of docker ( #17481 )
...
* chore: Support rootless podman for run/test
Signed-off-by: jannfis <jann@mistrust.net >
* Note DOCKER env in docs
Signed-off-by: jannfis <jann@mistrust.net >
---------
Signed-off-by: jannfis <jann@mistrust.net >
Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com >
2024-03-13 00:02:20 +00:00
mamccorm
31776d49f4
make CGO_ENABLED configurable ( #17462 )
...
Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev >
2024-03-11 13:51:53 +02:00
Collin Walker
2b6b9bf93e
chore: Fix Helm Installation Breaking on Mac ( #17426 )
...
* fix helm installation to work with mac
Signed-off-by: lets-call-n-walk <cw404@hotmail.com >
* fix checksums
Signed-off-by: lets-call-n-walk <cw404@hotmail.com >
* change install filename and makefile
Signed-off-by: lets-call-n-walk <cw404@hotmail.com >
* change name to just helm - fix dockerfile
Signed-off-by: lets-call-n-walk <cw404@hotmail.com >
---------
Signed-off-by: lets-call-n-walk <cw404@hotmail.com >
2024-03-07 20:35:37 -05:00
Carlos Santana
edc6f5f39e
feat: Allow mkdocs to livereload when using docker ( #17383 )
...
* feat: Allow mkdocs to livereload when using docker
Signed-off-by: Carlos Santana <csantana23@gmail.com >
* update the docs
Signed-off-by: Carlos Santana <csantana23@gmail.com >
---------
Signed-off-by: Carlos Santana <csantana23@gmail.com >
2024-03-07 15:03:26 -05:00
Carlos Santana
891d089304
fix: use simple python image to build mkdocs ( #17313 )
...
* fix: use simple python image to build mkdocs
Signed-off-by: Carlos Santana <csantana23@gmail.com >
* use python 3.7
Signed-off-by: Carlos Santana <csantana23@gmail.com >
---------
Signed-off-by: Carlos Santana <csantana23@gmail.com >
2024-02-26 14:12:21 -05:00
Akram Ben Aissi
cd4fc97c9d
fix: Use the cache for sharding ( #15237 )
...
* feat(sharding): use a cache
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
* cluster cmd
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
* - Assign shard 0 to in-cluster cluster and nil check updates
- Caching clusters while sharding: Fixing unit tests
- Update generated docs
- Debug e2e tests
- Default the shardNumber to the number of replicas if it is calculated to a higher value
- defered Unlock only when a lock is set
- Disabling temporarly other versions of k3s to check if e2e passes
- Do not fail if hostname format is not abc-n
- Fix unit test and skip some e2e
- Skip TestGitSubmoduleHTTPSSupport test
- Remove breaking defer c.lock.Unlock()
- Reverting testing all k3s version
- Default sharding fix
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* fixes related to code review: renaming structure param, moving db initialisation
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* Code review
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* Set default shard to 0
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* Set different default value for Sts and Deployment mode
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* Expose ClusterShardingCache
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* Removing use of argoDB.db for DistributionFunction
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* Update generated documentation
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
* Fix comment about NoShardingDistributionFunction and NoShardingAlgorithm
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
---------
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com >
Co-authored-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
2024-01-11 01:32:11 -05:00
Alexandre Gaudreault
54f1572d46
fix: allow to run codegen outside GOPATH ( #16511 )
...
* fix: allow to run codegen outside GOPATH
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
* clientgen
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
* openapigen
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
* remove ensure-gopath
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
---------
Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com >
2024-01-09 21:09:34 -05:00
Leonardo Luz Almeida
82ca7a7f9c
feat: Implement Server-Side Diff ( #13663 )
...
* feat: Implement Server-Side Diff
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* propagate the refreshtype to the diff config
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Create the serverSideDiff config
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* chore: add featureflag utility package
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* remove featureflag package
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* add param
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* make ssd configurable with app annotation
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* add server-side-diff flags
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* apply the same logic regardless of the refresh type
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* fix gitops-engine reference
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* address review comments
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Address review comments
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* docs: add docs related to server-side-diff
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* docs: update doc
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Add config to include mutation webhooks
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Address review comments
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* go mod update
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Add sdd cache test case
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* fix ssd cache unit test
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Update clidocs
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* update manifests
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Fix procfile
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* additional doc changes
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* update gitops-engine version
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
---------
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
2023-12-18 20:37:13 +00:00
Geoffrey MUSELLI
3c9a1ec9dd
fix(appset): Fix name conflict in appset controller ( #16207 ) ( #16222 )
...
* fix(16207): Fix name conflict in appset controller
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* fix(16207): e2e
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* Update test/e2e/fixture/applicationsets/utils/fixture.go
Signed-off-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com >
---------
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
Signed-off-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com >
Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com >
2023-11-06 00:57:28 +00:00
Michael Crenshaw
cc97a595f9
feat(ci): retry individual e2e tests ( #15696 )
2023-09-28 17:05:10 +00:00
Geoffrey MUSELLI
433ba3678c
feat(appset): Restrict scm provider urls ( #14286 )
...
* 9353: Restrict scm provider urls
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Enforce restriction
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Fix after review
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Remove comment
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Fix units tests
Signed-off-by: Geoffrey Muselli <geoffrey.muselli@gmail.com >
* 9353: Code review, update comment
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Code review, update comment 2
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Remove doc issues
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Fix e2e
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Fix e2e goTemplate
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 9353: Fix e2e pullRequestGenerator
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
---------
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
Signed-off-by: Geoffrey Muselli <geoffrey.muselli@gmail.com >
2023-07-27 09:06:55 -04:00
Calchan
4a50a31caf
chore: add gofmt to golangci-lint in Makefile and .github/workflows/ci-build.yaml ( #13729 )
...
* fix: add gofmt to golangci-lint in Makefile and .github/workflows/ci-build.yaml
Signed-off-by: Denis Dupeyron <denis.dupeyron@gmail.com >
* fix go formatting issues using gofmt
Signed-off-by: Denis Dupeyron <denis.dupeyron@gmail.com >
* chore: simplify go code using gofmt
Signed-off-by: Denis Dupeyron <denis.dupeyron@gmail.com >
---------
Signed-off-by: Denis Dupeyron <denis.dupeyron@gmail.com >
2023-07-05 16:16:25 -04:00
Geoffrey MUSELLI
e8f512686e
feat(appset): ApplicationSet in any namespace ( #12378 )
...
* 12107: ApplicationSet in any namespaces
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: fix build
Signed-off-by: Geoffrey Muselli <geoffrey.muselli@gmail.com >
* 12107: Fix lint
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: Fix After review 2
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: Fix After review 2
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: Fix after rebase
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: Fix syncspolicy after rebase
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: Fix tests labels
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: Fix tests labels 2
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* 12107: Fix after review
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
* match existing appset controller arg pattern
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* remove unused env var
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: gmuselli <geoffrey.muselli@gmail.com >
Signed-off-by: Geoffrey Muselli <geoffrey.muselli@gmail.com >
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2023-06-26 21:17:02 -04:00
Josh Soref
be0edcda16
build: Consistently default to linux/amd64 ( #14146 )
...
Signed-off-by: Josh Soref <jsoref@gmail.com >
2023-06-21 17:33:42 -04:00
Blake Pettersson
cdef31276a
chore: add build-args for git-commit etc ( #14114 )
...
* build: add build-args for git-commit etc
Add the ability to specify `GIT_TAG`, `GIT_COMMIT`, `BUILD_DATE` and
`GIT_TREE_STATE` as optional build-args. As well as resolving #13683
(which was caused by #12620 ), this has the bonus of making the
`docker build` slightly more deterministic (since we now have the
ability to specify the same inputs into the docker build which was
hitherto computed on every `docker build`).
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com >
* Update .github/workflows/image-reuse.yaml
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com >
---------
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com >
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-06-20 19:19:09 +00:00
Ishita Sequeira
1fe62574ce
chore: Add additional field to set Extra Build Information while building argo-cd by vendors ( #13324 )
...
* Add additonal field to set Extra Build Information while building argocd by vendors
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Include spaces in extra build info
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Address comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
---------
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
2023-04-27 00:10:12 +00:00
Michael Crenshaw
b28f3060d1
fix: support 'project' filter field for backwards-compatibility ( #12594 )
...
* fix: support 'project' filter field for backwards-compatibility
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* fix codegen
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* add upgrade notes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* fix upgrade notes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* tests
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2023-03-14 16:33:45 -04:00
Andrii Chubatiuk
c41dc605b2
feat(kustomize): override namespace ( #6067 ) ( #10872 )
...
* override kustomize namespace
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* generated manifests
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* added cli arg for kustomize namespace
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* added kustomize namespace to UI
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* added cli arg for kustomize namespace
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* added kustomize namespace to app unset
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* Update pkg/apis/application/v1alpha1/types.go
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com >
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* added proposed documentation
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* Update Makefile
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* Update Makefile
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
* codegen
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
---------
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com >
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-authored-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com >
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
2023-03-10 17:20:29 +00:00
Josh Soref
2f2d44fe28
chore: Add help to makefile ( #12134 )
...
Signed-off-by: Josh Soref <jsoref@gmail.com >
2023-02-17 15:33:54 -05:00
Michael Crenshaw
e75cf73316
chore: upgrade to go 1.20 ( #12014 )
...
* chore: Upgrade Golang to 1.19 (#10176 ) (#10186 )
* Upgrade Golang to 1.19
Signed-off-by: OmarKalloush <omar.kalloush@optimumpartners.co >
* go mod tidy with go 1.19
Signed-off-by: OmarKalloush <omar.kalloush@optimumpartners.co >
* Replace deprecated ioutil
Signed-off-by: OmarKalloush <omar.kalloush@optimumpartners.co >
* make codegen changes
Signed-off-by: OmarKalloush <omar.kalloush@optimumpartners.co >
* Codegen Changes
Signed-off-by: OmarKalloush <omar.kalloush@optimumpartners.co >
chore: upgrade golangci-lint to 1.50.1
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
missed a spot
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
tidy
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
fix bad merge
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Author: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-Authored-By: OmarKalloush <omar.kalloush@optimumpartners.co >
fix indentation
fix lint and codegen
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* 1.20
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* fix lint errors
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
* fix "syntax error: unexpected var after top level declaration" in "make test-race-local"
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-authored-by: OmarKalloush <100078273+OmarKalloush@users.noreply.github.com >
2023-02-17 15:21:14 -05:00
Nolan Emirot
ac96269bda
chore: fix target name in comment ( #11696 )
...
* fix: add pod age icon details in tooltip (#10290 ) (#11170 )
* pod-age-icon details added in tooltip
Signed-off-by: schakradari <58915923+schakrad@users.noreply.github.com >
* Tooltip change
Signed-off-by: schakradari <58915923+schakrad@users.noreply.github.com >
Signed-off-by: schakradari <58915923+schakrad@users.noreply.github.com >
Signed-off-by: emirot <emirot.nolan@gmail.com >
* chore: fix flaky e2e test for immutable fields (#11685 )
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: emirot <emirot.nolan@gmail.com >
* fix: target name in comment
Signed-off-by: emirot <emirot.nolan@gmail.com >
* feat: expose deep links in UI (#11680 )
Signed-off-by: Remington Breeze <remington@breeze.software >
Signed-off-by: emirot <emirot.nolan@gmail.com >
---------
Signed-off-by: schakradari <58915923+schakrad@users.noreply.github.com >
Signed-off-by: emirot <emirot.nolan@gmail.com >
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Signed-off-by: Remington Breeze <remington@breeze.software >
Co-authored-by: schakrad <58915923+schakrad@users.noreply.github.com >
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com >
Co-authored-by: Remington Breeze <remington@breeze.software >
2023-01-30 15:10:00 +00:00
jannfis
96b0eb0f53
chore: Support running dockerized toolchain using sudo ( #11955 )
...
Signed-off-by: jannfis <jann@mistrust.net >
Signed-off-by: jannfis <jann@mistrust.net >
2023-01-18 09:06:23 -05:00
Alex Eftimie
16c6e36ee4
chore(docs): fix build, prepare for google analytics v4 ( #10850 ) ( #11248 )
...
* fix docs build. prepare for google analytics v4
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
* fix build
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
* fix build codegen check
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
2022-11-14 08:50:05 -05:00
34FathomBelow
d11ac8954e
chore: implement signed images ( #10925 )
...
* consolidate checksums into one file
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
* sign container images
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
* sign container images
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
* remove id-token permissions
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
2022-10-14 10:38:08 -04:00
Alex Eftimie
f724773f5e
chore: Add support for apple sillicon build machines ( #10777 )
...
* Add support for apple sillicon build machines
When building the docker image on my M1 laptop, I noticed the produced builds are not usable in our Kubernetes cluster (running on x86 nodes).
By passing the DOCKER_PLATFORM build argument to `docker build` I am able to overcome this and build x86 images locally.
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
* Hardcode platform in dev build (same as we hardcode GOOS and GOARCH)
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
* Drop platform from build-ui target
It is only used to produce app/dist, not relevant
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
2022-10-04 10:52:38 -04:00
Ishita Sequeira
e53ab49cb5
feat: create cli commands for ApplicationSet ( #9584 )
...
* feat: add applicationset cli commands
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* squashed commits and rebased with master
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* addressed comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* fix lint errors
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Retrigger CI pipeline
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Retrigger CI pipeline
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* feat: add applicationset cli commands
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* addressed comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* fix lint errors
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Retrigger CI pipeline
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Retrigger CI pipeline
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Addressed PR comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* removed duplicate imports
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* fix CI errors
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* address PR comments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* add k8s RBAC, docs tweaks
Signed-off-by: CI <michael@crenshaw.dev >
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* rebase master branch
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* Addressed PR coments
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* remove unnecessary fields, add docs
Signed-off-by: CI <michael@crenshaw.dev >
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
* fix unit test
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
Signed-off-by: ishitasequeira <ishiseq29@gmail.com >
Signed-off-by: CI <michael@crenshaw.dev >
Co-authored-by: CI <michael@crenshaw.dev >
2022-09-14 09:27:15 +02:00
Andreas Sommer
6b0973d32b
fix: Replace dangerous use of xargs ( #10331 )
...
Signed-off-by: Andreas Sommer <andreas.sommer87@googlemail.com >
Signed-off-by: Andreas Sommer <andreas.sommer87@googlemail.com >
2022-08-15 11:33:06 -04:00
jannfis
068048cb80
feat: Applications in any namespace ( #9755 )
...
* feat: Applications in any namespace
Signed-off-by: jannfis <jann@mistrust.net >
* Fix typo in CI
Signed-off-by: jannfis <jann@mistrust.net >
* Create argocd-e2e-external namespace
Signed-off-by: jannfis <jann@mistrust.net >
* Update from codegen
Signed-off-by: jannfis <jann@mistrust.net >
* Remove debug code
Signed-off-by: jannfis <jann@mistrust.net >
* Update help text for -N option to app create
Signed-off-by: jannfis <jann@mistrust.net >
* Wrap error when retrieving AppProject from cache
Signed-off-by: jannfis <jann@mistrust.net >
* Check for controller namespace first before matching on additional ns
Signed-off-by: jannfis <jann@mistrust.net >
* Improve TestAppProjectIsSourceNamespacePermitted unit test
Signed-off-by: jannfis <jann@mistrust.net >
* Get rid of some debug leftovers
Signed-off-by: jannfis <jann@mistrust.net >
* Better error wrapping; return IsNotFound as-is
Signed-off-by: jannfis <jann@mistrust.net >
* Updates from codegen
Signed-off-by: jannfis <jann@mistrust.net >
* We don't need AppShortName() anymore
Signed-off-by: jannfis <jann@mistrust.net >
* Update end-to-end tests to use annotation methods
Signed-off-by: jannfis <jann@mistrust.net >
* Add e2e tests to test for app creation in not permitted ns
Signed-off-by: jannfis <jann@mistrust.net >
* Remove deprecated code
Signed-off-by: jannfis <jann@mistrust.net >
* Remove dead code
Signed-off-by: jannfis <jann@mistrust.net >
* Add RBACName() method to application type
Signed-off-by: jannfis <jann@mistrust.net >
* Update from codegen
Signed-off-by: jannfis <jann@mistrust.net >
* Fix e2e test
Signed-off-by: jannfis <jann@mistrust.net >
* Update codegen
Signed-off-by: jannfis <jann@mistrust.net >
* Move RBAC name generation to an application receiver
Signed-off-by: jannfis <jann@mistrust.net >
* Fix sync window status in UI
Signed-off-by: jannfis <jann@mistrust.net >
* Fix pod logs viewer
Signed-off-by: jannfis <jann@mistrust.net >
* Fix application events in UI
Signed-off-by: jannfis <jann@mistrust.net >
* Fix application search in UI
Signed-off-by: jannfis <jann@mistrust.net >
* Fix yarn lint
Signed-off-by: jannfis <jann@mistrust.net >
* Only set up cluster-wide application informer when additional namespaces are specified
Signed-off-by: jannfis <jann@mistrust.net >
* Adapt e2e test to a changed error message
Signed-off-by: jannfis <jann@mistrust.net >
* Application namespace should be taken into account for create
Signed-off-by: jannfis <jann@mistrust.net >
* Use non-qualified application name as Helm release name
Signed-off-by: jannfis <jann@mistrust.net >
* Support --app-namespace in e2e tests
Signed-off-by: jannfis <jann@mistrust.net >
* Enable more e2e tests
Signed-off-by: jannfis <jann@mistrust.net >
* Increase e2e timeout for newly added tests
Signed-off-by: jannfis <jann@mistrust.net >
2022-08-10 11:39:10 +02:00
jannfis
5a540ab556
build: Enable optional skipping of building test-tools-image ( #10199 )
...
Signed-off-by: jannfis <jann@mistrust.net >
2022-08-04 09:50:44 -04:00
Michael Crenshaw
e3940cd2bf
chore: add Snyk scans to docs ( #9856 )
...
* chore: generate Snyk reports
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
sarif
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
dashboard
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
cron job
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
more consistent formatting
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
clarification
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
sarif files
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
fix naming, fix doc get text
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
apply suggestions
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
apply suggestions
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
blarn
Signed-off-by: CI <michael@crenshaw.dev >
ignore errors due to vulns
Signed-off-by: CI <michael@crenshaw.dev >
specify target branch in script
Signed-off-by: CI <michael@crenshaw.dev >
don't checkout before running script
Signed-off-by: CI <michael@crenshaw.dev >
make sure dest dir exists
Signed-off-by: CI <michael@crenshaw.dev >
fix workflow
Signed-off-by: CI <michael@crenshaw.dev >
* update scans
Signed-off-by: CI <michael@crenshaw.dev >
* update reports
Signed-off-by: CI <michael@crenshaw.dev >
* use latest ignore rules
Signed-off-by: CI <michael@crenshaw.dev >
* update reports
Signed-off-by: CI <michael@crenshaw.dev >
* update reports
Signed-off-by: CI <michael@crenshaw.dev >
* update reports, add link to latest, push to master instead of stable
Signed-off-by: CI <michael@crenshaw.dev >
* fix for double-digit patch versions
Signed-off-by: CI <michael@crenshaw.dev >
* clean up testing changes
Signed-off-by: CI <michael@crenshaw.dev >
2022-07-27 21:15:00 +00:00
Hyeonmin Park
6c4a6b7a70
chore: upgrade kustomize to 4.5.5 ( #9650 )
...
* chore: upgrade kustomize to 4.5.5
Signed-off-by: Hyeonmin Park <hyeonmin.park@kennysoft.kr >
* docs: add 2.5 notes for kustomize 4.5.5
Signed-off-by: Hyeonmin Park <hyeonmin.park@kennysoft.kr >
Co-authored-by: Michael Crenshaw <michael@crenshaw.dev >
2022-06-17 10:43:12 -04:00
Tommaso Sardelli
725b2d4f61
chore: add argocd binary to argocd-test-tool docker image ( #9459 ) ( #9467 )
...
Signed-off-by: Tommaso Sardelli <lacapannadelloziotom@gmail.com >
2022-05-24 16:16:12 +02:00
jannfis
a8e6e40a88
chore: Set GITHUB_TOKEN in the test container ( #9317 )
...
Signed-off-by: jannfis <jann@mistrust.net >
2022-05-07 15:08:06 +02:00
David J. M. Karlsen
a3a429787e
feat: Add cli support for additional linux based architectures, s390x + ppc64le ( #8991 )
...
feat: Add cli support for additional linux based architectures, s390x + ppc64le (#8991 )
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com >
* add more architectures for linux
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com >
* drop aix arch as it won't compile
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com >
Co-authored-by: Michael Crenshaw <michael@crenshaw.dev >
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com >
2022-05-06 22:48:29 +00:00
34FathomBelow
a94ca7fef1
chore: provide checksums for cli-binaries ( #9260 )
...
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
2022-05-06 13:33:32 -07:00
Alexander Matyushentsev
b587e0cd3b
chore: use bin mode to run e2e tests in CI ( #9311 )
...
* chore: use bin mode to run e2e tests in CI
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com >
2022-05-05 17:54:09 +00:00
34FathomBelow
bf690d0548
chore: fix release workflow failing for >=2.4 ( #9082 )
...
* chore: fix release workflow failing for >=2.4
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
* Retrigger CI pipeline
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com >
2022-04-12 19:15:08 -04:00
Shyukri Shyukriev
6b783af5c6
chore!: Helm2 removal ( #8313 )
...
* chore: remove helm2
Reorder test/container/Dockerfile to mitigate issue of being unable to create
.gitconfig since the homedir is not present
chore: cleanup helm2 and tests related to it
Remove helm2 init. Fix unused import
Use helm 3 structure for CRDs
Remove helm2-dependency testdata
Address PR comments
Add back values-production and value.yaml on helm tests
Remove helm2 from openapi.
Signed-off-by: Shyukri Shyukriev <shyukri.shyukriev@mariadb.com >
modified: util/helm/cmd_test.go
* fix: generated openapi
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev >
Co-authored-by: Michael Crenshaw <michael@crenshaw.dev >
2022-04-09 19:17:44 +00:00
Leonardo Luz Almeida
7fe25c3d3a
chore: Integrate kustomize installation in localized toolchain ( #9027 )
...
* chore: fix kustomize installation in MacOS
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Install Kustomize in dist folder
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Create $BIN folder if does not exist
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Change dist just for kustomize
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* display kustomize binary used
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Fix kustomize used for manifest generation
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
* Fix kustomize installation in docker
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com >
Co-authored-by: Michael Crenshaw <michael@crenshaw.dev >
2022-04-08 15:42:21 -04:00