Commit Graph

532 Commits

Author SHA1 Message Date
75a68d1322 [doc] fix links 2017-10-03 08:41:03 +02:00
d936e164ac [doc] cleanup & refactorings 2017-10-03 08:37:46 +02:00
2ab48080e6 [doc] refactors guides index so the toc is showing up correctly in sidebar. 2017-10-03 08:25:15 +02:00
e9dfcfe0d8 [doc] adds cross ref in env vars page 2017-10-03 08:15:50 +02:00
0bfa873743 [doc] fix typo 2017-10-03 08:13:17 +02:00
bfa43e65e6 [doc] tuning a few things in documentation. 2017-10-03 08:09:50 +02:00
a1e381fad5 [doc] fix spaces in links. 2017-10-03 07:57:30 +02:00
82805e3308 Merge remote-tracking branch 'upstream/develop' into develop 2017-10-03 07:35:30 +02:00
477b8080bd Merge pull request #175 from cw-andrews/feature/pass_env_vars
Feature/pass env vars
2017-10-03 07:33:03 +02:00
142a6d60df Updated inline examples and fixed code markup. 2017-10-02 16:11:41 -04:00
504e8920f2 Update and rename environmental_variables.rst to environment_variables.rst
Made review requests per @hardym.
2017-10-02 16:06:04 -04:00
56d8f32910 Update environmental_variables.rst 2017-10-02 15:34:00 -04:00
5f83aef47d Update jupyter.rst 2017-10-02 15:25:13 -04:00
b83ba99beb Update index.rst 2017-10-02 15:24:41 -04:00
a6b3787513 Removing features.py as it is experimental, vill probably go in 0.6. 2017-10-02 09:14:51 +02:00
e04c3dd849 Uniformisation of API for graph and node contexts (recv -> write), removing publication of LoopbackBag as this is not stable with current BEGIN/END implementation. 2017-10-02 09:14:10 +02:00
d35598fe8c Add a reference to graph context (private) in service container. 2017-10-02 08:57:46 +02:00
c09c101074 Making config/util/structs apis available at level 2 import (x.y), implements the roots for loopbacks (recursive transformations). This still needs work, as its hard not to close an input queue as soon as the last item was read. 2017-10-02 08:38:31 +02:00
d858b246ad [api] require/requires is confusing 2017-10-02 06:16:30 +02:00
96fda28280 Merge remote-tracking branch 'cw-andrews/feature/pass_env_vars' into develop 2017-10-02 08:27:37 +02:00
1863c2cd57 Change import style in example. 2017-10-02 08:27:33 +02:00
074d173ea7 Added envrionmental_variables page to the guides section. 2017-10-01 21:26:10 -04:00
c1a5750b60 Made a few spelling and grammar corrections/adjustments to the docs under guide. 2017-10-01 20:16:24 -04:00
e38ce3cd11 Switched --env / -e optional argument from register to register_generic_run_arguements per suggestion. Also removed tests/util/get_passed_env.py 2017-10-01 20:05:53 -04:00
6abdf09ef7 Moved tests/util/get_passed_env.py into /bonobo/examples/env_vars/get_passed_env.py. 2017-10-01 19:56:49 -04:00
6f7e203843 Merge branch 'develop' of github.com:python-bonobo/bonobo into develop 2017-09-30 12:37:24 +02:00
db855503c6 Merge remote-tracking branch 'upstream/master' into develop 2017-09-30 12:34:32 +02:00
532ad11c4c Merge pull request #173 from hartym/develop
New features and PRs.
2017-09-30 12:32:10 +02:00
0eb5fd8a15 More readable statistics on Ubuntu workstation standard terminal
statistics are hard to read on the Ubuntu standard terminal issue #165
2017-09-30 12:28:18 +02:00
0d53e13581 Making factory example work. Still work in progress. 2017-09-30 12:23:14 +02:00
ef938c9970 Adding warnings to transformation factory, and code formating. 2017-09-30 11:58:37 +02:00
b26dbc83cb minor cleanups 2017-09-30 11:50:34 +02:00
9b3777f88d [minor] update test script for graphs. 2017-09-30 11:48:17 +02:00
e1bee5772e Merge branch 'develop' into transformation_factory 2017-09-30 11:46:02 +02:00
7fb572ec90 [doc] new commands. 2017-09-30 11:45:13 +02:00
c6cde93f4e [cli] small refactoring in bonobo convert to use shortcuts as extensions if nothing else matched. 2017-09-30 11:38:36 +02:00
34dc53aa19 Merge branch 'develop' into dev_convert 2017-09-30 11:26:59 +02:00
b49ccaa7a7 Formating. 2017-09-30 11:26:22 +02:00
7ca3369f71 Rename "bonobo graph" to "bonobo inspect". For now, graphviz is default but there will probably be a humand default in the future, with graphviz source generation set if --graph (or -g) flag is passed. 2017-09-30 11:01:53 +02:00
0b1b052c54 Merge branch 'develop' into dev_graphviz 2017-09-30 10:26:00 +02:00
a74eafbda3 Merge remote-tracking branch 'remotes/cw-andrews/feature/pass_env_vars_at_runtime' into develop 2017-09-30 09:56:32 +02:00
213b471237 Merge remote-tracking branch 'upstream/develop' into develop 2017-09-30 09:54:49 +02:00
21514ad670 Update dependencies. 2017-09-30 09:54:30 +02:00
8b9dac50ec Added optional passing of one or multiple environment variables via --env flag to the bonobo cli. 2017-09-18 15:24:27 -04:00
3105bd0bee Merge branch 'dev_graphviz' into dev_convert 2017-09-18 17:18:29 +02:00
966628e156 Implements graphviz output after a graph inspection. 2017-09-18 17:16:18 +02:00
ff0d6219a6 Merge branch 'develop' into dev_graphviz 2017-08-11 07:38:53 +02:00
7586502ff1 Merge pull request #163 from traviscook21/master
[docs] Fix grammar in purity.rst
2017-07-22 11:50:28 +02:00
dda0a63880 [docs] Fix additional grammar issues at bottom of purity.rst 2017-07-21 15:38:06 -07:00
4ef4364f42 [docs] Fix grammar in purity.rst 2017-07-21 15:32:06 -07:00