Skip to content

Commit

Permalink
KBS: refactor code structure
Browse files Browse the repository at this point in the history
This commit will tidy the code under kbs directory. It deletes
api-server crate, and move all logic of api-server to KBS crate, also
mark kbs as a binary of the crate.

This commit also makes some common dependencies of sub-crates to use the
same version of workspace.

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 authored and fitzthum committed Jul 3, 2024
1 parent d5d03d9 commit a9851d3
Show file tree
Hide file tree
Showing 146 changed files with 191 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kbs-docker-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --manifest-path kbs/tools/client/Cargo.toml --no-default-features --features sample_only --release
args: --manifest-path kbs/client/Cargo.toml --no-default-features --features sample_only --release

- name: Setup Keys
run: |
Expand Down
206 changes: 58 additions & 148 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a9851d3

Please sign in to comment.