Commit Graph

895 Commits

Author SHA1 Message Date
52887a297f Merge branch 'develop' of github.com:hartym/bonobo into develop 2018-08-11 16:13:26 +02:00
a140e6506e misc: migrate to mondrian 0.8, humanize cli commands 2018-08-11 15:29:53 +02:00
2eea3c6ad6 Merge branch 'master' into develop 2018-08-11 15:04:35 +02:00
b4feb09b7a Release: 0.6.3 2018-08-11 14:25:34 +02:00
5e9100d036 deps: update 2018-08-11 14:21:14 +02:00
04ac1bcbf6 Merge pull request #287 from python-bonobo/improve_codacy
Improve style and codacy scores.
2018-08-11 08:00:04 +02:00
e4cbd57940 smell: removes trailing space 2018-08-11 07:42:42 +02:00
3cb616fc65 smell: switch type check with isinstance 2018-08-11 07:41:01 +02:00
8570f78036 smell: removes unused variables. 2018-08-11 07:38:21 +02:00
5e99ef9eb4 style: removes bonobo/util/testing.py from linter as it uses asserts for tests. 2018-08-11 07:37:29 +02:00
1d370a8c23 smell: switch assert for raise ValueError 2018-08-11 07:36:00 +02:00
c5aeab37b7 fix: missing format arg 2018-08-11 07:35:39 +02:00
ba08931020 smell: fixes assert in container constructor. 2018-08-11 07:33:11 +02:00
3ea0952bd3 fix: Setting.set was incorrectly instanciating ValidationError. 2018-08-11 07:26:14 +02:00
df84d917c3 smell: removes whitespace 2018-08-11 07:25:43 +02:00
adcb210c64 smell: move commands arg to nonlocal var 2018-08-11 07:16:12 +02:00
b9a2c4ce9e style: remote setup.py from linter. 2018-08-11 07:15:05 +02:00
f82923e13b smell: removes unnecessary lambda 2018-08-11 07:14:25 +02:00
2a6fdce92c style: removes codacy linter from sphinx doc dir. 2018-08-11 07:08:54 +02:00
349f999d00 smell: move type checks to use isinstance. 2018-08-11 07:08:35 +02:00
7ae1fa82f7 smell: removes global catches, even if it may help in such critical places. 2018-08-11 07:06:12 +02:00
23e93c6970 style: dont lint bin helpers 2018-08-11 07:00:53 +02:00
a3120e5415 style: dont lint generated js 2018-08-11 06:58:47 +02:00
ba60f799e2 smell: rename unused import 2018-08-11 06:57:48 +02:00
b9768fac6a smell: rename unused imports 2018-08-11 06:57:20 +02:00
f0a18229b8 smell: rename unused imports 2018-08-11 06:56:51 +02:00
0b32b9751c smell: rename unused var 2018-08-11 06:56:42 +02:00
7269f2cc54 smell: removes unused import, as it is imported by get_versions below. 2018-08-11 06:53:41 +02:00
9761809993 style: removes codacy linter from benchmark dir. 2018-08-11 06:49:15 +02:00
3f14082e50 style: fix codacy config. 2018-08-11 06:42:15 +02:00
408e7523d4 style: disable codacy on tests, as complaining on assert usage is plain stupidity here. 2018-08-11 06:37:00 +02:00
d1c9beae97 style: switching from yapf to isort/black 2018-08-11 06:34:37 +02:00
ebba06822b style: changing assert in favor of exception 2018-08-11 06:09:36 +02:00
0cb503e2a9 Merge branch 'oagbaneje-master' 2018-08-11 06:04:08 +02:00
424ad77fc8 Merge branch 'master' of git://github.com/oagbaneje/bonobo into oagbaneje-master 2018-08-11 06:03:44 +02:00
e1e1f15fbb Merge remote-tracking branch 'upstream/master' 2018-08-11 05:59:24 +02:00
7a82604fbf Merge branch 'master' of github.com:python-bonobo/bonobo into develop 2018-08-08 15:14:24 +02:00
71f275910b Fix erroneous parameter name. 2018-08-08 15:13:30 +02:00
a4f07953a8 Complain if an elipsis is in the chain 2018-08-01 11:06:53 +01:00
89dda0dca6 feat: new alternate syntax and switch to black + isort (yeah, maybe not the best time, but that is done). 2018-07-29 18:21:56 +01:00
3094e43f9f feat: implements right shift operator to provide an interface similar to airflow. 2018-07-29 16:17:31 +01:00
43ed9ad154 Delete old files 2018-07-29 16:08:45 +01:00
12fb1cf5c0 misc: sorting imports. 2018-07-29 16:04:07 +01:00
21d013bdf3 feat: nicer errors, cleanup examples. 2018-07-29 15:59:44 +01:00
8ea7ce0b1a wip, aio: asyncio strategy (defunct, not fully implemented) and related refactorings. 2018-07-29 15:24:35 +01:00
980a76399b feat, wip: refactoring and simplification of how casts are made. 2018-07-29 11:59:47 +01:00
f8f4977a94 Merge pull request #277 from oagbaneje/patch-3
Rephrase a few sentences
2018-07-28 18:05:12 +01:00
ab2b3f5785 Merge pull request #278 from oagbaneje/patch-4
Add link to python generators page
2018-07-28 18:04:29 +01:00
ed12fc1e55 Merge pull request #279 from oagbaneje/patch-2
Correct a few typos
2018-07-28 18:03:32 +01:00
88962deddb Merge pull request #280 from oagbaneje/patch-5
Rephrase some sentences
2018-07-28 18:03:04 +01:00