Wed, 11 Jun 2014 18:24:40 +0200 |
Aurelien Campeas |
[repository] rename session -> cnx
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 17:14:32 +0200 |
Aurelien Campeas |
[connection] remove ensure_cnx_set context manager uses
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 16:01:49 +0200 |
Aurelien Campeas |
[repoapi] fold ClientConnection into Connection
|
file |
diff |
annotate
|
Tue, 01 Jul 2014 16:55:49 +0200 |
Aurelien Campeas |
[connection] replace .running_dbapi_query with .hooks_in_progress
|
file |
diff |
annotate
|
Fri, 06 Jun 2014 17:08:08 +0200 |
Aurelien Campeas |
[repoapi,session] remove all session-as-cnx backward compat
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 18:28:58 +0200 |
Julien Cristau |
[server] drop repo.internal_session and InternalSession
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 17:45:27 +0200 |
Julien Cristau |
[dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 16:00:30 +0100 |
Aurelien Campeas |
[dbapi] retire repository transaction methods which were used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:57:22 +0100 |
Aurelien Campeas |
[dbapi] retire repo.call_service which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:55:52 +0100 |
Aurelien Campeas |
[dbapi] retire repo.commit/rollback which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:46:40 +0100 |
Aurelien Campeas |
[dbapi] retire repo.user_info which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:41:54 +0100 |
Aurelien Campeas |
[dbapi] retire repo.entity_metas which was used by the dbapi
|
file |
diff |
annotate
|
Wed, 04 Jun 2014 18:21:24 +0200 |
Aurelien Campeas |
[dbapi] retire repo.execute, which was used by the dbapi
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 14:49:18 +0200 |
Julien Cristau |
[repository] replace session with cnx in a few places
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 10:08:14 +0200 |
Rémi Cardona |
merge 3.20.6 into 3.21
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 07:57:38 +0100 |
Sylvain Thénault |
[repository] don't attempt to delete computed relation, they have no table in the database. Closes #5162935
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 14:57:34 +0100 |
Aurelien Campeas |
Remove remote repository-access-through-pyro support
|
file |
diff |
annotate
|
Fri, 16 Jan 2015 14:30:55 +0100 |
Julien Cristau |
[server] change order of entities table modification vs entity creation/deletion
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 18:31:21 +0200 |
Aurelien Campeas |
[repository] don't mangle the stack trace on exception
|
file |
diff |
annotate
|
Thu, 13 Nov 2014 10:38:39 +0100 |
Julien Cristau |
[server] typo fix
|
file |
diff |
annotate
|
Thu, 17 Jul 2014 14:40:28 +0200 |
Aurelien Campeas |
[repository] provide a .new_session entry point
|
file |
diff |
annotate
|
Wed, 24 Sep 2014 18:04:30 +0200 |
Julien Cristau |
merge 3.18.6 into 3.19
|
file |
diff |
annotate
|
Tue, 02 Sep 2014 12:22:18 +0200 |
David Douard |
[compat] Remove imports of "any" and "all" from lgc (closes #4306044)
stable
|
file |
diff |
annotate
|
Fri, 11 Jul 2014 17:13:32 +0200 |
Rémi Cardona |
[server] Replace non portable strftime formatter (closes #4132161)
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 11:47:30 +0200 |
Aurelien Campeas |
[repository] session -> cnx renaming (already done in the source object)
|
file |
diff |
annotate
|
Fri, 02 May 2014 14:26:14 +0200 |
Aurelien Campeas |
deprecate get/set_shared_data API
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 09:49:45 +0200 |
Julien Cristau |
merge 3.18.5 into 3.19 branch
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 09:35:26 +0200 |
Julien Cristau |
merge 3.17.15 into 3.18 branch
stable
|
file |
diff |
annotate
|
Fri, 30 May 2014 16:36:56 +0200 |
Aurelien Campeas |
[testlib] complete the RepoAccess object (closes #3843614)
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 17:14:25 +0200 |
Sylvain Thénault |
[repo] fix extid2entity to ensure connection's has a cnxset
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 17:15:25 +0200 |
Sylvain Thénault |
[repo] make it clear in internal_cnx that security is disabled
|
file |
diff |
annotate
|
Tue, 13 May 2014 13:12:16 +0200 |
Aurelien Campeas |
[cache] fix a cache issue with an entity created without relation cache prefill
stable
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 12:07:00 +0200 |
Rémi Cardona |
an unicode string -> a unicode string
stable
|
file |
diff |
annotate
|
Fri, 19 Jul 2013 17:38:15 +0200 |
Vladimir Popescu |
[server] Refactor Repository.register_user into a CubicWeb service (closes #3020639)
|
file |
diff |
annotate
|
Thu, 10 Apr 2014 11:04:13 +0200 |
Julien Cristau |
[server] make internal_cnx get and keep a connection to the db
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 14:05:54 +0200 |
Julien Cristau |
[repo] fix deprecation messages for stats and gc_stats
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 18:14:45 +0200 |
Julien Cristau |
[repo] Fix register_user
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 14:44:49 +0200 |
Julien Cristau |
[repo] make extid2eid work with either a session or a connection
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 14:23:01 +0200 |
Sylvain Thénault |
[repository] extid2eid's 'commit' argument no more necessary
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 12:46:35 +0200 |
Sylvain Thénault |
[repository] complete argument is no more needed since we have no more 'true' multisource.
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 12:39:59 +0200 |
Sylvain Thénault |
[repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 14:48:51 +0200 |
Julien Cristau |
[repository] 'session' argument is always given to extid2eid, make it mandatory and simplify code accordingly
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 18:16:28 +0200 |
Sylvain Thénault |
some copyright updates
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 18:09:57 +0200 |
Sylvain Thénault |
[repo] don't set cnxset when getting the session to close it
|
file |
diff |
annotate
|
Wed, 02 Apr 2014 12:38:02 +0200 |
Julien Cristau |
[repo] handle connection explicitly when calling session open/close hooks
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:53:21 +0200 |
Julien Cristau |
[repository] operations get a connection instead of a session
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:46:17 +0200 |
Julien Cristau |
[repository] Use an internal connection in register_user
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 10:46:53 +0200 |
Julien Cristau |
[server] move security/integrity hook management away from InternalSession.__init__
|
file |
diff |
annotate
|
Thu, 20 Mar 2014 08:45:52 +0100 |
Sylvain Thénault |
[sources] Skip problematic sources when starting shell instead of crashing. Closes #3670208
|
file |
diff |
annotate
|
Mon, 24 Mar 2014 16:38:57 +0100 |
Laura Médioni |
[server] Fix AttributeError in extid2eid
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 13:43:42 +0100 |
Julien Cristau |
[server] use a connection instead of a session for user authentication
|
file |
diff |
annotate
|
Tue, 28 Jan 2014 16:07:06 +0100 |
Julien Cristau |
[server/repo] use internal_cnx in init_sources_from_database
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 15:55:21 +0100 |
Julien Cristau |
[repo] Use a connection instead of a session for repo.stats()
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 15:55:48 +0100 |
Julien Cristau |
[repo] Use a connection instead of a session for repo.gc_stats()
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 15:56:44 +0100 |
Julien Cristau |
[repo] Use a connection instead of a session for repo.get_versions()
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 15:50:19 +0100 |
Julien Cristau |
[server/repo] Use session.sessionid instead of session.id
|
file |
diff |
annotate
|
Mon, 03 Feb 2014 19:00:52 +0100 |
Julien Cristau |
[repo] restore python 2.6 compatibility
|
file |
diff |
annotate
|
Tue, 28 Jan 2014 18:24:29 +0100 |
Julien Cristau |
[server] use internal_cnx instead of internal_session in deserialize_schema
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 15:57:48 +0100 |
Julien Cristau |
[repo] Use a connection instead of a session in Repository.properties()
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 13:47:28 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop entities.source column
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 12:32:16 +0100 |
Julien Cristau |
[repo] pylint cleanup, mainly of imports, with a bit of style
|
file |
diff |
annotate
|
Mon, 01 Jul 2013 16:13:17 +0200 |
Sylvain Thénault |
[multi-sources-removal] Drop no more used federated ('true') multi-sources related code
|
file |
diff |
annotate
|
Wed, 22 Jan 2014 15:50:03 +0100 |
Sylvain Thénault |
[multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 17:07:34 +0200 |
Sylvain Thénault |
[config] cleanup/refactor server sources file values handling
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 17:53:44 +0200 |
Sylvain Thénault |
[multi-sources-removal] Drop foreid argument of repo.get_option_value
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 16:01:59 +0200 |
Sylvain Thénault |
[multi-sources-removal] Kill repo.sources
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 16:18:20 +0200 |
Sylvain Thénault |
[multi-sources-removal] Drop no more necessary scleanup (source cleanup) argument
|
file |
diff |
annotate
|
Wed, 22 Jan 2014 10:39:57 +0100 |
Sylvain Thénault |
[multi-sources-removal] drop source location search on glob_*[entity|relation] methods
|
file |
diff |
annotate
|
Wed, 22 Jan 2014 10:19:30 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop (dont_)cross relation related code
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 00:15:51 +0200 |
Sylvain Thénault |
[multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 18:20:28 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop deleted_entities system table and entities.mtime column
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 00:07:35 +0200 |
Sylvain Thénault |
[multi-sources-removal] drop repository entities_modified_since public api
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 18:11:30 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop the "true" multi-sources planner
|
file |
diff |
annotate
|
Mon, 13 Jan 2014 15:56:52 +0100 |
Aurelien Campeas |
fix version number: we still target cw 3.19
|
file |
diff |
annotate
|
Mon, 13 Jan 2014 13:47:47 +0100 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
Thu, 14 Nov 2013 17:17:02 +0100 |
Aurelien Campeas |
symmetric relations: replace bogus rql2sql translation by a hook
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 16:58:48 +0200 |
Aurelien Campeas |
[server] deprecate the old multi-source system
|
file |
diff |
annotate
|
Thu, 10 Oct 2013 12:30:02 +0200 |
Julien Cristau |
[server] fix a number of typos, mostly in docstrings
stable
|
file |
diff |
annotate
|
Fri, 30 Aug 2013 15:34:58 +0200 |
Rémi Cardona |
spelling: rollbacked -> rolled back
stable
|
file |
diff |
annotate
|
Mon, 23 Sep 2013 12:47:12 +0200 |
Sylvain Thénault |
[repository] properly use IUserFriendlyError when UniqueTogetherError is raised during entity update. Closes #3096638
stable
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 08:52:15 +0200 |
David Douard |
[repo] normalize ValidationError on edited entity (closes #2509729)
stable
|
file |
diff |
annotate
|
Thu, 18 Jul 2013 12:36:56 +0200 |
Denis Laxalde |
Fix two crashes in db-check (closes #3024964)
stable
|
file |
diff |
annotate
|
Fri, 12 Jul 2013 09:55:26 +0200 |
Denis Laxalde |
Use the list of cubes from the filesystem when reading the schema from the filesystem
stable
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 09:35:54 +0200 |
Julien Cristau |
[server/repository] Go through the repo to close pyro sessions
stable
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 17:09:04 +0200 |
Pierre-Yves David |
[repository] drop safe attribute on ``internal_cnx``
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 14:12:00 +0200 |
Pierre-Yves David |
[repository] add an ``internal_cnx`` method to replace ``internal_session``
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 14:01:07 +0200 |
Pierre-Yves David |
[session] explicitly take Connection object in close_cnx
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 18:04:08 +0200 |
Pierre-Yves David |
[connection] move call_service on Connection
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 12:03:37 +0200 |
Pierre-Yves David |
[repo] move repo.gc_stats to Service API (closes #2951068)
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 12:05:35 +0200 |
Pierre-Yves David |
[repo] move repo stats to Service (closes #2951067)
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 11:59:45 +0200 |
Pierre-Yves David |
[service] drop the asynchronous execution possibility
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 15:12:06 +0200 |
Pierre-Yves David |
rename server.session.transaction into server.session.connection
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 11:53:40 +0200 |
Julien Cristau |
repository: make tests pass again
|
file |
diff |
annotate
|
Wed, 12 Jun 2013 18:33:50 +0200 |
Julien Cristau |
repository: monkey patch pyro connection handling to detect clients going away
|
file |
diff |
annotate
|
Mon, 29 Apr 2013 11:43:36 +0200 |
Pierre-Yves David |
merge with stable
|
file |
diff |
annotate
|
Tue, 16 Apr 2013 16:51:18 +0200 |
Julien Cristau |
[server] add a looping task to free unused cnxsets capture by dead pyro
stable cubicweb-centos-version-3.16.4-1 cubicweb-debian-version-3.16.4-1 cubicweb-version-3.16.4
|
file |
diff |
annotate
|
Fri, 26 Apr 2013 18:06:44 +0200 |
Sylvain Thénault |
[repo] straightforward bootstrap sequence. Closes #2841188
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 14:49:49 +0200 |
Sylvain Thénault |
[repo] minor cleanups to bootstrap sequence
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 14:42:43 +0200 |
Sylvain Thénault |
[repo] kill rebuildinfered feature from Repository.set_schema
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 15:37:43 +0200 |
Pierre-Yves David |
merge 3.16.x fix in 3.17.x branch
|
file |
diff |
annotate
|
Tue, 23 Apr 2013 15:33:50 +0200 |
Pierre-Yves David |
use cw_etype instead of __regid__
|
file |
diff |
annotate
|
Tue, 16 Apr 2013 13:44:01 +0200 |
Pierre-Yves David |
[clean_session] revert itervalues usage from 0bb18407c053
stable
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 13:18:01 +0200 |
Pierre-Yves David |
merge 3.16.x fix
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 14:23:24 +0200 |
Julien Cristau |
[service] make sure synchronous call_service has a cnxset
stable
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 18:15:24 +0200 |
Pierre-Yves David |
merge with stable fix
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 15:11:41 +0200 |
Pierre-Yves David |
[service] split session retrieval and service execution
stable
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 15:11:21 +0200 |
Pierre-Yves David |
[service] handle cnxset in the async case only
stable
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 14:46:13 +0200 |
Pierre-Yves David |
[service] extract session retrieval from "task" closure
stable
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 20:10:19 +0100 |
Pierre-Yves David |
[session] rename `_threaddata` to `_tx`
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 19:42:33 +0100 |
Pierre-Yves David |
[session] rename _tx_data into _txs
|
file |
diff |
annotate
|
Tue, 12 Mar 2013 12:50:05 +0100 |
Nicolas Chauvat |
drop typed_eid() in favour of int() (closes #2742462)
|
file |
diff |
annotate
|
Sat, 16 Feb 2013 21:46:24 +0100 |
Nicolas Chauvat |
[towards py3k] fix bug introduced by 0bb18407c053
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 16:01:24 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:38:25 +0100 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:39:23 +0100 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 22:51:10 +0100 |
Sylvain Thénault |
[repository sources] copy source configuration: source's __init__ modify it while config.sources() return a cached dictionary which shouldn't be modified
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 22:50:34 +0100 |
Sylvain Thénault |
cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
|
file |
diff |
annotate
|
Fri, 09 Nov 2012 17:14:18 +0100 |
Pierre-Yves David |
[server] fix repository initialisation
|
file |
diff |
annotate
|
Fri, 05 Oct 2012 16:54:22 +0200 |
Sylvain Thénault |
[repository] move modification of appobject_path to repository initialization code so we can restore it later to avoid side effect on the config. Fix regression introduced in d32ab8570e5d
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 16:05:16 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 14 Sep 2012 14:15:39 +0200 |
Sylvain Thénault |
[session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
|
file |
diff |
annotate
|
Thu, 06 Sep 2012 15:03:52 +0200 |
Aurelien Campeas |
[repo] fix debug code in DBG_REPO mode (closes #2469942)
stable
|
file |
diff |
annotate
|
Thu, 13 Sep 2012 17:26:15 +0200 |
Sylvain Thénault |
[datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156
stable
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 14:02:06 +0200 |
Sylvain Thénault |
[repo initialisation] during repo creation, load all hooks and entities code
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 13:53:59 +0200 |
Sylvain Thénault |
[request/session] refactor language handling: don't attempt to sync web/repo languages
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 14:00:09 +0200 |
Sylvain Thénault |
[config] turn internal configuration methods building appobjects search path into normal method rather than class method
|
file |
diff |
annotate
|
Fri, 06 Jul 2012 14:01:09 +0200 |
Sylvain Thénault |
[repository] drop unused argument
|
file |
diff |
annotate
|
Wed, 06 Jun 2012 10:26:34 +0200 |
Aurelien Campeas |
[server/session,repo] turn InternalSession, hence repo.internal_session, into a context manager (closes #2393651)
|
file |
diff |
annotate
|
Wed, 09 May 2012 16:43:48 +0200 |
Aurelien Campeas |
[events] add a new before_shutdown event (closes #2345728)
|
file |
diff |
annotate
|
Wed, 11 Apr 2012 14:43:51 +0200 |
Florent Cayré |
fix ``call_service`` API and add test service API
|
file |
diff |
annotate
|
Tue, 10 Apr 2012 17:07:03 +0200 |
David Douard |
[repository] fire 'server_shutdown' hooks before waiting for theads
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 18:25:06 +0100 |
Pierre-Yves David |
[repository] move task manager instantiation outside repository.
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 18:24:46 +0100 |
Pierre-Yves David |
[repository] split repo initialization from starting looping task (closes #2204047)
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 18:24:35 +0100 |
Pierre-Yves David |
[repo looping task] move looping task logic in a dedicated object (progress #2204047)
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 18:15:23 +0100 |
Sylvain Thénault |
[repo services] set cnxset before calling the service then ensure it's freed
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 13:00:36 +0100 |
Pierre-Yves David |
{repository] add documentation explaining ``fix_user_classes`` hook
|
file |
diff |
annotate
|
Thu, 23 Feb 2012 15:39:19 +0100 |
Pierre-Yves David |
[typo] "lod" --> "load"
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 10:11:04 +0100 |
Florent Cayré |
[repository] implement a generic way to call repo-side services; closes #2203418
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:15:37 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:14:52 +0100 |
Sylvain Thénault |
[spelling] fix dictionnary -> dictionary typo
stable
|
file |
diff |
annotate
|
Tue, 14 Feb 2012 15:16:42 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 14 Feb 2012 09:49:13 +0100 |
Sylvain Thénault |
[ldapfeed] make authentication actually working
|
file |
diff |
annotate
|
Mon, 13 Feb 2012 12:41:04 +0100 |
David Douard |
[repository] add a ``gc_stats`` method and 2 more cache size for ``stats`` (closes #2179735)
stable
|
file |
diff |
annotate
|
Fri, 10 Feb 2012 16:31:39 +0100 |
Sylvain Thénault |
[event bus] event has been renamed to publish
|
file |
diff |
annotate
|
Fri, 10 Feb 2012 16:20:35 +0100 |
Julien Cristau |
[repo] Add a publish/subscribe mechanism for inter-instance communication using zmq
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Tue, 20 Dec 2011 09:32:27 +0100 |
Sylvain Thénault |
[repo cache] fix cache clearing for an eid: keys are now always a tuple
stable
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 18:41:12 +0100 |
Sylvain Thénault |
add some notes
|
file |
diff |
annotate
|
Thu, 03 Nov 2011 16:01:41 +0100 |
Alexandre Fayolle |
[rql, integrity] let ValidationError and Unauthorized pass during composite deletion (closes #2070042)
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 08:50:09 +0200 |
Sylvain Thénault |
[ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
|
file |
diff |
annotate
|
Tue, 11 Oct 2011 11:00:24 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 07 Oct 2011 15:55:15 +0200 |
Sylvain Thénault |
[repository] use utcnow instead of now for some internal timetamps (closes #1988458)
stable
|
file |
diff |
annotate
|
Tue, 04 Oct 2011 12:23:52 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 30 Sep 2011 11:16:29 +0200 |
Sylvain Thénault |
[ms, test] fix source deletion pb, detected by test since 7885:9454b7ef5ae4
stable
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 15:28:41 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 14:47:04 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 14:05:42 +0200 |
Sylvain Thénault |
[repository] when deleting relations of a deleted external entity, we should skip non-crossable relation (closes #1973680)
stable
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 12:55:28 +0200 |
Sylvain Thénault |
[ms, test] propagate exception in test mode
stable
|
file |
diff |
annotate
|
Thu, 29 Sep 2011 12:55:20 +0200 |
Sylvain Thénault |
[repo] cleanup [_]delete_info prototype: extid argument isn't used
stable
|
file |
diff |
annotate
|
Fri, 23 Sep 2011 14:18:13 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|