mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 10:00:06 +00:00
* Feat: add workflow failed after retries Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * Feat: add workflow reconcile backoff time Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * fix lint Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * make reviewable Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * resolve some comments Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * add tests * fix rebase Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * fix test Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * fix status Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * fix requeue time interval * resolve comments Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * change time to pointer Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * fix pointer test Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * fix test Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * change time to cm Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com> * resolve comments and add e2e test Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
52 lines
747 B
Plaintext
52 lines
747 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin
|
|
_bin
|
|
e2e/vela
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
coverage.txt
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
_.yaml
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
# Vscode files
|
|
.vscode
|
|
|
|
pkg/test/vela
|
|
config/crd/bases
|
|
_tmp/
|
|
|
|
references/cmd/cli/fake/source.go
|
|
references/cmd/cli/fake/chart_source.go
|
|
charts/vela-core/crds/_.yaml
|
|
.test_vela
|
|
tmp/
|
|
|
|
.vela/
|
|
|
|
# check docs
|
|
git-page/
|
|
|
|
# e2e rollout runtime image build
|
|
runtime/rollout/e2e/tmp |