This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Nov 05, 2019
-
-
Ameya Chaubal authored
Merge branch 'ENSCORESW-3267' of https://github.com/Ensembl/ensembl into ENSCORESW-3267
-
Ameya Chaubal authored
2. patched test dbs post variation updates
-
- Nov 01, 2019
-
-
Ameya Chaubal authored
-
Ameya Chaubal authored
-
- Oct 31, 2019
-
-
Ameya Chaubal authored
-
- Oct 21, 2019
-
-
Tiago Grego authored
Add next-value buffering to Bio::EnsEMBL::Utils::Iterator
-
- Oct 18, 2019
-
-
Marek Szuba authored
Fix fetch_all_by_outward_search
-
- Oct 16, 2019
-
-
Matthieu Muffato authored
-
Matthieu Muffato authored
This is useful when working with coderefs that defer to `$sth->fetchrow_arrayref`, which throws an error if called again after having returned undef (which signifies the end of the data stream) ``` DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() ```
-
- Oct 15, 2019
-
-
- Sep 26, 2019
-
-
Marek Szuba authored
Enable VGNC xrefs for callithrix_jacchus and papio_anubis [master]
-
Marek Szuba authored
-
- Sep 18, 2019
-
-
Marek Szuba authored
E100 version bump
-
- Sep 17, 2019
-
-
Marek Szuba authored
-
Marek Szuba authored
-
- Sep 16, 2019
-
-
Tiago Grego authored
Travis: reactivate warnings about different API and schema versions
-
Tiago Grego authored
Deprecate Bio::EnsEMBL::DBSQL::GenomeContainer::get_total_length()
-
- Sep 11, 2019
-
-
Marek Szuba authored
-
Marek Szuba authored
As per the Ensembl coding guidelines, i.e.: added a deprecation warning to the method, tagged it as deprecated in the POD block, and listed it as scheduled for removal in Ensembl 102. Issue: ENSINT-283
-
- Sep 03, 2019
-
-
Marek Szuba authored
Add an inactive proof-of-concept GitLab-CI config file
-
- Aug 30, 2019
-
-
Tiago Grego authored
Patch non-core test databases to schema version 99
-
Marek Szuba authored
-
Marek Szuba authored
-
Marek Szuba authored
-
- Aug 29, 2019
-
-
Marek Szuba authored
Since the Operations meeting on 2019-08-27 the bumping of Ensembl API and DB-schema version numbers has been an Ensembl-wide policy. Therefore, have Travis take notice of possible discrepancies in this respect. Note that simply removing the before_script line creating the file disabling these checks is in general NOT sufficient - it might have been left behind by a previous build in the event of runner re-use. It is safer to make sure it does not exist regardless of initial conditions of the runner.
-
Marek Szuba authored
cpanfile: require Try::Tiny
-
- Aug 28, 2019
-
-
Marek Szuba authored
bugfix: should be sprintf here, as printf returns 1
-
Marek Szuba authored
-
- Aug 23, 2019
-
-
Marek Szuba authored
(in case it isn't obvious, it has been deactivated by inserting '.inactive' into the correct file name) Unlike Ubuntu-based Travis builds, on GitLab-CI we use official Perl images from Docker Hub. These are Debian-based so no major changes have been required, support both perl-5.14 and perl-5.26 without any fuss (and even if they eventually removed images for some version we could always grab their relevant Dockerfiles and rebuild them ourselves), and since they only contain core Perl they give us better control over our dependency trees (i.e. much less risk of forgetting to add a non-core module to cpanfile because it was already there as distro package on the developer's machine). What works: - the test suite runs and passes for both perl-5.14/sqlite and perl-5.26/mysql. What still needs to be done to achieve full feature parity with Travis builds: - enable Coveralls checks for 5.26/mysql jobs. Should work in theory but would require adju...
-
- Aug 22, 2019
-
-
Marek Szuba authored
1. I must have set a branch wrong or something like that for the previous patching because it didn't update the version of the ontology schema. Fixed; 2. There is now an official variation schema-version patch; 3. For consistency between compara test DBs (officially still at 98) and all the rest (officially all at 99 now), apply the same unofficial compara schema-version patch as in ensembl-rest.
-
Marek Szuba authored
It is used by Bio::EnsEMBL::Feature and it is not a core module. The reason Travis has not caught it seems to be that it comes with the Perl installations they provide.
-
- Aug 21, 2019
-
-
Matthieu Muffato authored
-
- Aug 12, 2019
-
-
Marek Szuba authored
Update PerlCritic and PerlTidy configuration
-
- Aug 08, 2019
-
-
Marek Szuba authored
More strict default severity, handle some Core-specific exceptions, link to PerlTidy configuration for more accurate determination whether the code is tidy or not, configure colours of output. Note that the purpose of setting default severity to 1 is merely to err on the side of caution in the event of severity not having been explicitly requested, the guideline as adopted by the Core team in December 2018 remains "level 4 for modified old code, level 3 for new code". housekeeping_perlCritic.t is not affected either because it explictly requests severity 5.
-
Marek Szuba authored
That way they are automatically picked up by the relevant tools when run interactively in subdirectories of ensembl/
-