philipp f9c9f7c523
CI/CD Pipeline / test (push) Successful in 23m34s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
update to sqlx 0.8
2025-01-09 16:31:53 +01:00
2024-12-05 10:22:45 +01:00
2024-11-27 08:20:54 +01:00
2024-11-27 08:20:54 +01:00
2025-01-09 16:31:53 +01:00
2025-01-09 15:31:05 +01:00
2025-01-09 16:31:53 +01:00
2025-01-09 16:31:53 +01:00
2024-11-30 22:32:15 +01:00
2024-11-27 08:20:54 +01:00
2024-11-30 22:32:15 +01:00
2024-10-14 08:34:02 +02:00

latest CI run on main

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

Dependencies

  • sqlite3
  • rust

Nginx config

server {
    server_name staging.rudernlinz.at;
    location / {
        proxy_pass http://localhost:7999/; # The / is important!
    }
}

server {
    server_name app.rudernlinz.at;
    location / {
        proxy_pass http://localhost:8001/; # The / is important!
    }
}
S
Description
Ruderassistent des Rudervereins Donau Linz
https://app.rudernlinz.at
Readme EUPL-1.2 5.3 MiB
Languages
Rust 71.8%
TypeScript 22.3%
Svelte 2.5%
SCSS 2.1%
JavaScript 0.9%
Other 0.4%