Ruderassistent des Rudervereins Donau Linz https://app.rudernlinz.at
Go to file
philipp 2445e82c69
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
Merge pull request 'boatshouse' (#259) from boatshouse into staging
Reviewed-on: #259
2024-03-09 16:59:56 +01:00
.gitea/workflows fix ci, more output @ ci 2024-03-04 14:55:11 +01:00
frontend fix ci 2024-03-05 15:01:44 +01:00
src Merge pull request 'boatshouse' (#257) from boatshouse into staging 2024-03-08 22:23:42 +01:00
svelte try 2024-01-16 20:00:41 +01:00
templates show messages in kiosk mode 2024-03-09 16:56:32 +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 Create admin function to use copy-pasted users from ekey, return the ones which don't match to "Donau Linz" rowt user, Fixes #204 (#230) 2024-03-04 16:59:44 +01:00
Cargo.toml Create admin function to use copy-pasted users from ekey, return the ones which don't match to "Donau Linz" rowt user, Fixes #204 (#230) 2024-03-04 16:59:44 +01:00
Dockerfile switch to new ci image 2024-02-15 12:01:28 +01:00
migration.sql boatshouse functionality, fixes #183 2024-03-08 13:13:20 +01:00
notes.md add notes 2024-01-18 15:28:51 +01:00
README.md reformat files 2024-03-04 13:28:42 +01:00
Rocket.toml add mail 2024-01-01 15:50:06 +01:00
rot.service switch deplyment 2024-02-06 16:01:34 +01:00
rotstaging.service switch deplyment 2024-02-06 16:01:34 +01:00
seeds.sql show user icon in all vorstand users 2024-03-04 16:37:53 +01:00
staging-diff.sql boatshouse functionality, fixes #183 2024-03-08 13:13:20 +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

Lints

  • Rust: cargo check
  • Tera files: djlint **.html.tera --profile=jinja --reformat
  • Typescript: prettier -w *.ts