Fri, 12 Mar 2010 16:11:56 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 14:55:41 +0100 |
Sylvain Thénault |
[db backup] fix name error in backup_to_file: we've to pass .confirm all along the chain as for restore
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
|
Wed, 03 Mar 2010 17:56:04 +0100 |
Sylvain Thénault |
schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
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 13:09:12 +0100 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 15:07:17 +0100 |
Sylvain Thénault |
3.6 api update
stable
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 18:22:54 +0100 |
Nicolas Chauvat |
typo: capitalize migration confirmation messages
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 15:42:09 +0100 |
Sylvain Thénault |
fix dumb name error
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 13:28:38 +0100 |
Sylvain Thénault |
3.6 api update
stable
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 15:17:24 +0100 |
Sylvain Thénault |
[shell] rql() should use unsafe_execute when possible
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
|
Tue, 26 Jan 2010 13:38:02 +0100 |
Sylvain Thénault |
fix deprecation warnings
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 19:36:04 +0100 |
Sylvain Thénault |
add source in backup/restore failure message
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 19:18:33 +0100 |
Sylvain Thénault |
some fixes so that deprecation warning are properly localized
|
file |
diff |
annotate
|
Fri, 22 Jan 2010 11:40:22 +0100 |
Sylvain Thénault |
make rollback available in shell (as commit is)
|
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, 23 Dec 2009 12:20:10 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 21:02:37 +0100 |
Sylvain Thénault |
closes #601987
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 19:26:12 +0100 |
Sylvain Thénault |
fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 19:27:12 +0100 |
Sylvain Thénault |
yams api update
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 16:45:01 +0100 |
Sylvain Thénault |
give group mapping where needed
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 16:41:43 +0100 |
Sylvain Thénault |
3.6 api update
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 16:40:00 +0100 |
Sylvain Thénault |
fix sync_schema*: new syncprops argument to sync relation definition as well
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 10:40:12 +0100 |
Sylvain Thénault |
move i18n / migration modules from cw.common to cw
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 09:41:06 +0100 |
Sylvain Thénault |
use commit in migration script instead of checkpoint
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 19:14:49 +0100 |
Adrien Di Mascio |
[migration] write migration instructions for permissions handling on relation definition
|
file |
diff |
annotate
|
Thu, 03 Dec 2009 17:17:43 +0100 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Sat, 28 Nov 2009 11:42:37 +0100 |
Nicolas Chauvat |
imported patch cwctl-shell-textfile
stable
|
file |
diff |
annotate
|
Mon, 23 Nov 2009 18:13:20 +0100 |
Sylvain Thénault |
fix #544758 by calling custom sql scripts in add_cubes.
stable
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 17:51:34 +0100 |
Sylvain Thénault |
backport stable branch
reldefsecurity
|
file |
diff |
annotate
|
Thu, 19 Nov 2009 12:55:47 +0100 |
Sylvain Thénault |
reldefsecurity branch :
reldefsecurity
|
file |
diff |
annotate
|
Wed, 18 Nov 2009 10:05:41 +0100 |
Adrien Di Mascio |
[migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file
stable
|
file |
diff |
annotate
|
Fri, 13 Nov 2009 09:15:28 +0100 |
Sylvain Thénault |
fix necessary when adding a cube which isn't listed in fs dependencies of the instance
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 09:15:19 +0200 |
Sylvain Thénault |
[shell] make process_script available throuhg c-c shell / migration script context
stable
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 17:11:31 +0200 |
Sylvain Thénault |
update prototype
stable
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 16:29:46 +0200 |
Sylvain Thénault |
[c-c] fixes for shell w/ pyro instance
stable
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 14:37:11 +0200 |
Sylvain Thénault |
#481017: cubicweb-ctl shell on remote instance
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 18:20:05 +0200 |
Sylvain Thénault |
3.6 update
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 12:31:08 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 10:41:19 +0200 |
Aurelien Campeas |
two bits of docstring
stable
|
file |
diff |
annotate
|
Tue, 06 Oct 2009 18:15:05 +0200 |
Sylvain Thénault |
add version number to deprecation messages
stable
|
file |
diff |
annotate
|
Fri, 02 Oct 2009 08:57:25 +0200 |
Sylvain Thénault |
add some notes
stable
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 11:22:19 +0200 |
Sylvain Thénault |
indent
|
file |
diff |
annotate
|
Tue, 15 Sep 2009 15:01:41 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Mon, 14 Sep 2009 18:25:11 +0200 |
Sylvain Thénault |
[migration] don't ask confirm here
3.5
|
file |
diff |
annotate
|
Mon, 14 Sep 2009 11:25:56 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Fri, 11 Sep 2009 18:24:47 +0200 |
Aurelien Campeas |
windows doesn't like ':' in filesc
3.5
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 08:13:22 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Tue, 08 Sep 2009 16:00:14 +0200 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
Fri, 04 Sep 2009 16:13:04 +0200 |
Aurelien Campeas |
be able to restore pre cw 3.4 database dumps #370595
stable
|
file |
diff |
annotate
|
Wed, 26 Aug 2009 14:45:56 +0200 |
Sylvain Thénault |
backport 3.5 step 1, remaining wf changes in hooks to merge
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 13:33:32 +0200 |
Sylvain Thénault |
[wf] nicer deprecation warning
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 16:26:20 +0200 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:07:47 +0200 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:05:50 +0200 |
Sylvain Thénault |
test and fix migration introducing base classes (w/ regard to yams inheritance)
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:04:35 +0200 |
Sylvain Thénault |
[migraction] use role instead of x
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:03:00 +0200 |
Sylvain Thénault |
[db-dump] don't create tarball on failed dump, properly remove temporary directory
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:02:03 +0200 |
Sylvain Thénault |
make db-restore command work even with no/corrupted database
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 14:56:15 +0200 |
Sylvain Thénault |
[migration] don't ask confirm here
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 08:42:17 +0200 |
Sylvain Thénault |
[schema] default_workflow_of more naturally expressed as default_workflow
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:57:56 +0200 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:55:08 +0200 |
Sylvain Thénault |
when adding/removing cubes, we should add/remove entity types in correct order if one inherits from another
stable
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:44:27 +0200 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|
Tue, 18 Aug 2009 11:11:59 +0200 |
Sylvain Thénault |
[migration] drop rqlcursor
stable
|
file |
diff |
annotate
|
Sun, 16 Aug 2009 20:27:28 +0200 |
Nicolas Chauvat |
backport stable branch
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 22:21:45 +0200 |
Nicolas Chauvat |
B offer to continue even when failed to restore systemonly
stable
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 09:26:41 +0200 |
Sylvain Thénault |
[hooks] major refactoring:
|
file |
diff |
annotate
|
Wed, 12 Aug 2009 18:40:52 +0200 |
Nicolas Chauvat |
R put version info in deprecation warnings
|
file |
diff |
annotate
|
Mon, 10 Aug 2009 23:33:11 +0200 |
Nicolas Chauvat |
R refactor backup and use tar.gz to store all sources
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 17:27:33 +0200 |
Sylvain Thénault |
[migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema
|
file |
diff |
annotate
|
Tue, 04 Aug 2009 17:11:50 +0200 |
Sylvain Thénault |
[R] use req.entity_from_eid
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 01:13:39 +0200 |
Sylvain Thénault |
[R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 00:01:12 +0200 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 22:37:28 +0200 |
Nicolas Chauvat |
R [all] logilab.common 0.44 provides only deprecated
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 23:30:56 +0200 |
Sylvain Thénault |
[R repo, schema] use VIRTUAL_RTYPES const
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 14:25:30 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 30 Jul 2009 12:30:12 +0200 |
Sylvain Thénault |
oops, this is a method
stable
|
file |
diff |
annotate
|
Thu, 30 Jul 2009 12:01:17 +0200 |
Sylvain Thénault |
[repo session] ability to ask session to keep it's pool set even when only read queries are done, necessary at least during migration
stable
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 17:50:31 +0200 |
Sylvain Thénault |
major refactoring of database dump/restore:
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 15:43:11 +0200 |
Sylvain Thénault |
#344772: instance backups should be done in instance_data_dir
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 14:33:37 +0200 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
Mon, 06 Jul 2009 13:24:10 +0200 |
Sylvain Thénault |
fix #344387, remember upgraded version step by step
stable
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 08:47:05 +0200 |
Sylvain Thénault |
set removedeps to False by default, raise an exception instead of a simple assertion for error, more remove_cube tests
stable
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 08:29:22 +0200 |
Sylvain Thénault |
add removedeps option to remove_cube to control wether a cube's dependencies should be removed as well or not
stable
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 12:42:48 +0200 |
Sylvain Thénault |
add source to sources configuration when adding a cube defining a source
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Wed, 13 May 2009 17:00:42 +0200 |
sylvain thenault |
previous form actually worked??
tls-sprint
|
file |
diff |
annotate
|
Fri, 24 Apr 2009 17:04:14 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Tue, 21 Apr 2009 17:04:38 +0200 |
Aurelien Campeas |
does not apply any more
tls-sprint
|
file |
diff |
annotate
|
Mon, 20 Apr 2009 19:54:36 +0200 |
Aurelien Campeas |
sql attributes bugfix
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 17:55:50 +0200 |
sylvain thenault |
unify schema sync migration commands with (hopefuly) a clearer name
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:10:26 +0200 |
sylvain thenault |
more cleaning needed :(
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:30:23 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 08:55:37 +0200 |
sylvain thenault |
oops, forgot to clean that
|
file |
diff |
annotate
|
Mon, 06 Apr 2009 16:18:46 +0200 |
sylvain thenault |
introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
|
file |
diff |
annotate
|
Mon, 06 Apr 2009 08:58:44 +0200 |
sylvain thenault |
restrict read perms to user on backup files
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 19:56:46 +0100 |
sylvain thenault |
should not give session as cnx.cursor(), else we may try to execute some query while no pool is set on the session
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 19:35:38 +0100 |
sylvain thenault |
when reading the schema while adding/removing cubes, read schema in non-strict mode
tls-sprint
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 11:35:52 +0100 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 13:12:04 +0100 |
sylvain thenault |
set_state command in shell
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 11:34:50 +0100 |
sylvain thenault |
better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 16:33:52 +0100 |
Adrien Di Mascio |
provide a new add_cubes() migration function for cases where the new cubes are linked together by new relations
|
file |
diff |
annotate
|
Tue, 20 Jan 2009 16:29:06 +0100 |
sylvain thenault |
pylint fixes
|
file |
diff |
annotate
|
Thu, 08 Jan 2009 10:50:27 +0100 |
Sylvain Thenault |
unncessary call
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|