No description
Find a file
2023-12-28 22:45:07 +01:00
.github/workflows chore: first working version with integration test 2023-11-12 14:11:13 +01:00
migrations chore: first working version with integration test 2023-11-12 14:11:13 +01:00
scripts build: update info in init db script 2023-12-28 22:24:32 +01:00
src chore: bump hyper to 1.1.0 2023-12-23 14:10:35 +01:00
tests refactor: migrate to axum 0.7 2023-12-15 23:13:00 +01:00
.cz.toml build: update commitizen config 2023-12-28 22:17:36 +01:00
.gitignore first 2023-07-01 20:34:21 +02:00
.pre-commit-config.yaml build: add sqlfluff to pre-commit 2023-12-28 22:38:29 +01:00
Cargo.lock chore: bump hyper to 1.1.0 2023-12-23 14:10:35 +01:00
Cargo.toml chore: bump tokio 2023-12-23 14:12:25 +01:00
CHANGELOG.md chore: add pre-commit config 2023-12-28 22:04:32 +01:00
commitlint.config.js chore: add pre-commit and format files 2023-10-21 13:47:06 +02:00
README.md docs: update README.md on dev dependencies 2023-12-28 22:45:07 +01:00

TODO: Add general information about this project

Contribution

Conventions are enforced through commitizen using pre-commit. Commits that do not comply with the conventions will be rejected.

Prerequisites for developers are:

  • podman
  • postgresql-client
  • sqlx
  • commitizen
  • pre-commit

Current contribution workflow is:

  1. TODO: fork/clone repo and install commitizen and pre-commit
  2. Modify repo
  3. Use cz c to add a commit
  4. Push changes
  5. Open pull/merge request