Commit Graph

343 Commits

Author SHA1 Message Date
Aaron Lindsay 096005db3d
Merge pull request #30 from aclindsa/gnucash_testing
Add initial gnucash importing test
2017-11-23 13:46:04 -05:00
Aaron Lindsay 0aa8ac63ab testing: Test importing Gnucash security prices 2017-11-22 21:37:45 -05:00
Aaron Lindsay 947db54433 testing: Check more post-gnucash import account balances 2017-11-22 20:59:11 -05:00
Aaron Lindsay d65019f55c gnucash tests: Check for the presence of more accounts and their trees 2017-11-21 05:58:43 -05:00
Aaron Lindsay b06b409cd5 Add initial gnucash importing test
This is woefully incomplete, but tests to make sure at least one balance
on one account is correct...
2017-11-21 05:31:07 -05:00
Aaron Lindsay 4d0b33efee securities: Don't use 'precision', a MySQL reserved word, in DB 2017-11-21 05:31:07 -05:00
Aaron Lindsay be0d9051d4
Merge pull request #29 from aclindsa/sessions
Sessions
2017-11-19 20:53:39 -05:00
Aaron Lindsay ac5826daca Add expiration and creation times to sessions
Check expiration time when fetching sessions from cookies
2017-11-19 06:36:52 -05:00
Aaron Lindsay 216d413c15 Ensure we don't have duplicate session secrets 2017-11-18 21:20:23 -05:00
Aaron Lindsay 56dcc5e1d7
Merge pull request #28 from aclindsa/dep
Use `dep` and adapt travis to, too
2017-11-18 20:53:16 -05:00
Aaron Lindsay 197b2db962 Use `dep` and adapt travis to, too 2017-11-18 20:22:12 -05:00
Aaron Lindsay c1346e8a65
Merge pull request #27 from aclindsa/travis_fixups
Travis fixups
2017-11-17 21:44:43 -05:00
Aaron Lindsay 05aea95961 .travis.yml: Disable SSL mode for Postgres
This isn't enabled on OSX by default
2017-11-17 21:18:10 -05:00
Aaron Lindsay e4e474caf2 Remove outdated comment 2017-11-17 21:02:25 -05:00
Aaron Lindsay 04d85cd681 Fix gorp to internally lowercase fields for Postgres
Postgres folds all unquoted column names to lowercase, and doing this
allows that to work nicely without screwing up the queries for the other
database engines.
2017-11-17 21:01:06 -05:00
Aaron Lindsay d5ca4395ac Move to gorp v2
This removes the following error, caused by the MySQL Dialect using a
'varchar' for all columns over 256 characters in length, instead of
'text' for the largest:

  2017/11/17 22:41:33 common_test.go:208: Error 1074: Column length too big for column 'Lua' (max = 21844); use BLOB or TEXT instead
