Collin M. Barrett
|
df7967418d
|
update remaining seed data with new formatting
|
2018-01-25 11:52:27 -06:00 |
|
Collin M. Barrett
|
fbbaa5c64c
|
finish seed endpoints
|
2018-01-25 10:54:22 -06:00 |
|
Collin M. Barrett
|
b4316cb6d1
|
simplify SeedService with generics
per: https://stackoverflow.com/questions/48441884/refactor-shared-net-core-api-action-using-generics-and-automapper-to-reduce-dup
|
2018-01-25 05:46:32 -06:00 |
|
Collin M. Barrett
|
608ceaf520
|
optimize async with automapper
|
2018-01-24 20:11:02 -06:00 |
|
Collin M. Barrett
|
b74bebf1fe
|
optimize async with automapper
|
2018-01-24 20:09:49 -06:00 |
|
Collin M. Barrett
|
9cb441ba9b
|
fix async json responses
|
2018-01-24 19:59:21 -06:00 |
|
Collin M. Barrett
|
dfe98c893f
|
async all the things, add seed endpoints for entities
|
2018-01-24 19:30:01 -06:00 |
|
Collin M. Barrett
|
fd81aacd37
|
extract middle level Entity controller for generic Seed method
|
2018-01-24 07:10:37 -06:00 |
|
Collin M. Barrett
|
8bba881c84
|
work towards seed API action for all entities
|
2018-01-24 05:49:35 -06:00 |
|
Collin M. Barrett
|
deff680952
|
cleanup services
|
2018-01-23 19:55:26 -06:00 |
|
Collin M. Barrett
|
79b6c55fd4
|
remove unused dep
|
2018-01-23 19:35:53 -06:00 |
|
Collin M. Barrett
|
6d328fb154
|
add Seed route
|
2018-01-23 19:10:33 -06:00 |
|
Collin M. Barrett
|
eece976d81
|
Update LICENSE
|
2018-01-24 00:08:21 +00:00 |
|
Collin M. Barrett
|
f17ced9da1
|
hide AI from Output
|
2018-01-23 17:59:23 -06:00 |
|
Collin M. Barrett
|
ef4b4b2799
|
change dev startup url
|
2018-01-23 17:45:20 -06:00 |
|
Collin M. Barrett
|
246b03f4f7
|
add some nugets
|
2018-01-23 17:16:25 -06:00 |
|
Collin M. Barrett
|
a80b29ee55
|
strip out repo in favor of "EF follows repo pattern"
|
2018-01-23 16:47:59 -06:00 |
|
Collin M. Barrett
|
ed29de673f
|
Revert "remove App Insights key"
This reverts commit 644cabf831.
|
2018-01-23 05:51:32 -06:00 |
|
Collin M. Barrett
|
130043e90f
|
remove App Insights key
|
2018-01-22 19:49:14 -06:00 |
|
Collin M. Barrett
|
4838611d6d
|
revert adding route tag to controller
|
2018-01-22 18:57:05 -06:00 |
|
Collin M. Barrett
|
4fa8093f4c
|
general architecture cleanup
remove pointless (currently) interfaces and other cruft
|
2018-01-22 18:49:05 -06:00 |
|
Collin M. Barrett
|
a4ad616807
|
Revert "prod seed data config test"
This reverts commit 016b4619e1.
|
2018-01-22 16:33:59 -06:00 |
|
Collin M. Barrett
|
9d17afb8d6
|
prod seed data config test
|
2018-01-22 16:27:52 -06:00 |
|
Collin M. Barrett
|
1c0cdf9e12
|
minor refactor
|
2018-01-22 16:23:17 -06:00 |
|
Collin M. Barrett
|
d04fc2a4e7
|
remove unused method, move seed extensions
|
2018-01-22 09:23:45 -06:00 |
|
Collin M. Barrett
|
76ec6a7857
|
minor efficiency improvement if no values to seed
|
2018-01-22 07:58:51 -06:00 |
|
Collin M. Barrett
|
ee3347a0e2
|
configure data directory via appsettings
|
2018-01-22 07:56:23 -06:00 |
|
Collin M. Barrett
|
a5e1e03ceb
|
change seed/data directory
|
2018-01-22 13:13:53 +00:00 |
|
Collin M. Barrett
|
4c59813201
|
remove tests placeholder for now
|
2018-01-22 07:11:29 -06:00 |
|
Collin M. Barrett
|
a3a5aa045d
|
revert test data
|
2018-01-22 06:32:31 -06:00 |
|
Collin M. Barrett
|
f3914d3119
|
fix typo
|
2018-01-22 06:25:08 -06:00 |
|
Collin M. Barrett
|
278ea9c6ac
|
test prod data seed
|
2018-01-22 06:24:44 -06:00 |
|
Collin M. Barrett
|
db8be7414e
|
copy data on deploy
|
2018-01-22 06:05:47 -06:00 |
|
Collin M. Barrett
|
47ec634741
|
try moving data to root data dir
|
2018-01-22 06:03:37 -06:00 |
|
Collin M. Barrett
|
dc3800ed94
|
add GetUpdateUnchangedColumnHack()
|
2018-01-22 05:48:57 -06:00 |
|
Collin M. Barrett
|
9cce27cd39
|
finish IODKU method, Insert is wip
|
2018-01-21 20:19:37 -06:00 |
|
Collin M. Barrett
|
6320ad7d0d
|
use consistent naming
|
2018-01-20 19:28:37 -06:00 |
|
Collin M. Barrett
|
fe04bd8cd5
|
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
|
e28336515a
|
further work on InsertOnDuplicateKeyUpdate()
not yet functioning, see TODOs
|
2018-01-19 15:40:45 -06:00 |
|
Collin M. Barrett
|
fb3412c40e
|
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
|
e85d2536a6
|
R# don't prefer hungarian prefixes per Clean Code
|
2018-01-19 09:04:55 -06:00 |
|
Collin M. Barrett
|
742bac2b9b
|
add antd
|
2018-01-18 17:36:04 -06:00 |
|
Collin M. Barrett
|
3ce1200e24
|
update all npm (except brand new major bootstrap)
|
2018-01-18 17:18:56 -06:00 |
|
Collin M. Barrett
|
39616e1fa6
|
replace sample data with FL API data
|
2018-01-18 17:10:58 -06:00 |
|
Collin M. Barrett
|
b3b85650cf
|
use different port in Web than API
|
2018-01-18 16:58:11 -06:00 |
|
Collin M. Barrett
|
204c013dfb
|
restart front-end proj
|
2018-01-18 16:46:37 -06:00 |
|
Collin M. Barrett
|
bce8921ab1
|
Revert "try using latest/next npm packages"
This reverts commit a6da2c8920.
|
2018-01-18 16:20:33 -06:00 |
|
Collin M. Barrett
|
7a4bd98740
|
Revert "try using @types/material-ui@next"
This reverts commit a74d1ee6c3.
|
2018-01-18 16:20:26 -06:00 |
|
Collin M. Barrett
|
013469a1d4
|
Revert "Revert "try using @types/material-ui@next""
This reverts commit 4764aafc15.
|
2018-01-18 16:20:16 -06:00 |
|
Collin M. Barrett
|
44473d11de
|
Revert "replace material-ui with antd"
This reverts commit 79c0520197.
|
2018-01-18 16:20:11 -06:00 |
|