Skip to content
Snippets Groups Projects
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 .
  1. Aug 07, 2013
    • Andy Yates's avatar
      reverting last change · fc6f84e5
      Andy Yates authored
      fc6f84e5
    • Andy Yates's avatar
      [ENSCORESW-577]. Adding support for additional lookups. · e92f3eb1
      Andy Yates authored
      After talking to Compara we found the need to support additional
      lookups with the full id cache. Since all values are stored in memory
      the lookup is very easy to compute.
      e92f3eb1
    • Andy Yates's avatar
      [ENSCORESW-576]. Prevent optimisation of DBs when copying from staging. · 1e36da22
      Andy Yates authored
      The production and web teams have reported odd going ons when people copy from
      staging onto another server. This is because this script optimises databases
      before copying. These DBs should already be optimised so there is no need
      to do this stage. In fact it can alter the checksums of the MYI files which
      causes the webteam to wonder if data has been switched out without them knowing.
      1e36da22
    • Andy Yates's avatar
      [ENSCORESW-570]. Supporting postgres. · 0104cd56
      Andy Yates authored
      Leo submitted patch. We support pgsql as a way of defining the driver. This
      is inline with us accepting sqlite as a valid synonym for DBD::SQLite.
      0104cd56
    • Andy Yates's avatar
      [ENSCORESW-569]. Supporting fetching cached keys by a SQL statement. · a4ec9628
      Andy Yates authored
      To provide improved querying of caches we now support SQL statements. These
      queries return a list of keys (normally primary key db identifiers) defining
      a list of objects to return. It is up to sub-BaseCache implementations to
      deal with the nitty gritty of cache mis-hits (something they need to do
      anyway).
      a4ec9628
  2. Aug 06, 2013
  3. Aug 05, 2013
  4. Aug 02, 2013
  5. Jul 31, 2013
  6. Jul 30, 2013