51 Commits

Author SHA1 Message Date
Matouš Volf
3980189ae2 build: specify the user in the development Dockerfile 2024-08-17 21:33:01 +02:00
Matouš Volf
97d21fc442 chore: update .idea 2024-08-17 12:45:02 +02:00
Matouš Volf
8206370f8f chore: update .idea 2024-08-17 12:42:46 +02:00
Matouš Volf
7c97a6b7a0 build: pin the dependencies versions in the development Dockerfile 2024-08-17 12:42:46 +02:00
Matouš Volf
1e2a6db4d9 refactor: make the project model fields accessible by getters 2024-08-17 12:42:46 +02:00
Matouš Volf
65416b3a8f chore: update .idea 2024-08-17 12:42:46 +02:00
Matouš Volf
4ef503b046 chore: remove an unused asset 2024-08-17 12:42:46 +02:00
Matouš Volf
5165d15d96 build: specify the user in the development Dockerfile 2024-08-17 12:42:46 +02:00
Matouš Volf
8a9c278266 build: add a healthcheck to the development Dockerfile 2024-08-17 12:42:46 +02:00
Matouš Volf
39a25d7d7b build: optimize the development Dockerfile 2024-08-17 12:42:46 +02:00
Matouš Volf
6f3312ac2f refactor: rename the project form component 2024-08-17 12:42:46 +02:00
Matouš Volf
71666f45be style: disable stylelint for the Tailwind at rules 2024-08-17 12:42:46 +02:00
Matouš Volf
46463dad75 chore: update .idea 2024-08-17 12:42:46 +02:00
Matouš Volf
97c9779170 feat: switch Dioxus to fullstack, add a form for creating a project 2024-08-17 12:42:46 +02:00
Matouš Volf
6b13e56840 feat: add a project model 2024-08-17 12:42:46 +02:00
Matouš Volf
cb68d5dd0d fix: Diesel configuration 2024-08-17 12:42:46 +02:00
Matouš Volf
472593bbc1 fix: Tailwind build in development 2024-08-17 12:42:46 +02:00
Matouš Volf
f9db555ec0 chore: add an SQL dialect to .idea 2024-08-17 12:42:46 +02:00
Matouš Volf
4ae66f4ae2 chore: add a DB data source to .idea 2024-08-17 12:42:46 +02:00
Matouš Volf
f0e050c3f8 chore: setup Diesel 2024-08-17 12:42:46 +02:00
Matouš Volf
3173b6361d fix: database container port 2024-08-17 12:42:46 +02:00
Matouš Volf
a53d6dbb85 build: install Diesel 2024-08-17 12:42:46 +02:00
Matouš Volf
08acd12ff4 fix: run npm install in the Docker development app container 2024-08-17 12:42:46 +02:00
Matouš Volf
f3b9057df0 chore: reorder Docker compose attributes 2024-08-17 12:42:46 +02:00
Matouš Volf
bdc1738cba chore: create a run configuration for the development Docker compose 2024-08-17 12:42:46 +02:00
Matouš Volf
a9e2befa9a chore: update .idea 2024-08-17 12:42:46 +02:00
Matouš Volf
894a7ae5eb chore: rename package name in package-lock.json 2024-08-17 12:42:46 +02:00
Matouš Volf
04bcc81b71 chore: update .idea 2024-08-17 12:42:46 +02:00
Matouš Volf
f64a6b1b32 feat: add a Docker compose file for development 2024-08-17 12:42:46 +02:00
Matouš Volf
ee55e0799b chore: update .gitignore 2024-08-17 12:42:46 +02:00
Matouš Volf
37b7149e30 feat: setup Tailwind.css 2024-08-17 12:42:46 +02:00
Matouš Volf
72de33dab8 refactor: set the title in the Dioxus configuration 2024-08-17 12:42:46 +02:00
Matouš Volf
7da655eafc style: Cargo.lock formatting 2024-08-17 12:42:46 +02:00
Matouš Volf
9e38fdbbeb chore: initialize the Dioxus project 2024-08-17 12:42:46 +02:00
Matouš Volf
4d7c5df56b
ci: linter configuration (#10) 2024-08-17 12:30:36 +02:00
Matouš Volf
22a7d8bf23 ci: disable undesirable linters in the code linter GitHub action 2024-08-17 12:25:57 +02:00
Matouš Volf
8da225e374
ci: bump Super-linter to 7.0.0 (#8) 2024-08-16 09:30:53 +02:00
Matouš Volf
6b19b82ed6 ci: bump Super-linter to 7.0.0 2024-08-16 09:16:21 +02:00
Matouš Volf
e815f07ecb
ci: GitHub action for code linting (#6) 2024-08-15 13:55:20 +02:00
Matouš Volf
2d1f1aa05b ci: restrict the CI actions permissions 2024-08-15 13:50:01 +02:00
Matouš Volf
943f0d48ca ci: rename the conventional PRs action job 2024-08-15 13:49:34 +02:00
Matouš Volf
fc4d83b445 fix: formatting 2024-08-15 13:49:11 +02:00
Matouš Volf
e130da77f4 ci: make the conventional commits and PR actions more consistent 2024-08-15 12:42:25 +02:00
Matouš Volf
c8510574b5 ci: add a GitHub action for code linting 2024-08-15 12:42:00 +02:00
Matouš Volf
82b6b3475f
ci: GitHub action for conventional pull requests (#5) 2024-08-15 12:18:31 +02:00
Matouš Volf
00de138530 ci: make the commit check action run on pull requests based on the type 2024-08-15 12:09:55 +02:00
Matouš Volf
66bf6d5ce9 ci: add a GitHub action for checking conventional pull requests 2024-08-15 12:09:21 +02:00
Matouš Volf
ed3e915518
ci: GitHub action for conventional commits (#2) 2024-08-15 11:55:34 +02:00
Matouš Volf
afd22c3d96 fix: make the action target PRs on the branch main 2024-08-15 11:45:59 +02:00
Matouš Volf
d712450c6f ci: add a GitHub action for checking conventional commits 2024-08-15 11:38:53 +02:00