1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 12:20:04 -04:00
moneygo/internal/handlers
2017-11-10 20:13:49 -05: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_test.go testing: Use a different date-creation format for one Lua accounts test 2017-11-06 21:22:01 -05:00
accounts_lua.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
accounts_test.go testing: Don't omit the 0th elements when testing 2017-11-03 20:54:17 -04:00
accounts.go Remove duplicate *Tx versions of database access methods 2017-10-14 19:41:13 -04:00
balance_lua_test.go testing: Add initial testing of Lua balances 2017-11-08 20:46:13 -05:00
balance_lua.go Lua balances: Fix order of operands pulled in 2017-11-08 20:44:34 -05:00
common_test.go testing: Use an in-memory sqlite3 database 2017-11-01 21:09:55 -04:00
date_lua_test.go testing: Add tests for Lua dates 2017-11-07 05:58:58 -05:00
date_lua.go testing: Add tests for Lua dates 2017-11-07 05:58:58 -05: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 prices: Implement initial API and tests 2017-11-10 20:13:49 -05: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 Make SecurityType its own type 2017-11-05 20:43:32 -05:00
prices_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
prices_test.go prices: Implement initial API and tests 2017-11-10 20:13:49 -05:00
prices.go prices: Implement initial API and tests 2017-11-10 20:13:49 -05:00
reports_lua_test.go testing: Separate out simple Lua testing 2017-11-06 05:37:52 -05: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: Add initial report tabulation test 2017-11-03 22:13:20 -04:00
reports.go testing: Add initial report tabulation test 2017-11-03 22:13:20 -04:00
securities_lua_test.go testing: Add __eq and __tostring tests for Lua securities 2017-11-06 05:49:58 -05:00
securities_lua.go Lua: Add Security.AlternateId getter 2017-11-05 20:52:36 -05:00
securities_test.go testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
securities.go Make SecurityType its own type 2017-11-05 20:43:32 -05: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 prices: Implement initial API and tests 2017-11-10 20:13:49 -05:00
transactions_test.go testing: Don't omit the 0th elements when testing 2017-11-03 20:54:17 -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