Commit graph

917 commits

Author SHA1 Message Date
Collin Barrett
2f29258c96 add cron job for reference 2018-02-10 16:36:40 -06:00
Collin Barrett
4a64b11782 Revert "enable ModifiedDate on Snapshots"
This reverts commit c17fe37a6c.
2018-02-10 16:04:57 -06:00
Collin Barrett
c17fe37a6c enable ModifiedDate on Snapshots 2018-02-10 16:03:46 -06:00
Collin Barrett
1b3feb3435 capture numeric httpstatuscode 2018-02-10 15:46:12 -06:00
Collin Barrett
4cbbb299ab fix permissions on Agent 2018-02-10 15:29:34 -06:00
Collin Barrett
f8fa471496 deploy Agent 2018-02-10 15:15:46 -06:00
Collin Barrett
27349b1a21 gracefully rollback interrupted snapshots
currently assumes deduplication didn't partially complete (should be revisited at some point)
2018-02-10 15:06:49 -06:00
Collin Barrett
bf97d1a3b3 finish first pass at Snapshot dedup-ing 2018-02-10 14:33:20 -06:00
Collin Barrett
1e10bf9264 add R# rule 2018-02-10 13:40:59 -06:00
Collin Barrett
1b0f4a9bea fix bug in AddSnapshotRules() 2018-02-10 13:03:39 -06:00
Collin Barrett
aa0fe74022 exit Agent by return 0 2018-02-10 09:59:27 -06:00
Collin Barrett
b6aef2ef79 wip dedup SnapshotRules 2018-02-10 09:52:29 -06:00
Collin Barrett
ba930a8211 prepare db for de-duped SnapshotRule 2018-02-10 07:14:07 -06:00
Collin M. Barrett
114d46d152 remove snapshot API endpoint in favor of Agent 2018-02-09 15:32:27 -06:00
Collin M. Barrett
94b15a0b73 enhance drop comments from rules 2018-02-09 15:29:55 -06:00
Collin M. Barrett
1c2d450341 use consistent null conditional in rule linter 2018-02-09 14:37:10 -06:00
Collin M. Barrett
ed30ebf6c7 drop comments from rules 2018-02-09 14:31:21 -06:00
Collin M. Barrett
ad3b476c0e minor reformatting 2018-02-09 14:20:55 -06:00
Collin M. Barrett
650c5a99ef minor reformatting 2018-02-09 13:49:22 -06:00
Collin M. Barrett
7010b8d097 convert HttpStatusCode to varchar 2018-02-09 13:03:23 -06:00
Collin Barrett
397d3073c1 Agent now captures snapshots 2018-02-09 06:34:33 -06:00
Collin Barrett
28812f444b update gitignore 2018-02-09 05:41:52 -06:00
Collin Barrett
47f2e401e0 Agent Hello World 2018-02-08 16:58:50 -06:00
Collin Barrett
7c7f725034 initial add Agent 2018-02-08 16:55:12 -06:00
Collin M. Barrett
6862e7c481 tweak primary key data types 2018-02-08 09:43:39 -06:00
Collin M. Barrett
e34de71281 fix junction indexes 2018-02-08 08:57:39 -06:00
Collin Barrett
998fb171d2 exclude convention indexes on many-to-many entities
ref https://github.com/aspnet/EntityFrameworkCore/issues/7605#issuecomment-363949146 and https://github.com/aspnet/EntityFrameworkCore/issues/10855#issuecomment-363219253
2018-02-07 17:59:26 -06:00
Collin M. Barrett
ee09614db4 async batches 2018-02-07 15:01:55 -06:00
Collin M. Barrett
ad0ab03b77 minor Snapshot refactors 2018-02-07 14:43:15 -06:00
Collin M. Barrett
79ed112474 trim leading and trailing whitespace from rules 2018-02-07 13:58:46 -06:00
Collin M. Barrett
0dd289b8db use case-sensitive collation 2018-02-07 13:26:35 -06:00
Collin M. Barrett
ddae6ab63f use HashSet rather than Distinct() for filtering duplicate rules in a list 2018-02-07 12:39:00 -06:00
Collin M. Barrett
83fe821a2a EnableSensitiveDataLogging 2018-02-06 13:05:25 -06:00
Collin M. Barrett
d42a141d57 recreate junction indexes
https://stackoverflow.com/q/48645872/2343739
2018-02-06 12:41:55 -06:00
Collin M. Barrett
fa3b61cade add junction composite indices 2018-02-06 10:19:11 -06:00
Collin Barrett
d0faa7ac8b extract ICollection ext. method to its own file 2018-02-05 18:25:14 -06:00
Collin M. Barrett
b4964f0e30 rm unused using 2018-02-05 15:32:11 -06:00
Collin M. Barrett
c056f4cb88 filter dup rules from a snapshot 2018-02-05 15:25:26 -06:00
Collin M. Barrett
04c9b493b1 AddRange() support for ICollection 2018-02-05 15:21:44 -06:00
Collin M. Barrett
7da1f936e5 bump batch size 2018-02-05 12:33:38 -06:00
Collin M. Barrett
12088be517 explicitly set HttpStatusCode to null for HttpRequestException 2018-02-05 12:14:35 -06:00
Collin M. Barrett
299c49219e catch HttpRequestException 2018-02-05 12:13:36 -06:00
Collin M. Barrett
002855f4d1 move towards batched snapshots (wip) 2018-02-05 11:14:46 -06:00
Collin Barrett
46459a0695 R# tweak via Clean Code suggestion 2018-02-04 18:29:12 -06:00
Collin Barrett
7797d99c12 major SnapshotService refactor 2018-02-03 15:49:32 -06:00
Collin Barrett
2060268495 add comment to refactor AddOrUpdate algo
don't use explicitly defined EF model IDs, but rather use navs
2018-02-03 09:29:53 -06:00
Collin Barrett
b9541da489 update R# settings 2018-02-03 09:28:43 -06:00
Collin Barrett
fcfdd2c0ac update algo for getting lists to scrape 2018-02-03 07:07:49 -06:00
Collin Barrett
f651a33ad8 add FK navigations 2018-02-03 06:18:07 -06:00
Collin Barrett
57362b3233 recreate migration since MySQL TEXT can't have default 2018-02-02 18:47:37 -06:00