* fix: Ability to disable Server Side Apply on individual resource level
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* fix: Ability to disable Server Side Apply on individual resource level
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* fix: Ability to disable Server Side Apply on individual resource level
Signed-off-by: pashakostohrys <pavel@codefresh.io>
* chore: improve doc
Signed-off-by: pashakostohrys <pavel@codefresh.io>
---------
Signed-off-by: pashakostohrys <pavel@codefresh.io>
- launch.json now uses `main.go` and env var to determine which service is launched
- telepresence v2 uses new structure to initialice and intercept connections
- Add .envrc.remote to .gitignore
Signed-off-by: Nathanael Liechti <technat@technat.ch>
Signed-off-by: Nathanael Liechti <technat@technat.ch>
* feat: add --headless flag to Argo CD CLI command
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* docs: add headless installation manifests and documentation
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* Apply reviewer notes
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* Remove port forwarding logs
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* Update Gopkg.toml
* Update Gopkg.lock
* Add new test-coverage command
* Update .gitignore to ignore coverage.out
* Test injection of COVERALLS_TOKEN variable
* Add draft of .travis.yml
* Rm recursive coveralls token
* Ensure that goveralls gets installed
* Rm second Go version
* Update workflow with coverage testing
* Change service from argo to argo-ci
* Rm .travis.yml
* Try setting coveralls token more explicitly
* Try file-based instead of env-based token
* Try both methods of providing token
* Go back to just env-based token
* Update with another printout test
* Try using container, thanks @alexmt
* Simplify for now, take 2
* Rm quotes
* Move env to ci-builder template
* Rm coveralls token
* Add coverage badge for current branch, take 2
* Add else statement for output in case of missing token
* Ensure we use the race detector
* Don't install goveralls with dep ensure
* Update generated files
* Try ignoring intermediate files
* Don't use race detector for now
* Try new pattern to ignore
* Try different pattern now
* Try different ignore path
* Try a different ignore style
* Ignore generated protobuf files properly now
* Rm standalone test since we have test-coverage