Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
"artifactgc",
"clientset",
"clusterworkflowtemplate",
"codegen",
"Creds",
"cronworkflow",
"cronworkflows",
"cwft",
"daemoned",
"direnv",
"featuregen",
"ffsv",
"gcflags",
Expand All @@ -72,6 +74,7 @@
"multiclient",
"mainctrfs",
"mypassword",
"nixpkgs",
"nonroot",
"podpriority",
"promtail",
Expand All @@ -89,6 +92,7 @@
"workflowkey",
"workflowtemplate",
"workflowtemplates",
"wslconfig",
"zstd"
]
}
9 changes: 9 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Enter the development shell automatically on `cd`, for anyone with direnv
# installed (https://direnv.net). `direnv allow` once to opt in.
#
# Install nix-direnv (https://github.com/nix-community/nix-direnv) too: it caches
# the shell so `cd` is instant and stops the garbage collector from throwing the
# tools away.
#
# Without direnv, run `nix develop` by hand instead.
use flake
52 changes: 0 additions & 52 deletions .github/workflows/update-gomod2nix.yml

This file was deleted.

8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ debug.test
git-ask-pass.sh
*.iml
/coverage.out
.envrc
/.vendor-new
/kustomize
/workflow-controller
Expand Down Expand Up @@ -57,11 +56,8 @@ result
/ui/playwright-report/
/ui/test-results/
/ui/e2e/.auth/
.devenv
.devenv.flake.nix
# direnv's cache of the nix devShell (see .envrc)
.direnv/
.*-vendor
proto_vendor
.github.com
.go/
.goenv/
.gocache/
6 changes: 6 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ MD007:
MD024:
siblings_only: true
MD034: false
# Rules added after markdownlint-cli 0.33, which the docs have never been
# written to. Turning either on is a docs change, not a tooling one.
# link text should be descriptive, i.e. not "here" or "link"
MD059: false
# table pipes should line up
MD060: false
Loading