2017-11-17 19:53:56 -05:00
Aaron Lindsay 8ac573796b .travis.yml: Allow OSX tests on 'master' to finish early (and fail) 2017-11-17 19:45:08 -05:00
Aaron Lindsay 955bb214b8 .travis.yml: Add OSX 2017-11-17 19:45:08 -05:00
Aaron Lindsay 408b59d522 .travis.yml: Comment, reorganize 2017-11-17 15:40:47 -05:00
Aaron Lindsay 144c89655a
Merge pull request #26 from aclindsa/postgres
Postgres Support
2017-11-17 08:05:35 -05:00
Aaron Lindsay b2359e1267 Fixup account transactions to work for both Postgres and MySQL 2017-11-17 05:50:00 -05:00
Aaron Lindsay d5bb6ae26c .travis.yml: Enable postgres 2017-11-17 05:20:10 -05:00
Aaron Lindsay 50dd7b1d26 testing: Use Time.Equal for date comparisons
Postgres actually preserves the timezone, unlike sqlite and mysql...
2017-11-17 05:20:10 -05:00
Aaron Lindsay 00e1e899c0 Rebind all SQL queries to acommodate Postgres 2017-11-17 05:09:16 -05:00
Aaron Lindsay f9c234c2f3
Merge pull request #25 from aclindsa/add_mysql_postgres
Testing: Add MySQL and Postgres
2017-11-16 20:36:15 -05:00
Aaron Lindsay a80a46d83f Add "tcp()" to the MySQL DSN in the example config
This appears to be necessary for the MySQL driver we're using
2017-11-16 20:19:25 -05:00
Aaron Lindsay e3e381b183 .travis.yml: Disable postgres until it gets fixed 2017-11-16 20:19:00 -05:00
Aaron Lindsay 769a74a941 .travis.yml: Test MySQL and Postgres in addition to SQLite 2017-11-16 19:58:42 -05:00
Aaron Lindsay 73cedfd700 testing: Allow DB engine and DSN to be selected with environment variables 2017-11-16 19:42:58 -05:00
Aaron Lindsay c48c50d2c5 API: Move prices under securities
For example, instead of GETting /prices/5 to query a price with ID 5,
you now must GET /securities/2/prices/5 (assuming price 5's SecurityId
is 2)
2017-11-16 19:32:30 -05:00
Aaron Lindsay 81610adb72 client: Set contentType header 2017-11-13 20:49:26 -05:00
Aaron Lindsay 5a6be5a07b Stop using form elements for API
Just send the JSON as the request body
2017-11-13 20:48:19 -05:00
Aaron Lindsay 9624f0c5bc Move to a consistent way of handling IDs in URLs 2017-11-12 21:15:00 -05:00
Aaron Lindsay e99abfe866 handlers: Cleanup Context, route handling code 2017-11-12 20:39:36 -05:00
Aaron Lindsay 507868b7a5 Begin move away from using http.ServeMux 2017-11-12 20:17:27 -05:00
Aaron Lindsay 9429b748fa Prefix all API endpoints with 'v1/', pluralize collections 2017-11-11 08:05:09 -05:00
Aaron Lindsay 79ed5dad9f testing: Test Lua Prices 2017-11-10 20:49:45 -05:00
Aaron Lindsay 9b1b682bac prices: Implement initial API and tests 2017-11-10 20:13:49 -05:00
Aaron Lindsay 7e728ff29b testing: Add initial testing of Lua balances 2017-11-08 20:46:13 -05:00
Aaron Lindsay bca3e3b408 Lua balances: Fix order of operands pulled in 2017-11-08 20:44:34 -05:00
Aaron Lindsay 5daed2f508 testing: Add tests for Lua dates
Also fix a timezone bug discovered while testing
2017-11-07 05:58:58 -05:00
Aaron Lindsay 6115a16f89 testing: Use a different date-creation format for one Lua accounts test 2017-11-06 21:22:01 -05:00
Aaron Lindsay 985270f190 testing: Test Lua accounts 2017-11-06 21:16:04 -05:00
Aaron Lindsay fb67ab586f testing: Add __eq and __tostring tests for Lua securities 2017-11-06 05:49:58 -05:00
Aaron Lindsay 6c18506432 testing: Separate out simple Lua testing 2017-11-06 05:37:52 -05:00
Aaron Lindsay c4ed7d3c50 testing: Test get_securities() Lua call 2017-11-05 21:25:20 -05:00
Aaron Lindsay 0dec4001eb testing: Test Lua securities 2017-11-05 20:53:20 -05:00
Aaron Lindsay 5dd27a6c56 Lua: Add Security.AlternateId getter 2017-11-05 20:52:36 -05:00
Aaron Lindsay f2a45dc6b6 Make SecurityType its own type 2017-11-05 20:43:32 -05:00
Aaron Lindsay 6fb66ac04e testing: Add initial report tabulation test 2017-11-03 22:13:20 -04:00