Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-test.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 .
  1. Nov 20, 2019
  2. Nov 18, 2019
  3. Nov 13, 2019
    • Marek Szuba's avatar
      a76a8beb
    • Marek Szuba's avatar
      Add prototype Gitlab-CI configuration · e62eb711
      Marek Szuba authored
      What I have done here is take .gitlab-ci.yml and
      MultiTestDB.conf.gitlabci.mysql from ensembl (my own development version
      in case of the former), modify the before_script section of the former
      to account for differences in dependencies between the two projects,
      create a dependent-build trigger attempting to launch one on
      ensembl-gh-mirror/ensembl (i.e.  already on EBI Gitlab), and fix the
      declaration of same because it has turned out variable expansion
      in trigger declarations works only in the branch field, not in "project".
      
      Note that all of this results in a somewhat different build
      matrix than on Travis but unlike there, on GitLab we have got
      consistency between ensembl and ensembl-test.
      e62eb711
  4. Nov 07, 2019
  5. Nov 06, 2019
  6. Nov 04, 2019
  7. Oct 11, 2019
  8. Sep 16, 2019
  9. Jul 09, 2019
  10. Jul 08, 2019
  11. Jul 02, 2019
    • Jorge Alvarez-Jarreta's avatar
      fixed bug when core db does not have contigs · 092dc80b
      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.
      092dc80b
  12. Jun 25, 2019
  13. Jun 21, 2019
  14. Jun 17, 2019
  15. Jun 14, 2019
  16. May 24, 2019
    • Marek Szuba's avatar
      Travis: Add mysql to the list of services · 35c26d8f
      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.
      35c26d8f
  17. Apr 12, 2019
  18. Apr 04, 2019
  19. Mar 22, 2019
  20. Mar 20, 2019
  21. Mar 18, 2019
    • Marek Szuba's avatar
      Delete scripts/README.dump_test_schema · a7d86682
      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).
      a7d86682
    • Marek Szuba's avatar
      cpanfile: add dependencies of dump_test_schema.pl · b8e684c7
      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.
      b8e684c7
  22. Jan 28, 2019
  23. Jan 15, 2019
  24. Jan 14, 2019
    • Marek Szuba's avatar
      MultiTestDB: add an environment variable for overriding test-DB prefix · 3aa7f64b
      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.
      3aa7f64b
  25. Jan 07, 2019
  26. Jan 02, 2019
  27. Nov 21, 2018
  28. Nov 12, 2018
  29. Nov 09, 2018
  30. Nov 07, 2018
  31. Oct 16, 2018
  32. Aug 21, 2018
  33. Aug 17, 2018