|
|
dee719f070
|
#302: adds unit test and doc tidying.
|
2019-06-01 09:32:22 +02:00 |
|
|
|
94c5f1a45a
|
Merge branch 'issue/302/CsvWriter-skip_header' of https://github.com/gozer/bonobo into 302_csv_skip_headers_option
|
2019-06-01 09:24:06 +02:00 |
|
|
|
751f4bcbfd
|
Merge branch 'master' into develop
|
2019-06-01 09:20:06 +02:00 |
|
|
|
7718e35f1a
|
Release: 0.6.4
|
2019-05-16 15:18:52 +02:00 |
|
|
|
2dd1ea9801
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2019-05-16 15:11:19 +02:00 |
|
|
|
3bc28aa0c2
|
Update requirements, fixes packaging version problem.
|
2019-05-16 11:53:50 +02:00 |
|
|
|
e17dbc7134
|
Fixes code smell and ignore some useless (in context) lgtm rules.
|
2019-05-16 11:50:38 +02:00 |
|
|
|
361b0b7ecc
|
Fixes unused return variable, restore stdout/stderr even if there is an error.
|
2019-05-16 10:19:47 +01:00 |
|
|
|
2e40f84045
|
Update requirements, formating.
|
2019-05-16 10:11:06 +01:00 |
|
|
|
a6473f19ee
|
Rename lock variable, and use it as a context manager.
|
2019-05-16 10:07:54 +01:00 |
|
|
|
448ae9ca8d
|
Add internal locking to bonobo.config.services.Exclusive.
|
2019-05-16 10:07:54 +01:00 |
|
|
|
c6818dc960
|
Update requirements, fix formating.
|
2019-05-16 10:03:30 +01:00 |
|
|
|
307326d7f9
|
Merge branch 'exclusive-locks' of https://github.com/kasei/bonobo into kasei-exclusive-locks
|
2019-05-16 09:58:37 +01:00 |
|
|
|
4589bc266f
|
Rename lock variable, and use it as a context manager.
|
2019-05-15 08:27:20 -07:00 |
|
|
|
e984e69f86
|
Add internal locking to bonobo.config.services.Exclusive.
|
2019-05-14 08:47:29 -07:00 |
|
|
|
72a855729c
|
wip: version bumps & formating.
|
2019-05-08 12:01:59 +02:00 |
|
|
|
70c8e62c4a
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2019-04-19 14:56:55 +02:00 |
|
|
|
e5110b14b1
|
Django command minor enhancements.
|
2019-04-19 14:56:04 +02:00 |
|
|
|
3ba86fe7e7
|
Add a skip_header option to bonobo.CsvWriter
Fixes #302
|
2018-11-30 10:14:38 -05:00 |
|
|
|
0e1cfa26cf
|
Merge pull request #300 from KPilnacek/285_update_all_fields_in_a_row
Add MapFields transformation
|
2018-10-29 17:45:37 +01:00 |
|
|
|
f93f6bb62e
|
fixup! Add MapFields transformation
|
2018-10-29 13:52:20 +01:00 |
|
|
|
721bdb4318
|
Add MapFields transformation
|
2018-10-29 07:36:03 +01:00 |
|
|
|
b3a56e9767
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2018-10-29 07:23:58 +01:00 |
|
|
|
4cdca9521b
|
Merge pull request #295 from josteinl/csv_every_field_on_new_line
Fix problem with csv writer writing every field on own line, if not h…
|
2018-10-28 18:51:47 +01:00 |
|
|
|
482c7eb6e8
|
Merge pull request #297 from KPilnacek/fix_depracation_warnings_for_python_3-7
Fix deprecation warnings in 3.7
|
2018-10-28 13:44:32 +01:00 |
|
|
|
b95efadf23
|
Fix deprecation warnings in 3.7
|
2018-10-28 13:11:14 +01:00 |
|
|
|
949940cc27
|
Move logo to a separate file
|
2018-10-28 13:05:26 +01:00 |
|
|
|
07160cdccc
|
Fix problem with csv writer writing every field on own line, if not header information.
Update tests to accommodate change.
|
2018-10-27 16:24:21 +02:00 |
|
|
|
71ee340126
|
Fix django multiple command output.
|
2018-10-27 15:39:25 +02:00 |
|
|
|
5499c548b0
|
Allows to provide False fields to CsvWriter, or to override field headers using the fields= option.
|
2018-10-27 15:29:19 +02:00 |
|
|
|
7462b6e33b
|
Adds simple partial() function adding a .using(...) method to regular functools.partial object.
|
2018-08-14 16:46:54 +02:00 |
|
|
|
ca464ef6f7
|
Enforcing quote format with black in develop.
|
2018-08-11 16:15: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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
f82923e13b
|
smell: removes unnecessary lambda
|
2018-08-11 07:14:25 +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 |
|
|
|
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 |
|