Ruderassistent des Rudervereins Donau Linz https://app.rudernlinz.at
Go to file
philipp 3df6791b6b
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m11s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
fix ci
2024-01-19 00:50:30 +01:00
.gitea/workflows try 2024-01-17 23:41:08 +01:00
frontend try 2024-01-16 23:43:36 +01:00
src fix ci 2024-01-19 00:50:30 +01:00
svelte try 2024-01-16 20:00:41 +01:00
templates progress @fees, next step, deply+enter families/student/pupil/... 2024-01-19 00:39:15 +01:00
.dockerignore optimize ci build: use own dockerfile for dependencies + cache for builds (#164) 2024-01-17 22:56:33 +01:00
.env initial push 2023-02-08 16:25:06 +01:00
.gitignore show own data + add gitignore folder 2023-11-02 13:17:33 +01:00
Cargo.lock update deps 2024-01-09 16:15:02 +01:00
Cargo.toml push 2024-01-01 17:51:23 +01:00
Dockerfile try 2024-01-17 23:39:35 +01:00
migration.sql add family 2024-01-18 16:37:54 +01:00
notes.md add notes 2024-01-18 15:28:51 +01:00
README.md optimize ci build: use own dockerfile for dependencies + cache for builds (#164) 2024-01-17 22:56:33 +01:00
Rocket.toml add mail 2024-01-01 15:50:06 +01:00
rot.service backup working systemd service files 2023-07-31 12:46:14 +02:00
rotstaging.service backup working systemd service files 2023-07-31 12:46:14 +02:00
seeds.sql limit users to proper role, Fixes #135 2024-01-10 14:08:15 +01:00
staging-diff.sql try 2024-01-18 16:55:51 +01:00
test_db.sh add user table 2023-03-26 14:40:56 +02:00

Build

Frontend

  1. cd frontend
  2. npm install
  3. npm run (watch/build)

Run

Backend

  1. cargo r

Test

Frontend

  • npx playwright test --workers 1 --project firefox
  • Nice UI: --ui
  • Generate tests: npx playwright codegen

Backend (Unit + Integration)

cargo t