server/checkintegrity.py
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Thu, 20 Sep 2012 16:33:51 +0200 Sylvain Thénault [check integrity] use session consistently
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
Thu, 30 Aug 2012 17:11:05 +0200 Sylvain Thénault [c-c db-check] don't skip is/is_instance_of mandatory relation to avoid telling two opposite messages when the relation is missing. Closes #2465659 stable
Fri, 06 Jul 2012 09:00:33 +0200 Adrien Di Mascio [fti] allow usage of custom RQL to fetch entities to index (closes #2410509)
Fri, 06 Jul 2012 08:59:28 +0200 Adrien Di Mascio [fti] drop entity cache once an etype is indexed (closes #2410507) stable
Thu, 29 Sep 2011 16:44:55 +0200 Nicolas Chauvat [server] fix integrity checks that destroy data (closes #1972842)
Tue, 09 Aug 2011 09:43:26 +0200 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Fri, 22 Jul 2011 15:58:05 +0200 Sylvain Thénault [c-c db-check] add some sql queries to fix cw_source/is/is_instance relations according to data in the entities table stable
Fri, 22 Jul 2011 15:41:17 +0200 Sylvain Thénault [c-c db-check] missing comma ending print statement to get expected output stable
Fri, 22 Jul 2011 08:34:38 +0200 Sylvain Thénault [c-c db-check] disable write security as well so we can delete stuff when needed (e.g. orphan TrInfo) stable
Fri, 22 Jul 2011 08:34:03 +0200 Sylvain Thénault [c-c db-check] having no owner is allowed, don't try to fix that stable
Thu, 21 Jul 2011 14:20:45 +0200 Sylvain Thénault [c-c db-check] drop some deprecation warning stable
Wed, 08 Jun 2011 17:08:00 +0200 Sylvain Thénault backport stable
Tue, 07 Jun 2011 10:17:36 +0200 Adrien Di Mascio [server] fix NameError (missing VIRTUAL_RTYPES import) in checkintegrity.py stable
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
Mon, 07 Mar 2011 17:02:15 +0100 Nicolas Chauvat merge stable changes into default
Thu, 03 Mar 2011 16:05:57 +0100 Sylvain Thénault [c-c db-check] new checks for entities missing a mandatory relation/attribute stable
Thu, 03 Mar 2011 16:05:34 +0100 Sylvain Thénault [c-c db-check] factorize code by introducing notify_fixed dumb function stable
Tue, 01 Feb 2011 11:52:10 +0100 Sylvain Thénault backport stable
Tue, 25 Jan 2011 12:09:59 +0100 Alexandre Fayolle improve massive deletion performance stable
Wed, 01 Dec 2010 17:11:35 +0100 Sylvain Thénault [pyro source] store pyro source mapping file into the database
Mon, 25 Oct 2010 15:36:52 +0200 Sylvain Thénault [d-c check-mapping] small enhancements to avoid spurious warnings
Tue, 07 Sep 2010 22:59:55 +0200 Sylvain Thénault [c-c db-check] skip error while checking relation, useful when analyzing really broken database (after a migration failure for instance stable
Fri, 20 Aug 2010 17:08:08 +0200 Sylvain Thénault [c-c check-mapping] fix dumb name error and add a warning about inlined crossed relation stable
Fri, 20 Aug 2010 08:29:48 +0200 Sylvain Thénault [ms, c-c] new command checking for consistency / potentian flaws and enhancements of mapping file of a multi-sources instance stable
Tue, 17 Aug 2010 11:06:20 +0200 Adrien Di Mascio [db-fti-index] simple fix fpr progressbar-related crash when etypes is None in reindex_entities() stable
Tue, 20 Jul 2010 16:45:11 +0200 Sylvain Thénault [migration] fix rename_entity_type to avoid to loose some relations on the way stable
Mon, 12 Jul 2010 10:36:28 +0200 Sylvain Thénault [fti migration] test and fix reindexation of some specific entity types stable
Thu, 01 Jul 2010 17:46:58 +0200 Sylvain Thénault [migration] schema should be accessed through .repo stable
Wed, 09 Jun 2010 09:54:35 +0200 Sylvain Thénault [pylint] fix detected name errors stable
Wed, 12 May 2010 15:25:17 +0200 Sylvain Thénault [db-check] RQLConstraint is not a 'unique' constraint stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Tue, 20 Apr 2010 10:43:12 +0200 Sylvain Thénault [db-check] cleanup stable
Tue, 20 Apr 2010 10:42:58 +0200 Sylvain Thénault [db-check] don't check entities from external sources have owned_by stable
Tue, 20 Apr 2010 10:42:35 +0200 Sylvain Thénault [db-check] fix unexistent multisource entity detection stable
Tue, 20 Apr 2010 10:39:08 +0200 Sylvain Thénault [db-check] fix duplicated schema constraint detection stable
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.
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.
Mon, 08 Mar 2010 17:57:29 +0100 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
Fri, 05 Mar 2010 17:24:01 +0100 Sylvain Thénault repair stuff broken by fti handling changes stable
Thu, 04 Mar 2010 18:02:33 +0100 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
Wed, 24 Feb 2010 12:57:30 +0100 Sylvain Thénault [test] fix test inter-dependancies pb. Pytest ok in each individual test dir, though not yet for whole cubicweb, but for different reasons stable
Wed, 24 Feb 2010 10:32:22 +0100 Sylvain Thénault [test] don't display progress bar when testing checkintegrity stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Wed, 23 Sep 2009 12:23:14 +0200 Sylvain Thénault unregister hooks by using category
Wed, 23 Sep 2009 08:16:06 +0200 Sylvain Thénault [db-check] fix sql to fix bad eid referenced by inlined relation stable
Fri, 31 Jul 2009 23:30:56 +0200 Sylvain Thénault [R repo, schema] use VIRTUAL_RTYPES const
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Thu, 02 Jul 2009 15:02:24 +0200 Sylvain Thénault try to create fti table if not existant on rebuild-fti stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Thu, 14 May 2009 11:38:40 +0200 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
less more (0) -60 tip