Commit Graph

352 Commits

Author SHA1 Message Date
3ca5f962d2 [qa] removes examples and docs from travis as it does not fail on the first and duplicate rtd work on the second, at the cost of a much longer build time. 2017-05-28 23:06:20 +02: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
0146fb0d55 [doc] Documentation work for the 0.4 release (not finished). 2017-05-28 19:21:12 +02:00
9370f6504e [ext] Adds docker extra to setup.py 2017-05-28 16:51:02 +02:00
6fc5891ccd Merge branch 'master' into develop 2017-05-28 13:15:23 +02:00
d8232abfc2 release: 0.3.1 2017-05-28 13:03:13 +02:00
d4f2db9dbc Merge pull request #86 from hartym/master
Maintenance.
2017-05-28 03:36:43 -07:00
44bc3f909d [misc] updating dependency management. 2017-05-28 12:25:43 +02:00
5013708c85 [misc] updating dependencies. 2017-05-28 12:04:49 +02:00
9bf30df975 Empty commit for CI trigger. 2017-05-27 19:55:43 +02:00
3a5ebff435 Adds packaging requirement. 2017-05-27 17:06:18 +02:00
d241fdd708 [cli] bonobo version -qq now returns only version number 2017-05-27 16:26:14 +02:00
665ddb560e Fix version test 2017-05-27 16:10:14 +02:00
1afd8746eb [pm] Moving project artifact management to next edgy.project version. 2017-05-27 16:08:10 +02:00
93cc1648a4 Merge branch 'develop' of github.com:hartym/bonobo into develop 2017-05-27 15:25:46 +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
2515e116d0 Merge branch 'develop' into develop 2017-05-27 06:19:16 -07: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
34aa357fd3 [misc] minor output tuning. 2017-05-25 19:49:05 +02:00
8473d30be3 Merge pull request #82 from hartym/feature/io_pickle
Feature/io pickle
2017-05-25 07:47:58 -07:00
d489eb2c4c [docs] tldr on how to create a feature branch and pull request it. 2017-05-25 15:44:32 +02:00
de082ed794 Merge branch 'develop' into feature/io_pickle 2017-05-25 06:36:11 -07:00
1371734c6b Merge pull request #75 from hartym/develop
Develop (for 0.4)
2017-05-25 06:30:11 -07:00
83f0b67b94 [misc] Change some names to be consistent with classtree. 2017-05-25 15:28:24 +02:00
9375a5d1fb [nodes/io] Adds an output_format option to CsvReader (BC ok) for more flexibility. 2017-05-25 15:14:51 +02:00
1c500b31cf [misc] Fix missing import in bonobo.config.configurables. 2017-05-25 14:44:46 +02:00
046b65aa2f [nodes/io] adds support for encoding kwarg to all file readers/writers (tests needed!). 2017-05-25 12:42:10 +02:00
33498b2311 [fs] adds support for ~ in open_fs(...) implementation (using os.path.expanduser). 2017-05-25 12:41:36 +02:00
a377639f94 [config] adds documentation for Exclusive contextmanager 2017-05-25 11:19:56 +02:00
71c47a762b [config] Implements "Exclusive" context processor allowing to ask for an exclusive usage of a service while in a transformation. 2017-05-25 11:14:49 +02:00
1b2266ccf8 Merge remote-tracking branch 'upstream/develop' into feature/io_pickle 2017-05-25 10:22:25 +02:00
8abd40cd73 Cosmetics in docs. 2017-05-25 10:21:21 +02:00
2ffbc90bcb Add examples for pickle functionality 2017-05-24 22:21:29 -04:00
5d8f4c3dc7 Add tests for pickle functionality 2017-05-24 22:20:59 -04:00
f2befe9a25 Add pickle io functionality 2017-05-24 22:20:23 -04:00
02e038b4b3 [qa] removes a bunch of unused code. 2017-05-22 22:34:33 +02:00
1ba31191ee [qa] adds a rather stupid test to check valueholder works correctly. Still some operations missing. 2017-05-22 22:22:36 +02:00
04f2088220 [qa] add test for bonobo run <path>. 2017-05-22 20:48:16 +02:00
91c9322c58 [qa] tests bonobo run using module path. 2017-05-22 20:29:35 +02:00
1dccad883d [qa] covers __main__, and formating. 2017-05-22 20:06:26 +02:00
a50b21e46d [qa] covers __main__ 2017-05-22 19:57:08 +02:00
56f9c334f6 [qa] coverage of version command. 2017-05-22 19:25:35 +02:00
cf21c0e088 [qa] attempt to fix #58. 2017-05-22 19:17:34 +02:00
54d2f73b35 Merge branch 'develop' of github.com:python-bonobo/bonobo into develop 2017-05-22 18:47:24 +02:00
fc7219b531 Merge branch 'master' of github.com:python-bonobo/bonobo into develop 2017-05-22 18:47:08 +02:00
9ad1d19dfc Update faq.rst 2017-05-22 17:38:59 +02:00
46ab71c193 Update index.rst 2017-05-22 17:21:33 +02:00
f27db31b91 Update index.rst 2017-05-22 17:18:47 +02:00