Commit graph

17 commits

Author SHA1 Message Date
b419a5b260 major: séparer commande de librairie importable
Bump major version à 9

package main déplacé vers cmd/bottin/ pour garder `go install` qui nomme
l'exécutable `bottin`, sans empêcher d'importer le code à l'extérieur du
projet avec pkg/bottin/.

Déplacer fichiers SQL vers queries/

Déplacer fichiers html vers templates/

Ajouter scripts/ avec génération et injection de certificats x509
(https) et les ajouter au Makefile

Ajouter début d'exemple de manifests dans deployments/kubernetes/
2024-09-18 19:06:33 -04:00
eb1982898c rework: config and cmd
Renamed `web` command to `server ui` (web is still an alias to ui)

Completely changed the config options and flags

Usage of PersistentFlags now allow clearer `--help`

BREAKING: cmd modified
BREAKING: config overhauled
BREAKING: Bump API to v8
2024-07-15 16:52:04 -04:00
1f2ba0576a feature: permettre insert par csv
Ajouter parameter cfg à addRoutes()

Fix empty et default limit sur get requests (set default limit à 1000 hardcoded,
todo move to config)
2024-07-03 17:34:18 -04:00
d0de811547 chores: update dependencies 2024-06-21 18:46:45 -04:00
be766f593d ajouter API client et tester /api/health 2024-06-11 17:28:20 -04:00
1125104280 chores: go get -u 2024-06-07 14:59:49 -04:00
6d98375adb début de réécriture pour v7 2024-06-06 01:40:56 -04:00
9367f0f4c0 chores: bump voki to v2.0.3 2024-02-15 19:32:50 -05:00
4c8e822324 chores: bump go.mod dependencies
Execute `go get -u`
2024-02-15 19:26:44 -05:00
a8dcdd0388 chores!: bump API et go mod à v6
Tag v6.0.0 est sorti mais n'était pas réflété dans le code.

BREAKING: API est maintenant exposé sur `/v6` et non `/v5`
2024-01-05 14:38:48 -05:00
5f9564d93c Migrer déclaration de flags à serpents 2023-10-17 16:35:51 -04:00
Victor Lacasse-Beaudoin
b36d36d669 Update go.mod and go.sum 2023-09-18 22:07:41 -04:00
7b9ff49444 Permettre upload par CSV 2023-09-05 18:03:28 -04:00
3f8074b237 Bump go.mod à v5 2023-06-02 17:38:42 -04:00
412727bf9c Fix local imports 2023-06-02 16:08:08 -04:00
9a0bf87e7b Bump root version to v4
Remove all files from v3

Move all files from v4/ to project root
2023-05-29 18:19:31 -04:00
c74e093a3b Squashed into initial commit 2023-03-06 14:01:18 -05:00