9c98802763
[misc] ordering of imports
2017-07-15 12:46:51 +02:00
8f184ddbb0
Add a link to Contributing guide in README
2017-07-15 12:39:24 +02:00
1b1691b4d9
Merge remote-tracking branch 'upstream/master' into develop
2017-07-15 12:23:16 +02:00
d8b827c1b4
Merge pull request #141 from hartym/develop
...
Develop.
2017-07-15 12:21:21 +02:00
9fdd553141
Merge pull request #146 from alekzvik/ipywidgets-fix
...
Do not fail in ipykernel without ipywidgets.
2017-07-15 12:20:59 +02:00
13a555c728
Merge pull request #145 from vit-/iobuffer-flush
...
Fix #113 . Add flush() method to IOBuffer
2017-07-15 12:19:13 +02:00
0a640bf2cd
Merge remote-tracking branch 'upstream/master' into develop
2017-07-15 12:18:20 +02:00
f4a018bfe2
Do not fail in ipykernel without ipywidgets.
2017-07-15 12:07:08 +02:00
0ac561a474
Fix #113 . Add flush() method to IOBuffer
2017-07-15 11:43:57 +02:00
ba1ab72493
Merge pull request #144 from Parthiv20/patch-1
...
Update tut02.rst
2017-07-15 10:46:41 +02:00
fbd0ee9862
Update tut02.rst
2017-07-15 10:34:30 +02:00
f2a9a45fd1
[nodes] Adds arg0_to_kwargs and kwargs_to_arg0 transformations.
2017-07-15 10:14:30 +02:00
53d6ac5887
[nodes] Adds arg0_to_kwargs and kwargs_to_arg0 transformations.
2017-07-11 16:25:32 +02:00
9ab14f9c94
Merge branch 'master' of github.com:python-bonobo/bonobo
2017-07-06 12:52:37 +02:00
7f30df93c3
[doc] sqla tutorial: adds some titles.
2017-07-06 12:52:19 +02:00
e26a94423f
Merge pull request #136 from hartym/develop
...
merge develop
2017-07-06 12:48:49 +02:00
53b4bd951b
Merge pull request #138 from hartym/master
...
[doc] sqla: move logger usage to service, fix service name.
2017-07-06 12:48:10 +02:00
a107434139
[doc] sqla: move logger usage to service, fix service name.
2017-07-06 12:47:07 +02:00
71386ea30c
[doc] sqla: move logger usage to service, fix service name.
2017-07-06 12:46:19 +02:00
8ef9e8fd5e
Merge pull request #137 from hartym/master
...
[docs] First draft of sqlalchemy tutorial.
2017-07-06 12:44:13 +02:00
2981b89177
Merge branch 'master' into develop
2017-07-06 12:41:27 +02:00
0f23f1a940
[docs] First draft of sqlalchemy tutorial.
2017-07-06 12:41:05 +02:00
5d59a72310
[core] Adds a .copy() method to graph structure.
2017-07-06 11:29:55 +02:00
8d23232a0d
Merge branch 'master' into develop
2017-07-05 19:41:06 +02:00
1fd1574f02
Merge pull request #135 from hartym/master
...
[doc] Documentation, my dear. Half of the work, looks you are a littl…
2017-07-05 19:33:41 +02:00
cf5b078620
[doc] Documentation, my dear. Half of the work, looks you are a little behind on quotas ...
2017-07-05 19:28:42 +02:00
c39558be5d
Merge pull request #132 from hartym/develop
...
Refactoring of configurables.
2017-07-05 13:13:39 +02:00
4a2c7280d6
[misc] Fixes formatting.
2017-07-05 13:09:46 +02:00
8de6f50523
[examples] Fix examples, fix termination bug with unrecoverable errors.
2017-07-05 13:08:53 +02:00
9801c75720
[settings] Better impl. of Setting class, tests for it and refactor hardcoded settings to use it.
2017-07-05 12:41:14 +02:00
6ef25deac9
[config] Adds test for requires() decorator.
2017-07-05 12:01:37 +02:00
0bcdbd70ab
[nodes] Removes old pretty printers (bonobo.pprint, bonobo.PrettyPrint) in favor of simpler bonobo.PrettyPrinter implementation. /!\ BC break /!\
2017-07-05 11:52:47 +02:00
2ff19c18a6
[errors] Implements unrecoverable errors, that will raise and stop the transformation. Used when an invalid ioformat is used.
2017-07-05 11:34:34 +02:00
4da1b4028a
Merge branch 'dev_refactor_config' into develop
2017-07-05 11:22:15 +02:00
5062221e78
[config] Refactoring of configurables, allowing partially configured objects.
...
Configurables did not allow more than one "method" option, and mixed
scenarios (options+methods+...) were sometimes flaky, forcing the user
to know what order was the right one. Now, all options work the same,
sharing the same "order" namespace.
Backward incompatible change: Options are now required by default,
unless a default is provided.
Also adds a few candies for debugging/testing, found in the
bonobo.util.inspect module.
2017-07-05 11:15:03 +02:00
896bc79abe
release: 0.4.3
2017-07-04 10:55:45 +02:00
d034588091
Update dependencies.
2017-07-04 10:51:33 +02:00
1d27376785
release: 0.4.2
2017-06-18 21:35:30 +02:00
b1db4263d4
Update dependencies.
2017-06-18 21:30:19 +02:00
b0fcd2ea5c
Merge pull request #115 from hartym/master
...
Master
2017-06-17 11:49:26 +02:00
67b4227436
[stdlib] Fix I/O related nodes (especially json), there were bad bugs with ioformat.
2017-06-17 10:37:17 +02:00
3c4010f9c3
[core] Execution contexts are now context managers.
2017-06-17 10:17:42 +02:00
a65ca635cf
[fs] adds a defaut to current working directory in open_fs(...).
2017-06-17 10:08:06 +02:00
8c898afc27
[config] Implements a "requires()" service injection decorator for functions (api may change).
2017-06-17 10:02:37 +02:00
b8125ea579
Merge commit '2b8397f'
2017-06-17 09:57:47 +02:00
4eeb48f806
Merge pull request #114 from python-bonobo/pyup-update-requests-2.17.3-to-2.18.1
...
Update requests to 2.18.1
2017-06-17 09:47:39 +02:00
e8ab8a8b57
Update requests from 2.17.3 to 2.18.1
2017-06-14 21:38:38 +02:00
c42520987f
Update requests from 2.17.3 to 2.18.1
2017-06-14 21:38:37 +02:00
dbb6491e7f
Update requests from 2.17.3 to 2.18.1
2017-06-14 21:38:35 +02:00
6a0334dcdf
Create index.html
2017-06-12 16:24:38 +02:00