Commit Graph

10 Commits

Author SHA1 Message Date
Sebastian Serth
8378070bc2 Upgrade to Rails 6.0 and apply new framework defaults 2021-05-12 16:47:05 +02:00
Sebastian Serth
b0761dbdb5 Extract pool handling to separate service 2020-03-25 11:30:11 +01:00
Sebastian Serth
a9ec217ad8 Prevent accessing the db if executing a rake task 2019-12-20 16:11:48 +01:00
Sebastian Serth
942d87f9ba Prevent creation of the Docker containers if just running a db rake task
Otherwise, the rake task might fail if the database connection could not be established (e.g. when creating a new database).
2018-11-22 19:02:33 +01:00
Sebastian Serth
de52db89f0 Upgrade Rails to version 5.2.1 and adopt code & specs where necessary
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
2018-11-06 16:46:00 +01:00
Hauke Klement
c260d4f2ea fixed absent initiation of refill task 2015-03-14 14:34:38 +01:00
Hauke Klement
c6e97cf00e don't always populate the Docker container pool when loading the environment but only when starting the server 2015-03-10 08:59:11 +01:00
Hauke Klement
9e9a1b5308 don't load DockerContainerPool class before database schema has been created 2015-02-18 17:50:01 +01:00
Hauke Klement
2d0ab87834 don't check Docker availability if not present in test environment 2015-02-09 11:38:31 +01:00
Hauke Klement
5f0815b140 implemented pooling for Docker containers 2015-02-06 15:59:51 +01:00