Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] cleanup for v2 release #1595

Merged
merged 36 commits into from
Jul 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c0af7f4
chore: remove v1 specific controller code
shaneutt Jul 28, 2021
5dc5ede
chore: remove the v1 Dockerfile
shaneutt Jul 28, 2021
12b915d
chore: combine the v1 and v2 Makefiles
shaneutt Jul 28, 2021
3146ccd
chore: move (but keep) legacy integration tests
shaneutt Jul 28, 2021
3e3983f
chore: remove the v1 hack/ dir, add v2 dir to root
shaneutt Jul 28, 2021
f9ac03b
add it back
shaneutt Jul 28, 2021
fa54892
fix: add back verify-tidy
shaneutt Jul 28, 2021
2f4cc07
chore: combine CONTRIBUTING.md files from v1 and v2
shaneutt Jul 28, 2021
7d59552
chore: combine internal/ dirs
shaneutt Jul 28, 2021
ad4fe36
chore: move new public API types to root dir
shaneutt Jul 28, 2021
662ccaf
chore: move new clientsets to root dir
shaneutt Jul 28, 2021
d98df47
chore: remove temp readme for railgun
shaneutt Jul 28, 2021
1caf1dc
chore: combine .gitignore files
shaneutt Jul 28, 2021
868e153
chore: move kubebuilder project config to root dir
shaneutt Jul 28, 2021
2d48976
chore: combine .dockerignore files
shaneutt Jul 28, 2021
adadb5e
chore: move new deployment manifests to root dir
shaneutt Jul 28, 2021
382fc63
chore: move examples to root dir
shaneutt Jul 28, 2021
8896b5c
chore: move controller manager main to root internal
shaneutt Jul 28, 2021
5a26fc3
chore: move keps to root dir
shaneutt Jul 28, 2021
e8d08cd
chore: move scripts to root dir
shaneutt Jul 28, 2021
63c9407
chore: move tests to root dir
shaneutt Jul 28, 2021
7b484fa
chore: cleanup imports
shaneutt Jul 28, 2021
778ee23
chore: more adjustments for main.go location
shaneutt Jul 28, 2021
29fc69c
chore: goimports
shaneutt Jul 28, 2021
c0b8652
chore: cleanup railgun naming convention
shaneutt Jul 28, 2021
78612c6
fix: extra controller deployment in tests
shaneutt Jul 28, 2021
32fa743
chore: github actions wf cleanup
shaneutt Jul 28, 2021
89ceec2
docs: update changelog for v1 code removal
shaneutt Jul 28, 2021
7d154cf
feat: rework ci tests for v1 removal
shaneutt Jul 28, 2021
0949715
chore: privatize all controller internals
shaneutt Jul 28, 2021
1e5af52
chore: temporarily removing docker build and push
shaneutt Jul 28, 2021
821b48c
chore: add lint back to CI
shaneutt Jul 28, 2021
0e5e408
fix: symlinks for old deploy manifests
shaneutt Jul 28, 2021
e9c9502
chore: go mod tidy && verify
shaneutt Jul 28, 2021
d316a24
chore(build) change manifest target dir
Jul 28, 2021
20d25a7
chore: new verify-manifests.sh for v2
shaneutt Jul 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore all files which are not go type
!**/*.go
!**/*.mod
!**/*.sum
.git
kong-ingress-controller
117 changes: 0 additions & 117 deletions .github/workflows/1x-docker-build-push.yaml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/1x-integration-test.yaml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/2x-docker-build-push.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/2x-image-build-test.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/2x-integration-test.yaml

This file was deleted.

Loading