Commit Graph

443 Commits

Author SHA1 Message Date
0b32b9751c smell: rename unused var 2018-08-11 06:56:42 +02:00
7269f2cc54 smell: removes unused import, as it is imported by get_versions below. 2018-08-11 06:53:41 +02:00
d1c9beae97 style: switching from yapf to isort/black 2018-08-11 06:34:37 +02:00
ebba06822b style: changing assert in favor of exception 2018-08-11 06:09:36 +02:00
424ad77fc8 Merge branch 'master' of git://github.com/oagbaneje/bonobo into oagbaneje-master 2018-08-11 06:03:44 +02:00
71f275910b Fix erroneous parameter name. 2018-08-08 15:13:30 +02:00
a4f07953a8 Complain if an elipsis is in the chain 2018-08-01 11:06:53 +01:00
89dda0dca6 feat: new alternate syntax and switch to black + isort (yeah, maybe not the best time, but that is done). 2018-07-29 18:21:56 +01:00
3094e43f9f feat: implements right shift operator to provide an interface similar to airflow. 2018-07-29 16:17:31 +01:00
43ed9ad154 Delete old files 2018-07-29 16:08:45 +01:00
12fb1cf5c0 misc: sorting imports. 2018-07-29 16:04:07 +01:00
21d013bdf3 feat: nicer errors, cleanup examples. 2018-07-29 15:59:44 +01:00
8ea7ce0b1a wip, aio: asyncio strategy (defunct, not fully implemented) and related refactorings. 2018-07-29 15:24:35 +01:00
980a76399b feat, wip: refactoring and simplification of how casts are made. 2018-07-29 11:59:47 +01:00
3e2444ccb6 bugfix: set max workers to the actual node count in graph. 2018-07-28 16:06:30 +01:00
ae1aca60ca bugfix: set max workers to the actual node count in graph. 2018-07-28 16:05:43 +01:00
52d3ff5772 Merge remote-tracking branch 'upstream/master' into develop 2018-07-28 16:00:45 +01:00
71fce07f99 Fix xstatus when graph is empty. 2018-07-28 13:34:09 +01:00
b30dbaec22 Merge branch 'better_errors' of github.com:hartym/bonobo into better_errors 2018-07-28 12:35:08 +01:00
99cb02364a types: fixing type casts. 2018-07-28 12:33:37 +01:00
c449f8601e implements xstatus in graph context, based on node xstatus. 2018-07-22 11:20:08 +02:00
e0d714cbba bug: fix bad mistake in moving the "empty" catcher. 2018-07-22 07:58:30 +02:00
3b1fb2a39b Merge remote-tracking branch 'origin/better_errors' into better_errors 2018-07-22 07:55:49 +02:00
4e2cb29fc2 Formatting. 2018-07-22 07:54:22 +02:00
66451d03bb work in progress: working on nodes lifecycle. 2018-07-22 07:34:11 +02:00
54ba316f35 Merge pull request #258 from benrudolph/br/return-results
Tweaks to ETLCommand command
2018-07-22 06:10:09 +02:00
5780b36480 experiment: try to autocast when possible 2018-07-16 12:53:15 +02:00
71cd606fad experiment: try to autocast when possible 2018-07-16 12:12:15 +02:00
7b365e014d aggregates: Adds first version of Reduce() based on @levic work. 2018-07-16 11:56:46 +02:00
6a1203602f Minor tweaks about code quality. 2018-07-16 10:00:28 +02:00
d9f2fd3009 config: Change remove() to discard() to allow overriding value using simple attributes. 2018-07-12 16:25:26 +02:00
8b3215ad25 wip: refactoring context to share base. 2018-07-11 17:09:53 +02:00
4c2287ebf0 Partially configured object: shows what is missing instead of cryptic error only 2018-07-11 15:46:23 +02:00
5b303c403d Adds create_reader/create_writer, more expliciteness in root module to avoid loosing IDEs (like jetbrains) in imports. 2018-05-21 12:17:02 +02:00
a9c55de270 Update requirements / format. 2018-05-16 07:43:15 +02:00
18180fdb11 Release: 0.6.2 2018-03-29 09:41:32 +02:00
5cab4effea allow for overriding strategy 2018-03-23 17:45:47 -07:00
d5b3c2e303 store results 2018-03-23 17:43:50 -07:00
3407994e00 extract run function 2018-03-23 17:37:11 -07:00
02eeaff883 Fix #249: Quoting format is integer, not string. 2018-02-03 17:11:23 +01:00
aa6e426768 [doc] proofreading the guides, refactoring the reference. 2018-01-16 06:27:25 +01:00
da80fedbc1 Release: 0.6.1 2018-01-14 17:09:54 +01:00
ca9d5a19fc Merge branch 'master' into develop 2018-01-10 08:39:37 +01:00
a161e9d8d7 [django] Adds ability to create a get_graph() command method as a generator for multiple, synchronous jobs execution in django command. 2018-01-10 08:36:45 +01:00
8900c567d9 [core] Fixes bug in graph.add_chain output that would ignore the first node when its index is 0. 2018-01-10 08:33:12 +01:00
93195aa79f Merge remote-tracking branch 'upstream/develop' 2018-01-08 07:43:10 +01:00
870db69150 Release: 0.6.0 2018-01-01 22:19:20 +01:00
7d4fb1dff0 Release: 0.6.0b1 2017-12-30 15:20:56 +01:00
99a9efa0a6 Release: 0.6.0a4 2017-12-27 14:22:47 +01:00
464d08a4a2 Generalize tuplize decorator to cast(...) decorator. 2017-12-27 14:21:50 +01:00