Commit Graph

768 Commits

Author SHA1 Message Date
5f300225a8 Update requirements with first whistle stable. 2017-11-04 12:10:28 +01:00
6bd1130e34 [core] Refactoring to use an event dispatcher in the main thread.
Plugins now run in the main thread, instead of their own threads, and
the API changed to use an event dispatcher approach instead of a static
class interface.
2017-11-04 12:05:04 +01:00
d988d30474 Update to mondrian 0.4a0. 2017-11-02 08:25:30 +01:00
9037d94654 Fix imports. 2017-11-02 07:25:38 +01:00
23542dc675 Removing old error handler. 2017-11-02 00:17:03 +01:00
fb86bc9507 [errors] Move error handling in transformations to use mondrian. 2017-11-02 00:08:09 +01:00
58923f4a84 [logging] Switching to mondrian, who got all our formating code. 2017-11-01 19:57:51 +01:00
7035cc01e0 Adds argument parser support in default template. 2017-11-01 19:52:34 +01:00
8e85fa04e2 Adds the ability to initialize a package from bonobo init. 2017-11-01 19:45:35 +01:00
23404d06dd Still cleaning up. 2017-11-01 19:02:48 +01:00
ddd84c4f50 [examples] comments. 2017-11-01 18:56:44 +01:00
5cc514e490 Update dependencies, remove python-dotenv. 2017-11-01 18:53:27 +01:00
b5a8af3efe Remove unused argument. 2017-11-01 18:49:29 +01:00
ac6cba02cb Remove files in examples that are not used anymore. 2017-11-01 18:48:53 +01:00
e06b616251 Refactoring the runner to go more towards standard python, also adds the ability to use bonobo argument parser from standard python execution. 2017-11-01 18:46:45 +01:00
e6596cf3f3 Removes cookiecutter. 2017-11-01 13:19:24 +01:00
69bb3cb091 Switch logger setup to mondrian (deps). 2017-11-01 13:12:19 +01:00
40a745fe08 Module registry reimported as it is needed for "bonobo convert". 2017-11-01 12:46:03 +01:00
3df81b4d35 release: 0.5.2 2017-10-30 08:34:33 +01:00
b6c7d598dc [core] Simplification: as truthfully stated by Maik at Pycon.DE sprint «lets try not to turn python into javascript». 2017-10-30 08:28:18 +01:00
c770287466 [core] still refactoring env-related stuff towards using __main__ blocks (but with argparser, if needed). 2017-10-29 23:46:39 +01:00
2ad47ae958 You should not code when tired... 2017-10-29 23:40:58 +01:00
b3e74aff85 Fixes syntax error. 2017-10-29 23:36:44 +01:00
ba9f7171d4 [bugfix] Trying to fix a race condition that happens on empty graphs sometimes, on some computers. 2017-10-29 23:32:34 +01:00
06dc6b6e35 [bugfix] Trying to fix a race condition that happens on empty graphs sometimes, on some computers. 2017-10-29 23:22:45 +01:00
8351897e3a [core] Refactoring of commands to move towards a more pythonic way of running the jobs. Commands are now classes, and bonobo "graph" related commands now hooks into bonobo.run() calls so it will use what you actually put in your __main__ block. 2017-10-29 19:23:50 +01:00
cac6920040 Minor test change. 2017-10-29 12:13:52 +01:00
f9c809f626 [core] Change the token parsing part in prevision of different flags. 2017-10-29 12:10:02 +01:00
32e73316e1 Merge pull request #210 from mpenkov/streamjson
Support line-delimited JSON
2017-10-28 17:45:09 +02:00
10a82cce62 Support line-delimited JSON
New nodes for handling line-delimited JSON.

https://en.wikipedia.org/wiki/JSON_Streaming
2017-10-28 17:34:13 +02:00
08f0950f02 Update Makefile/setup. 2017-10-28 17:29:05 +02:00
ce0bd9ea37 Merge branch 'develop' of https://github.com/mpenkov/bonobo into mpenkov-develop 2017-10-28 17:27:04 +02:00
209c4f3176 Merge branch 'develop' of github.com:python-bonobo/bonobo into develop 2017-10-28 17:24:39 +02:00
efb31126b4 [tests] simplify assertion 2017-10-28 17:24:26 +02:00
3e7898a987 Issue #134: use requests.get as a context manager 2017-10-28 16:19:05 +02:00
eabc79c8ec Issue #134: use requests instead of urllib 2017-10-28 16:11:58 +02:00
66bda718c5 update Projectfile with download entry point 2017-10-28 15:58:07 +02:00
edc2321c54 Issue #134: update documentation 2017-10-28 14:20:53 +02:00
7d9b547a53 Merge branch 'zimmermann/import' of github.com:userzimmermann/bonobo into develop 2017-10-28 14:16:08 +02:00
9e86abca60 Issue #134: add a bonobo download url command
This enables users on different platforms to download the examples in
the tutorial using the same command.
2017-10-28 14:08:53 +02:00
a94efeaafc commands.run: Enable relative imports in main.py
Do project's main.py loading with importlib instead of runpy and define
a __bonobo__ parent package for the user directory
2017-10-28 13:08:48 +02:00
88ef23e93e Merge pull request #207 from PeterUe/develop
adapt tutorial "Working with files" to the latest develop version
2017-10-28 13:04:35 +02:00
9c5e98b18b adapt tutorial "Working with files" to the latest develop version 2017-10-28 12:34:20 +02:00
a8ebc4d4d7 Merge pull request #205 from mpenkov/develop
Add a note about the graph variable
2017-10-28 12:29:00 +02:00
bf5f870304 Add a note about the graph variable
It needs to be global and publicly available.  Some people reading the
tutorial may want to put it in its own function or the __main__
conditional, which won't work.
2017-10-28 12:10:39 +02:00
81738d796f Merge pull request #193 from arimbr/feature/bonobo-init-should-work-on-an-empty-existing-directory
Fix bonobo init should work on an empty existing directory
2017-10-25 09:18:05 +02:00
3fdefcda72 Update sidebarinfos.html 2017-10-24 11:14:11 +02:00
cb97b18dca [tests] trying to speed up the init test. 2017-10-23 22:58:35 +02:00
3f97eb05d8 Merge branch 'develop' of github.com:python-bonobo/bonobo into arimbr-feature/bonobo-init-should-work-on-an-empty-existing-directory 2017-10-23 22:45:52 +02:00
a935c8fa92 Merge branch 'feature/bonobo-init-should-work-on-an-empty-existing-directory' of git://github.com/arimbr/bonobo into arimbr-feature/bonobo-init-should-work-on-an-empty-existing-directory 2017-10-23 22:45:39 +02:00