Commit Graph

  • fcc24f4bad Restore removed examples that were used in tests. Romain Dorgueil 2017-07-16 18:58:56 +02:00
  • 25cb430b7b Merge branch 'develop' into transformation_factory Romain Dorgueil 2017-07-16 18:54:37 +02:00
  • c881ca1061 [cli] Convert: adds pickle format, comment out unused arguments, for now. Romain Dorgueil 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. Romain Dorgueil 2017-07-16 18:45:49 +02:00
  • 4b441df4f6 [docs] First documentation on settings and environment variables. Romain Dorgueil 2017-07-16 12:11:53 +02:00
  • 5a6e65ee77 Merge pull request #161 from hartym/develop Romain Dorgueil 2017-07-16 11:44:21 +02:00
  • 423a75d554 [logging] Removes kill-until-eol character on windows platform. Romain Dorgueil 2017-07-16 11:26:48 +02:00
  • 258bd6235d [logging] Removes logging colors on windows for now as the codes are mis-interpreted. Romain Dorgueil 2017-07-16 11:19:06 +02:00
  • d80118f687 [logging] Tuning windows vs unix display output. Romain Dorgueil 2017-07-16 11:15:40 +02:00
  • dff00aef2c Merge branch 'master' into develop Romain Dorgueil 2017-07-16 11:01:24 +02:00
  • 0e2e772043 release: 0.4.3 Romain Dorgueil 2017-07-16 10:50:49 +02:00
  • 937c61bd76 Update dependencies Romain Dorgueil 2017-07-16 10:20:25 +02:00
  • 5c64f30551 Merge remote-tracking branch 'upstream/develop' into develop Romain Dorgueil 2017-07-16 10:19:45 +02:00
  • 8065bb8ea7 Merge pull request #154 from python-bonobo/add-code-of-conduct-1 Romain Dorgueil 2017-07-16 10:16:20 +02:00
  • def0a525e7 Create CONTRIBUTING.md Romain Dorgueil 2017-07-15 17:50:16 +02:00
  • 0bde35888e Create CODE_OF_CONDUCT.md Romain Dorgueil 2017-07-15 17:49:22 +02:00
  • abde68108b better windows console output Parthiv20 2017-07-15 17:27:34 +02:00
  • 78ab2abae4 Merge pull request #148 from alekzvik/install-reqs-for-file Romain Dorgueil 2017-07-15 16:22:52 +02:00
  • 352eb99861 Merge pull request #150 from vit-/fix/plugin-execution-context-shutdown Romain Dorgueil 2017-07-15 15:57:01 +02:00
  • 575462ca4c Check if PluginExecutionContext was started before shutting it down. Vitalii Vokhmin 2017-07-15 15:35:01 +02:00
  • a8ed0e4322 Move patch one level up because importlib brakes all the CI tools. Alex Vykaliuk 2017-07-15 14:52:22 +02:00
  • f02d92c7e8 Merge branch 'master' into transformation_factory Romain Dorgueil 2017-07-15 14:38:09 +02:00
  • 7aee728b8d Add tests for --install of run command Alex Vykaliuk 2017-07-15 14:24:44 +02:00
  • 4d073cfdf1 Merge pull request #147 from vit-/update-readme Romain Dorgueil 2017-07-15 14:15:16 +02:00
  • 75c15ae1f8 [tests] Adds runners descriptions. Romain Dorgueil 2017-07-15 13:56:51 +02:00
  • d13b8b28e5 Add ability to install requirements with for a requirements.txt residing in the same dir Alex Vykaliuk 2017-07-15 12:52:58 +02:00
  • 9c98802763 [misc] ordering of imports Romain Dorgueil 2017-07-15 12:46:51 +02:00
  • 8f184ddbb0 Add a link to Contributing guide in README Vitalii Vokhmin 2017-07-15 12:39:24 +02:00
  • 1b1691b4d9 Merge remote-tracking branch 'upstream/master' into develop Romain Dorgueil 2017-07-15 12:23:16 +02:00
  • d8b827c1b4 Merge pull request #141 from hartym/develop Romain Dorgueil 2017-07-15 12:21:21 +02:00
  • 9fdd553141 Merge pull request #146 from alekzvik/ipywidgets-fix Romain Dorgueil 2017-07-15 12:20:59 +02:00
  • 13a555c728 Merge pull request #145 from vit-/iobuffer-flush Romain Dorgueil 2017-07-15 12:19:13 +02:00
  • 0a640bf2cd Merge remote-tracking branch 'upstream/master' into develop Romain Dorgueil 2017-07-15 12:18:20 +02:00
  • f4a018bfe2 Do not fail in ipykernel without ipywidgets. Alex Vykaliuk 2017-07-15 12:07:08 +02:00
  • 0ac561a474 Fix #113. Add flush() method to IOBuffer Vitalii Vokhmin 2017-07-15 11:43:57 +02:00
  • ba1ab72493 Merge pull request #144 from Parthiv20/patch-1 Romain Dorgueil 2017-07-15 10:46:41 +02:00
  • fbd0ee9862 Update tut02.rst Parthiv20 2017-07-15 10:34:30 +02:00
  • f2a9a45fd1 [nodes] Adds arg0_to_kwargs and kwargs_to_arg0 transformations. Romain Dorgueil 2017-07-15 10:14:30 +02:00
  • 53d6ac5887 [nodes] Adds arg0_to_kwargs and kwargs_to_arg0 transformations. Romain Dorgueil 2017-07-11 16:25:32 +02:00
  • 9ab14f9c94 Merge branch 'master' of github.com:python-bonobo/bonobo Romain Dorgueil 2017-07-06 12:52:37 +02:00
  • 7f30df93c3 [doc] sqla tutorial: adds some titles. Romain Dorgueil 2017-07-06 12:52:19 +02:00
  • e26a94423f Merge pull request #136 from hartym/develop Romain Dorgueil 2017-07-06 12:48:49 +02:00
  • 53b4bd951b Merge pull request #138 from hartym/master Romain Dorgueil 2017-07-06 12:48:10 +02:00
  • a107434139 [doc] sqla: move logger usage to service, fix service name. Romain Dorgueil 2017-07-06 12:46:19 +02:00
  • 71386ea30c [doc] sqla: move logger usage to service, fix service name. Romain Dorgueil 2017-07-06 12:46:19 +02:00
  • 8ef9e8fd5e Merge pull request #137 from hartym/master Romain Dorgueil 2017-07-06 12:44:13 +02:00
  • 2981b89177 Merge branch 'master' into develop Romain Dorgueil 2017-07-06 12:41:27 +02:00
  • 0f23f1a940 [docs] First draft of sqlalchemy tutorial. Romain Dorgueil 2017-07-06 12:40:55 +02:00
  • 5d59a72310 [core] Adds a .copy() method to graph structure. Romain Dorgueil 2017-07-06 11:29:55 +02:00
  • 8d23232a0d Merge branch 'master' into develop Romain Dorgueil 2017-07-05 19:41:06 +02:00
  • 1fd1574f02 Merge pull request #135 from hartym/master Romain Dorgueil 2017-07-05 19:33:41 +02:00
  • cf5b078620 [doc] Documentation, my dear. Half of the work, looks you are a little behind on quotas ... Romain Dorgueil 2017-07-05 19:28:42 +02:00
  • c39558be5d Merge pull request #132 from hartym/develop Romain Dorgueil 2017-07-05 13:13:39 +02:00
  • 4a2c7280d6 [misc] Fixes formatting. Romain Dorgueil 2017-07-05 13:09:46 +02:00
  • 8de6f50523 [examples] Fix examples, fix termination bug with unrecoverable errors. Romain Dorgueil 2017-07-05 13:08:53 +02:00
  • 9801c75720 [settings] Better impl. of Setting class, tests for it and refactor hardcoded settings to use it. Romain Dorgueil 2017-07-05 12:41:14 +02:00
  • 6ef25deac9 [config] Adds test for requires() decorator. Romain Dorgueil 2017-07-05 12:01:37 +02:00
  • 0bcdbd70ab [nodes] Removes old pretty printers (bonobo.pprint, bonobo.PrettyPrint) in favor of simpler bonobo.PrettyPrinter implementation. /!\ BC break /!\ Romain Dorgueil 2017-07-05 11:52:47 +02:00
  • 2ff19c18a6 [errors] Implements unrecoverable errors, that will raise and stop the transformation. Used when an invalid ioformat is used. Romain Dorgueil 2017-07-05 11:34:34 +02:00
  • 4da1b4028a Merge branch 'dev_refactor_config' into develop Romain Dorgueil 2017-07-05 11:22:15 +02:00
  • 5062221e78 [config] Refactoring of configurables, allowing partially configured objects. Romain Dorgueil 2017-07-05 11:15:03 +02:00
  • 896bc79abe release: 0.4.3 Romain Dorgueil 2017-07-04 10:55:45 +02:00
  • d034588091 Update dependencies. Romain Dorgueil 2017-07-04 10:51:33 +02:00
  • 1d27376785 release: 0.4.2 Romain Dorgueil 2017-06-18 21:35:30 +02:00
  • b1db4263d4 Update dependencies. Romain Dorgueil 2017-06-18 21:30:19 +02:00
  • b0fcd2ea5c Merge pull request #115 from hartym/master Romain Dorgueil 2017-06-17 11:49:26 +02:00
  • 67b4227436 [stdlib] Fix I/O related nodes (especially json), there were bad bugs with ioformat. Romain Dorgueil 2017-06-17 10:37:17 +02:00
  • 3c4010f9c3 [core] Execution contexts are now context managers. Romain Dorgueil 2017-06-17 10:17:42 +02:00
  • a65ca635cf [fs] adds a defaut to current working directory in open_fs(...). Romain Dorgueil 2017-06-17 10:08:06 +02:00
  • 8c898afc27 [config] Implements a "requires()" service injection decorator for functions (api may change). Romain Dorgueil 2017-06-17 08:02:29 +02:00
  • b8125ea579 Merge commit '2b8397f' Romain Dorgueil 2017-06-17 09:57:47 +02:00
  • 4eeb48f806 Merge pull request #114 from python-bonobo/pyup-update-requests-2.17.3-to-2.18.1 Romain Dorgueil 2017-06-17 09:47:39 +02:00
  • e8ab8a8b57 Update requests from 2.17.3 to 2.18.1 pyup-bot 2017-06-14 21:38:38 +02:00
  • c42520987f Update requests from 2.17.3 to 2.18.1 pyup-bot 2017-06-14 21:38:37 +02:00
  • dbb6491e7f Update requests from 2.17.3 to 2.18.1 pyup-bot 2017-06-14 21:38:35 +02:00
  • 6a0334dcdf Create index.html Romain Dorgueil 2017-06-12 16:24:38 +02:00
  • c17d560d16 Merge pull request #111 from python-bonobo/pyup-update-fs-2.0.3-to-2.0.4 Romain Dorgueil 2017-06-12 09:24:01 +02:00
  • 821fdc61d6 Merge pull request #112 from python-bonobo/pyup-update-bonobo-docker-0.2.6-to-0.2.8 Romain Dorgueil 2017-06-12 09:23:49 +02:00
  • 735ae43fc6 Update bonobo-docker from 0.2.6 to 0.2.8 pyup-bot 2017-06-11 22:14:16 +02:00
  • 6e373a583d Update fs from 2.0.3 to 2.0.4 pyup-bot 2017-06-11 17:15:19 +02:00
  • 079ad57a61 Update fs from 2.0.3 to 2.0.4 pyup-bot 2017-06-11 17:15:17 +02:00
  • f832f8e2bc release: 0.4.1 Romain Dorgueil 2017-06-11 10:44:01 +02:00
  • 2b8397f32e [logging] Adds logging alias for easier imports. Romain Dorgueil 2017-06-11 09:50:20 +02:00
  • 285f8e230c Merge branch 'develop' of github.com:python-bonobo/bonobo into develop Romain Dorgueil 2017-06-10 15:44:22 +02:00
  • fb54143a7a release: 0.4.0 Romain Dorgueil 2017-06-10 15:34:22 +02:00
  • 187a24fca9 Merge branch '0.3' into develop Romain Dorgueil 2017-06-10 14:17:26 +02:00
  • e0a00dcc91 release: 0.3.2 Romain Dorgueil 2017-06-10 13:57:27 +02:00
  • 714ff294ed Merge remote-tracking branch 'upstream/master' Romain Dorgueil 2017-06-10 13:52:23 +02:00
  • b749e101c7 Merge pull request #107 from hartym/develop Romain Dorgueil 2017-06-10 13:42:57 +02:00
  • 2b584935c5 [deps] Weekly dependency update. Romain Dorgueil 2017-06-10 13:35:02 +02:00
  • 9c3b005fd4 Merge pull request #102 from hartym/develop Romain Dorgueil 2017-06-08 22:05:25 +02:00
  • 89104af3a0 Allow main as well as __main__. Romain Dorgueil 2017-06-08 21:47:13 +02:00
  • 1ca48d885d Refactoring and fixes around ioformats. Romain Dorgueil 2017-06-08 21:47:01 +02:00
  • d19178a28e Fix import to absolute. Romain Dorgueil 2017-06-06 08:17:58 +02:00
  • e5483de344 [core] I/O formats allowing both arg0 formating and kwargs based. Starting with 0.4, kwargs based will be default (BC break here, but needed for the greater good). Romain Dorgueil 2017-06-05 11:38:11 +02:00
  • c34b86872f Update example datasets. Romain Dorgueil 2017-06-05 10:52:47 +02:00
  • 98430354e6 [docs] link to first bonobo-docker guide. Romain Dorgueil 2017-06-05 10:50:36 +02:00
  • b80ff253db [docs] work in progress. Romain Dorgueil 2017-06-05 10:47:16 +02:00
  • 5bbfa41956 [jupyter] minor docs edit. Romain Dorgueil 2017-06-05 09:45:49 +02:00
  • 471e38e67b [jupyter] update widget so it uses str(...) instread of repr(...) and topological order of nodes. Romain Dorgueil 2017-06-05 09:43:38 +02:00