Commit graph

290 commits

Author SHA1 Message Date
Collin M. Barrett
f74eaf2ec0 change build to publish -c release 2017-04-15 09:21:44 -05:00
Collin M. Barrett
311fd39111 fix travis badge 2017-04-14 17:00:33 -05:00
Collin M. Barrett
814c3893d7 try alternate travis badge 2017-04-14 16:59:58 -05:00
Collin M. Barrett
0aa99860c5 add travis shield to readme 2017-04-14 16:55:19 -05:00
Collin M. Barrett
60336a3c26 fix casing of API dir 2017-04-14 16:51:00 -05:00
Collin M. Barrett
19666be77b revert temp rename 2017-04-14 16:48:04 -05:00
Collin M. Barrett
188dd00cd7 temp rename dir to fix casing 2017-04-14 16:47:30 -05:00
Collin M. Barrett
3fd028581c update execute permission 2017-04-14 16:38:11 -05:00
Collin M. Barrett
2b4dc48fe8 simplify build config and script 2017-04-14 16:32:00 -05:00
Collin M. Barrett
1bfe42ea67 add build.sh 2017-04-14 16:21:52 -05:00
Collin M. Barrett
5ac70c587c change dotnet ver to 1.0.1 2017-04-14 16:10:19 -05:00
Collin M. Barrett
0e2c1f4684 change travis config to trusty with sudo required 2017-04-14 16:05:50 -05:00
Collin M. Barrett
5191c02d89 change ubuntu distro in travis config 2017-04-14 16:03:20 -05:00
Collin M. Barrett
1de6ab8aab update .net core sdk version in travis config 2017-04-14 15:54:40 -05:00
Collin M. Barrett
6ed7b8bfa2 update .net core sdk ver in travis config 2017-04-14 15:53:14 -05:00
Collin M. Barrett
fc18385c73 update travis config to dotnet 2017-04-14 15:51:28 -05:00
Collin M. Barrett
f080fc9e20 update .gitignore after source move 2017-04-14 15:42:01 -05:00
Collin M. Barrett
df425e75c0 mv source to repo root 2017-04-14 15:37:13 -05:00
Collin M. Barrett
8f334353ef add travis.yml 2017-04-14 15:20:51 -05:00
Collin M. Barrett
6adfc346f2 Delete FilterLists.Api.csproj 2017-04-14 15:13:27 -05:00
Collin M. Barrett
4241dbb654 remove broken and unused assembly 2017-04-14 15:12:51 -05:00
Collin M. Barrett
f1a2368011 resharper optimizations and annotations 2017-04-13 17:55:09 -05:00
Collin M. Barrett
3734925298 resharper optimizations and annotations 2017-04-13 17:54:41 -05:00
Collin M. Barrett
30d98d17c9 optimize references 2017-04-13 16:36:49 -05:00
Collin M. Barrett
2f9d8fe291 remove unused projs. from condensing 2017-04-13 09:13:49 -05:00
Collin M. Barrett
7d4436bfc8 tweaks to Startup
per Scott Allen's suggestions
2017-04-12 20:48:50 -05:00
Collin M. Barrett
304aede29f consolidate projects, lots of minor tweaks 2017-04-12 20:39:12 -05:00
Collin M. Barrett
0ed7c2b80d re-org sln into src and tests directories
per Scott Allen's suggestion
2017-04-12 19:53:40 -05:00
Collin M. Barrett
5e5901ef0f revert last few 2017-04-12 19:46:26 -05:00
Collin M. Barrett
254b273c70 Revert "revert logging config causing bug"
This reverts commit 9f927daf45.
2017-04-12 19:05:33 -05:00
Collin M. Barrett
fc2bc87d46 Revert "some architecture changes per Scott Allen's suggestions"
This reverts commit 280b8a88f3.
2017-04-12 19:04:49 -05:00
Collin M. Barrett
9f927daf45 revert logging config causing bug 2017-04-12 18:28:46 -05:00
Collin M. Barrett
280b8a88f3 some architecture changes per Scott Allen's suggestions 2017-04-12 18:04:54 -05:00
Collin M. Barrett
aa4c4f637b attempt to ignore nulls in JSON, still fails 2017-04-12 08:25:19 -05:00
Collin M. Barrett
02fda447aa break out Services.Contracts 2017-04-11 20:14:56 -05:00
Collin M. Barrett
2d1f482bb0 stubs of unit testing projects 2017-04-11 20:05:25 -05:00
Collin M. Barrett
9187f7cea8 update List MaxLengths after importing real data 2017-04-11 18:04:05 -05:00
Collin M. Barrett
dc1f3cac61 add TODO for versioning 2017-04-10 20:03:34 -05:00
Collin M. Barrett
b79354e097 tweak List max lengths, add v1 versioning 2017-04-10 19:55:34 -05:00
Collin M. Barrett
a59dc92259 allow modifieddate to be null 2017-04-10 18:22:18 -05:00
Collin M. Barrett
5753eb1382 add .sql script for setting default date values on base entity 2017-04-10 17:49:21 -05:00
Collin M. Barrett
3615714b6c cleanup, initial migration to new copy of db 2017-04-10 17:42:16 -05:00
Collin M. Barrett
2081fe8a23 remove 'api' from path as that will be the subdomain 2017-04-10 15:05:42 -05:00
Collin M. Barrett
c8042eec4b update port for prod 2017-04-10 14:53:33 -05:00
Collin M. Barrett
28663bd0a8 fix repo handling of dbcontext, ingore some resharper optimizations 2017-04-10 10:32:02 -05:00
Collin M. Barrett
940f0b8327 annotation updates 2017-04-10 08:18:10 -05:00
Collin M. Barrett
acf3066d32 new EF migration for List model 2017-04-10 06:52:54 -05:00
Collin M. Barrett
7aa4f12a24 switched mysql provider 2017-04-10 06:24:04 -05:00
Collin M. Barrett
5f01f9eab9 switched mysql provider 2017-04-10 06:23:42 -05:00
Collin M. Barrett
ecd2ceb8db code-first migration 2017-04-09 15:01:08 -05:00