Tue, 21 Jun 2016 07:44:35 +0200 |
Sylvain Thénault |
backport 3.21 changes
|
file |
diff |
annotate
|
Tue, 21 Jun 2016 07:42:30 +0200 |
Sylvain Thénault |
backport 3.20 changes
|
file |
diff |
annotate
|
Tue, 19 Apr 2016 13:57:12 +0200 |
David Douard |
[server] make InternalManager.name() return an empty string (closes #12418708)
|
file |
diff |
annotate
|
Thu, 01 Oct 2015 11:57:40 +0200 |
Julien Cristau |
[server/session] unicode → six.text_type
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 16:50:06 +0200 |
Julien Cristau |
[server] don't convert user.login to bytes to generate sessionid
|
file |
diff |
annotate
|
Tue, 13 Oct 2015 15:09:22 +0200 |
Rémi Cardona |
[py3k] dict.itervalues → dict.values
|
file |
diff |
annotate
|
Fri, 11 Sep 2015 14:52:09 +0200 |
Samuel Trégouët |
[py3k] print function
|
file |
diff |
annotate
|
Mon, 20 Jul 2015 12:15:20 +0200 |
Julien Cristau |
[server/session] remove unused cnx_meth function
|
file |
diff |
annotate
|
Thu, 02 Jul 2015 15:33:03 +0200 |
Rémi Cardona |
[server/session] bring anonymous_connection back
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 10:02:41 +0200 |
Rémi Cardona |
[server/session] Roll back in connection exit
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 17:58:19 +0200 |
Aurelien Campeas |
[connection] remove the `mode` attribute
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 15:32:07 +0200 |
Aurelien Campeas |
[server] remove cnxset tracking, it is now unneeded
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 14:52:27 +0200 |
Aurelien Campeas |
[session] remove session-related bw compat code
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 14:47:50 +0200 |
Aurelien Campeas |
[session/transaction] removed unused transaction class
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 13:39:56 +0200 |
Aurelien Campeas |
[transactions] cleanup after the dbapi removal
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 15:06:44 +0200 |
Aurelien Campeas |
[session/cnx] remove `session_handled` logic
|
file |
diff |
annotate
|
Fri, 13 Jun 2014 15:42:04 +0200 |
Aurelien Campeas |
[session] all cnx._session become cnx.session
|
file |
diff |
annotate
|
Fri, 13 Jun 2014 12:07:51 +0200 |
Aurelien Campeas |
[session] provide missing apis to 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
|
Tue, 01 Jul 2014 13:19:35 +0200 |
Aurelien Campeas |
[connection] provide some missing documentation bits
|
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 10:08:14 +0200 |
Rémi Cardona |
merge 3.20.6 into 3.21
|
file |
diff |
annotate
|
Wed, 18 Mar 2015 14:41:47 +0100 |
Julien Cristau |
merge 3.19.11 into 3.20
|
file |
diff |
annotate
|
Tue, 17 Feb 2015 12:43:42 +0100 |
Julien Cristau |
[server] use unicode wherever appropriate in transaction/undo related methods
|
file |
diff |
annotate
|
Mon, 09 Mar 2015 09:32:11 +0100 |
Denis Laxalde |
[server/session] Fix typo "meta vs. metas" in describe()
|
file |
diff |
annotate
|
Fri, 23 Jan 2015 13:26:44 +0100 |
Rémi Cardona |
[server] Increase the stacklevel (due to @_open_only decorator)
|
file |
diff |
annotate
|
Mon, 01 Dec 2014 11:13:10 +0100 |
Julien Cristau |
merge 3.19.6 into 3.20 branch
|
file |
diff |
annotate
|
Tue, 23 Sep 2014 13:51:12 +0200 |
Julien Cristau |
[session] don't silently ignore commits
|
file |
diff |
annotate
|
Fri, 02 May 2014 17:41:11 +0200 |
Aurelien Campeas |
remove leftover pre 3.9 deprecation warnings
|
file |
diff |
annotate
|
Fri, 12 Sep 2014 09:49:01 +0200 |
Julien Cristau |
[server] fix anonymous_user predicate in tests
|
file |
diff |
annotate
|
Fri, 25 Jul 2014 16:24:44 +0200 |
Julien Cristau |
[session] call rollback in Connection.__exit__
|
file |
diff |
annotate
|
Fri, 02 May 2014 14:26:14 +0200 |
Aurelien Campeas |
deprecate get/set_shared_data API
|
file |
diff |
annotate
|
Wed, 04 Jun 2014 17:56:54 +0200 |
Julien Cristau |
[connection] set language on new Connection for the internal manager
|
file |
diff |
annotate
|
Wed, 23 Apr 2014 18:41:34 +0200 |
Julien Cristau |
[server/session] remove json dumps around call_service
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 12:54:14 +0200 |
Julien Cristau |
[server/session] add missing rollback when freeing a db connection
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 14:43:11 +0200 |
Julien Cristau |
[server/session] make commit/rollback obey ensure_cnx_set
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 18:18:11 +0200 |
Sylvain Thénault |
minor cleanups
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 18:16:28 +0200 |
Sylvain Thénault |
some copyright updates
|
file |
diff |
annotate
|
Wed, 02 Apr 2014 12:38:29 +0200 |
Julien Cristau |
[server/session] undeprecate session.anonymous_session
|
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
|
Fri, 04 Apr 2014 10:46:53 +0200 |
Julien Cristau |
[server] move security/integrity hook management away from InternalSession.__init__
|
file |
diff |
annotate
|
Tue, 18 Feb 2014 13:54:08 +0100 |
Julien Cristau |
[server/session] fix a couple typos in doc strings
|
file |
diff |
annotate
|
Mon, 17 Feb 2014 15:32:50 +0100 |
Julien Cristau |
merge 3.18.x in 3.19 branch
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 15:25:05 +0100 |
Julien Cristau |
[server/session] avoid spurious warnings from Session.close
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 16:19:13 +0100 |
Julien Cristau |
[server/session] use _free_cnxset instead of free_cnxset to avoid warnings
|
file |
diff |
annotate
|
Thu, 30 Jan 2014 16:33:32 +0100 |
Julien Cristau |
[server/session] session.id → session.sessionid
|
file |
diff |
annotate
|
Thu, 30 Jan 2014 18:04:59 +0100 |
Julien Cristau |
[server/session] Fix docstring typo for InternalSession
|
file |
diff |
annotate
|
Wed, 29 Jan 2014 13:45:03 +0100 |
Julien Cristau |
[server] fix TypeErrors
|
file |
diff |
annotate
|
Tue, 17 Dec 2013 11:50:12 +0100 |
Julien Cristau |
[server] Allow setting an InternalManager's preferred language
|
file |
diff |
annotate
|
Mon, 27 Jan 2014 16:19:49 +0100 |
Julien Cristau |
merge 3.18.2 into 3.19 branch
|
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
|
Wed, 22 Jan 2014 15:50:03 +0100 |
Sylvain Thénault |
[multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
|
file |
diff |
annotate
|
Wed, 22 Jan 2014 15:49:32 +0100 |
Sylvain Thénault |
[multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
|
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
|
Thu, 16 Jan 2014 12:21:05 +0100 |
Julien Cristau |
Disable security hooks for internal sessions
|
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:56:16 +0100 |
Julien Cristau |
Fix a couple merge errors
|
file |
diff |
annotate
|
Mon, 13 Jan 2014 13:47:47 +0100 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 17:12:20 +0100 |
Julien Cristau |
merge stable
|
file |
diff |
annotate
|
Thu, 19 Dec 2013 17:09:08 +0100 |
Julien Cristau |
[server/session] fix typo in keep_cnxset_mode docstring
|
file |
diff |
annotate
|
Wed, 11 Dec 2013 17:36:59 +0100 |
Julien Cristau |
[book] fix Session.{set,free}_cnxset autodoc
stable
|
file |
diff |
annotate
|
Thu, 10 Oct 2013 13:26:11 +0200 |
Aurelien Campeas |
[merge] backport stable fixes
|
file |
diff |
annotate
|
Wed, 09 Oct 2013 17:42:01 +0200 |
Aurelien Campeas |
[server/session] demote log to debug
stable
|
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, 26 Aug 2013 16:12:30 +0200 |
Aurelien Campeas |
remove 3.8 bw compat
|
file |
diff |
annotate
|
Thu, 26 Sep 2013 11:53:13 +0200 |
Julien Cristau |
[server] Make internal sessions not reset 'safe'-ness on first commit
stable
|
file |
diff |
annotate
|
Wed, 12 Jun 2013 12:28:01 +0200 |
Julien Cristau |
Use return in CnxSetTracker context manager methods
stable
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 18:12:28 +0200 |
Sylvain Thénault |
[session commit] save back exception context to avoid potentiel cluttering if some revert operation raise an exception
stable
|
file |
diff |
annotate
|
Mon, 08 Jul 2013 15:24:43 +0200 |
Julien Cristau |
[book] fix sphinx documentation generation (closes #2991997)
stable
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 19:09:23 +0200 |
Pierre-Yves David |
[connection] deprecated free_cnset and set_cnxset
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 19:02:06 +0200 |
Pierre-Yves David |
[session] deprecate all Connection related method on session
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 18:53:06 +0200 |
Pierre-Yves David |
[session] drop dead _current_cnx_id
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 18:47:08 +0200 |
Pierre-Yves David |
[session] privatise get_cnx and close_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
|
Thu, 27 Jun 2013 12:02:38 +0200 |
Pierre-Yves David |
[connection] enforce that a connection must be open to be used
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 14:46:24 +0200 |
Pierre-Yves David |
[session] add a new_cnx factory
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 14:26:06 +0200 |
Pierre-Yves David |
[connection] allow simple instantiation of standalone Connection
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 14:35:55 +0200 |
Pierre-Yves David |
[connection] handle and explicitly life cycle on Connection
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 14:00:32 +0200 |
Pierre-Yves David |
[sesion] distinction between Connection handled by the session and other.
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 11:58:34 +0200 |
Pierre-Yves David |
[session] replace _clear_thread_storage with close_cnx
|
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
|
Wed, 26 Jun 2013 11:41:53 +0200 |
Pierre-Yves David |
[session] drop the Session._clear_cnx_storage method
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 11:39:41 +0200 |
Pierre-Yves David |
[session] wrap too long line
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 11:39:01 +0200 |
Pierre-Yves David |
[session] gather close_cnx with get_cnx and set_cnx
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 11:21:39 +0200 |
Pierre-Yves David |
[connection] transparent cnx_set handling
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 18:15:45 +0200 |
Pierre-Yves David |
[connection] invert __init__ parameter
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 13:43:22 +0200 |
Pierre-Yves David |
[service] enforce that Service argument and return are json-serialisable
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 18:04:08 +0200 |
Pierre-Yves David |
[connection] move call_service on Connection
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:21:14 +0200 |
Pierre-Yves David |
[connection] move the commit method on Connection object
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:21:09 +0200 |
Pierre-Yves David |
[connection] move the rollback method on Connection object
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:20:46 +0200 |
Pierre-Yves David |
[connection] pass a Connection object to RQLRewriter
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:20:14 +0200 |
Pierre-Yves David |
[connection] Connection.execute touch Session timestamp
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 17:42:12 +0200 |
Pierre-Yves David |
[connection] Connection now call _set_user to CWUser object linked to itseld
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 14:13:50 +0200 |
Pierre-Yves David |
[server/session] better faking of user for InternalManager
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:58 +0200 |
Pierre-Yves David |
[connection] move execute
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 17:10:52 +0200 |
Pierre-Yves David |
[connection] mark Connection as "not a request"
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 14:04:46 +0200 |
Pierre-Yves David |
[server/session] ensure appobject obtained from the session are linked to the session
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 12:25:52 +0200 |
Pierre-Yves David |
[connection] have rql_rewriter accession on Connection
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:42 +0200 |
Pierre-Yves David |
[connection] move local_perm_cache management on Connection
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:37 +0200 |
Pierre-Yves David |
[session] use a rich object for timestamp
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:28 +0200 |
Pierre-Yves David |
[connection] move relation management method
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:24 +0200 |
Pierre-Yves David |
[connection] give access to shared data method
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:17 +0200 |
Pierre-Yves David |
[connection] move relation cache method to Connection
|
file |
diff |
annotate
|
Wed, 15 May 2013 16:09:31 +0200 |
Pierre-Yves David |
[connection] give access to session execute from connection
|
file |
diff |
annotate
|
Thu, 23 May 2013 14:17:46 +0200 |
Pierre-Yves David |
[connection] move last part of undo logic in connection
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 17:28:41 +0200 |
Pierre-Yves David |
[connection] initialize connection.user and connection.lang
|
file |
diff |
annotate
|
Fri, 29 Mar 2013 17:43:18 +0100 |
Pierre-Yves David |
[Connection] inherit from RequestSessionBase
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 11:06:57 +0200 |
Pierre-Yves David |
[repoapi] introduce a basic ClientConnection class
|
file |
diff |
annotate
|
Mon, 24 Jun 2013 18:00:20 +0200 |
Pierre-Yves David |
[server/session] add a login property
|
file |
diff |
annotate
|