176 Commits

Author SHA1 Message Date
1b1c849997 refactor: make the project model derive from Clone 2024-08-22 23:15:43 +02:00
4fce731b60 style: formatting 2024-08-22 23:15:43 +02:00
4f3d46646a feat: make the project title input required 2024-08-22 23:15:43 +02:00
40b15235c9 build: add dependencies and features 2024-08-22 23:15:43 +02:00
d1557a78c3 ci: disable JSCPD validation (#15) 2024-08-22 23:15:05 +02:00
0cd6045eef ci: disable JSCPD validation in the linter GitHub action 2024-08-22 23:07:57 +02:00
db4708513e build: bump Tailwind to 3.4.10 (#12) 2024-08-18 23:59:18 +02:00
4425601839 build: bump Tailwind to 3.4.10 2024-08-18 23:53:18 +02:00
78fa1902d9 feat: ability to create a project (#9) 2024-08-18 23:36:05 +02:00
30ed3ae1ad build: make the development Docker container entrypoint script executable 2024-08-18 23:28:24 +02:00
b58620c688 style: use the correct notation for Dockerfile CMD 2024-08-18 23:08:23 +02:00
b8a6f6ad9a build: add a shebang to the development Docker container entrypoint script 2024-08-18 23:03:51 +02:00
431c08442a build: run pending Diesel migrations on the Docker development container start 2024-08-18 22:51:12 +02:00
2448dcf909 style: remove the attribute allowing non-snake-case names 2024-08-18 22:36:08 +02:00
a75252b4d5 fix: remove an unused import 2024-08-18 22:34:12 +02:00
5117fb2039 build: move the Tailwind config to the source directory 2024-08-18 22:26:13 +02:00
40985ca7bb chore: remove a testing function 2024-08-18 22:24:15 +02:00
394e503056 chore: update .idea 2024-08-18 22:04:43 +02:00
75e134365f refactor: improve error mapping 2024-08-18 22:04:23 +02:00
7557b4ce4e style: macro formatting 2024-08-18 22:03:49 +02:00
9324d841fb refactor: make the project form component handle the server calls itself 2024-08-18 21:17:31 +02:00
ce7dafb576 fix: add .env to the Docker development container 2024-08-18 21:16:50 +02:00
f0f24d33ba refactor: make the serverside error handling more robust 2024-08-18 19:09:40 +02:00
ad70b5cfa8 build: optimize the development Dockerfile 2024-08-17 23:07:34 +02:00
b35b45787b style: disable stylelint for the Tailwind at rules 2024-08-17 21:41:43 +02:00
0738004d37 build: specify the user in the development Dockerfile 2024-08-17 21:33:01 +02:00
345ecaa31e chore: update .idea 2024-08-17 12:45:02 +02:00
cb69433cf4 chore: update .idea 2024-08-17 12:42:46 +02:00
b531529b63 build: pin the dependencies versions in the development Dockerfile 2024-08-17 12:42:46 +02:00
e39b6bca2a refactor: make the project model fields accessible by getters 2024-08-17 12:42:46 +02:00
bcf620a575 chore: update .idea 2024-08-17 12:42:46 +02:00
4570d48937 chore: remove an unused asset 2024-08-17 12:42:46 +02:00
0944c0eb55 build: specify the user in the development Dockerfile 2024-08-17 12:42:46 +02:00
7a8f47c8ed build: add a healthcheck to the development Dockerfile 2024-08-17 12:42:46 +02:00
75692622a7 build: optimize the development Dockerfile 2024-08-17 12:42:46 +02:00
0b74ca80bf refactor: rename the project form component 2024-08-17 12:42:46 +02:00
8d461527b5 style: disable stylelint for the Tailwind at rules 2024-08-17 12:42:46 +02:00
a67c77c152 chore: update .idea 2024-08-17 12:42:46 +02:00
57705de44d feat: switch Dioxus to fullstack, add a form for creating a project 2024-08-17 12:42:46 +02:00
283b3965db feat: add a project model 2024-08-17 12:42:46 +02:00
2262111f97 fix: Diesel configuration 2024-08-17 12:42:46 +02:00
b8172c44dd fix: Tailwind build in development 2024-08-17 12:42:46 +02:00
5ce099fc8c chore: add an SQL dialect to .idea 2024-08-17 12:42:46 +02:00
2c26189655 chore: add a DB data source to .idea 2024-08-17 12:42:46 +02:00
aed1a339a8 chore: setup Diesel 2024-08-17 12:42:46 +02:00
4ed430df03 fix: database container port 2024-08-17 12:42:46 +02:00
708bcf7638 build: install Diesel 2024-08-17 12:42:46 +02:00
c35d5c4464 fix: run npm install in the Docker development app container 2024-08-17 12:42:46 +02:00
dbcdbe13af chore: reorder Docker compose attributes 2024-08-17 12:42:46 +02:00
feeff42a48 chore: create a run configuration for the development Docker compose 2024-08-17 12:42:46 +02:00