Skip to content

Commit

Permalink
WIP 3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Sep 17, 2023
1 parent b98ae13 commit 80379fe
Show file tree
Hide file tree
Showing 7,325 changed files with 1,116,021 additions and 431 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local/
target/
.envrc/
brian-frontend/node_modules/
robotica-frontenv/dist/
robotica-frontend/node_modules/
robotica-frontend/dist/
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ updates:
directory: "/robotica-frontend"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/robotica-slint"
- package-ecosystem: "npm"
directory: "/robotica-frontend"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/brian-frontend"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/brian-frontend"
directory: "/robotica-slint"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
run: cargo test -p robotica-frontend
- name: Test backend lib (Brian)
run: cargo test -p brian-backend
- name: Test frontend lib (Brian)
run: cargo test -p brian-frontend

push:
name: Push
Expand Down
39 changes: 6 additions & 33 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ members = [
"robotica-frontend",
"robotica-common",
"robotica-slint",
"brian-frontend",
"brian-backend",
]
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ ENV VCS_REF=${VCS_REF}

RUN cargo build --release -p brian-backend
RUN ls -l /brian-backend/target/release/brian-backend
RUN npm -C brian-frontend install
RUN npm -C brian-frontend run build
RUN ls -l /brian-backend/brian-frontend/dist
RUN npm -C robotica-frontend install
RUN npm -C robotica-frontend run build
RUN ls -l /brian-backend/robotica-frontend/dist

FROM debian:bullseye-slim
ARG APP=/usr/src/app
Expand All @@ -46,8 +46,8 @@ RUN groupadd $APP_USER \
&& mkdir -p ${APP}

COPY --from=builder /brian-backend/target/release/brian-backend ${APP}/brian-backend
COPY --from=builder /brian-backend/brian-frontend/dist ${APP}/brian-frontend/dist
RUN ls -l ${APP}/brian-frontend/dist
COPY --from=builder /brian-backend/robotica-frontend/dist ${APP}/robotica-frontend/dist
RUN ls -l ${APP}/robotica-frontend/dist

USER $APP_USER
WORKDIR ${APP}
Expand Down
4 changes: 0 additions & 4 deletions brian-frontend/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions brian-frontend/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions brian-frontend/src/components/mod.rs

This file was deleted.

Loading

0 comments on commit 80379fe

Please sign in to comment.