Noam Gal (old codefresh account)
Noam Gal (old codefresh account)
when i try to clone a repository that does not exist on my on-prem bitbucket server, the server returns http `200` with the following body: ``` ERR Repository not found\nThe...
the step is pushing to https://github.com/codefresh-io/linuxbrew-core, which is a fork of https://github.com/Homebrew/linuxbrew-core apparently, Homebrew/linuxbrew-core was recently archived, and we need to fork https://github.com/Homebrew/homebrew-core instead, and make a pr to it.
Currently, using ssh clone urls will still try to clone using the (required) --git-token value, which will fail We need to ignore the token for clone/push, and only use it...
The build pipeline already creates windows binaries. We just need to document how to get them. Can also consider adding support for Scoop/Chocolatey/Winget (or some other package manager)
We should use some secret management solution to encrypt it, and commit it along with the rest of the bootstrap
This can be optional (the bootstrap server **may** manage all/some of the projects) Create a folder structure where each different server has a separate "root" application, with its own list...
run on a local file system, accepting a local (git) folder as an input 1. checkout correct branch (if needed) 2. pull from remote 3. perform changes 4. commit 5....
Commands like `app list` and `project list` should only display the required output by default, and not any logs lines from the git clone (or any other non-related information)
It seems as though the latest Argo CD requires k8s 1.20 and above. Maybe there are some other requirements we have missed as well. We need to update the documentations...
- [chore] Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#523](https://github.com/argoproj-labs/argocd-autopilot/pull/523) - [chore] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc [#525](https://github.com/argoproj-labs/argocd-autopilot/pull/525) - [chore] Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#528](https://github.com/argoproj-labs/argocd-autopilot/pull/528) - [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to...