2015-07-10 |
David Douard |
[datafeed] also catch EnvironmentError when trying to load the cwclientlib config file
|
file |
diff |
annotate
|
2015-07-09 |
Rémi Cardona |
merge 3.20.9 into 3.21
|
file |
diff |
annotate
|
2015-06-11 |
David Douard |
[datafeed] allow to use cwclientlib for datafeed's queries (closes #5456849)
|
file |
diff |
annotate
|
2014-03-05 |
Julien Cristau |
[datafeed] give an error message if a source is missing a parser id
|
file |
diff |
annotate
|
2015-01-07 |
Denis Laxalde |
[datafeed] Set headers parameter to an empty dict in DataFeedParser.retrieve_url
|
file |
diff |
annotate
|
2014-11-19 |
Denis Laxalde |
[datafeed] Add a raise_on_error parameter to DataFeedSource.extid2entity
|
file |
diff |
annotate
|
2014-09-25 |
Julien Cristau |
merge 3.19.4 in 3.20 branch
|
file |
diff |
annotate
|
2014-09-18 |
Denis Laxalde |
[datafeed] Commit after all deletions in datafeed parser
|
file |
diff |
annotate
|
2014-07-18 |
Julien Cristau |
merge 3.19.3 into 3.20 branch
|
file |
diff |
annotate
|
2014-06-11 |
Aurelien Campeas |
[datafeed sources] finish the session -> cnx switch
|
file |
diff |
annotate
|
2014-06-04 |
Aurelien Campeas |
[tests/datafeed] use the new connection api (a small leftover)
|
file |
diff |
annotate
|
2014-03-21 |
Sylvain Thénault |
[datafeed parser] enhance retrieve_url to support POSTing data and custom HTTP headers
|
file |
diff |
annotate
|
2014-03-25 |
Sylvain Thénault |
[datafeed parser] fix retrieve_url to always return urllib2.urlopen compatible output
|
file |
diff |
annotate
|
2014-03-20 |
Sylvain Thénault |
[datafeed parser] factor out retrieve_url method from DataFeedXMLParser.parse
|
file |
diff |
annotate
|
2014-03-20 |
Sylvain Thénault |
[datafeed] Allow to override use_cwuri_as_url in configuration of a datafeed source
|
file |
diff |
annotate
|
2014-04-04 |
Sylvain Thénault |
[datafeed] update datafeed internals to use connection instead of session
|
file |
diff |
annotate
|
2014-04-04 |
Sylvain Thénault |
[repository] extid2eid's 'commit' argument no more necessary
|
file |
diff |
annotate
|
2014-04-04 |
Sylvain Thénault |
[repository] complete argument is no more needed since we have no more 'true' multisource.
|
file |
diff |
annotate
|
2014-02-17 |
Julien Cristau |
merge 3.18.x in 3.19 branch
|
file |
diff |
annotate
|
2014-02-11 |
Dimitri Papadopoulos |
Typo in comments and error messages
|
file |
diff |
annotate
|
2014-01-21 |
Sylvain Thénault |
[multi-sources-removal] Drop the "true" multi-sources planner
|
file |
diff |
annotate
|
2013-08-28 |
Sylvain Thénault |
[datafeed] fix crash due to bad http_timeout handling. Closes #3096585
stable
|
file |
diff |
annotate
|
2013-07-24 |
David Douard |
[datafeed] add a timeout config option (closes #2745677)
stable
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2013-01-04 |
Sylvain Thénault |
[repo sources] move handling of source's url into abstract source as this becomes shared by most sources
|
file |
diff |
annotate
|
2012-10-12 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-09-13 |
Sylvain Thénault |
[datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156
stable
|
file |
diff |
annotate
|
2012-09-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-09-04 |
Sylvain Thénault |
[datafeed] make cnxset handling of datafeed source more robust
stable
|
file |
diff |
annotate
|
2012-07-17 |
Sylvain Thénault |
[entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
|
file |
diff |
annotate
|
2012-06-07 |
Aurelien Campeas |
[datafeed] correctly distinguish checked/updated
|
file |
diff |
annotate
|
2012-06-06 |
Aurelien Campeas |
[ldapfeed] do not crash on ldap user deletion + pull + already deactivated users, cleanups (closes #2392933)
|
file |
diff |
annotate
|
2012-05-31 |
Aurelien Campeas |
fix ldap removal handling in ldapfeed (closes #2376625 and #2385133)
|
file |
diff |
annotate
|
2012-05-25 |
Aurelien Campeas |
[ldapfeed] fix crash on sql cursor usage (closes #2380246)
|
file |
diff |
annotate
|
2012-05-15 |
Sylvain Thénault |
[datafeed] fix/finish cleanup started by auc in 8393:c25b96ae4f8a: parser.process prototytpe is (url, raise_on_error=False). Drop partialcommit argument which were never specified
|
file |
diff |
annotate
|
2012-05-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-05-15 |
Julien Cristau |
[datafeed] allow the xml datafeed parser to work with client-side connections
stable
|
file |
diff |
annotate
|
2012-02-14 |
Sylvain Thénault |
[datafeed] fix dumb name error introduced by recent deletion handling refactoring
|
file |
diff |
annotate
|
2012-01-31 |
Sylvain Thénault |
[repository] ldap-feed source. Closes #2086984
|
file |
diff |
annotate
|
2012-02-02 |
Sylvain Thénault |
[datafeed] set delete-entities=yes is now safer, by checking each entity actually seems deleted. Closes #2165381
|
file |
diff |
annotate
|
2011-11-09 |
Sylvain Thénault |
[datafeed log] properly log errors catched at the source level
|
file |
diff |
annotate
|
2011-11-09 |
Sylvain Thénault |
[data import log] log on the source so we properly have source name information
|
file |
diff |
annotate
|
2011-10-21 |
Julien Cristau |
Record a log of datafeed source imports (closes #2026097)
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
2011-10-11 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-10-11 |
Sylvain Thénault |
[datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131
stable
|
file |
diff |
annotate
|
2011-10-11 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-10-07 |
Sylvain Thénault |
[datafeed] add max-lifetime for concurrent synchronization lock (closes #1908676)
stable
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
[datafeed] don't crash if url is not specified
|
file |
diff |
annotate
|
2011-08-03 |
Sylvain Thénault |
[datafeed] properly encode/decode external uri
stable
|
file |
diff |
annotate
|
2011-08-02 |
Nicolas Chauvat |
[server] host mapping is better named url mapping (closes #1892461)
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2011-07-26 |
Sylvain Thénault |
[datafeed] properly take care to cwsource=system in imported xml. Closes #1877017
stable
|
file |
diff |
annotate
|
2011-07-26 |
Sylvain Thénault |
[datafeed / fti] rather control a 'complete' parameter than setting empty attribute values
stable
|
file |
diff |
annotate
|
2011-07-26 |
Sylvain Thénault |
[repo api] deprecates source.extid2eid, only the system source should implement it,
stable
|
file |
diff |
annotate
|
2011-07-11 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-07-11 |
Sylvain Thénault |
[datafeed] don't raise bad config error on source initialization
stable
|
file |
diff |
annotate
|
2011-06-30 |
Sylvain Thénault |
closes #1793991: [datafeed] error handling: log unexpected exceptions / don't stop on first validation error
|
file |
diff |
annotate
|
2011-06-22 |
Sylvain Thénault |
[datafeed, entities] url for entities from a datafeed source should be on their origin site. Closes #1769391
|
file |
diff |
annotate
|
2011-06-22 |
Sylvain Thénault |
[datafeed] catch all exception, we should continue to process other urls
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2011-06-17 |
Sylvain Thénault |
[datafeed] actually raise on error
|
file |
diff |
annotate
|
2011-06-16 |
Sylvain Thénault |
[datafeed] renaming parser attribute to parser_id makes things clearer
|
file |
diff |
annotate
|
2011-06-06 |
Sylvain Thénault |
[datafeed] fix stupid error introduced by 'just before qfinish' refactoring...
|
file |
diff |
annotate
|
2011-06-06 |
Sylvain Thénault |
[datafeed] use a boolean flag on CWSource to ensure we don't have concurrent synchronizations. Closes #1725690
|
file |
diff |
annotate
|
2011-05-27 |
Sylvain Thénault |
don't crash if we can't fetch data or if xml is malformed
|
file |
diff |
annotate
|
2011-05-27 |
Sylvain Thénault |
[datafeed] extract some methods from pull_data to ease writing custom datafeed sources
|
file |
diff |
annotate
|
2011-05-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-26 |
Sylvain Thénault |
[datafeed] we should use utc timestamp to avoid pb with local times
stable
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[multi-sources] support for moving an entity from an external source (closes #343818)
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-05-16 |
Sylvain Thénault |
[datafeed] propagate raise_on_error to parser's process method
|
file |
diff |
annotate
|
2011-05-13 |
Sylvain Thénault |
remove debug print
|
file |
diff |
annotate
|
2011-05-13 |
Sylvain Thénault |
[datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2011-02-17 |
Nicolas Chauvat |
[sobjects/parsers] on validationerror, skip entity and continue processing feed
|
file |
diff |
annotate
|
2011-02-10 |
Sylvain Thénault |
[datafeed] return empty dict when source is fresh avoid crash in the looping task because None returned
|
file |
diff |
annotate
|
2011-02-09 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
file |
diff |
annotate
|