|
|
7a82604fbf
|
Merge branch 'master' of github.com:python-bonobo/bonobo into develop
|
2018-08-08 15:14:24 +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 |
|
|
|
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 |
|
|
|
f8f4977a94
|
Merge pull request #277 from oagbaneje/patch-3
Rephrase a few sentences
|
2018-07-28 18:05:12 +01:00 |
|
|
|
ab2b3f5785
|
Merge pull request #278 from oagbaneje/patch-4
Add link to python generators page
|
2018-07-28 18:04:29 +01:00 |
|
|
|
ed12fc1e55
|
Merge pull request #279 from oagbaneje/patch-2
Correct a few typos
|
2018-07-28 18:03:32 +01:00 |
|
|
|
88962deddb
|
Merge pull request #280 from oagbaneje/patch-5
Rephrase some sentences
|
2018-07-28 18:03:04 +01:00 |
|
|
|
e429bb24ce
|
Rephrase some sentences
|
2018-07-28 17:48:06 +01:00 |
|
|
|
b1c85a80b0
|
Add link to python generators page
|
2018-07-28 17:37:36 +01:00 |
|
|
|
499ebba421
|
Rephrase a few sentences
|
2018-07-28 17:26:20 +01:00 |
|
|
|
cdb602c825
|
Correct a few typos
|
2018-07-28 17:25:39 +01:00 |
|
|
|
f5ebe1b1e7
|
Merge branch 'master' into develop
|
2018-07-28 16:28:19 +01:00 |
|
|
|
bb61991851
|
ci: 3.7 not existing in travis yet... lets stay on 3.7-dev
|
2018-07-28 16:25:39 +01:00 |
|
|
|
9c7bc8a2f0
|
ci: adds 3.7, 3.7-dev and nightly
|
2018-07-28 16:22:23 +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 |
|
|
|
6042bf680a
|
Update 3-files.rst
|
2018-07-28 14:38:28 +01:00 |
|
|
|
85bd31c910
|
Merge branch 'master' of github.com:python-bonobo/bonobo
|
2018-07-28 14:35:13 +01:00 |
|
|
|
79b8d516b3
|
Add example code for bonobo.CsvReader
|
2018-07-28 14:34:09 +01:00 |
|
|
|
7f6a667960
|
Merge pull request #276 from odscjames/tutorial-sql
SQL Alchemy Tutorial - include SQL for a quick start
|
2018-07-28 14:17:39 +01:00 |
|
|
|
dceb898ca0
|
SQL Alchemy Tutorial - include SQL for a quick start
(Also a return statement was missing)
|
2018-07-28 13:54:27 +01:00 |
|
|
|
8ea6f67e5e
|
Merge pull request #275 from hartym/better_errors
Proposed changes about errors and casts.
|
2018-07-28 13:45:24 +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 |
|
|
|
2bbfc77acd
|
Merge pull request #273 from odscjames/tutorial-3-run
Add to tutorial - step 3 should tell reader to explicitly run the exa…
|
2018-07-28 11:53:29 +01:00 |
|
|
|
1542c579c1
|
Merge pull request #274 from odscjames/tutorial-gender-neutral
Tutorial - gender neutral
|
2018-07-28 11:53:03 +01:00 |
|
|
|
b49063d551
|
Tutorial - gender neutral
|
2018-07-28 11:30:44 +01:00 |
|
|
|
5439010725
|
Add to tutorial - step 3 should tell reader to explicitly run the example
Also add new line when writing so output is clearer
|
2018-07-28 11:13:01 +01:00 |
|
|
|
c60dd4c7e7
|
Update appveyor.yml
|
2018-07-28 10:33:01 +01:00 |
|
|
|
cb1080e08e
|
Merge pull request #272 from odscjames/tutorial-1-slow
Add to tutorial - add sleep to code so people can see the status changes
|
2018-07-28 10:31:52 +01:00 |
|
|
|
200b1b630e
|
Add to tutorial - add sleep to code so people can see the status changes
|
2018-07-28 10:24:20 +01:00 |
|
|
|
3e39421a25
|
Update 1-init.rst
|
2018-07-28 10:18:08 +01:00 |
|
|
|
381d077313
|
Update 1-init.rst
|
2018-07-28 10:07:54 +01:00 |
|
|
|
a0734724e9
|
Update 1-init.rst
|
2018-07-28 10:02:48 +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 |
|