Commit Graph

27 Commits

Author SHA1 Message Date
203521fe01
feat: Implémentation de la gestion des erreurs numériques de la librairie C pour la fonction InitLIB2
Co-authored-by: theo <t.lettermann@criteo.com>
2024-10-09 22:38:53 +02:00
3c1e691cb8
feat: Création de la crate fsv, couche de haut niveau pour l'usage des librairies FSV 2024-10-09 22:38:53 +02:00
d13f36c5e2
feat: Première implémentation de bindings pour FSV SESAM-Vitale
- Création de la crates/fsv-sys
- Ajout des headers de la FSV 1.40.14.13 dans crates/fsv-sys/vendor
- Génération des bindings depuis ces headers avec bindgen
- Implémentation d'une structure de loading de la librairie au runtime
- Implémentation d'une macro permettant de générer facilement la couche d'accès aux fonctions de la librairie
2024-10-09 22:31:26 +02:00
8700354ad2
feat: fix CORS 2024-09-24 17:54:02 +02:00
f3e2090e7f
chore: fixup "define workspace.dependencies and add sea-orm-cli as dev-dep" 2024-09-24 15:52:43 +02:00
fcba21ef68
chore: define workspace.dependencies and add sea-orm-cli as dev-dep 2024-09-24 13:49:50 +02:00
502dc6f77d
feat: migrate utils::config from anyhow to thiserror and handle a "single config init" mechanism 2024-09-24 13:05:27 +02:00
f11e2502dd
feat: handle axum errors with anyhow 2024-09-23 18:56:17 +02:00
54870b0d0f
feat: add the hot-reload on backend crate 2024-09-23 18:56:16 +02:00
a50d951af7
feat: setup a backend server with axum 2024-09-23 18:56:16 +02:00
cad2390649
feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt 2024-09-23 18:56:16 +02:00
f56439c9c5
feat: initialize a utils lib with config functions handling config files in local and standard OS directories 2024-08-30 18:28:29 +02:00
7d4dc81df2 feat: implement htmx with partials on index and cps pages 2024-08-27 11:19:59 +02:00
4d9f6e2638
chore: update Cargo.lock according to previous branch commits 2024-08-15 19:30:28 +02:00
Simon C
73f45442b6 feat: Add dev dependencies with cargo
cargo add cargo-watch --dev --package app
cargo add systemfd --dev --package app
2024-08-09 01:29:59 +02:00
Simon C
237bbe789f feat: Add livereload 2024-08-08 22:19:24 +02:00
Simon C
1ae80c161f feat: Add auto-reload on development environment 2024-08-08 22:18:26 +02:00
78bf81c301 feat: make Nav and Profile menu dynamic 2024-08-06 21:11:04 +02:00
358a279f5c
fix: make sesam-vitale build works even when having a lib.rs file 2024-07-29 19:43:03 +02:00
a194b2d888
chore: setup sesam-vitale lib with crossplatform ssv usage 2024-07-26 22:50:27 +02:00
theo
d6d487a727
chore: reduce verbosity and propose alternative to named types 2024-07-26 14:06:53 +02:00
theo
5eebd5d1cb
fix: rename sesam-vitale and fix readme 2024-07-24 22:15:53 +02:00
theo
7d41fbb519
fix: change project naming, create dummy sesame-vitale project 2024-07-24 21:59:24 +02:00
theo
d8f3c276c0
feat: remove reference to clego inside tauri app 2024-07-24 15:00:14 +02:00
theo
86a6d2b9d3
fix: revert back to crates dir layout 2024-07-24 11:58:03 +02:00
t.lettermann
83cee11e65
feat: restructure project, implement askama templating 2024-07-23 20:08:45 +02:00
83b2f7358d
chore: Implement clego:// protocol handler using axum router 2024-07-17 12:28:24 +02:00