This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 10 Jul, 2017 6 commits
-
-
Matthieu Muffato authored
-
Matthieu Muffato authored
cpanm is still run to catch the missing ones (if any)
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
Because the matrix would have looked complicated and COVERALLS is only run in one occasion, the COVERALLS decision is now taken in travis_run_tests.sh
-
Matthieu Muffato authored
It is missing in the Docker image, and it seems that LOGNAME can be sometimes used instead (see man 7 environ)
-
- 09 Jul, 2017 1 commit
-
-
Matthieu Muffato authored
-
- 08 Jul, 2017 1 commit
-
-
Matthieu Muffato authored
-
- 07 Jul, 2017 7 commits
-
-
Matthieu Muffato authored
-
Matthieu Muffato authored
We have found that Proc::Daemon is not always returning the real pids of the workers, which are now an absolute requirement for eHive to work correctly. Instead it returns the pid of the shell used to interpret the command on some environments like Linux but not Mac.
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: correctly daemonize LOCAL Workers so that termination of the Beekeeper process would not affect them
-
- 05 Jul, 2017 1 commit
-
-
Leo Gordon authored
-
- 30 Jun, 2017 3 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
introduced MaxRegistrationSeconds, the new JSON config parameter to time out a Worker waiting for its SUBMITTED entry to be created by beekeeper
-
Leo Gordon authored
turning the max_limbo_seconds into a JSON config parameter that can be as Meadow-specific as you wish
-
- 29 Jun, 2017 1 commit
-
-
Leo Gordon authored
safe_drop_database is a new Utils::Test method to wait for Workers to exit, disconnect and drop the DB
-
- 28 Jun, 2017 3 commits
-
-
Leo Gordon authored
bugfix: make sure we only ever attempt cleanup_left_temp_directory() for workers that got past SUBMITTED stage Otherwise the worker_temp_directory is not expected to have been created. Also, meadow_host may not be defined yet (but this is a secondary reason).
-
Leo Gordon authored
-
Leo Gordon authored
Workers dying in SUBMITTED state are detected on in dumb Meadows using a built-in max_limbo_seconds timeout
-
- 27 Jun, 2017 8 commits
-
-
Matthieu Muffato authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- 25 Jun, 2017 9 commits
-
-
Matthieu Muffato authored
At this stage psql is our custom version, but PERL5LIB is not set to include PgCommon.
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
For sqlite databases, only show the filename since the directory name is equivalent to the host name in other drivers, which is not displayed
-
Matthieu Muffato authored
sqlite URLs that point to directories should be assigned a dbname (i.e. a filename) like other drivers
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
* version/2.4: Use File::Glob to get the list of filenames (#21)
-
Matthieu Muffato authored
* version/2.3: Use File::Glob to get the list of filenames (#21)
-