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 .
- Oct 02, 2013
-
-
Magali Ruffier authored
added test for 'fetch_all_by_feature_class' with density features
-
Andy Yates authored
-
- Oct 01, 2013
-
-
Andy Yates authored
Other schemas may need this which do not go through a process of removing old/retired seq region ids in favour of their new ids. When querying by a slice this is automatically delt with. When fetching by an ID you now need to force the search on.
-
Andy Yates authored
It seems that $DBI::errstr has a very strange life. We can get the error message recived by incorrect connections or bad drivers (DBD::mysql is missing) when we just warn the error. However concatenating it into another string makes the message disapear. Even assignment and then concat will not work. Instead we have switched to using the $@. This has the error in it.
-
- Sep 27, 2013
-
-
Andy Yates authored
-
Magali Ruffier authored
replaced ok tests with is where possible replaced core test database with patch database
-
- Sep 23, 2013
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- Sep 19, 2013
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- Sep 18, 2013
-
-
Andy Yates authored
-
- Sep 17, 2013
-
-
Andy Yates authored
We needed more methods to be able to handle alt allele group interactions. We also needed to make sure a single gene could not be added more than once. Think we got this one fixed
-
- Sep 12, 2013
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
Removed dependencies on non-core APIs.
-
Andy Yates authored
-
- Sep 11, 2013
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Magali Ruffier authored
-
Alessandro Vullo authored
-
- Sep 06, 2013
-
-
Alessandro Vullo authored
Added just a test for the new method filter_dir at the moment.
-
- Sep 03, 2013
-
-
Magali Ruffier authored
updated test cases to check integrity of api once deprecated tables, columns and methods have been removed test databases patched to schema 74
-
- Aug 30, 2013
-
-
Magali Ruffier authored
-
- 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.
-
Magali Ruffier authored
-
Magali Ruffier authored
is not required for ontology database but allows for compatibility with metacontainer and schema version control like other databases
-
Magali Ruffier authored
allows for future schema patching added single table.sql file, replaces the need for individual sql files for each table
-
- Aug 22, 2013
-
-
Magali Ruffier authored
also updated existing tests to use is rather than ok whenever possible
-
- Aug 08, 2013
-
-
Andy Yates authored
The test schema was out of sync for ages due to it never being patched using the patch sets. This is no longer the case. We needed a one shot resynchronisation between the live schema and this test schema. All test cases have been run and still pass. Assuming the processes has not destroyed data. Any data changes seem to be related to different levels of precision being emitted in the files. Meta coord was updated.
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Magali Ruffier authored
patch was mentioned in meta table but not actually applied
-
Magali Ruffier authored
when inserting 3 entries in parallel, should only store once but depending on how fast mysql catches up, the return dbID corresponds to the first or the last attempt now allowing for this change of mind
-
- 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.
-
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).
-
- Aug 06, 2013
-
-
Alessandro Vullo authored
-
Andy Yates authored
Nathan requested methods which can perform this kind of task (assert the contents of a data structure). We support 1 level of arrays and hashes. All test cases pass at time of writing. Methods for capturing method returns were not implemented. They do not fit into the Utils way of doing (no method actually performs a task on an object they just report what it is).
-