Thu, 22 Sep 2011 10:02:25 +0200 |
Sylvain Thénault |
[repo] ensure we don't restart a task while the repo is shutting down (closes #1942736)
stable
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 18:39:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 16:40:52 +0200 |
Florent Cayré |
refactor entity fetch_rql method to use a RQL syntax tree instead of RQL strings ; closes #1585650
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 15:40:06 +0200 |
Sylvain Thénault |
backout 7780:a1d5365fefc1
stable
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 14:48:24 +0200 |
Sylvain Thénault |
[cubification] moved CWPermission handling into a localperms cube. closes #1914011
stable
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 17:59:48 +0200 |
Julien Cristau |
[repo] Stop setting hashmode on schema
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 19:36:09 +0200 |
Sylvain Thénault |
[repo ms] commit/rollback session if it has been created in the method
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 14:24:40 +0200 |
Sylvain Thénault |
[datafeed] for datafeed source, we don't want commit in extid2eid but explicitly handled by the source. Also, we should use 'safe' internal session
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 14:17:47 +0200 |
Sylvain Thénault |
[session] safe internal sessions don't deactivate integrity hooks
stable
|
file |
diff |
annotate
|
Tue, 26 Jul 2011 16:35:10 +0200 |
Sylvain Thénault |
[datafeed / fti] rather control a 'complete' parameter than setting empty attribute values
stable
|
file |
diff |
annotate
|
Thu, 07 Jul 2011 11:10:37 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 05 Jul 2011 10:48:40 +0200 |
Sylvain Thénault |
[repository] catch Exception instead of everything
stable
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 16:04:01 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 16:02:24 +0200 |
Sylvain Thénault |
[repo, looping task] raise a custom exception when repository is shuting down, avoid looping task to be restarted in such case. Closes #1021276
stable
|
file |
diff |
annotate
|
Mon, 27 Jun 2011 15:30:52 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 22 Jun 2011 18:23:44 +0200 |
Sylvain Thénault |
[3.10] fix typo and error for pre 3.10 migration w/ postgres: we *must* call init_creating else the fti isn't correctly initialized, which may lead to silently rollbacked transaction
stable
|
file |
diff |
annotate
|
Tue, 21 Jun 2011 10:57:25 +0200 |
Sylvain Thénault |
[ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
|
file |
diff |
annotate
|
Wed, 15 Jun 2011 17:16:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 15 Jun 2011 17:14:40 +0200 |
Sylvain Thénault |
[repo integrity] test and fix glob add relation where several entities are added at once for a relation of 1? cardinality
stable
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 22:54:25 +0200 |
Sylvain Thénault |
fix failures introduced by recent refactoring
stable
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 15:37:10 +0200 |
Sylvain Thénault |
[repository] refactor and optimize '?1' relation handling
stable
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 15:37:09 +0200 |
Sylvain Thénault |
[session] deprecates schema_rproperty in favor of more optimized rtype_eids_rdef which return the rdef (so reusable to gather other data)
stable
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 15:37:09 +0200 |
Sylvain Thénault |
[repository] refactor/cleanup entity deletion methods
stable
|
file |
diff |
annotate
|
Thu, 19 May 2011 10:53:17 +0200 |
Sylvain Thénault |
[multi-sources] support for moving an entity from an external source (closes #343818)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 11 May 2011 19:03:16 +0200 |
Sylvain Thénault |
[repo cache] there are some relations we don't want to cache, they may cause memory leak
stable
|
file |
diff |
annotate
|
Wed, 04 May 2011 14:55:27 +0200 |
Sylvain Thénault |
[repository quick start] should modify class attribute to get this actually working (used by a classmethod)
stable
|
file |
diff |
annotate
|
Wed, 20 Apr 2011 16:55:52 +0200 |
Alexandre Fayolle |
fix implementation of repository.glob_add_relations (closes ##1625257)
|
file |
diff |
annotate
|
Fri, 15 Apr 2011 15:42:17 +0200 |
Alexandre Fayolle |
[server] improve the speed of setting relations between entities (closes #1625257)
|
file |
diff |
annotate
|
Tue, 29 Mar 2011 08:47:09 +0200 |
Alexandre Fayolle |
allow CW to act as a Pyro Server without registering the server to a Pyro Nameserver (closes #1528533)
stable
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 09:40:56 +0100 |
Alexandre Fayolle |
merged back pylint help changes to stable
stable
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 09:37:46 +0100 |
Alexandre Fayolle |
help pylint by explicitely defining some attributes
oldstable
|
file |
diff |
annotate
|
Thu, 10 Mar 2011 11:58:57 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 09 Mar 2011 13:42:55 +0100 |
Sylvain Thénault |
[repo] fix multi-threads bug with get_option_value: pyro proxy can't be used from a thread to another without caution (closes #1535206)
stable
|
file |
diff |
annotate
|
Wed, 09 Feb 2011 18:06:17 +0100 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
file |
diff |
annotate
|
Wed, 09 Feb 2011 16:16:20 +0100 |
Sylvain Thénault |
[repo, ms] fix pb introduced in 6941:9ed02daa7dbb resulting in missing relation deletes when an entity is deleted
|
file |
diff |
annotate
|
Mon, 07 Feb 2011 18:19:39 +0100 |
Sylvain Thénault |
[sources] refactor source creation and options handling
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 11:52:10 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 25 Jan 2011 12:09:59 +0100 |
Alexandre Fayolle |
improve massive deletion performance
stable
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 19:15:04 +0100 |
Sylvain Thénault |
[repo] kill no more needed 'recreate' feature
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 12:47:08 +0100 |
Sylvain Thénault |
[repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
|
file |
diff |
annotate
|
Thu, 13 Jan 2011 19:24:21 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 11 Jan 2011 12:20:39 +0100 |
Sylvain Thénault |
[repository, pyro] ensure we're still properly registered into pyro name server in a looping task (closes #1336002)
stable
|
file |
diff |
annotate
|
Wed, 01 Dec 2010 17:11:35 +0100 |
Sylvain Thénault |
[pyro source] store pyro source mapping file into the database
|
file |
diff |
annotate
|
Wed, 01 Dec 2010 17:08:42 +0100 |
Sylvain Thénault |
[repo source] rename attribute so it's much easier to grasp its role
stable
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 09:18:48 +0100 |
Sylvain Thénault |
[repository] don't crash when cascading delete a relation, this may let the database in an inconsistent state anyway, so simply log the error
stable
|
file |
diff |
annotate
|
Tue, 02 Nov 2010 08:16:18 +0100 |
Sylvain Thénault |
[repo] don't attempt to read sources from database on quick start. Fix crash after restoring a pre 3.10 database
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 15:52:10 +0200 |
Sylvain Thénault |
[repo] fix crash introduced in 6625:5c20a005bddc
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 14 Oct 2010 10:15:38 +0200 |
Sylvain Thénault |
pylint option update
|
file |
diff |
annotate
|
Wed, 13 Oct 2010 07:45:18 +0200 |
Sylvain Thénault |
[entity, repo] move prefill_entity_cache function back to repository due to usage of del_existing_rel_if_needed function which is also defined there
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 23:36:54 +0200 |
Sylvain Thénault |
cleanup and 3.10 updates
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 23:36:35 +0200 |
Sylvain Thénault |
[architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 23:34:55 +0200 |
Sylvain Thénault |
[repo, entity] move entity cache initialization to a function, and call it before source.add_entity so it may be used in error handler or such
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 00:05:52 +0200 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 00:05:50 +0200 |
Sylvain Thénault |
[hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
|
file |
diff |
annotate
|
Mon, 04 Oct 2010 18:56:10 +0200 |
Aurelien Campeas |
[repo] add a find_users method for under-privileged accounts
|
file |
diff |
annotate
|
Thu, 30 Sep 2010 14:58:57 +0200 |
Sylvain Thénault |
[repo] properly mark object as saved once added to its source (code much probably gone during a merge...)
|
file |
diff |
annotate
|
Thu, 23 Sep 2010 23:28:58 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 18:23:35 +0200 |
Sylvain Thénault |
[dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling)
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 18:56:35 +0200 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 11:28:25 +0200 |
Sylvain Thénault |
[repo] new method on repo+dbapi.Connection to get a value from repository's configuration
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 11:27:50 +0200 |
Sylvain Thénault |
[repo] docstring cleanup
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 15:15:21 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 18:30:38 +0200 |
Alexandre Fayolle |
nicer error reporting for unique together constraints
stable
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 23:24:45 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 23:23:16 +0200 |
Sylvain Thénault |
[integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 09:43:12 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 08:31:02 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 08:21:15 +0200 |
Sylvain Thénault |
[repository] enabled sources refactoring: to avoid error, we should always have all known source in repo.sources_by_uri and only enabled ones in repo.sources, so we still have access to the definition of temporarily disabled sources
stable
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 11:13:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 10:22:11 +0200 |
Sylvain Thénault |
[pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side
stable
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 12:15:11 +0200 |
Sylvain Thénault |
[dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 12:08:24 +0200 |
Sylvain Thénault |
[session] cleanup session-time / cleanup-session-time...
|
file |
diff |
annotate
|
Wed, 07 Jul 2010 13:01:44 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 17:09:14 +0200 |
Sylvain Thénault |
[repository] fix so that when repository is shutting down, internal session in transaction are interrupted
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:34:46 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:32:26 +0200 |
Sylvain Thénault |
[transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 13:23:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 11:13:25 +0200 |
Sylvain Thénault |
[repo] call entity.check() once before_update hooks has been called, to let them a chance to transform data
stable cubicweb-version-3.8.5
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 09:10:52 +0200 |
Sylvain Thénault |
[entity] can't do anymore dict(entity) since entity doesn't inherit from dict
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:16:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:00:28 +0200 |
Sylvain Thénault |
[repo] on repository shutdown, we've to close the new eid creation connection
stable
|
file |
diff |
annotate
|
Mon, 14 Jun 2010 17:56:10 +0200 |
Aurelien Campeas |
[rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand
stable
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 14:59:08 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 07:58:52 +0200 |
Sylvain Thénault |
[json] fix json serialization for recent simplejson implementation, and test encoding of entities
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 15:11:30 +0200 |
Aurelien Campeas |
[repo] fix typo
stable
|
file |
diff |
annotate
|
Thu, 03 Jun 2010 10:17:44 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 16:30:36 +0200 |
Alexandre Fayolle |
backported to stable some changes made on site for a customer
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 16:05:40 +0000 |
Alexandre Fayolle |
log the user name on session opening for easier debugging
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 13:02:47 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 10:18:02 +0200 |
Alexandre Fayolle |
merge back to stable some changes made on site for a customer.
stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 09:58:23 +0000 |
Alexandre Fayolle |
ldap source logging
stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 09:54:07 +0000 |
Alexandre Fayolle |
/siteinfo page: display information about the names of the running threads
stable
|
file |
diff |
annotate
|
Wed, 26 May 2010 12:33:48 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 26 May 2010 12:31:40 +0200 |
Sylvain Thénault |
[web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464)
stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 14:34:56 +0200 |
Sylvain Thénault |
[vreg repo] shouldn't call init_registration in on hook registry bootstrap, already done before
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 14:21:57 +0200 |
Sylvain Thénault |
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 17:56:01 +0200 |
Sylvain Thénault |
[repo] cleanup
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 12:42:53 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 22 Apr 2010 19:37:56 +0000 |
Alexandre Fayolle |
[python2.6] don't add a name property on Thread
stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 19:39:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 17:57:41 +0200 |
Sylvain Thénault |
[repo] fix more indentation pb in repo.glob_update_entity, causing duplicated inline relation hooks call
stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:10:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 08 Apr 2010 14:40:18 +0200 |
Adrien Di Mascio |
[repository] fix bad indentation in glob_update_entity, source.update_entity() should be called once per update
stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:42:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 19:27:47 +0200 |
Alexandre Fayolle |
log RQL query in case of unexpected failure (priceless when porting to new database)
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 14:46:04 +0200 |
Sylvain Thénault |
[repository] forbid usage of set_attributes() in before_add_entity
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 09:55:19 +0200 |
Sylvain Thénault |
[optimization] improve massive write performance by optimizing hooks selection
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 19:55:20 +0200 |
Sylvain Thénault |
[repo creation] removing existing entities of 'single' cardinality relatino should be considered as 'activeintegrity' hook. Also don't disable that category during repo creation to avoid pb such as two default workflows for one entity types
stable
|
file |
diff |
annotate
|