Commit Graph

12 Commits

Author SHA1 Message Date
Benjamin Dauvergne be65c4b929 misc: use BEGIN IMMEDIATE to start transactions (#89314)
gitea/ants-hub/pipeline/head This commit looks good Details
2024-04-15 10:56:13 +02:00
Benjamin Dauvergne d5e6f79257 Implement API v2 "Optimistion des rendez-vous en mairies" (#76412)
Swagger: https://rdvmairie-optimisation-dev.osc-secnum-fr1.scalingo.io/docs

* RendezVous models are now soft-deleted through the canceled datetime
  field when specifically stated as 'annule' on the
  rendez-vous-disponible endpoint or when absent from a full update,
* last-upload timestamp field on the RendezVous model allow filtering of
  created/updated RendezVous instances to push,
* new configuration keys are added to store the authentication token and
  base URL of the new API endpoints.
* new command upload-rdvs is run every 3 minutes by uwsgi cron to push
  new/deleted rendez-vous into the ANTS database.
* soft-deleted rendez-vous are excluded from aggregated statistics on
  active rendez-vous
* Tests added for success and error path in ants_hub.api.ants routines.
2023-11-15 13:02:54 +01:00
Thomas NOËL f48ee32716 debian: add back memory-report to uwsgi default configuration (#80451)
gitea/ants-hub/pipeline/head There was a failure building this commit Details
2023-11-13 11:30:28 +01:00
Thomas NOËL 587f6f06e6 debian: add uwsgi/ants-hub SyslogIdentifier in service (#82977)
gitea/ants-hub/pipeline/head This commit looks good Details
2023-10-31 13:15:40 +01:00
Thomas NOËL df0b6ed18b debian: remove memory-report from uwsgi default configuration (#79890)
gitea/ants-hub/pipeline/head This commit looks good Details
2023-07-21 15:13:55 +02:00
Frédéric Péters 765de9116b debian: add missing epoch to python3-django version (#79646)
gitea/ants-hub/pipeline/head This commit looks good Details
2023-07-12 11:31:47 +02:00
Benjamin Dauvergne eab5b646e8 debian: prefer uwsgi's logto2 directive
gitea/ants-hub/pipeline/head This commit looks good Details
2023-04-08 01:10:22 +02:00
Benjamin Dauvergne ca665e47c9 debian: divert uwsgi logs 2023-04-08 00:52:55 +02:00
Benjamin Dauvergne add7d5a149 debian: improve logging configuration
gitea/ants-hub/pipeline/head This commit looks good Details
2023-04-08 00:23:30 +02:00
Benjamin Dauvergne 5a5a1e8c87 debian: log to systemd
gitea/ants-hub/pipeline/head This commit looks good Details
2023-04-07 21:58:58 +02:00
Benjamin Dauvergne 8f1681451b debian: make ants-hub owner of /var/lib/ants-hub
gitea/ants-hub/pipeline/head This commit looks good Details
2023-04-03 18:13:53 +02:00
Benjamin Dauvergne 5d3e537c26 initial commit
gitea/ants-hub/pipeline/head This commit looks good Details
2023-04-03 18:03:30 +02:00