server/sources/datafeed.py
2011-08-03 Sylvain Thénault [datafeed] properly encode/decode external uri stable
2011-08-02 Nicolas Chauvat [server] host mapping is better named url mapping (closes #1892461) stable
2011-07-27 Sylvain Thénault [datafeed] for datafeed source, we don't want commit in extid2eid but explicitly handled by the source. Also, we should use 'safe' internal session stable
2011-07-26 Sylvain Thénault [datafeed] properly take care to cwsource=system in imported xml. Closes #1877017 stable
2011-07-26 Sylvain Thénault [datafeed / fti] rather control a 'complete' parameter than setting empty attribute values stable
2011-07-26 Sylvain Thénault [repo api] deprecates source.extid2eid, only the system source should implement it, stable
2011-07-11 Sylvain Thénault backport stable
2011-07-11 Sylvain Thénault [datafeed] don't raise bad config error on source initialization stable
2011-06-30 Sylvain Thénault closes #1793991: [datafeed] error handling: log unexpected exceptions / don't stop on first validation error
2011-06-22 Sylvain Thénault [datafeed, entities] url for entities from a datafeed source should be on their origin site. Closes #1769391
2011-06-22 Sylvain Thénault [datafeed] catch all exception, we should continue to process other urls
2011-06-17 Sylvain Thénault [datafeed, cw.xml] xml now carry entity's source information, interpreted at the other end so that for instance when an entity from elo is seen when importing cwo, it's properly marked as coming from elo source if one exists
2011-06-17 Sylvain Thénault [datafeed] actually raise on error
2011-06-16 Sylvain Thénault [datafeed] renaming parser attribute to parser_id makes things clearer
2011-06-06 Sylvain Thénault [datafeed] fix stupid error introduced by 'just before qfinish' refactoring...
2011-06-06 Sylvain Thénault [datafeed] use a boolean flag on CWSource to ensure we don't have concurrent synchronizations. Closes #1725690
2011-05-27 Sylvain Thénault don't crash if we can't fetch data or if xml is malformed
2011-05-27 Sylvain Thénault [datafeed] extract some methods from pull_data to ease writing custom datafeed sources
2011-05-26 Sylvain Thénault backport stable
2011-05-26 Sylvain Thénault [datafeed] we should use utc timestamp to avoid pb with local times stable
2011-05-19 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-05-16 Sylvain Thénault [datafeed] propagate raise_on_error to parser's process method
2011-05-13 Sylvain Thénault remove debug print
2011-05-13 Sylvain Thénault [datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
2011-05-10 Sylvain Thénault fix _set_relation when no target eids, update datafeed source pull_data arguments to raise on error during tests stable
2011-02-17 Nicolas Chauvat [sobjects/parsers] on validationerror, skip entity and continue processing feed
2011-02-10 Sylvain Thénault [datafeed] return empty dict when source is fresh avoid crash in the looping task because None returned
2011-02-09 Sylvain Thénault [repository] #1460066: backport datafeed cube as cubicweb source
less more (0) tip