Commit Graph

869 Commits

Author SHA1 Message Date
7418ef58a3 Merge remote-tracking branch 'origin/develop' into develop 2018-01-14 16:22:07 +01:00
1c7840089a [docs] sqlalchemy basics and api ref. 2018-01-14 16:21:19 +01:00
e998f9c989 [docs] More documentation rewriting. 2018-01-14 16:11:49 +01:00
9af5d80171 [docs] rewriting the tutorial. 2018-01-14 15:26:04 +01:00
c311b05a42 [docs] rewriting the tutorial. 2018-01-14 14:25:42 +01:00
9fa7be5dd8 some minor language edits 2018-01-11 20:37:26 -05:00
65a425258a small rewording 2018-01-11 20:26:26 -05:00
ca9d5a19fc Merge branch 'master' into develop 2018-01-10 08:39:37 +01:00
a161e9d8d7 [django] Adds ability to create a get_graph() command method as a generator for multiple, synchronous jobs execution in django command. 2018-01-10 08:36:45 +01:00
8900c567d9 [core] Fixes bug in graph.add_chain output that would ignore the first node when its index is 0. 2018-01-10 08:33:12 +01:00
c1ffbe7b5f Working on 0.6 documentation. 2018-01-10 06:18:41 +01:00
0a9a27ae08 Links in doc. 2018-01-08 08:31:07 +01:00
133831d157 Add doc deps. 2018-01-08 08:24:01 +01:00
82aab703c2 Update deps. 2018-01-08 08:20:28 +01:00
b843fa653a Merge remote-tracking branch 'origin/master' 2018-01-08 08:14:44 +01:00
cc08c1656f Merge branch 'master' of github.com:python-bonobo/bonobo 2018-01-08 08:13:04 +01:00
e93ea8a803 Update stable doc with warnings. 2018-01-08 08:02:38 +01:00
93195aa79f Merge remote-tracking branch 'upstream/develop' 2018-01-08 07:43:10 +01:00
870db69150 Release: 0.6.0 2018-01-01 22:19:20 +01:00
f640e358b4 Doc update 2018-01-01 22:18:21 +01:00
7d4fb1dff0 Release: 0.6.0b1 2017-12-30 15:20:56 +01:00
9d52d9971a Update requirements for beta. 2017-12-30 15:19:28 +01:00
229117fcca .gitignore update 2017-12-30 15:19:28 +01:00
99a9efa0a6 Release: 0.6.0a4 2017-12-27 14:22:47 +01:00
464d08a4a2 Generalize tuplize decorator to cast(...) decorator. 2017-12-27 14:21:50 +01:00
f64e6e3c76 Release: 0.6.0a3 2017-12-27 11:33:31 +01:00
46a8fd192e Refactoring API, writing docs. 2017-12-27 11:32:47 +01:00
018289dad6 Loosen stevedore requirement to avoid conflicts. 2017-12-13 09:32:33 +01:00
603d917712 Release: 0.6.0a2 2017-12-13 09:29:33 +01:00
281cc6c8ed Update dependencies. 2017-12-13 09:28:36 +01:00
5363a5b004 Django: fix create_or_update with no defaults. 2017-12-13 09:27:45 +01:00
857d3f9db3 Merge pull request #233 from uduse/uduse-patch-1
Fix a small typo
2017-12-12 10:53:35 +01:00
2e37a10ead Merge pull request #234 from matthewgodding/patch-1
Update tut01.rst
2017-12-12 10:53:09 +01:00
53f8757b90 Update tut01.rst
small typo fixes
2017-12-11 14:10:04 +00:00
f4c2e763dc Fix a small typo
ill -> will
2017-12-11 20:50:13 +08:00
6b83d623ac Update dependencies, add sitemap. 2017-12-08 12:03:02 +01:00
5490609ed5 Update dependencies, add sitemap. 2017-12-08 11:59:15 +01:00
99c4745b4e Work in progress on documentation for 0.6 2017-12-04 08:31:24 +01:00
a1f883e3c6 Release: 0.6.0a1 2017-12-03 10:00:47 +01:00
e39ab0e62e Fixes packaging: *.py-tpl are now included using recursive-include in MANIFEST.in 2017-12-03 09:57:56 +01:00
23374e7d58 Release: 0.6.0a0 2017-12-03 08:14:19 +01:00
02d6f4923e Removes dead snippet. 2017-12-03 06:54:54 +01:00
2277c3a83d Merge branch 'develop' of github.com:python-bonobo/bonobo into develop 2017-12-02 18:25:31 +01:00
7dd6d605f3 Merge remote-tracking branch 'upstream/master' into develop 2017-12-02 18:24:56 +01:00
0a77b2ab51 Merge pull request #228 from hartym/develop
Alpha0
2017-12-02 18:20:31 +01:00
47f3897847 Example datasets are now stored by bonobo minor version. 2017-12-02 16:19:27 +01:00
7a25774b0f Removing datasets from the repository. 2017-12-02 15:57:14 +01:00
893a61aba2 For some obscure reason, coverage is broken under python 3.7 making the test suite fail, disabled python3.7 in travis waiting for it to be fixed. 2017-12-02 15:03:13 +01:00
a8ff1b4df1 [tests] adding a spec to magicmock of nodes to avoid it being seen as partially configured nodes 2017-12-02 14:51:33 +01:00
47c676a068 Adds an OrderFields transformation factory, update examples. 2017-12-02 14:18:24 +01:00