debian/cubicweb-ctl.manpages
author |
Sylvain Thénault <sylvain.thenault@logilab.fr> |
|
Fri, 30 Sep 2016 17:36:40 +0200 |
changeset 11756 |
60fed6272771 |
parent 0 |
b97547f5f1fa
|
permissions |
-rw-r--r-- |
[repository] Drop deprecated extid2eid API and friends
This will break cwxmlparser based sources. They should be rewritten using a
specific parser, based on xml representation or on rqlio. This is harsh but
allows a so big cleanup of the code base.
Furthermore, it's necessary for asource/extid handling in the entities table
which is costly for most app that don't care at all about that...
In this cset, delete:
* all extid2eid methods
* repo._extid_cache handling
* [before/after]_entity_insertion source callback
* the cwxmlparser
and update related tests, notably unittest_datafeed where 'repull' testing has
been removed, since it's now handled by the dataimport API and should not be
retested there.
Related to #15538288
Closes #15538383
0
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff
changeset
|
1 |
man/cubicweb-ctl.1
|