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 03, 2011
-
-
Monika Komorowska authored
-
- Sep 30, 2011
-
-
Monika Komorowska authored
-
- Sep 29, 2011
-
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
- Sep 28, 2011
-
-
Andy Yates authored
-
- Sep 27, 2011
-
-
Andy Yates authored
-
- Sep 26, 2011
-
-
Andy Yates authored
Caches are now created from an accessor rather than building them in the new(). This allows us to remove the new() and lets people inherit from here however they want to. It also stops us from auto-vivifying a plain hash which causes unintentional object retention. clear_cache() did not de-reference the hash before clearning which could have caused the same situation of creating an auto-vivified hash. Regression test put in place to stop this from happening again.
-
- Sep 22, 2011
-
-
Andy Yates authored
-
- Sep 21, 2011
-
-
Andy Yates authored
-
- Sep 20, 2011
-
-
Andy Yates authored
-
- Sep 16, 2011
-
-
Andy Yates authored
Edge case support for hive which allows for non-scheme URIs. We now treat these as if they are DB URIs.
-
Andy Yates authored
Adding support for SQLite since the URI scheme does not take into account the fact that SQLite is a path and the concept of table does not play well with this
-
Andy Yates authored
DBNAME is no longer a required attribute as we now allow for direct DB connections. SQLHelper is now an attribute of a DBConnection. Methods added to avoid unintentional DB disconnections, working with the DBH safely and quote DB identifiers if required (useful to avoid SQL injection attacks with auto-generated code). Equals method also improved. Associated test cases written.
-
- Sep 15, 2011
-
-
Andy Yates authored
Removing URIParser sub-package. It was nice in theory but I'd rather support different schemes using extensions to the URI package
-
Andy Yates authored
Removing URIParser sub-package. It was nice in theory but I'd rather support different schemes using extensions to the URI package
-
Andy Yates authored
-
Andy Yates authored
-
- Sep 14, 2011
-
-
Andy Yates authored
-
- Sep 09, 2011
-
-
Monika Komorowska authored
-
- Aug 31, 2011
-
-
Andy Yates authored
Bringing in assertions for strand as well as for boolean types. Extending the test cases accordingly
-
- Aug 30, 2011
-
-
Monika Komorowska authored
-
- Aug 24, 2011
-
-
Andy Yates authored
-
- Aug 22, 2011
-
-
Ian Longden authored
-
- Aug 19, 2011
-
-
Andy Yates authored
Adding a more generic URI parser to replace the numerous places where people parse URIs in API code (mostly to get DB params)
-
- Aug 02, 2011
-
-
Dan Staines authored
-
- Jul 21, 2011
-
-
Ian Longden authored
-
Ian Longden authored
-
- Jul 13, 2011
-
-
Dan Staines authored
-
Dan Staines authored
-
- Jun 28, 2011
-
-
Kieron Taylor authored
-
- Jun 22, 2011
-
-
Monika Komorowska authored
-
- Jun 06, 2011
-
-
Nathan Johnson authored
-
Nathan Johnson authored
-
- Jun 03, 2011
-
-
Nathan Johnson authored
-
- May 25, 2011
-
-
Kieron Taylor authored
-
- May 24, 2011
-
-
Monika Komorowska authored
-
Ian Longden authored
-
- May 11, 2011
-
-
Andy Yates authored
-
Monika Komorowska authored
-