Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/simonmichael/hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://github.com/simonmichael/hledger

lib: Use PeriodicReport in place of MultiBalanceReport.

beb8b6d7c84492cd40da82968ff25b14b4437832 authored about 5 years ago
lib: Generalise PeriodicReport to be polymorphic in the account labels.

2e20d0717f7e9ac1a0a01fcbf235495c9a65c89a authored about 5 years ago
Use nubSort instead of nub . sort.

74778efcf5af94c949ee88164d7fe26fc2a3d1ce authored about 5 years ago
;makefile: fix doctest-running rules, if doctests were enabled

056735a76acf5b35739f877c9b3a6ad7b77d8da3 authored about 5 years ago
;doc: note that -I does not disable balance assignments

[ci skip]

390cea7f7c991df1cfe9ece3d3fb83e0167c0b3b authored about 5 years ago
Calculate MultiReportBalance columns more efficiently.

Only calculate posting date once for each posting, and calculate their
columns instead of checki...

38904372b21c2e57686def6f4649a0886e4f8888 authored about 5 years ago
Fix auto postings test.

Happy new year!

f55f81415577b67b62b8e5ec1354a568c975ef34 authored about 5 years ago
Fix dead pointer in contributing

Fix link in contributing

63c187c15e75dee3b2cf8386f32fc102003610d8 authored about 5 years ago
;tests: fix some func tests broken by c6da152e

4026e08797807f417b80ddf27fef43822f3fae10 authored about 5 years ago
; silence safe 0.3.18's deprecation warnings for now

(max|min)imum(By)?Def are being replaced by (max|min)imumBound(By)?
but the old functions have t...

0b734be445a0d3039ac747af7ae025855775e2ba authored about 5 years ago
;make *buildtest*: skip tests/benchmarks, save a little time & noise

[ci skip]

