Commit graph

765 commits

Author SHA1 Message Date
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
Collin M. Barrett
2e0680203d
suggest PRs against new Seed data directory 2018-01-18 12:21:04 +00:00
Collin Barrett
5f9e31877c add remainder of seed data 2018-01-18 05:35:37 -06:00
Collin Barrett
3bcf0dea10 skip generics for now
see #183
2018-01-18 04:15:45 -06:00
Collin Barrett
43992bbc74 remove seed select SQL files 2018-01-17 21:15:14 -06:00
Collin Barrett
edb4e13771 add Syntax seed 2018-01-17 21:14:06 -06:00
Collin Barrett
254af58933 add License seed, genericize Seed() 2018-01-17 19:44:20 -06:00
Collin Barrett
bb1823ac4c begin adding seed 2018-01-17 17:44:28 -06:00
Collin Barrett
9c87c46179 update dotnet sdk 2018-01-17 15:39:55 -06:00
Collin Barrett
5d6c21b212 nuget updates 2018-01-17 15:33:22 -06:00
Collin M. Barrett
79c0520197 replace material-ui with antd 2017-12-06 20:21:47 -06:00
Collin M. Barrett
4764aafc15 Revert "try using @types/material-ui@next"
This reverts commit a74d1ee6c3.
2017-12-06 15:19:17 -06:00
Collin M. Barrett
a74d1ee6c3 try using @types/material-ui@next 2017-12-06 15:09:25 -06:00
Collin M. Barrett
ee3bf16a5e update AutoMapper 2017-12-06 10:30:27 -06:00
Collin M. Barrett
e01a3b27d2 try fixing theme / table issues with mui@next 2017-12-06 06:21:46 -06:00
Collin M. Barrett
805e404184 try deleting package-lock.json 2017-12-05 21:20:22 -06:00
Collin M. Barrett
a6da2c8920 try using latest/next npm packages 2017-12-05 21:04:59 -06:00
Collin M. Barrett
4b307bcfc4 remove v3 db dump 2017-12-05 18:59:54 -06:00
Collin M. Barrett
ad56105055 update .gitignore, add appsettings templates 2017-12-05 18:58:51 -06:00
Collin M. Barrett
f43e0b6b79 pluralize maintainers 2017-12-05 16:48:29 -06:00
Collin M. Barrett
152f91ff09 require props in call to super() per react v16.0.25 2017-12-05 06:24:22 -06:00
Collin M. Barrett
a4d8f6e2d2 update all npm pckgs 2017-12-05 06:03:57 -06:00
Collin M. Barrett
ff309340a7 update webpack 2017-12-05 05:55:12 -06:00
Collin M. Barrett
32656ba98f update dotnet sdk 2017-12-04 19:05:32 -06:00
Collin M. Barrett
cbc4810e67 update nuget pckgs 2017-12-04 19:01:11 -06:00
Collin M. Barrett
bbe39668e4 begin adding get details pipeline for single list 2017-11-06 06:22:25 -06:00
Collin M. Barrett
4a533c5c0f add FilterListMaintainer 2017-11-04 11:16:40 -05:00
Collin M. Barrett
f5e2e717bb remove db seed, open-source db dump
until API is ready, I'll occasionally dump the db to csv in the spirit of open-source
2017-11-04 10:33:48 -05:00
Collin M. Barrett
bdea77693f remove FilterListsSoftware
use syntax as the link between filterlists and software. ref #7
2017-11-04 09:52:57 -05:00