Commit Graph

831 Commits

Author SHA1 Message Date
25cb430b7b Merge branch 'develop' into transformation_factory 2017-07-16 18:54:37 +02:00
c881ca1061 [cli] Convert: adds pickle format, comment out unused arguments, for now. 2017-07-16 18:51:17 +02:00
3e961776e3 [cli] First draft implementation of "convert" command, which builds a simple graph of reader+writer and executes it. 2017-07-16 18:45:49 +02:00
4b441df4f6 [docs] First documentation on settings and environment variables. 2017-07-16 12:11:53 +02:00
5a6e65ee77 Merge pull request #161 from hartym/develop
Develop
2017-07-16 11:44:21 +02:00
423a75d554 [logging] Removes kill-until-eol character on windows platform. 2017-07-16 11:26:48 +02:00
258bd6235d [logging] Removes logging colors on windows for now as the codes are mis-interpreted. 2017-07-16 11:19:06 +02:00
d80118f687 [logging] Tuning windows vs unix display output. 2017-07-16 11:15:40 +02:00
dff00aef2c Merge branch 'master' into develop 2017-07-16 11:01:24 +02:00
0e2e772043 release: 0.4.3 2017-07-16 10:50:49 +02:00
937c61bd76 Update dependencies 2017-07-16 10:20:25 +02:00
5c64f30551 Merge remote-tracking branch 'upstream/develop' into develop 2017-07-16 10:19:45 +02:00
8065bb8ea7 Merge pull request #154 from python-bonobo/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2017-07-16 10:16:20 +02:00
def0a525e7 Create CONTRIBUTING.md 2017-07-15 17:50:16 +02:00
0bde35888e Create CODE_OF_CONDUCT.md 2017-07-15 17:49:22 +02:00
abde68108b better windows console output 2017-07-15 17:27:34 +02:00
78ab2abae4 Merge pull request #148 from alekzvik/install-reqs-for-file
bonobo run --install for a file
2017-07-15 16:22:52 +02:00
352eb99861 Merge pull request #150 from vit-/fix/plugin-execution-context-shutdown
Check if PluginExecutionContext was started before shutting it down.
2017-07-15 15:57:01 +02:00
575462ca4c Check if PluginExecutionContext was started before shutting it down.
If a `PluginExecutionContext().shutdown()` is called _before_
`PluginExecutionContext().start()` was called,
this leads to an `AttributeError` exception since finalizer tries to
access to attributes which were never defined.
2017-07-15 15:35:01 +02:00
a8ed0e4322 Move patch one level up because importlib brakes all the CI tools. 2017-07-15 14:52:22 +02:00
f02d92c7e8 Merge branch 'master' into transformation_factory 2017-07-15 14:38:09 +02:00
7aee728b8d Add tests for --install of run command 2017-07-15 14:24:44 +02:00
4d073cfdf1 Merge pull request #147 from vit-/update-readme
Add a link to Contributing guide in README
2017-07-15 14:15:16 +02:00
75c15ae1f8 [tests] Adds runners descriptions. 2017-07-15 13:56:51 +02:00
d13b8b28e5 Add ability to install requirements with for a requirements.txt residing in the same dir 2017-07-15 12:52:58 +02:00
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