philipp 63bf1015cc
All checks were successful
CI/CD Pipeline / test (push) Successful in 12m31s
CI/CD Pipeline / deploy-staging (push) Successful in 19m56s
CI/CD Pipeline / deploy-main (push) Has been skipped
Merge pull request 'Update frontend/tests/cox.spec.ts' (#852) from fix-new-npm into staging
Reviewed-on: #852
2025-01-10 14:34:34 +01:00
2025-01-10 12:46:43 +01:00
2024-11-27 08:20:54 +01:00
2025-01-10 09:51:43 +01:00
2024-04-08 23:21:35 +02:00
try
2024-01-16 20:00:41 +01:00
2023-02-08 16:25:06 +01:00
2024-04-16 08:52:37 +02: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
fd
2024-08-12 20:55:31 +02:00
2024-10-11 11:20:58 +02:00
2024-11-27 08:20:54 +01:00
2024-08-19 11:57:51 +02:00
2024-03-15 09:54:36 +01:00
2024-03-15 09:54:36 +01:00
2024-11-30 22:32:15 +01:00
2024-10-14 08:34:02 +02:00
2023-03-26 14:40:56 +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!
    }
}
Description
Ruderassistent des Rudervereins Donau Linz
https://app.rudernlinz.at
Readme 9.8 MiB
Languages
Rust 65.5%
TypeScript 27.5%
Svelte 3.1%
SCSS 2.5%
JavaScript 1.1%
Other 0.2%