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
|
Tue, 30 Mar 2010 17:50:09 +0200 |
Sylvain Thénault |
[repo] we want a hooks manager and hooks initialized event on quick start (we trigger events such as server_backup / server_restore for instance)
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 13:29:55 +0200 |
Sylvain Thénault |
[reload] on registry reloading, we should change class of users of opened session
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:15:57 +0200 |
Sylvain Thénault |
[repo] don't need rset description on those queries
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:15:08 +0200 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 10:50:46 +0200 |
Sylvain Thénault |
[repo] on add entity, set cache as soon as possible + fill type/source cache
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 10:39:16 +0200 |
Sylvain Thénault |
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 15:53:07 +0100 |
Sylvain Thénault |
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:32:32 +0100 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:28:22 +0100 |
Sylvain Thénault |
[form] put qualified name on validation error, should fix #784299
stable
|
file |
diff |
annotate
|
Wed, 24 Mar 2010 08:42:49 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 23 Mar 2010 17:06:05 +0100 |
Sylvain Thénault |
fix bug with damned transmutation functionality, occuring when using an INSERT query which also add relation to the entity
stable
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 14:42:35 +0100 |
Sylvain Thénault |
[repo] call server_startup event in start_looping_task the repo is fully started (registered in pyro for instance)
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 17:39:17 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 17:33:03 +0100 |
Sylvain Thénault |
[repo] don't call server_shutdown hooks when creating/repairing instance to be consistence with server_startup hooks
stable
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 16:11:56 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 16:41:43 +0100 |
Sylvain Thénault |
[repo stats] add cache size
stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 11:00:48 +0100 |
Sylvain Thénault |
fix hooks control method name + other litle cleanups
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 08:59:43 +0100 |
Sylvain Thénault |
[repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 19:02:35 +0100 |
Sylvain Thénault |
move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:06:03 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:02:33 +0100 |
Sylvain Thénault |
[fti] refactor and fix full text indexation handling
stable
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 19:03:52 +0100 |
Sylvain Thénault |
assert we are not already shutting down
|
file |
diff |
annotate
|
Tue, 02 Mar 2010 15:57:32 +0100 |
Sylvain Thénault |
do not check for existant entity when relation of single card is added but integrity hooks are deactivated
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 09:54:03 +0100 |
Sylvain Thénault |
merge debug and info views
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 07:07:28 +0100 |
arthur |
added stats for munin collecting #615844 - from 027bbff3659f
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:52:11 +0100 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:21:51 +0100 |
Sylvain Thénault |
[integrity] skip auto-delete for internal sessions (but *not* for super session, see 4642:921737d2e3a8)
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:20:13 +0100 |
Sylvain Thénault |
[integrity] temporary fix auto-delete relation (see 4673:6f8b925a29f4 and 4642:921737d2e3a8): we want no read perms, though we want to check delete perms. Should be properly fixed in 3.7 once we've proper security control and [unsafe_]execute behaviour on the repository side
stable
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 20:23:46 +0100 |
Sylvain Thénault |
auto-delete relation with single cardinality using execute, not unsafe_execute, so permissions are correctly checked
stable
|
file |
diff |
annotate
|
Fri, 19 Feb 2010 09:34:14 +0100 |
Sylvain Thénault |
fix optimisation with super session that may lead to integrity loss
stable
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 12:41:44 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 12:39:23 +0100 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 11:56:57 +0100 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 17:48:04 +0100 |
Sylvain Thénault |
typos, api update
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Thu, 19 Nov 2009 12:55:47 +0100 |
Sylvain Thénault |
reldefsecurity branch :
reldefsecurity
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 17:32:20 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 16:53:25 +0200 |
Sylvain Thénault |
2.4 compat
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:20:43 +0200 |
Sylvain Thénault |
2.4 compat
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:31:55 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Tue, 13 Oct 2009 08:50:19 +0200 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
Fri, 09 Oct 2009 16:39:26 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 19:15:43 +0200 |
Sylvain Thénault |
fix startup as a daemon
stable
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 12:31:08 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 11:33:11 +0200 |
Sylvain Thénault |
set edited_attributes before call to pre_add_hook
stable
|
file |
diff |
annotate
|
Tue, 06 Oct 2009 17:13:27 +0200 |
Sylvain Thénault |
add edited_attributes to entities from external sources
stable
|
file |
diff |
annotate
|
Thu, 01 Oct 2009 08:49:29 +0200 |
Sylvain Thénault |
[pyro] merge pyro-id / pyro-instance-id options, put all pyro options in the same section of the configuration file
stable
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 19:16:51 +0200 |
Sylvain Thénault |
use __regid__
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 13:27:05 +0200 |
Adrien Di Mascio |
[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 12:45:40 +0200 |
Adrien Di Mascio |
[tests] force hook registry instanciation for test configs
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 11:16:38 +0200 |
Adrien Di Mascio |
[bootstrap] metadata hooks need to be registered at bootstrap time for db creation
|
file |
diff |
annotate
|