server/sources/pyrorql.py
Tue, 12 Jul 2011 11:27:42 +0200 Sylvain Thénault [repo] closes #1821172: fix source deletion
Fri, 17 Jun 2011 18:53:33 +0200 Sylvain Thénault backport stable
Thu, 16 Jun 2011 19:38:28 +0200 Sylvain Thénault cleanup and assert we don't import unexpected stuff stable
Wed, 15 Jun 2011 17:16:19 +0200 Sylvain Thénault backport stable
Tue, 14 Jun 2011 13:43:36 +0200 Sylvain Thénault [pyrorql] don't display traceback on connection error stable
Thu, 19 May 2011 10:53:17 +0200 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Mon, 02 May 2011 15:06:20 +0200 Sylvain Thénault [entity 3.13 api] rename clear_all_caches into cw_clear_all_cache
Wed, 09 Feb 2011 18:06:18 +0100 Sylvain Thénault [pyro source] benefit from addition of latest_retrieval on CWSource
Wed, 09 Feb 2011 18:06:17 +0100 Sylvain Thénault [repository] #1460066: backport datafeed cube as cubicweb source
Mon, 07 Feb 2011 18:19:40 +0100 Sylvain Thénault [pyrorql source] using 'time' option type is more convenient
Mon, 07 Feb 2011 18:19:39 +0100 Sylvain Thénault [sources] refactor source creation and options handling
Mon, 07 Feb 2011 18:19:36 +0100 Sylvain Thénault [sources] rewrite the way pyrorql mapping are stored in the database so it can be reused for other sources (eg datafeed+cwxml)
Mon, 07 Feb 2011 15:13:04 +0100 Sylvain Thénault [repo, ms] optimise external source deletion by using source's eid instead of name
Wed, 01 Dec 2010 17:11:35 +0100 Sylvain Thénault [pyro source] store pyro source mapping file into the database
Fri, 05 Nov 2010 09:14:10 +0100 Sylvain Thénault [ms] fix error in synchronisation: local_eid return a 2-uple stable
Wed, 27 Oct 2010 20:28:57 +0200 Sylvain Thénault [ms pyro] skipping external entities is not enough else we may miss some relations with our configuration (eg X refinement_of Y WHERE X comes from cwo while Y comes from elo)
Tue, 26 Oct 2010 20:22:30 +0200 Sylvain Thénault [3.10] use cw_attr_cache, entity has no more iteritems method
Mon, 25 Oct 2010 17:15:51 +0200 Sylvain Thénault cleanup
Mon, 25 Oct 2010 15:42:42 +0200 Sylvain Thénault [pyro source] when cleaning relations of an external entity being cleaned up, only delete local relationsd
Mon, 25 Oct 2010 15:41:13 +0200 Sylvain Thénault [pyro source] new option to control wether external entities should be skipped or not
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Wed, 22 Sep 2010 18:23:42 +0200 Sylvain Thénault cleanup stable
Fri, 20 Aug 2010 08:36:58 +0200 Sylvain Thénault oops, missing part of 6125:628cf5213154 (mapping file checking) stable
Fri, 20 Aug 2010 08:31:02 +0200 Sylvain Thénault cleanups stable
Tue, 03 Aug 2010 12:19:02 +0200 Sylvain Thénault [ms] ensure owned_by/created_by can't be crossed among pyro-rql sources stable
Wed, 02 Jun 2010 17:26:26 +0200 Alexandre Fayolle backport improved on-site change stable
Wed, 02 Jun 2010 17:23:42 +0000 Alexandre Fayolle TimedCache now only accepts values expressed in seconds stable
Wed, 26 May 2010 10:28:48 +0200 Sylvain Thénault [rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Tue, 20 Apr 2010 18:34:07 +0200 Sylvain Thénault [3.8 api update] remaining cache keys
Mon, 19 Apr 2010 12:43:23 +0200 Sylvain Thénault [config] with lgc >= 0.50, option's dict inputlevel becomes level
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Fri, 05 Mar 2010 17:24:01 +0100 Sylvain Thénault repair stuff broken by fti handling changes stable
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Wed, 07 Oct 2009 18:41:17 +0200 Sylvain Thénault fix debug msg stable
Wed, 30 Sep 2009 16:06:04 +0200 Sylvain Thénault log when connecting to an external pyro source stable
Thu, 27 Aug 2009 17:04:50 +0200 Sylvain Thénault force cache clear when external entity is edited, we don't know what may occurs in external repository hooks 3.5
Wed, 26 Aug 2009 13:27:03 +0200 Sylvain Thénault [rset] fix #231354 w/ rql 0.22.3 api stable
Tue, 11 Aug 2009 17:02:50 +0200 Sylvain Thénault [ms] proper reset cache on external source
Mon, 03 Aug 2009 17:20:20 +0200 Sylvain Thénault [pyro] use lgc.pyro_ext, simplify pyro related options
Sat, 01 Aug 2009 16:13:40 +0200 Sylvain Thénault R [server debug] more server side debugging tweaks
Fri, 31 Jul 2009 23:25:02 +0200 Sylvain Thénault F: start to handle binary debug log level on the server side
Mon, 06 Jul 2009 10:42:02 +0200 Sylvain Thénault avoid additional tb in logs when we can't connect to the external source stable
Mon, 06 Jul 2009 09:44:53 +0200 Sylvain Thénault renamed arg stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 27 May 2009 11:26:03 +0200 Sylvain Thénault cleanup stable
Wed, 27 May 2009 11:24:35 +0200 Sylvain Thénault fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py). stable
Thu, 14 May 2009 12:34:20 +0200 sylvain thenault clear query cache on write tls-sprint
Wed, 13 May 2009 17:01:16 +0200 sylvain thenault clear cache before synchronization tls-sprint
Fri, 17 Apr 2009 16:55:37 +0200 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
Tue, 07 Apr 2009 09:30:23 +0200 sylvain thenault backport default branch tls-sprint
Sat, 04 Apr 2009 15:48:08 +0200 sylvain thenault remove debug stuff
Sat, 04 Apr 2009 15:45:57 +0200 sylvain thenault set 30sec query cache on pyro source, important speedup for pages generating multiple time the same external query
less more (0) -60 tip