Thu, 17 Dec 2015 15:17:45 +0100 Sylvain Thénault [testlib] put postgres test database in test/data/database directory
Wed, 02 Dec 2015 15:24:03 +0100 Julien Cristau [dataimport] make eids_seq_range as massive store instance attribute again
Wed, 02 Dec 2015 15:20:52 +0100 Julien Cristau [dataimport] stop supporting None as eids_seq_range
Wed, 02 Dec 2015 15:19:24 +0100 Julien Cristau [dataimport] remove eids_seq_start attribute from massive store
Wed, 02 Dec 2015 14:57:03 +0100 Julien Cristau [dataimport] massive store in slave mode shouldn't flush metadata
Mon, 21 Dec 2015 12:29:50 +0100 Samuel Trégouët [dataimport] check that MassiveObjectStore restores the db schema properly
Mon, 21 Dec 2015 12:41:30 +0100 Samuel Trégouët [dataimport] split out listing indices/constraints from getting the corresponding query
Tue, 15 Dec 2015 10:41:26 +0100 Samuel Trégouët [dataimport] massive_store: do not drop constraints multiple times
Tue, 15 Dec 2015 10:13:55 +0100 Samuel Trégouët [dataimport] massive_store: do not drop constraints with `cascade` since it breaks things
Mon, 21 Dec 2015 12:16:12 +0100 Samuel Trégouët [dataimport] massive_store: drop all constraints in __init__ and restore all in finish
Tue, 15 Dec 2015 10:32:53 +0100 Samuel Trégouët [dataimport] massive_store: ignore primary key when requesting indexes on a table
Tue, 15 Dec 2015 10:28:39 +0100 Samuel Trégouët [dataimport] massive_store: reformat sql query
Mon, 21 Dec 2015 12:47:35 +0100 Rémi Cardona [devtools] Use super() in TestServerConfiguration.__init__()
Mon, 21 Dec 2015 10:08:13 +0100 Rémi Cardona [devtools] Fix database creation issues for CubicWebTestTC tests
Mon, 21 Dec 2015 09:55:14 +0100 Rémi Cardona [devtools] Fix database creation issues for CubicWebServerTC tests
Mon, 21 Dec 2015 09:59:45 +0100 Rémi Cardona [devtools] Move attribute docstring to correct location
Sun, 20 Dec 2015 19:08:19 +0100 Rémi Cardona [web] Make tests pass if tal isn't available
Mon, 21 Dec 2015 15:52:41 +0100 Julien Cristau [py3k] fix cubicweb.mail.parse_message_id
Mon, 21 Dec 2015 15:46:36 +0100 Julien Cristau [test/py3k] fix test_recipients_finder
Mon, 21 Dec 2015 15:44:20 +0100 Julien Cristau [dataimport] fix SQLGenObjectStore's add_info for python3
Mon, 21 Dec 2015 15:43:49 +0100 Julien Cristau [dataimport] py3k doesn't like + on dict_items objects
Wed, 16 Jul 2014 10:48:47 +0200 Aurelien Campeas [repository] remove unused check_session method and its test
Tue, 15 Dec 2015 10:20:26 +0100 Sylvain Thénault [migration/test] avoid test interdependency by removing fakecustomtype cube
Wed, 09 Dec 2015 17:44:18 +0100 Julien Cristau [migration/test] use numeric(precision, scale) instead of geometry
Wed, 09 Dec 2015 17:44:18 +0100 Sylvain Thénault [server, hooks] allow callable in dbh.TYPE_MAPPING
Wed, 09 Dec 2015 17:44:17 +0100 Sylvain Thénault [migration] consider extra_props in rdef created during attribute creation hook
Wed, 09 Dec 2015 17:44:17 +0100 Sylvain Thénault [migration] only define variable if needed
Thu, 17 Dec 2015 17:14:08 +0100 Julien Cristau [migration] handle non-existing attribute type when adding an entity type
Wed, 09 Dec 2015 17:44:17 +0100 Sylvain Thénault [migration] handle the case where new final entity type is not yet in the schema
Wed, 09 Dec 2015 17:44:16 +0100 Sylvain Thénault [migration] config.add_cubes should ensure site_cubicweb of new cubes is called
Wed, 09 Dec 2015 17:44:16 +0100 Sylvain Thénault [migration] test addition of a cube providing a custom final type
Wed, 16 Sep 2015 10:56:36 +0200 Sylvain Thénault [server] add test demonstrating cache update pb since cw > 3.21
Thu, 10 Dec 2015 16:58:45 +0100 Julien Cristau Bring back the separate web-side entity cache
Wed, 09 Dec 2015 18:21:55 +0100 Julien Cristau Backout "[entity,storage] remove hackish code from the bfss path
Thu, 17 Dec 2015 15:34:05 +0100 Julien Cristau merge with 3.21.5-2
Thu, 10 Dec 2015 17:34:37 +0100 Arthur Lutz [doc] add documentation about drop_cube
Thu, 17 Dec 2015 15:16:14 +0100 Julien Cristau Added tag debian/3.21.5-2 for changeset 228b6d2777e4
Thu, 17 Dec 2015 14:55:18 +0100 Julien Cristau [pkg] don't install dataimport/test in both cubicweb-server and cubicweb-dev debian/3.21.5-2
Wed, 16 Dec 2015 11:23:48 +0100 Rémi Cardona merge with 3.21.5
Tue, 15 Dec 2015 19:05:41 +0100 Rémi Cardona Added tag 3.21.5, debian/3.21.5-1, centos/3.21.5-1 for changeset e0572a786e6b
Tue, 15 Dec 2015 18:15:08 +0100 Rémi Cardona [pkg] 3.21.5 3.21.5 centos/3.21.5-1 debian/3.21.5-1
Thu, 03 Dec 2015 10:12:37 +0100 Denis Laxalde [js] Fix a ReferenceError in cubicweb.preferences.js
Mon, 14 Dec 2015 14:55:10 +0100 Julien Cristau [dataimport] add tests for SQLGenObjectStore (closes #9177565)
Mon, 14 Dec 2015 14:54:23 +0100 Julien Cristau [dataimport] separate entities table from other metadata in SQLGenObjectStore
Mon, 14 Dec 2015 14:53:02 +0100 Julien Cristau [dataimport] remove threading support from SQLGenObjectStore
Thu, 03 Dec 2015 14:55:10 +0100 Samuel Trégouët [dataimport] prepare_insert_entity should not crash with SQLGenObjectStore
Tue, 01 Dec 2015 13:39:17 +0100 Samuel Trégouët [dataimport] Fix method signature
Tue, 01 Dec 2015 13:38:21 +0100 Samuel Trégouët [dataimport] add missing import 'eschema_eid'
Tue, 15 Dec 2015 14:12:59 +0100 Rémi Cardona merge with 3.21.4
Tue, 15 Dec 2015 12:37:04 +0100 Rémi Cardona Added tag 3.21.4, debian/3.21.4-1, centos/3.21.4-1 for changeset d3b92d3a7db0
Tue, 15 Dec 2015 12:00:31 +0100 Rémi Cardona [pkg] 3.21.4 3.21.4 centos/3.21.4-1 debian/3.21.4-1
Tue, 15 Dec 2015 11:41:25 +0100 Rémi Cardona merge with 3.20.12
Tue, 15 Dec 2015 11:24:52 +0100 Rémi Cardona Added tag 3.20.12, debian/3.20.12-1, centos/3.20.12-1 for changeset 03e8fc9f79a6
Fri, 11 Dec 2015 14:07:51 +0100 Denis Laxalde [tox] Ensure pytest gets run with virtualenv's python
Mon, 09 Nov 2015 11:34:28 +0100 Denis Laxalde [tox] Use generating environments
Wed, 09 Dec 2015 16:32:57 +0100 Sylvain Thénault a bit of pep8
Tue, 15 Dec 2015 08:55:58 +0100 Rabah Meradi [adapters] Use an adapter for serializing entities to a bare python structure
Mon, 14 Dec 2015 16:29:19 +0100 Julien Cristau [pkg] 3.20.12 3.20.12 centos/3.20.12-1 debian/3.20.12-1
Mon, 14 Dec 2015 16:19:52 +0100 Julien Cristau [dataimport] Fallback from COPY to executemany (closes #9135780)
Mon, 14 Dec 2015 12:11:44 +0100 Julien Cristau [web/views] unlink svg temp file after we're done
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip