Commit Graph

87 Commits

Author SHA1 Message Date
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
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
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
d13b8b28e5 Add ability to install requirements with for a requirements.txt residing in the same dir 2017-07-15 12:52:58 +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
2b584935c5 [deps] Weekly dependency update. 2017-06-10 13:35:02 +02:00
89104af3a0 Allow main as well as __main__. 2017-06-08 21:47:13 +02:00
1ca48d885d Refactoring and fixes around ioformats. 2017-06-08 21:47:01 +02:00
fd2cfae95c Merge pull request #97 from hartym/develop
Deps
2017-05-31 22:14:54 +02:00
88d46a724d [cli] adds python logging facility configuration. 2017-05-31 22:06:08 +02:00
108f1c9967 Merge pull request #91 from hartym/develop
Doc and fixes.
2017-05-28 14:19:54 -07:00
5b7e3c8324 [cli] fixes --install which did not work with --editable packages, aka things added to sys.path by some *.pth file in a very not explicit way. 2017-05-28 23:03:22 +02:00
ac800d2e14 [cli] Setup logging to unsilence stevedore errors, like failing to load an entrypoint. 2017-05-28 23:02:34 +02:00
c94a7ffbb2 Update init.py 2017-05-28 17:36:27 +02:00
d241fdd708 [cli] bonobo version -qq now returns only version number 2017-05-27 16:26:14 +02:00
1afd8746eb [pm] Moving project artifact management to next edgy.project version. 2017-05-27 16:08:10 +02:00
7e28eeddd6 Rename packages package as it looks like it cause trouble when uploading to pypi. 2017-05-27 15:25:22 +02:00
aea5ecf17e [cli] Adds --install/-I flag to install requirements.txt prior to run when targetting a directory, needed for docker runs. 2017-05-27 15:17:55 +02:00
eacf52aaf6 Simpler package generation using cookiecutter, stdout buffering for consoleplugin 2017-05-27 14:55:25 +02:00
be844c3ed7 WIP GRAPHVIZ 2017-05-25 16:41:01 +02:00
02e038b4b3 [qa] removes a bunch of unused code. 2017-05-22 22:34:33 +02:00
4e4a3581c9 [cli] implements bonobo run -m <module> and bonobo run <path>. Also adds --quiet option implementation and --verbose option that sets the DEBUG setting on. 2017-05-22 14:05:57 +02:00
670f4e61d1 fixing codacy issues 2017-05-01 11:02:28 +02:00
bb5fc22f5e release: 0.2.2 2017-04-28 08:04:48 +02:00
357683bd02 Default service configuration in directory or file (#38). 2017-04-28 07:37:15 +02:00
6926058625 Refactoring plugin architecture, fixing jupyter integration and a few documentation about how to setup jupyter notebook widget. 2017-04-24 20:49:05 +02:00
24e009d890 adds version command, adds bb alias 2017-04-21 11:55:20 +02:00
b035bdea32 formating, better consistency in readers, ability to read files from http (fast and dirty). 2017-02-12 08:10:22 +01:00
9dab39a474 Minor fixes and update documentation. Preparing the upcoming 0.2 release. 2017-01-20 20:45:16 +01:00
9daefd7207 Implements commands as extensions using stevedore; adds run and init command. 2017-01-10 23:14:08 +01:00