Commit Graph

5106 Commits

Author SHA1 Message Date
Simon Michael
aa825c5099 doc: relnotes: ledger4 removal 2017-03-30 13:41:50 -07:00
Simon Michael
727b084f0a site: devguide: nix link tweak 2017-03-30 13:41:24 -07:00
Simon Michael
ec7df64d02 site: bounds badge tweaks 2017-03-30 13:36:07 -07:00
Simon Michael
4db8d0e8a1 tools: travis: build less 2017-03-30 13:19:00 -07:00
Simon Michael
55fb5424e9 tools: travis: don't doctest ledger-parse 2017-03-30 13:15:50 -07:00
Simon Michael
d5178d2dc9 site: devguide: fix badge sizes
[ci skip]
2017-03-30 08:24:22 -07:00
Simon Michael
42c9e1df88 doc: readme: remove image attrs not supported on github 2017-03-30 08:17:12 -07:00
Simon Michael
1523629465 tools: travis: build less to prime cache without timeout 2017-03-29 21:31:11 -07:00
Simon Michael
294318b3d4 doc: readme: add all upper bounds badges 2017-03-29 21:27:30 -07:00
Simon Michael
27fd138add site: devguide: cleanup, disable appveyor till reliable 2017-03-29 21:27:07 -07:00
Simon Michael
586d86488e doc: regenerate files 2017-03-29 21:08:02 -07:00
Simon Michael
e8dcef5b5f lib: disable WIP ledger4 parser, lighten dependencies 2017-03-29 21:06:26 -07:00
Simon Michael
8815266b5f stack: bump snapshot to lts-8.6 2017-03-29 21:06:07 -07:00
Simon Michael
b3ab3b392d tools: remove outdated pandoc-types version from pandoc filters 2017-03-29 21:06:07 -07:00
Simon Michael
0f4a042f0a doc: update release notes 2017-03-29 20:45:30 -07:00
Simon Michael
1f36c1cb8c doc: options cleanups 2017-03-29 20:45:30 -07:00
Simon Michael
a3c3d58f75 doc: bugs/troubleshooting cleanup 2017-03-29 20:45:30 -07:00
Simon Michael
0055f99c77 doc: more options doc cleanups 2017-03-29 20:45:30 -07:00
Simon Michael
2cc84f72ed site: devguide: quick links updates
[ci skip]
2017-03-29 20:42:59 -07:00
Simon Michael
d05209d156 tools: .ghci file to control prompt 2017-03-29 14:43:00 -07:00
Simon Michael
01a2aa9394 doc: update generated files 2017-03-29 14:35:59 -07:00
Simon Michael
7df15a8279 doc: flags/usage/manual cleanups 2017-03-29 14:20:30 -07:00
Moritz Kiefer
f4b3f1c094 Add an option to use unicode in balance tables (#528)
* Add an option to use unicode in balance tables

fixes #522

* Add a test for unicode tables

* Document --pretty-tables

* Support --pretty-tables in BalanceView
2017-03-29 11:12:01 -07:00
Simon Michael
7d0734f1ed update addons tests, note a todo 2017-03-29 08:21:30 -07:00
Simon Michael
8d1b1fbfc5 cli: fix a commands list error when no addons are in path 2017-03-29 08:13:09 -07:00
Simon Michael
b402fc7e7d lib: optserror -> usageError, consolidate with other error functions (#529) 2017-03-29 08:00:51 -07:00
Simon Michael
0e9b3dc4b9 cli: avoid processValue which prints stack traces (fixes #529) 2017-03-29 07:45:07 -07:00
Simon Michael
5d2f9d742a test: cli: test stderr for more verbose failures 2017-03-29 06:40:39 -07:00
Simon Michael
98ca2e965c tools: make: set exit code when various tests fail 2017-03-28 22:10:46 -07:00
Simon Michael
895a66eb06 cli: first of several cleanups; separate commands list & usage (#297) 2017-03-28 18:44:34 -07:00
Simon Michael
e24eb155e7 tools: travis: try caching .stack-work too 2017-03-28 18:44:34 -07:00
Simon Michael
5a7f74c6ff tests: use compiled addons in func tests, much quicker 2017-03-28 18:43:14 -07:00
Simon Michael
6eb211aa6c tools: revert problematic "make functest" PATH change 2017-03-28 18:43:13 -07:00
Simon Michael
344b4964a9 bin: fix a few missing --package declarations 2017-03-28 18:43:13 -07:00
Simon Michael
e34781fce6 doc: new cli help mockups, rename file 2017-03-28 18:43:13 -07:00
Simon Michael
61d3465465 doc: relnotes: pivot correction 2017-03-28 18:43:13 -07:00
Simon Michael
ca9e906c2a tools: travis: quit if any setup command fails, too 2017-03-28 18:43:13 -07:00
Simon Michael
c6eaf9abb3 fix BalanceView warning, get travis passing 2017-03-28 04:48:27 -07:00
Simon Michael
71b7103e00 tools: fix path for make tag 2017-03-28 04:47:36 -07:00
Simon Michael
64a97774c4 doc: update generated manuals 2017-03-28 04:09:29 -07:00
Simon Michael
abfd6394ee bin: name hledger-check-dupes like other validation commands 2017-03-28 04:08:36 -07:00
Simon Michael
e2faf08088 cli: simplify addons detection, fix deduplication 2017-03-28 04:07:01 -07:00
Simon Michael
8169383f29 tools: travis: exit early if any of the test commands fail 2017-03-27 14:56:18 -07:00
Justin Le
a0b1e1488a clarified -N for cashflow 2017-03-27 14:35:47 -07:00
Justin Le
2be4aabb36 edited docs to reflect changes in is/bs/cf 2017-03-27 14:32:24 -07:00
Justin Le
1e9e6f29e2 is/bs/cf without -E will now hide empty amounts properly, and still have properly aligned rows 2017-03-27 14:18:27 -07:00
Justin Le
7616056fbe added 'qualifiers' to odd customized usages of bs/is/cf (ie, historical for is) to prevent misleading reports 2017-03-27 14:01:48 -07:00
Justin Le
b06739f714 matched the logic for Balance.hs to allow date: for historical queries to be correct 2017-03-27 13:53:24 -07:00
Justin Le
4b0ba0f011 odd behavior on -A was bcause of missing parentheses around if statements 2017-03-27 13:22:41 -07:00
Simon Michael
4794f5db36 doc: relnotes: --pivot is improved, not new
[ci skip]
2017-03-27 06:05:44 -07:00