server/repository.py
2011-03-29 Alexandre Fayolle allow CW to act as a Pyro Server without registering the server to a Pyro Nameserver (closes #1528533) stable
2011-03-16 Alexandre Fayolle merged back pylint help changes to stable stable
2011-03-16 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
2011-03-10 Sylvain Thénault backport stable
2011-03-09 Sylvain Thénault [repo] fix multi-threads bug with get_option_value: pyro proxy can't be used from a thread to another without caution (closes #1535206) stable
2011-02-09 Sylvain Thénault [repository] #1460066: backport datafeed cube as cubicweb source
2011-02-09 Sylvain Thénault [repo, ms] fix pb introduced in 6941:9ed02daa7dbb resulting in missing relation deletes when an entity is deleted
2011-02-07 Sylvain Thénault [sources] refactor source creation and options handling
2011-02-07 Sylvain Thénault [repo, ms] optimise external source deletion by using source's eid instead of name
2011-02-01 Sylvain Thénault backport stable
2011-01-25 Alexandre Fayolle improve massive deletion performance stable
2011-01-19 Sylvain Thénault [repo] kill no more needed 'recreate' feature
2011-01-19 Sylvain Thénault [repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
2011-01-13 Sylvain Thénault backport stable
2011-01-11 Sylvain Thénault [repository, pyro] ensure we're still properly registered into pyro name server in a looping task (closes #1336002) stable
2010-12-01 Sylvain Thénault [pyro source] store pyro source mapping file into the database
2010-12-01 Sylvain Thénault [repo source] rename attribute so it's much easier to grasp its role stable
2010-11-05 Sylvain Thénault [repository] don't crash when cascading delete a relation, this may let the database in an inconsistent state anyway, so simply log the error stable
2010-11-02 Sylvain Thénault [repo] don't attempt to read sources from database on quick start. Fix crash after restoring a pre 3.10 database
2010-10-25 Sylvain Thénault [repo] fix crash introduced in 6625:5c20a005bddc
2010-10-25 Sylvain Thénault [pyro source] when cleaning relations of an external entity being cleaned up, only delete local relationsd
2010-10-14 Sylvain Thénault pylint option update
2010-10-13 Sylvain Thénault [entity, repo] move prefill_entity_cache function back to repository due to usage of del_existing_rel_if_needed function which is also defined there
2010-10-12 Sylvain Thénault cleanup and 3.10 updates
2010-10-12 Sylvain Thénault [architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
2010-10-12 Sylvain Thénault [repo, entity] move entity cache initialization to a function, and call it before source.add_entity so it may be used in error handler or such
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-10-08 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
2010-10-04 Aurelien Campeas [repo] add a find_users method for under-privileged accounts
2010-09-30 Sylvain Thénault [repo] properly mark object as saved once added to its source (code much probably gone during a merge...)
2010-09-23 Sylvain Thénault backport stable
2010-09-22 Sylvain Thénault [dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling) stable
2010-09-16 Sylvain Thénault backport stable into default
2010-09-16 Sylvain Thénault [repo] new method on repo+dbapi.Connection to get a value from repository's configuration stable
2010-09-16 Sylvain Thénault [repo] docstring cleanup stable
2010-09-13 Sylvain Thénault backport stable
2010-09-10 Alexandre Fayolle nicer error reporting for unique together constraints stable
2010-09-07 Sylvain Thénault cleanups stable
2010-09-07 Sylvain Thénault [integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation stable
2010-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
2010-08-25 Sylvain Thénault backport stable
2010-08-20 Sylvain Thénault cleanups stable
2010-08-20 Sylvain Thénault [repository] enabled sources refactoring: to avoid error, we should always have all known source in repo.sources_by_uri and only enabled ones in repo.sources, so we still have access to the definition of temporarily disabled sources stable
2010-08-04 Sylvain Thénault backport stable
2010-08-04 Sylvain Thénault [pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side stable
2010-07-26 Sylvain Thénault [dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
2010-07-26 Sylvain Thénault [session] cleanup session-time / cleanup-session-time...
2010-07-07 Sylvain Thénault backport stable
2010-07-06 Sylvain Thénault [repository] fix so that when repository is shutting down, internal session in transaction are interrupted stable
2010-06-21 Sylvain Thénault backport stable
2010-06-21 Sylvain Thénault [transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes stable
2010-06-21 Sylvain Thénault backport stable
2010-06-21 Sylvain Thénault [repo] call entity.check() once before_update hooks has been called, to let them a chance to transform data stable cubicweb-version-3.8.5
2010-06-17 Sylvain Thénault [entity] can't do anymore dict(entity) since entity doesn't inherit from dict
2010-06-15 Sylvain Thénault backport stable
2010-06-15 Sylvain Thénault [repo] on repository shutdown, we've to close the new eid creation connection stable
2010-06-14 Aurelien Campeas [rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand stable
2010-06-11 Sylvain Thénault backport stable
2010-06-11 Sylvain Thénault [json] fix json serialization for recent simplejson implementation, and test encoding of entities
2010-06-10 Aurelien Campeas [repo] fix typo stable
less more (0) -100 -60 tip