Martin Pépin
|
5a0cf58d8a
|
Events: more validation & uniqueness constraints
|
2020-05-08 16:34:35 +02:00 |
|
Martin Pépin
|
d7d4d73af3
|
typos
|
2020-05-08 16:34:19 +02:00 |
|
Martin Pépin
|
c2f6622a9f
|
Update changelog
|
2020-05-08 16:16:37 +02:00 |
|
Martin Pépin
|
8778695e95
|
Add some more documentation in events.models
|
2020-05-08 16:14:04 +02:00 |
|
Martin Pépin
|
e0fd3db638
|
Make events tests deterministic
|
2020-05-08 16:14:04 +02:00 |
|
Martin Pépin
|
d5e9d09044
|
Events are configurable
This commit mostly reproduces the structure of gestioncof's events,
renames some stuff and adds a generic export view.
|
2020-05-08 16:14:04 +02:00 |
|
Martin Pepin
|
6e9dc03bc7
|
Merge branch 'Evarin/sitecof-improvements' into 'master'
Améliorations site du COF
See merge request klub-dev-ens/gestioCOF!415
|
2020-05-08 16:13:18 +02:00 |
|
Martin Pépin
|
6384cfc701
|
Update changelog
|
2020-05-08 16:04:05 +02:00 |
|
Martin Pépin
|
67d7dafc14
|
Merge branch 'master' into Evarin/sitecof-improvements
|
2020-05-08 15:56:42 +02:00 |
|
Martin Pépin
|
1ada8645b8
|
Black
|
2020-05-08 15:52:13 +02:00 |
|
Ludovic Stephan
|
d4a9e96e38
|
Merge branch 'kerl/ci' into 'master'
Bump python and postrgres in CI
See merge request klub-dev-ens/gestioCOF!419
|
2020-05-08 13:06:29 +02:00 |
|
Martin Pépin
|
abb8cc5a2d
|
Bump python and postrgres in CI
|
2020-05-08 12:47:03 +02:00 |
|
Martin Pepin
|
5a9ea4234e
|
Merge branch 'Aufinal/simplify_stats' into 'master'
Simplifie massivement les statistiques K-Fêt + étend la période de stats
Closes #257 and #244
See merge request klub-dev-ens/gestioCOF!411
|
2020-05-08 12:41:18 +02:00 |
|
Ludovic Stephan
|
c9136dbcfa
|
CHANGELOG
|
2020-05-08 11:15:12 +02:00 |
|
Ludovic Stephan
|
61e4ad9741
|
Better docstring
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
c9dad9465a
|
Fix tests
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
f10d6d1a71
|
Bugfix
Quand un article n'a pas de conso, il a été créé il y a 1s
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
97cb9d1f3b
|
Rework stats_manifest
On change la façon dont les vues gèrent l'interface avec `Scale`.
Side effect : on peut avoir l'historique sur tout le temps
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
c66fb7eb6f
|
Simplify statistic.js
On supprime des fonctions inutiles, on lint, et on simplifie 2-3 options
inutilisées.
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
48ad5cd1c7
|
Misc cleanup
On utilise SingleObjectMixin partout, et on simplifie 2-3 trucs
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
ef35f45ad2
|
Fusionne deux fonctions chunkify
On rajoute de l'agrégation optionnelle dans la fonction.
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
26bcd729bb
|
Supprime le code mort ou redondant
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
78ad4402b0
|
Plus de timezones
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
6767ba8e8c
|
Rajoute de la doc partout
|
2020-05-08 11:14:32 +02:00 |
|
Ludovic Stephan
|
4f15bb9624
|
CHANGELOG
|
2020-05-07 18:40:07 +02:00 |
|
Martin Pepin
|
3b2251a1d6
|
Merge branch 'Aufinal/editable_accounts' into 'master'
Harmonise les comptes non-lisibles ou éditables
Closes #234
See merge request klub-dev-ens/gestioCOF!412
|
2020-05-07 18:07:07 +02:00 |
|
Ludovic Stephan
|
64ceb813c6
|
Merge branch 'kerl/autocomplete' into 'master'
L'autocomplétion est isolée et réutilisable par d'autres apps
See merge request klub-dev-ens/gestioCOF!390
|
2020-05-07 16:28:46 +02:00 |
|
Martin Pépin
|
3b0d4ba58f
|
lstephan's suggestions
|
2020-05-07 15:44:37 +02:00 |
|
Ludovic Stephan
|
5298a19667
|
Merge branch 'kerl/merge_shared_utils' into 'master'
Préparation de la vue d'autocompletion pour l'intégration du BDS
See merge request klub-dev-ens/gestioCOF!401
|
2020-05-07 14:54:50 +02:00 |
|
Martin Pépin
|
b1d8bb04c4
|
Generic auto-completion mechanism
|
2020-05-07 14:48:37 +02:00 |
|
Martin Pépin
|
b8cd5f1da5
|
Drop type hints in shared.views.autocomplete
|
2020-05-05 22:30:17 +02:00 |
|
Martin Pépin
|
a259b04d9c
|
Explicative comment about the Type[M] annotation
|
2020-05-05 22:30:17 +02:00 |
|
Martin Pépin
|
e45ee3fb40
|
More documentation for ModelSearch
|
2020-05-05 22:30:17 +02:00 |
|
Martin Pépin
|
d2c6c9da7a
|
Type hints in shared.views.autocomplete
|
2020-05-05 22:30:16 +02:00 |
|
Martin Pépin
|
914888d18a
|
Merge the utils and shared apps
|
2020-05-05 22:30:16 +02:00 |
|
Ludovic Stephan
|
c8b8c90580
|
CHANGELOG
|
2020-04-24 21:03:16 +02:00 |
|
Antonin Reitz
|
922190d20f
|
Merge branch 'Aufinal/transferts_historique' into 'master'
Rajoute les transferts dans l'historique
Closes #77 and #233
See merge request klub-dev-ens/gestioCOF!399
|
2020-04-23 18:46:30 +02:00 |
|
Ludovic Stephan
|
6362740a77
|
Fix: history.html marche (à peu près) correctement
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
9eebc7fb22
|
Fix: les transferts apparaissent dans l'historique perso
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
2aa06d2954
|
Simplify transfer view
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
931b2c4e1f
|
Refactor js code
Harmonize history denominations
* opegroups/transfergroups -> groups
* opes/transfers -> entries
* snake/camel case -> snake case
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
b450cb09e6
|
Petit refactor
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
8d11044610
|
Fix: pas d'erreur quand pas de compte K-Fêt
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
786c8f132f
|
Fix: tests cassés par commit précédent
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
677ba5b92e
|
Fix : le ws K-Psul remarche
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
fb4455af39
|
Fix tests 3
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
7438445110
|
Last tweaks
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
f7ce2edd87
|
Plug new history in templates
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
0221221d53
|
On renvoie les promesses
|
2020-04-23 18:11:23 +02:00 |
|
Ludovic Stephan
|
49ef8b3c15
|
Pas besoin de ws pour les suppressions
|
2020-04-23 18:11:23 +02:00 |
|