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

Re-scaffold the project for v0.4.0, removing the Golang control-plane #278

Merged
merged 10 commits into from
Sep 16, 2024
Merged
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: 1 addition & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore build and test binaries.
.github/
bin/
testbin/
bin/
build/bin
config/
*.md
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
bin/** linguist-detectable=false
config/** linguist-detectable=false
controllers/** linguist-detectable=false
internal/** linguist-detectable=false
pkg/** linguist-detectable=false
test/** linguist-detectable=false
tools/** linguist-detectable=false
hack/** linguist-detectable=false
10 changes: 7 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ jobs:

- name: Build all rust crates (dataplane, test server)
run: |
make build.rust
make build

- name: Check formatting
run: |
make check.format.rust
make check.format

- name: Check clippy
run: |
make lint.rust
make lint

- name: Run Tests
run: |
make test
147 changes: 0 additions & 147 deletions .github/workflows/ci.yaml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/codeql.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/lint.yaml

This file was deleted.

Loading
Loading