1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 12:20:04 -04:00
moneygo/internal/handlers
Aaron Lindsay 3869f3a3b2 Get all current tests to pass with MySQL
This is done by requiring 'parseTime=true' in the MySQL DSN's (required
by github.com/go-sql-driver/mysql when Scan()ing to time.Time's), and
not forcing update counts to match if rows were updated to what they
already were.
2017-10-24 20:57:55 -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 testing: Add more data 2017-10-23 20:10:00 -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 Get all current tests to pass with MySQL 2017-10-24 20:57: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.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -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: Add more data 2017-10-23 20:10:00 -04:00
transactions_test.go testing: Test fetching all transactions 2017-10-23 21:14:19 -04:00
transactions.go Get all current tests to pass with MySQL 2017-10-24 20:57:55 -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