Commit Graph

14 Commits

Author SHA1 Message Date
Frédéric Péters 9877b65265 misc: remove usage of django.utils.six (#63684) 2022-04-15 18:28:51 +02:00
Frédéric Péters 872f39774a trivial: apply black 2021-05-14 18:40:09 +02:00
Benjamin Dauvergne 1d712335ef tests: truncate database name to 63 characters 2021-03-05 15:25:43 +01:00
Benjamin Dauvergne afe4b98f64 debian: add debug log in /var/log/<app>/debug (#29149)
It's configured through the DEBUG_LOG settings:
* DEBUG_LOG = False, no debug log
* DEBUG_LOG = True, all debug log go to /var/log/<app>/debug
* DEBUG_LOG = app1,app2, only debug log of logger app1 and app2
  go to /var/log/<app>/debug

/var/log/<app>/debug is emptied everyday at midnight.
2020-08-25 10:37:34 +02:00
Nicolas Roche d5cbe123df python3: remove no longer needed call to byteify (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche 6da1e63aab tests: adapt import builtins to run tests in python3 (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche f128b00b61 tests: adapt import StringIO to run tests in python3 (#40012) 2020-02-28 15:07:01 +01:00
Frédéric Péters 05c9c1bf5d tests: changed mocked "file()" to mocked "open()", everywhere (#36216) 2019-09-18 11:10:09 +02:00
Frédéric Péters ffaa4e2977 misc: remove support for sentry (#35566) 2019-08-24 18:02:48 +02:00
Benjamin Dauvergne f76a6a84e8 use BRANCH_NAME for naming test databases (#31337) 2019-03-18 11:53:15 +01:00
Christophe Siraut 03a2aa8ed4 agent: add generic import_template management command (#14630) 2019-03-15 11:28:05 +01:00
Emmanuel Cazenave 4dda39a6bf set TENANT_BASE to a non exisiting path (#22892) 2018-03-30 10:25:46 +02:00
Thomas NOËL 3654e88f5b remove passerelle specific hobo_deploy (#14413)
useless after #12391: passerelle now always trust services from
settings.KNOWN_SERVICES
2017-01-19 14:50:17 +01:00
Benjamin Dauvergne c85d548f44 passerelle: use shared_secret for ApiUser.key (fixes #8580) 2016-01-26 03:11:42 +01:00