64470ba3925b6df51b33bfc6acf04fd6008ab914 authored about 5 years ago
web: fix add form completions (fixes #1156)

It seems like show (toJSON "a") used to give "\"a\"" instead of
"String \"a\"". I haven't found ...

aa47d8ddc9912963795a9e556bd953aa5ba4c6f6 authored about 5 years ago
;lib: drop more unnecessary toJSON calls

c5537cedb59a834454fb4b8a6a2283a3a942b582 authored about 5 years ago
;stack: build with ghc 8.8, latest nightly by default

Shake.hs's deps (regex) might or might not build with ghc 8.8 yet.

7e49d8cce935659a511c0238dd40d41dbccb4c5a authored about 5 years ago
;stack: rename the ghc 8.6 stack.yaml

39d9e417c3ed2cf69a1569f598aec7c2c22543c9 authored about 5 years ago
Correct finding latest date in queryEndDate Or queries and simplify date

comparison code.

b9b16da8ed6376f5b170eb8a5139672a165e41eb authored about 5 years ago
stack: ghc8.10: update extra-deps

ace729d5abd05fe27e725f2c3afe240249c2a510 authored about 5 years ago
Fix typos

2852f9dbee1d6f455ecf0bd9e6ed1df4b9cc1f6d authored about 5 years ago
;csv: doc: document balance-type

[ci skip]

4266db5633ab1f4e80ac5cb8a26f7b555a0a3cc7 authored about 5 years ago
;doc: roadmap updates

[ci skip]

9e5be796d8415c7cb2a15460c24b4cd98f905ed6 authored about 5 years ago
Merge pull request #1151 from ghallak/master

Change the '<' command to go back one step during addition

5b066eba8ed501b773203f3781723c151c319abf authored about 5 years ago
Update the instructions for the add command

9b6652b93f6418710b8742229d81959474262378 authored about 5 years ago
Remember the previously entered values when stepping forward

e1bbefbd1b4ec5d7b7462b4a79666d7e0a655d0d authored about 5 years ago
;doc: update roadmap

[ci skip]

b8ecf9363a352bc9483c6c15e688ff8385969dcf authored about 5 years ago
;doc: update roadmap

[ci skip]

4150a3621a4d5772c1282d19b73981cfd3e7b333 authored about 5 years ago
;doc: update roadmap

[ci skip]

696cdaeb2f0e616fb0b73ba492a2e85e29520f7f authored about 5 years ago
Show the previous input in the input area after the back command

ee18227a126e31cd8645b51795c571e1128bdaed authored about 5 years ago
Change the '<' command to go back one step during addition

6f26eef8329f240d1f0ceb75c14f78d52303a000 authored about 5 years ago
move JSON instances from hledger-web to hledger-lib

46d516e7a30e2d0353cc831c1cfa133865ed6d16 authored about 5 years ago
ToJSON instances for all (?) remaining data types, up to Ledger

7fa7ccc033ca4a90b2d2226b2150e587133c2283 authored about 5 years ago
; sort commands list

5a19d604b6d81637a9a61bc1abc1c1c0966b2c2d authored about 5 years ago
;ui: E key: comment

[ci skip]

43159f4feab897825df519f660796386354f9d92 authored about 5 years ago
;ui: E key: simplify; drop buggy emacs end-of-file positioning

44da1e1cb753f4a3b6d5d465689f7a7c5b6ed17a authored about 5 years ago
fix help

67635106d2288e177039baaf0bc4c4052cedbbf2 authored about 5 years ago
;ui: E key: support positioning with nano editor

4cd2c35ad4e9d24f4b5db5fba7e8db0121df1a86 authored about 5 years ago
;ui: clarify editorOpenPositionCommand

1bf271a8c453dd9d5e7a62cbb96f9ee5801348f8 authored about 5 years ago
;ui: refactor: consolidate EditorType definition and related code

a09513c3fb492c6d52b2401dc52062f21d27397f authored about 5 years ago
;fix some warnings with GHC 8.10 alpha

hledger is GHC 8.10 ready!

47567cd770414962d52b9eb971de01bdbac4e186 authored about 5 years ago
;stack: add a config for ghc 8.10 alpha

[ci skip]

9612c1f917fd98d1373295702cf099d58b2f4134 authored about 5 years ago
;stack: ghc 8.8 cleanups

[ci skip]

b6c066869500b6f6c7d1a7c1095275d7b852ac71 authored about 5 years ago
;doc: csv: mention that fields rule's separator != csv separator

[ci skip]

2a2f08bb58d989c2b5c498f4859416c52a036c7e authored about 5 years ago
;doc: csv: expand help on other separator characters

[ci skip]

2825a06e8e42d7ef27b45a18ab52b1d30c9dffe7 authored about 5 years ago
;doc: csv: mention entr for rapid feedback

[ci skip]

f099fb558e467d42a75067fd24b595b771ba3433 authored about 5 years ago
;doc: cli: update addons list, drop builtin ones

4d20ce2ee03725ae3f112c6f3f040b79af7dd37c authored about 5 years ago
;Shake: consistency tweak in the webmanuals help

8b3e7ea72b1fe0ce9ee314a1d6d204a634cbb084 authored about 5 years ago
;Shake: add "webmanuals" to the default help

ccc42d4c2ba79866707f9ac1640edb83547af90f authored about 5 years ago
;Shake webmanuals: add a "generated by" comment (hledger_site/#10)

[ci skip]

eb1bb0702dac251b7ab1f8bf4c5926e585ed2eab authored about 5 years ago
;doc: note that doc dev docs need update

3aaea1ef4e2c54dd961d78d48266c3186cfd0f0d authored about 5 years ago
;doc: fix some old wiki and Cookbook references (hledger_site/#10)

95aa2e16cc49bb3b19f1141726772b5767b9334f authored about 5 years ago
;lib: fix some more warnings in Transaction

c759c9b3dee271ced95aa2d7d000c1b958089701 authored about 5 years ago
lib: drop "assertion" alias for nullassertion

Perhaps we'll stick with the null* convention. Fixes a warning in Transaction.hs.

13e6c7dfdfe0ffa461c0b6e71e9a0e49751097e7 authored about 5 years ago
Merge pull request #1140 from jacg/amt-redirect-issue-457

fix parsing of < and > in add-on commands (#457)

63aec5ef568ec0471d3fa9516b22826cd38be171 authored about 5 years ago
;convert extant addon tests to shellrunner format 3

c6da152e9a2d42d95bab82f4b690a4c835ba8c13 authored about 5 years ago
;Disable tests according to discussion in #457

https://github.com/simonmichael/hledger/pull/1140#issuecomment-562793255

4593963fef657987eb920e3748f60a8cf9c5385f authored about 5 years ago
;Fix rewrite tests after #457 fix

As a consequence of fixing #457, two rewrite tests fail, because extra
quotes appear in the outp...

24fbe313dd6cda6ff85a2c688cd101748364d86c authored about 5 years ago
;Add shelltests demonstrating bug reported in issue 457

7394441728e998c6e2d71d477615b97ec9e7c776 authored about 5 years ago
Fix issue 457

Issue #457 pointed out that commands such as

hledger ui 'amt:>200'

failed. This was becasu...

29211868bb56112a7781defaedf2301d4115ca21 authored about 5 years ago
close: doc: mention --close-to/--open-from in the manual

[ci skip]

9d6db3327808ecbc9c9cefb58031e97cce2c98af authored about 5 years ago
Add a basic example of rule parsing for the output of csb2format.

csb2format deals with the CSB43/AEB43 format, which all banks operating in
Spain must support.
H...

60b26b8e4b9616d197db3e7aec206fee63ca7afa authored about 5 years ago
install: re-enable hledger-iadd & hledger-interest

hledger-iadd has been revised on hackage, and hledger-interest has no upper bound.

1aac7e97b13f9d74776448a1702c2fb9a4cda330 authored about 5 years ago
;web: doc: add a missing 1.16.1 changelog item

[ci skip]

1238ebc18bd877d39080413199fdfa14504833a5 authored about 5 years ago
;doc: readme: link to travis/appveyor build history (#1142)

Like the contributor's guide.

[ci skip]

3a594a8115e9f4d5a09c6b46e4476acad7e6c7f9 authored about 5 years ago
;doc: announcement: slight tweak for next time

[ci skip]

8a6e15f1f27bd5c2c9197e536a1a9de56c4e5ff7 authored about 5 years ago
;doc: 1.16 announcement

[ci skip]

01e6504bd1d3c8930cab5bff37cb644fe0c0d2b1 authored about 5 years ago
;doc: whitespace change to test web hooks

[ci skip]

f319bef945c58082138b0261d4709a5001b41a5e authored about 5 years ago
;doc: whitespace change to test web hooks

[ci skip]

0866b308381ce97daa2676f458a6c40e2f8f8b5c authored about 5 years ago
;doc: whitespace change to test web hooks

[ci skip]

38d64a6f7907b5a70121dc8c57fdc409d76c6ff4 authored about 5 years ago
;doc: whitespace change to test web hooks

[ci skip]

46ac93cf5a5a2ff10f7f9b7bd127ae49cf41ca61 authored about 5 years ago
;doc: whitespace change to test web hooks

[ci skip]

ace867d7ed4445a7e9b690aa9226d61daa40bd76 authored about 5 years ago
;doc: whitespace change to test web hooks

[ci skip]

592e0125fe6c9454263215774aa94447a2180e71 authored about 5 years ago
;doc: whitespace change to test web hooks

[ci skip]

4efe397ba4f2263b4cb44b066e7e2986f1d69ee6 authored about 5 years ago
;cli: doc: drop changelog whitespace

[ci skip]

c54c15fccd2394d25c226c7653fdc234b19d658c authored about 5 years ago
;doc: drop minor heading from project changelog

[ci skip]

e77541a27020e32b37b9c69b63c3bdd11025affa authored about 5 years ago
install: always do stack update, to help ensure we get the latest

https://github.com/commercialhaskell/stack/issues/5112

3d98f0b5aa37fd1a7996b56d17ecbabf7f9bfb92 authored about 5 years ago
;doc: changelogs

6ae837f82043d2bbc3146a07cfee58de7aab4479 authored about 5 years ago
;doc: finalise changelogs

5a2bcecf26f93189df039f9aba93235b50e585a4 authored about 5 years ago
install: update hledger-install for 1.16.1, disable addons for now

b58a3508034e3cae2c97a8c3142ea8e83deb9cda authored about 5 years ago
;doc: clarify changelog item for #1085

13f95327e3fb87e791554f310b384b6bf2b0b99a authored about 5 years ago
lib, cli, web: bump version to 1.16.1

093dca570d5e7022489498153a97311bf09a563a authored about 5 years ago
web: drop old dependency on json (#1190)

b7bea5698eb7d0e49c1eb62312120bc093060366 authored about 5 years ago
ui: bump to 1.16.1 also, requiring hledger 1.16.1

ac360893f51da7f44740a0146f59f37724d53453 authored about 5 years ago
;doc: regen manuals

06b70194c0993a0831fbf64ebb756bc5aed1f750 authored about 5 years ago
Fix build badges for Travis and AppVeyor

70c2b135ec51a39276764e8fe2dce66a8ef51181 authored about 5 years ago
;doc: changelog updates

e032eff8ebe169c9f905134b844241aa19a6dbd9 authored about 5 years ago
;cli: doc: rewrite CSV changelog entries

35e70e8f361b15b22c93addc41024e6a78720c8f authored about 5 years ago
lib, cli, web: drop unnecessary mtl-compat dependency

0ce890e5ffe307d185b3dda4bd4958b8b66b84c4 authored about 5 years ago
;lib: clarify Hledger.Read imports a little

62a9e1aa62f377ee7d7dd2e4ff8b4d1fa41ecd36 authored about 5 years ago
Revert "remove old fail compatibility imports that are obsolete ?"

They are needed with ghc <8.4, not for fail but for <> I think.
Try cleaning up again another ti...

a0b92e02b9ddf52ceac61b7bd2fdf43801c4ed7f authored about 5 years ago
;doc: regen manuals

d922b6e79828f118c0507abf2536b982ea59eedd authored about 5 years ago
;regen cabal files

6daebf60ea4e38f6279f758a9034eca7dc5c1342 authored about 5 years ago
;bump version to 1.16

87d0491103d48b22f7a3d637dcd0b146a88b8661 authored about 5 years ago
;doc: changelogs

[ci skip]

c90c0867c4a2d58775197984b863d7628bb38d62 authored about 5 years ago
lib: disable doctest suite again till we can run it with cabal (#1139)

4b66bc2ed9ea6863b455f442c7ef83e1befbcbcd authored about 5 years ago
remove old fail compatibility imports that are obsolete ?

318ce7eb0798769a8597a2dce35094a90f5b0a4e authored about 5 years ago
;tools: fix make tag after tests rename

d8c52c97d2883ec68084521fa16198b0f4f177ae authored about 5 years ago
close: don't strip decimal zeros, causing misparsing (fix #1137)

5b6dbe86b39d0eab2d1943981363e34dad9e1de6 authored about 5 years ago
;lib: clarify docs for setFullPrecision, setNaturalPrecision

279e9624ed06ce1d6f0dbe15c1c4025e72d6b635 authored about 5 years ago
;doc: journal: rewrite commodity directive doc

[ci skip]

a081404bd79f35c9e2cde500fee5cad039105eeb authored about 5 years ago
;doc: draft changelog updates

[ci skip]

359a11890004bc99f389a123ff736cb17e6d28b4 authored about 5 years ago
;stack: use base-compat < 0.11 and latest lts for Shake/regex (#1090)

[ci skip]

3c226f869af1f5ad9471dafa83b4c88132fb5cfd authored about 5 years ago