1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-10-04 16:50:05 -04:00
moneygo/internal/handlers
Aaron Lindsay 5504d37482 testing: Improve testing CRUD for reports
Ensure we don't get silent errors if the Lua code is longer than the
database column, don't leave out the first report from testing, test
fetching multiple reports.
2017-11-03 20:50:19 -04:00
..
reports First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
scripts First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
accounts_lua.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
accounts_test.go accounts_test.go: Fix typo in failure message 2017-11-01 21:03:20 -04:00
accounts.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
balance_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
common_test.go testing: Use an in-memory sqlite3 database 2017-11-01 21:09:55 -04:00
date_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
errors.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
gnucash.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
handlers.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
imports.go go vet, go fmt 2017-10-14 20:38:40 -04:00
Makefile First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
ofx.go go vet, go fmt 2017-10-14 20:38:40 -04:00
prices_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
prices.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
reports_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
reports_test.go testing: Improve testing CRUD for reports 2017-11-03 20:50:19 -04:00
reports.go testing: Improve testing CRUD for reports 2017-11-03 20:50:19 -04:00
securities_lua.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
securities_test.go testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
securities.go securities: Allow SQL update count to be 0 2017-10-24 20:24:12 -04:00
security_templates_test.go Add tests for users and sessions 2017-10-07 06:21:05 -04:00
sessions_test.go testing: Ensure client CookieJar's aren't shared 2017-10-23 05:48:12 -04:00
sessions.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
testdata_test.go testing: Improve testing CRUD for reports 2017-11-03 20:50:19 -04:00
transactions_test.go testing: Ensure account versions increased when creating/deleting transactions 2017-11-01 05:59:16 -04:00
transactions.go testing: Add initial account transactions test 2017-10-30 21:14:19 -04:00
users_test.go Test not allowing users to be re-created with the same username 2017-10-14 20:47:57 -04:00
users.go users: Simplify deletion of prices and splits owned by a user 2017-10-24 20:13:42 -04:00
util.go go vet, go fmt 2017-10-14 20:38:40 -04:00