Ruderassistent des Rudervereins Donau Linz https://app.rudernlinz.at
Go to file
philipp 966254807c
Some checks failed
CI/CD Pipeline / test (push) Failing after 12m11s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
Merge pull request 'allow sending mails w/o attachments :-)' (#218) from staging into main
Reviewed-on: #218
2024-03-01 08:41:12 +01:00
.gitea/workflows push 2024-02-17 12:48:25 +01:00
frontend increase timeout for frontend tests 2024-02-21 15:06:35 +01:00
src allow sending mails w/o attachments :-) 2024-03-01 08:40:02 +01:00
svelte try 2024-01-16 20:00:41 +01:00
templates remove useless button 2024-02-16 08:05:07 +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 use old lock file to make ci work 2024-02-21 15:35:12 +01:00
Cargo.toml upgrade major deps 2024-02-13 23:25:08 +01:00
Dockerfile switch to new ci image 2024-02-15 12:01:28 +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 switch deplyment 2024-02-06 16:01:34 +01:00
rotstaging.service switch deplyment 2024-02-06 16:01:34 +01:00
seeds.sql move managing events to own role 2024-01-22 19:27:22 +01:00
staging-diff.sql group families in fee calc 2024-01-19 08:02:09 +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