Commit Graph

34 Commits

Author SHA1 Message Date
Rémy Léone 86d5fb595f add support for devcontainer 2023-12-21 18:19:30 +01:00
Ole Markus With dca611ece6 Ignore the _rundir that kubetest2 now creates 2022-06-29 14:25:32 +02:00
Peter Rifel 5368c55567
Remove remaining bazel references 2022-05-01 13:56:56 -05:00
justinsb 05ae9aa5b4 Use .bazel-bin to help gopls & VSCode
This means that gopls will ignore the bazel-* symlinks, in particular
when using the go LSP plugin (gopls) with VSCode.

Idea from https://bitworking.org/news/2021/06/bazel-and-gopls/
2021-10-26 08:04:06 -04:00
John Gardiner Myers 863c18585e Fix set-version leaving backup files with "-e" suffix 2021-06-04 15:06:54 -07:00
Peter Rifel f36e9a449a
Remove go-bindata 2021-03-20 16:02:09 -05:00
Barry Melbourne a4245908d2 Exclude terraform.lock.hcl files from Git repo 2021-01-16 18:38:26 +00:00
Peter Rifel edd3258c0a
Update gitignore and some verify scripts for new e2e code 2020-10-08 19:39:28 -05:00
Justin SB aeb690e2cf Don't try to delete terraform providers
Because we are running it in docker, I was hitting permission issues
during the cleanup step of verify-terraform.
2020-07-13 12:04:08 -04:00
Rodrigo Menezes 2fe2f4fd81 Don't compress bindata & allow Kops to be imported as a package. 2020-04-07 10:41:55 -04:00
Peter Rifel 8f8d7afae7 add tests that validate .tf files 2020-03-31 11:51:55 -05:00
Ryan Bonham 9629db61b1
Ignore devcontainer for vscode remote-containers 2019-11-21 14:14:59 -08:00
Peter Rifel 974a1c6b3c Add verify-staticcheck script mostly copied from kubernetes/hack/verify-staticcheck.sh 2019-09-27 11:58:33 -07:00
mikesplain 816695f172 Ignore .config dir 2019-09-12 09:54:39 -04:00
Justin SB 7e82335750
Stop .gitignoring all files named go-bindata 2019-07-19 09:34:14 -04:00
Justin Santa Barbara f9bd0185d9
Merge branch 'master' into docs 2018-09-21 23:43:15 -07:00
Rohith 418fa45ff7 Git Ignore - Merge Conflict Files
- adding the *.orig to the .gitignore to ensure the mergetool files are not accidently committed
2018-06-20 09:46:30 +01:00
Giancarlo Rubio 15f95be9b3 Create addon for prometheus-operator 2018-05-10 20:05:39 +02:00
Manuel de Brito Fontes 6b205e599a
Generate live project documentation using mkdocs and gh-pages 2018-05-01 15:10:09 -03:00
Mike Splain 7f139caed2 Add packages to protokube and make bazel-upload 2018-02-23 16:45:57 -05:00
Blake 0450d08c0b bazel 0.9.0 running `make bazel-build` updates 2018-01-18 13:26:27 -08:00
chrislovecnm b7de55ff3b ignore default etcd directory that should be running while generating docs 2017-12-28 18:48:36 -07:00
Manuel de Brito Fontes 236cb0f188 Add makefile target to check markdown links 2017-11-02 19:19:15 -03:00
chrislovecnm d93a405bee ignoring api server files 2017-10-28 07:00:23 -06:00
Justin Santa Barbara 87b6ba6b19 Initial bazel support 2017-10-02 14:27:20 -04:00
Justin Santa Barbara 1e851bf060 Don't ignore tags files - we have a package named tags 2017-05-22 11:16:36 -04:00
Justin Santa Barbara a41e7598ca Script to call goimports
Trying out python
2017-03-16 09:42:38 -04:00
Mark S. Maglana 46e8d1b164 Ignore tags files generated by Exhuberant Ctags
For anyone that uses ctags for quickly navigating the code (e.g. Vim
users), ignoring the various tags files generated all over the place
will be helpful. As I've found, a tags file needs to be generated for
certain subdirectories to avoid confusing ctags. For example, if I
run `ctags -R .` from the project root and I attempt to jump to the
definition of Execute from `cmd/kops/main.go`, I'm taken to the file
`channels/cmd/channels/root.go` instead of `cmd/kops/root.go`.
Maintaining one tags file for `cmd/kops`, however, doesn't produce the
same problem. This is why all tags files need to be ignored.
2016-12-28 22:13:47 -08:00
Justin Santa Barbara 68fd6b67d9 Don't check in upup/models/bindata.go
Just causes conflicts, built automatically by makefile anyway
2016-09-13 10:08:44 -04:00
chrislovecnm a243eb3f07 updates to Makefile for nodeup build in docker 2016-08-23 12:37:19 -06:00
Zach Loafman 0ed5ed7a7d Build: Docker build from source
Send the current git tree instead of building from a specific git hash
2016-08-17 10:42:58 -07:00
Zach Loafman 39301f469b CI: Add container build
Add a simple Dockerfile that can build kops, and a short README on how
to build it. This generates a 425M image, which is about as tight as I
could get it in a short amount of work without just busting apart the
golang:1.6-alpine image to compress the Go layer itself. It's good
enough for what I'm planning to use it for: CI builds.

Along the way: Fix-up .gitignore to include more from k8s/.gitignore
(include editor ones, and terraform output dir).
2016-08-15 17:08:11 -07:00
Justin Santa Barbara cd3d7aa882 Update gitignore 2016-07-11 00:12:32 -04:00
Justin Santa Barbara 3886c03efe Cleanup: move docs to top-level, add .gitignore
Rearranging for the new repo
2016-06-30 10:31:18 -04:00