This project is mirrored from https://:*****@github.com/Ensembl/ensembl-test.git.
Pull mirroring updated .
- 11 Oct, 2019 1 commit
-
-
ens-bwalts authored
Bump test-database schema versions to 99/100
-
- 16 Sep, 2019 1 commit
-
-
Marek Szuba authored
This updates the core test DBs from 90 to 100 and the compara one from 90 to 99. Moreover, we now actually have SQLite test DBs instead of empty directories.
-
- 09 Jul, 2019 2 commits
-
-
Marek Szuba authored
Fixed bug when core dbs don't have contigs
-
Jorge Alvarez-Jarreta authored
-
- 08 Jul, 2019 1 commit
-
-
Jorge Alvarez-Jarreta authored
-
- 02 Jul, 2019 1 commit
-
-
Jorge Alvarez-Jarreta authored
Removed assumption that the 3 levels of assembly are chromosome, supercontig and contig, as there are many other species with different coord_system sequence level (e.g. primary assembly, scaffold). A similar error might be raised in the future regarding supercontigs, and since 'toplevel' and 'seqlevel' are linked in the assembly table, that part of the code has also been removed.
-
- 25 Jun, 2019 1 commit
-
-
Marek Szuba authored
Travis: explicitly use Ubuntu Trusty for builds
-
- 21 Jun, 2019 1 commit
-
-
Marek Szuba authored
Matthieu Muffato's experiments with ensembl-hive have shown that in spite of https://docs.travis-ci.com/user/languages/perl/ claiming Travis supporting perl-5.8 and newer, the oldest version supported under the Xenial environment is 5.22. This has since been confirmed by a post on Travis community forums: https://travis-ci.community/t/failure-with-perl-5-16-5-18-5-20/2458 . We are presently not ready to drop support for Perl versions older than what Travis makes available under Xenial, therefore let us for the time being make sure we continue to use Trusty for now.
-
- 17 Jun, 2019 1 commit
-
-
Marek Szuba authored
Add a README with the Travis badge
-
- 14 Jun, 2019 2 commits
-
-
Marek Szuba authored
-
Marek Szuba authored
Travis: Add mysql to the list of services [master]
-
- 24 May, 2019 1 commit
-
-
Marek Szuba authored
Ubuntu Xenial, which is now being rolled out as the default Linux distro for Travis builds following the end of life of Ubuntu Trusty, does not start services such as MySQL unless told to. We use the default distro in our builds so we are likely to be affected.
-
- 12 Apr, 2019 1 commit
-
-
ens-bwalts authored
[ENSCORESW-3077] Travis: Unify configuration of Slack notifications
-
- 04 Apr, 2019 1 commit
-
-
Marek Szuba authored
-
- 22 Mar, 2019 1 commit
-
-
Marek Szuba authored
Make sure Travis installs IO::Scalar before building Net::FTPServer
-
- 20 Mar, 2019 2 commits
-
-
Marek Szuba authored
See the comment in .travis.yml for details.
-
Marek Szuba authored
Move dump_test_schema.pl dependencies from a README to a cpanfile feature
-
- 18 Mar, 2019 2 commits
-
-
Marek Szuba authored
It is mostly redundant now that dependencies of dump_test_schema.pl are in the cplanfile, moreover it was out of date (MooseX::App:Simple has since become a dependency of ensembl-test as a whole).
-
Marek Szuba authored
The aforementioned script, which is used in the course of patching test databases, has got two additional dependencies (which in turn depend on quite a few other new modules), which until now were only mentioned in a dedicated README file in scripts/ . Put them in the cpanfile where they belong, wrapped in a dedicated feature so that we do not inflict them on people who do not want to ever patch test databases.
-
- 28 Jan, 2019 1 commit
-
-
Marc Chakiachvili authored
-
- 15 Jan, 2019 1 commit
-
-
Tiago Grego authored
Custom prefix for MultiTestDB database names
-
- 14 Jan, 2019 1 commit
-
-
Marek Szuba authored
Until now, MultiTestDB would prefix the names of test databases it creates with the local user name as determined by looking at the environment variables: LOGNAME and USER, in the order as written here. There are the following problems with this approach: - it leaks local user names to the database system and by extension to everyone who can access them, - in the event of said local user names being different from farm ones it makes it more difficult to identify to whom a specific database belongs. To address these issues the present commit introduces a new environment variable called ENSEMBL_TESTDB_PREFIX which when defined takes precedence over LOGNAME. Now anyone running tests on their local machine can set that variable to their farm user name.
-
- 07 Jan, 2019 1 commit
-
-
Alessandro Vullo authored
Yearly copyright update
-
- 02 Jan, 2019 1 commit
-
-
Tiago Grego authored
-
- 21 Nov, 2018 1 commit
-
-
Magali Ruffier authored
allow new licence format without copyright year
-
- 12 Nov, 2018 1 commit
-
-
Magali Ruffier authored
-
- 09 Nov, 2018 1 commit
-
-
Magali Ruffier authored
-
- 07 Nov, 2018 1 commit
-
-
Alessandro Vullo authored
Modify script to create collection databases for testing.
-
- 16 Oct, 2018 1 commit
-
-
James Allen authored
Enable the script to create collection databases for testing. The code already iterates over multiple species in a single json config file, so just need to note when the first one is done, then avoid doing db creation and 'global' table population on subsequent iterations.
-
- 21 Aug, 2018 1 commit
-
-
Matthew Laird authored
[ENSCORESW-2622] DBIx warning in patch test databases
-
- 17 Aug, 2018 2 commits
-
-
Tiago Grego authored
-
Tiago Grego authored
-
- 09 Aug, 2018 1 commit
-
-
Magali Ruffier authored
[ENSCORESW-2820] Update links in pull request template
-
- 08 Aug, 2018 1 commit
-
-
Brandon Walts authored
-
- 19 Apr, 2018 1 commit
-
-
Brandon Walts authored
-
- 20 Feb, 2018 1 commit
-
-
Kieron Taylor authored
-
- 12 Feb, 2018 1 commit
-
-
Alessandro Vullo authored
[ENSCORESW-2612]. Send notification only when build status changes, on_success defaults to 'change' accoring to documentation.
-
- 22 Jan, 2018 1 commit
-
-
Kieron Taylor authored
[ENSCORESW-2576] Allow MultiTestDB to report failings on missing adaptors required by tests. Previously failing to load the adaptor and swallowing the real error.
-
- 15 Jan, 2018 2 commits
-
-
Alessandro Vullo authored
1) Added option to include name of the target DB; 2) Update %global_tables for funcgen
-
Thomas Juettemann authored
@premanand17 requested changes on this pull request. Please check/correct the Copyright date. It should be 2018 Copyright [2016-2018]
-