2015-09-30 |
Julien Cristau |
[server] import input from six.moves
|
file |
diff |
annotate
|
2015-09-15 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
2015-09-14 |
Rémi Cardona |
[py3k] basestring → six.string_types
|
file |
diff |
annotate
|
2015-09-11 |
Samuel Trégouët |
[py3k] print function
|
file |
diff |
annotate
|
2014-07-09 |
Aurelien Campeas |
[migration] remove repo_connect and use config.repository() instead
|
file |
diff |
annotate
|
2015-07-07 |
Julien Cristau |
[serverctl] fix schema-diff command
|
file |
diff |
annotate
|
2015-07-07 |
Julien Cristau |
[serverct] call server_{maintenance,shutdown} hooks around source-sync command
|
file |
diff |
annotate
|
2015-07-07 |
Julien Cristau |
[serverctl] call server_{maintenance,shutdown} hooks around add-source
|
file |
diff |
annotate
|
2015-07-06 |
Julien Cristau |
[serverctl] fix source-sync command
|
file |
diff |
annotate
|
2015-06-22 |
Rémi Cardona |
merge 3.20.8 in 3.21
|
file |
diff |
annotate
|
2015-06-19 |
Julien Cristau |
[serverctl] allow changing the log level for source-sync command
|
file |
diff |
annotate
|
2014-06-10 |
Aurelien Campeas |
[repoapi] fold ClientConnection into Connection
|
file |
diff |
annotate
|
2015-03-13 |
Julien Cristau |
Remove leftover bits from start-repository command, and document its demise
|
file |
diff |
annotate
|
2015-03-13 |
Aurelien Campeas |
Remove the remote repository-access-through-zmq support
|
file |
diff |
annotate
|
2015-03-03 |
Aurelien Campeas |
Remove remote repository-access-through-pyro support
|
file |
diff |
annotate
|
2014-12-03 |
Adrien Di Mascio |
[server] add a db-namespace option in source definition (closes #1631339)
|
file |
diff |
annotate
|
2014-12-19 |
Adrien Di Mascio |
[serverctl] add db_transaction context manager
|
file |
diff |
annotate
|
2013-03-28 |
Adrien Di Mascio |
[server] refactor cleanup() code used by "cubicweb-ctl delete"
|
file |
diff |
annotate
|
2014-03-26 |
David Douard |
[c-c configure] make it possible to specify the section for sources configuration (closes #3477678)
|
file |
diff |
annotate
|
2014-04-29 |
Paul Tonelli |
[serverctl] Ask for URL when adding a new source (closes #3824868)
|
file |
diff |
annotate
|
2014-04-28 |
Paul Tonelli |
[serverctl] Ask for parser type when adding a new source (closes #3484231)
|
file |
diff |
annotate
|
2014-09-24 |
Julien Cristau |
merge 3.18.6 into 3.19
|
file |
diff |
annotate
|
2014-06-13 |
Julien Cristau |
[serverctl] fix default value for db-init config-level
stable
|
file |
diff |
annotate
|
2014-07-02 |
Julien Cristau |
Add warning messages when enabling remote pickle-based repository access
|
file |
diff |
annotate
|
2014-05-30 |
Aurelien Campeas |
[tests/checkintegrity] use the new connection api
|
file |
diff |
annotate
|
2014-04-09 |
Nicolas Chauvat |
[serverctl] rename 'add-source' to 'source-add' for consistency's sake (closes #3732169)
|
file |
diff |
annotate
|
2014-03-17 |
Julien Cristau |
[serverctl] use repoapi for db-check, add-source, rebuild-fti commands
|
file |
diff |
annotate
|
2014-02-03 |
Julien Cristau |
[serverctl] remove broken schema-sync command
|
file |
diff |
annotate
|
2013-07-02 |
Sylvain Thénault |
[config] cleanup/refactor server sources file values handling
|
file |
diff |
annotate
|
2013-06-21 |
Sylvain Thénault |
[c-c restore] drop useless restore-all option, and related systemonly argument
|
file |
diff |
annotate
|
2013-10-08 |
Aurelien Campeas |
[serverctl] complete the schema-diff command with options that will fix & enhance it.
|
file |
diff |
annotate
|
2013-05-24 |
Nicolas Chauvat |
[cwctl] add configure command to cw-ctl (closes #2709702)
cubicweb-centos-version-3.17.1-1 cubicweb-debian-version-3.17.1-1 cubicweb-version-3.17.1
|
file |
diff |
annotate
|
2013-05-23 |
Nicolas Chauvat |
[cw-ctl] fix help message for schemadiff In global help (closes #2888538)
|
file |
diff |
annotate
|
2013-04-05 |
Sylvain Thénault |
[c-c serverctl] import locally to speed up c-c
|
file |
diff |
annotate
|
2012-11-30 |
Alexandre Richardson |
add a command to compare db schema and file system schema (closes #464991)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-01-21 |
Sylvain Thénault |
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2012-07-06 |
Adrien Di Mascio |
[fti] make db-rebuild-fti accept etypes on command line (closes #2410508)
|
file |
diff |
annotate
|
2012-06-06 |
Aurelien Campeas |
[ldapfeed] do not crash on ldap user deletion + pull + already deactivated users, cleanups (closes #2392933)
|
file |
diff |
annotate
|
2012-04-25 |
Aurelien Campeas |
[serverctl] avoid a crash if zmq-address is not defined/empty (config.get is a false friend wrt dict behaviour)
|
file |
diff |
annotate
|
2012-04-04 |
David Douard |
[zmq] Implement a ZMQ-based Repository (closes #2290125)
|
file |
diff |
annotate
|
2012-02-14 |
Pierre-Yves David |
[c-c] use subprocess instead of os.system to start repository
stable
|
file |
diff |
annotate
|
2011-09-21 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
2011-09-06 |
Julien Cristau |
Drop privileges properly (closes #1910561)
stable
|
file |
diff |
annotate
|
2011-07-20 |
Nicolas Chauvat |
[cwctl] set min/max args for reset admin password command. Closes #1832986
|
file |
diff |
annotate
|
2011-07-01 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-07-01 |
Pierre-Yves David |
[cwc shell] add ``--password`` option to ``reset-admin-pwd`` (close #1794866)
stable
|
file |
diff |
annotate
|
2011-06-29 |
Nicolas Chauvat |
[all] remove pattern "try: function() except AttributeError: pass" (closes #1787966)
|
file |
diff |
annotate
|
2011-06-28 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-27 |
Sylvain Thénault |
[server] "overrule" case insensitivity of database name (closes: #611294)
stable
|
file |
diff |
annotate
|
2011-06-09 |
Adrien Di Mascio |
[sql] implement #1631319: ask user before creating postgresql languages
|
file |
diff |
annotate
|
2011-06-06 |
Sylvain Thénault |
[datafeed] provide a source-sync command to launch source synchronization through the command line. Closes #1725692
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-04-21 |
Sylvain Thénault |
adds support for a portable db import/export format (closes: #1521112)
stable
|
file |
diff |
annotate
|
2011-03-31 |
Nicolas Chauvat |
[cwctl] refactor ui messages aiming for consistency and simplicity
stable
|
file |
diff |
annotate
|
2011-03-30 |
Sylvain Thénault |
[c-c create] unification of c-c create and its subcommands handling
stable
|
file |
diff |
annotate
|
2011-03-28 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2011-03-28 |
Sylvain Thénault |
[c-c create] db-create doesn't not take a verbose option any longer
stable
|
file |
diff |
annotate
|
2011-03-25 |
Sylvain Thénault |
[db connection] fix db connections method: verbose should be named interactive, it's not a question of verbosity but wether question should be asked or not
stable
|
file |
diff |
annotate
|