Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Sebastian Hengst 4727105100 Revert "Bug 1851253 - store new failure lines in database for persistent storage across reboots. (#7818)"
This reverts commit 1310f34128.
2023-10-10 10:49:59 +02:00
Joel Maher 1310f34128
Bug 1851253 - store new failure lines in database for persistent storage across reboots. (#7818) 2023-09-28 11:33:44 -07:00
Sebastian Hengst ee99c98843 Bug 1720181 - remove remaining SETA code 2022-02-21 14:56:01 +01:00
Sebastian Hengst 5541f65cef
Bug 1720181 - migration to remove SETA table (#7371) 2022-01-31 13:06:15 -08:00
Armen Zambrano b27706de34
Permit running initialize_data.sh from virtualenv (#6212) 2020-03-31 16:16:56 -04:00
Armen Zambrano 1ff6e16cdd
Do not initialize data if DATABASE_URL is set (#6175) 2020-03-23 14:12:42 -04:00
Armen Zambrano cea5c06fc7
SETA related changes (#5851)
* Development Docker container to initialize data

`docker-compose up` will now initialize the data for the local database.
This will also include initializing SETA's data.

* Change SETA's logging level and preseed information

The preseed information was all for Buildbot
The logging level changes is in preparation for when production switching to INFO messages instead of WARNING

* Docker container to log INFO messages instead of DEBUG messages

`LOGGING_LEVEL` is now set for the Docker container and it sets the logging
to `INFO` instead of `DEBUG`. The Django app will still be initialize in
debug mode but the default logging will be informative messages.

You can still log debugging messages by setting `LOGGING_LEVEL=DEBUG` before
initializing the Docker container.
2020-01-22 14:28:18 -05:00
Armen Zambrano deaf8c850c Bug 1169263 - Switch from Vagrant to docker-compose (#4901)
* Change permissions for docker/entrypoint.sh
* Allow using Django in localhost
* Documentation changes
Allow running shellcheck tests
Use docker-compose for the Selenium tests
Install docs updates
Switch to yarn cache instead of npm
Install UI dependencies
* Add ability to override DATABASE_URL and use a .env file
2019-05-16 14:56:02 -07:00