Commit graph

793 commits

Author SHA1 Message Date
Collin Barrett
b2fca09b81 cleanup services 2018-01-23 19:55:26 -06:00
Collin Barrett
08b0df764d remove unused dep 2018-01-23 19:35:53 -06:00
Collin Barrett
a9217c89ec add Seed route 2018-01-23 19:10:33 -06:00
Collin M. Barrett
22695e29cf
Update LICENSE 2018-01-24 00:08:21 +00:00
Collin Barrett
38d640e1cb hide AI from Output 2018-01-23 17:59:23 -06:00
Collin Barrett
c6de12fde7 change dev startup url 2018-01-23 17:45:20 -06:00
Collin Barrett
3885816025 add some nugets 2018-01-23 17:16:25 -06:00
Collin Barrett
6973cc06e7 strip out repo in favor of "EF follows repo pattern" 2018-01-23 16:47:59 -06:00
Collin Barrett
b68392a96e Revert "remove App Insights key"
This reverts commit 644cabf831.
2018-01-23 05:51:32 -06:00
Collin Barrett
644cabf831 remove App Insights key 2018-01-22 19:49:14 -06:00
Collin Barrett
b6e0b71f67 revert adding route tag to controller 2018-01-22 18:57:05 -06:00
Collin Barrett
a7c09b788c general architecture cleanup
remove pointless (currently) interfaces and other cruft
2018-01-22 18:49:05 -06:00
Collin Barrett
dc042c4f99 Revert "prod seed data config test"
This reverts commit 016b4619e1.
2018-01-22 16:33:59 -06:00
Collin Barrett
016b4619e1 prod seed data config test 2018-01-22 16:27:52 -06:00
Collin Barrett
fb98f59232 minor refactor 2018-01-22 16:23:17 -06:00
Collin M. Barrett
42eb6f44a8 remove unused method, move seed extensions 2018-01-22 09:23:45 -06:00
Collin M. Barrett
cfe95a9a07 minor efficiency improvement if no values to seed 2018-01-22 07:58:51 -06:00
Collin M. Barrett
b170c20818 configure data directory via appsettings 2018-01-22 07:56:23 -06:00
Collin M. Barrett
797295bc4f
change seed/data directory 2018-01-22 13:13:53 +00:00
Collin M. Barrett
c7db99d3df remove tests placeholder for now 2018-01-22 07:11:29 -06:00
Collin Barrett
33fcd23e98 revert test data 2018-01-22 06:32:31 -06:00
Collin Barrett
7ad3afa6df fix typo 2018-01-22 06:25:08 -06:00
Collin Barrett
aa95507f0a test prod data seed 2018-01-22 06:24:44 -06:00
Collin Barrett
3ce6dda004 copy data on deploy 2018-01-22 06:05:47 -06:00
Collin Barrett
d602601178 try moving data to root data dir 2018-01-22 06:03:37 -06:00
Collin Barrett
fe5838e2fa add GetUpdateUnchangedColumnHack() 2018-01-22 05:48:57 -06:00
Collin Barrett
12f876e958 finish IODKU method, Insert is wip 2018-01-21 20:19:37 -06:00
Collin Barrett
5711b069b1 use consistent naming 2018-01-20 19:28:37 -06:00
Collin Barrett
83d34a3149 filter primary keys from updates, other cleanup
per: https://stackoverflow.com/a/48361472/2343739
2018-01-20 18:58:43 -06:00
Collin M. Barrett
92f734b208 further work on InsertOnDuplicateKeyUpdate()
not yet functioning, see TODOs
2018-01-19 15:40:45 -06:00
Collin M. Barrett
d6fc026d91 begin work on InsertOnDuplicateKeyUpdate()
wip, but will allow primary data model to be maintained in json on GitHub and the app db to be kept up to date
2018-01-19 11:24:37 -06:00
Collin M. Barrett
bbf010a04e R# don't prefer hungarian prefixes per Clean Code 2018-01-19 09:04:55 -06:00
Collin Barrett
93abe6d0f2 add antd 2018-01-18 17:36:04 -06:00
Collin Barrett
836ca9a512 update all npm (except brand new major bootstrap) 2018-01-18 17:18:56 -06:00
Collin Barrett
f16c5d0932 replace sample data with FL API data 2018-01-18 17:10:58 -06:00
Collin Barrett
0ce1e57508 use different port in Web than API 2018-01-18 16:58:11 -06:00
Collin Barrett
9faf0895a9 restart front-end proj 2018-01-18 16:46:37 -06:00
Collin Barrett
b0fc5fa8f2 Revert "try using latest/next npm packages"
This reverts commit a6da2c8920.
2018-01-18 16:20:33 -06:00
Collin Barrett
bcfc2cb22c Revert "try using @types/material-ui@next"
This reverts commit a74d1ee6c3.
2018-01-18 16:20:26 -06:00
Collin Barrett
b03ec5a1c1 Revert "Revert "try using @types/material-ui@next""
This reverts commit 4764aafc15.
2018-01-18 16:20:16 -06:00
Collin Barrett
8cc4a4daf3 Revert "replace material-ui with antd"
This reverts commit 79c0520197.
2018-01-18 16:20:11 -06:00
Collin M. Barrett
2355cba86b use generic Seed() method
closes #183

per https://stackoverflow.com/questions/48330079/check-if-dbsett-is-empty
2018-01-18 15:14:13 -06:00
Collin M. Barrett
56d4c51ed3 re-create migration with utf8 support 2018-01-18 12:53:17 -06:00
Collin M. Barrett
ca9a2174b3 Revert "delete existing migrations"
This reverts commit fe75bfd1b4.
2018-01-18 11:52:18 -06:00
Collin M. Barrett
fe75bfd1b4 delete existing migrations
rows too wide for utf8
2018-01-18 08:42:50 -06:00
Collin M. Barrett
e99c41d84e use nvarchar and TEXT 2018-01-18 08:15:15 -06:00
Collin M. Barrett
7f876b0116 expand db create script 2018-01-18 07:22:08 -06:00
Collin M. Barrett
a44fbef7d9 change extension of create db script 2018-01-18 07:14:00 -06:00
Collin M. Barrett
fd151839c6 add db create script 2018-01-18 07:13:26 -06:00
Collin Barrett
78baa29958 fix name of Fork json 2018-01-18 06:27:44 -06:00