server/sources/datafeed.py
2011-10-21 Julien Cristau Record a log of datafeed source imports (closes #2026097)
2011-10-14 Sylvain Thénault [ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
2011-10-11 Sylvain Thénault backport stable
2011-10-11 Sylvain Thénault [datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131 stable
2011-10-11 Sylvain Thénault backport stable
2011-10-07 Sylvain Thénault [datafeed] add max-lifetime for concurrent synchronization lock (closes #1908676) stable
2011-10-04 Sylvain Thénault [datafeed] don't crash if url is not specified
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
less more (0) -30 tip