Commit graph

613 commits

Author SHA1 Message Date
Collin M. Barrett
38495c81e6 configure ports 2017-10-29 16:04:41 -05:00
Collin M. Barrett
2623fd773a deploy Web, cleanup demo cruft 2017-10-29 15:39:25 -05:00
Collin M. Barrett
c739e75604 convert forecast example to filterlists 2017-10-29 15:31:28 -05:00
Collin M. Barrett
d7e5dfd16c migrate forecasts sample to filterlists api controller 2017-10-29 14:11:59 -05:00
Collin M. Barrett
b7e493ce8e remove home sample, make fetch data sample the home 2017-10-29 14:02:47 -05:00
Collin M. Barrett
35f576a0c1 add App Insights to .Web 2017-10-28 18:26:38 -05:00
Collin M. Barrett
92b6a4fab9 remove counter demo 2017-10-28 18:23:16 -05:00
Collin M. Barrett
c7d79710d1 react-based FilterLists.Web initial commit 2017-10-28 18:01:40 -05:00
Collin M. Barrett
a57f9f634d Revert "FilterLists.Web initial commit"
This reverts commit 2c87953f15.
2017-10-28 16:28:26 -05:00
Collin M. Barrett
2c87953f15 FilterLists.Web initial commit 2017-10-28 16:01:27 -05:00
Collin M. Barrett
6c55470644 support list seeding, redo initial migration 2017-10-28 15:02:58 -05:00
Collin M. Barrett
23ae1d6d85 only try db seed in debug 2017-10-28 08:46:07 -05:00
Collin M. Barrett
e2589657a9 update db provider 2017-10-27 21:17:48 -05:00
Collin M. Barrett
6fd07f3966 add 1st migration, seed Languages 2017-10-27 20:51:54 -05:00
Collin M. Barrett
14f19ea147 remove unused interface 2017-10-27 20:14:36 -05:00
Collin M. Barrett
64298070ef add Software entity
ref #11
2017-10-27 19:43:33 -05:00
Collin M. Barrett
ea81d615bf remove unneeded dbset for mapping table 2017-10-27 19:31:26 -05:00
Collin M. Barrett
cf2d5cdf19 ensure call base onmodelcreating 2017-10-27 18:58:05 -05:00
Collin M. Barrett
ecfcba9fb3 remove duplicated default value on dates 2017-10-27 18:33:44 -05:00
Collin M. Barrett
d3c9a13bb7 remove default key on mapping table 2017-10-27 18:30:31 -05:00
Collin M. Barrett
69a314c0cc updates to modifieddate 2017-10-27 18:16:57 -05:00
Collin M. Barrett
a007a8252d update table names 2017-10-27 18:09:10 -05:00
Collin M. Barrett
8eec84a655 table name updates 2017-10-27 17:55:43 -05:00
Collin M. Barrett
705307e07c finish FilterListLanguage join table 2017-10-27 17:50:51 -05:00
Collin M. Barrett
565b756280 begin adding many-to-many between langs and lists 2017-10-27 17:31:52 -05:00
Collin M. Barrett
b3c5744f97 minor entity cleanup 2017-10-27 17:20:09 -05:00
Collin M. Barrett
5889d90e3a remove explicit key def. which duplicated convention 2017-10-27 17:09:24 -05:00
Collin M. Barrett
b8cefcb493 add default value to timestamps 2017-10-27 16:57:28 -05:00
Collin M. Barrett
6120749cfd match mysql table name conventions 2017-10-27 14:14:46 -05:00
Collin M. Barrett
3a21103956 Revert "Revert "override default table names to Pascal""
This reverts commit a12eb77096.
2017-10-27 14:13:58 -05:00
Collin M. Barrett
a12eb77096 Revert "override default table names to Pascal"
This reverts commit 4e9200eefb.
2017-10-27 14:12:00 -05:00
Collin M. Barrett
4e9200eefb override default table names to Pascal 2017-10-27 14:04:33 -05:00
Collin M. Barrett
732848b549 remove attributes from entity configs 2017-10-27 14:00:18 -05:00
Collin M. Barrett
2137f1e318 fix foreign key 2017-10-27 13:42:54 -05:00
Collin M. Barrett
6c471a1d5d fix updated EmailAddress in sample gen. 2017-10-27 13:10:50 -05:00
Collin M. Barrett
d25ca66a34 make data plural 2017-10-27 13:04:27 -05:00
Collin M. Barrett
953dc06c00 wire up init fluent configurations
closes #144
2017-10-27 13:03:46 -05:00
Collin M. Barrett
859011d073 implement BaseEntityTypeConfiguration
not yet tested.

per: https://stackoverflow.com/a/46978798/2343739

ref #144
2017-10-27 11:01:50 -05:00
Collin M. Barrett
c5339528af use pooled dbcontext for perf (ef core 2.0) 2017-10-27 09:29:59 -05:00
Collin M. Barrett
d5c84ccf1a refactor last using EF Core 2.0 self-contained type configuration
ref #144
2017-10-27 09:24:04 -05:00
Collin M. Barrett
bfff929ce5 move fluent to entity maps per entity
ref #144
2017-10-27 07:51:59 -05:00
Collin M. Barrett
a4ece09905 fix bug in last 2017-10-26 21:49:37 -05:00
Collin M. Barrett
7995697920 simplify / cleanup entities 2017-10-26 21:43:28 -05:00
Collin M. Barrett
d935072dd4 bug fix and cleanup 2017-10-26 17:31:10 -05:00
Collin M. Barrett
80e4429c37 add Language data 2017-10-26 17:18:29 -05:00
Collin M. Barrett
5719138a8a data model updates 2017-10-26 15:38:03 -05:00
Collin M. Barrett
aaf01637ed initial add of Maintainer entity 2017-10-26 14:05:18 -05:00
Collin M. Barrett
23e55ab6b6 use EF core way of defaulting dates
ref #143
2017-10-26 13:15:20 -05:00
Collin M. Barrett
fc90f71f5e alt. approach to defaulting CreatedDateUtc
ref #143
2017-10-26 12:25:43 -05:00
Collin M. Barrett
b7c0280cc9 fix interface for last commit 2017-10-26 12:16:20 -05:00