Commit graph

38 commits

Author SHA1 Message Date
6cf98d1f1a chore: add docs to just commands 2025-04-15 16:33:55 -04:00
1815487517 chore(version): 0.1.0 2025-04-15 15:36:38 -04:00
d5e488662f refactor!: update dockerfile build 2025-04-15 15:32:26 -04:00
c535ee2765 chore: update bump tasks 2025-04-15 15:23:19 -04:00
49c8682164 refactor!: change migration tool to sqlx 2025-04-15 15:18:20 -04:00
27037a9f75 refactor!: change css library to picocss 2025-04-15 14:08:31 -04:00
48b0252ec4 chore: remove unecesary dependencies
remove docker database files
2025-04-15 13:08:09 -04:00
6ee345763f build: simplify build & run process of FE files
use external bun packages to bundle files, run this package in the
build.rs script
2025-04-14 12:13:24 -04:00
e379967907 chore: add build steps to justfile 2025-03-26 19:49:32 -03:00
ba5199012f chore: remove ci pipelines 2025-03-26 19:48:42 -03:00
5bd421f12b chore: add semantic version to pipeline
Some checks failed
Publish image / bump-crate (push) Failing after 1m33s
Publish image / create-docker-images (push) Has been skipped
2025-03-24 16:43:41 -03:00
e0b259cc6f fix: prevent crash of ci due to artifacts upload
All checks were successful
Publish image / create-docker-images (push) Successful in 3m21s
2025-03-24 16:10:01 -03:00
9d2dc81cba build: add actions workflow for release
Some checks failed
Publish image / deploy (push) Has been cancelled
Publish image / create-docker-images (push) Failing after 44h7m29s
2025-03-17 16:47:22 -03:00
b22a5e5876 fix: gracefully handle no db password 2025-03-17 14:56:20 -03:00
29756b9578 build: update dockerfile
support rootless and cache cargo build for faster builds
2025-03-14 16:55:31 -03:00
3c2d3cf720 build: add docker build files 2025-03-12 15:11:48 -03:00
1871610770 refactor: change asset handling
read assets from the template state instead of path to be able to embed
them into the binary instead of reading them form a path
2025-03-12 12:46:18 -03:00
3ff1f26cc4 feat: add basic configuration support 2025-02-26 13:30:20 -03:00
8e1e366964 fix: embedded templates path on build 2025-02-26 05:20:10 -03:00
56a9c7bd40 chore: fix restart when updating frontend files 2025-02-26 05:20:10 -03:00
e59ae1f31c feat: add mini-strap components 2025-02-26 04:52:27 -03:00
ffca6175c0 feat: add basic htmx example 2025-02-26 04:16:11 -03:00
17bf419074 feat: add htmx package 2025-02-24 21:24:24 -03:00
a662b94b21 feat: add sqlx transaction extractor to router 2025-02-22 18:54:44 -03:00
cfaf7ecc1f revert: refactor: build fronend via cli to allow watch mode
this revert e0e8700baa, the build via cli doesn't support plugins
2025-02-21 12:58:11 -03:00
48afdaccea feat: add sqlx basic config 2025-02-21 12:55:23 -03:00
e0e8700baa refactor: build fronend via cli to allow watch mode 2025-02-19 13:25:35 -03:00
3e0dd79217 refactor: re-structure frontend code 2025-02-19 12:44:09 -03:00
6b7642b693 feat: add frontend compilation task with bun 2025-02-19 10:44:02 -03:00
6cb75aa442 feat: add minijinja as template engine 2025-02-14 11:29:03 -03:00
5a9b871e42 chore: add tracing logs 2025-02-13 16:37:11 -03:00
8d8388e81a feat: add error handling 2025-02-13 15:45:06 -03:00
6bf3947df3 feat: add basic template functionality 2025-02-13 14:58:21 -03:00
b6c909f6f4 chore: add live reload features 2025-02-13 13:03:39 -03:00
0923ac1841 feat: add axium hello world 2025-02-13 12:11:27 -03:00
ca2ea91976 feat: add database service as dev dependency 2025-02-13 12:03:40 -03:00
5362d2ba30 chore: init cargo project 2025-02-13 11:00:46 -03:00
alecodes
7e331ee4f4 chore: initial commit 2025-02-13 10:06:56 -03:00