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 .
- Jan 13, 2014
-
-
Andy Yates authored
Due to changes in BaseFeatureAdaptor we need to save the state of meta_coord otherwise a number of tests will begin to fail. Same is true of xref.
-
- Nov 25, 2013
-
-
Andy Yates authored
-
- Oct 03, 2013
-
-
Andy Yates authored
The code did not attempt to build the additional lookup before fetching from it. Our solution is to switch to requesting the cache in get_????_additional_lookup() which will trigger the building of the additional lookup.
-
- Aug 27, 2013
-
-
Andy Yates authored
Committing since we are now beyond the branch point in the API. This allows a FullIdCache to key on various alternative identifiers/keys generated by the implementing class. It means that if you want this functionality you need to sub-class FullIdCache.
-
- Aug 07, 2013
-
-
Andy Yates authored
-
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.
-
- May 28, 2013
-
-
Andy Yates authored
[ENSCORESW-478] and [ENSCORESW-467]. Brought in a Perl::Critic test being run on the lowest level. Tests are only run when we have the ENV TEST_AUTHOR is set to a true value. Otherwise it does not impact on the current test cases. Also had to fix a number of issues associcated with these flags. Mostly were due to not using warnings or strict. Anything I felt was ok or not my call has been annotated with a no critic flag.
-
- Oct 08, 2012
-
-
Kieron Taylor authored
Added a no_cache override feature plus testcase. Useful in times of memory crisis coupled with annoyingly slow lookups of small data.
-
- Jul 20, 2012
-
-
Andy Yates authored
ENSCORESW-152. Committing the low cardinality and low row count caching framework into the core API. Implement the correct method from BaseAdaptor to have your values cached in local memory
-