Commit graph

1557 commits

Author SHA1 Message Date
Collin Barrett
3d82ef3c3e update AdZHosts viewUrl
closes #340
2018-08-20 19:42:46 -05:00
Collin Barrett
3703da72c3 rename list 138 SpotifyAds to StreamingAds
ref #340
2018-08-20 19:35:41 -05:00
Collin Barrett
ad5c040eed update Nano Defender Integration
closes #345
2018-08-20 19:14:17 -05:00
Collin Barrett
6460bef6c9 add email service again to SnapshotService 2018-08-20 18:51:08 -05:00
Collin Barrett
9210d6b75e update deploy
ref #356
2018-08-20 18:36:20 -05:00
Collin Barrett
a2e1abbea5 Revert "try making batch saves non-async"
This reverts commit d566db9e59.
2018-08-20 17:15:02 -05:00
Collin M. Barrett
e3abf396eb revert to join() again for now
per exceptions caused by https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/667

ref #357
2018-08-20 14:46:57 -05:00
Collin M. Barrett
0b976041c8 batchsize = 500
ref #357
2018-08-20 14:09:36 -05:00
Collin M. Barrett
9b232ff278 add AI exception tracking to SnapshotService 2018-08-20 13:56:50 -05:00
Collin M. Barrett
d566db9e59 try making batch saves non-async
ref #357
2018-08-20 13:20:36 -05:00
Collin M. Barrett
1b71564505 revert to using Contains()
Join() was super slow...
ref #357
2018-08-20 11:54:08 -05:00
Collin M. Barrett
6f52ebcb55 cut batchsize by 75% (mysql out of memory)
ref #357
2018-08-20 09:12:26 -05:00
Collin M. Barrett
4a9bb075d0 try alternate GetExistingRules() query
per https://stackoverflow.com/a/51931004/2343739

ref #357
2018-08-20 08:33:04 -05:00
Collin Barrett
7e85c96b65 wip (throws not supported)
ref #357
2018-08-20 06:37:45 -05:00
Collin M. Barrett
72761b624b
Merge pull request #362 from easylistbrasil/patch-4
maintainer EasyList Brasil
2018-08-20 10:15:09 +00:00
Collin M. Barrett
2efb6e7768
Merge pull request #361 from easylistbrasil/patch-3
Language for EasyList Brasil
2018-08-20 10:14:53 +00:00
Collin M. Barrett
00a05b4ac7
Merge pull request #360 from easylistbrasil/patch-2
Author EasyList Brasil
2018-08-20 10:14:34 +00:00
Collin M. Barrett
f6a0f91489
Merge pull request #359 from easylistbrasil/patch-1
added EasyList Brasil
2018-08-20 10:14:02 +00:00
easylistbrasil
7ee5342d99
maintainer EasyList Brasil 2018-08-19 23:27:35 -03:00
easylistbrasil
bb6bf1c6be
Language for EasyList Brasil 2018-08-19 23:17:25 -03:00
easylistbrasil
a6e543da92
Author EasyList Brasil 2018-08-19 23:12:14 -03:00
easylistbrasil
8c0bd331e4
added EasyList Brasil 2018-08-19 23:05:56 -03:00
Collin Barrett
bad7a6f74d re-add mysql restart just before API boots up 2018-08-19 20:42:07 -05:00
Collin Barrett
9892fd33a2 kill agent on deploy
ref #347
2018-08-19 20:30:17 -05:00
Collin Barrett
9d8f6d905d Revert "re=add emailed exceptions to snapshot service"
This reverts commit 0ab62db0fd.
2018-08-19 20:29:41 -05:00
Collin Barrett
0ab62db0fd re=add emailed exceptions to snapshot service 2018-08-19 20:17:16 -05:00
Collin Barrett
d8359f4354 remove added date from ui (new prod db, no longer relevant/accurate) 2018-08-19 19:37:54 -05:00
Collin Barrett
dd0547e6ac stop/start services around deploy 2018-08-19 17:32:24 -05:00
Collin Barrett
fada27a96e Revert "let $FTP_USER run systemd so no sudo needed"
This reverts commit b91dc6b743.
2018-08-19 17:30:28 -05:00
Collin Barrett
b91dc6b743 let $FTP_USER run systemd so no sudo needed 2018-08-19 17:23:29 -05:00
Collin Barrett
1be91fdf05 ShortenRuleRawForUniqueIndex 2018-08-19 16:15:58 -05:00
Collin Barrett
b39a667dc9 Revert "Revert "add unique index to raw rules [HARD RESET OF SNAPSHOT DATA )-:]""
This reverts commit e59364c871.
2018-08-19 16:13:43 -05:00
Collin Barrett
bd7efa57e7 update new host 2018-08-19 16:13:16 -05:00
Collin Barrett
e9d5d2cfde re-gen all travis secures for new prod server 2018-08-19 15:13:28 -05:00
Collin Barrett
55632a7dd6 try fixing FTP_DIR 2018-08-19 14:29:18 -05:00
Collin Barrett
019afe218f tweak FTP_DIR and change FTP_HOST for new prod server 2018-08-19 14:20:07 -05:00
Collin Barrett
176dbbf635 retry FTP_DIR for new server 2018-08-19 12:31:36 -05:00
Collin Barrett
9c88b16eba deploy to new prod server 2018-08-19 09:41:07 -05:00
Collin Barrett
e59364c871 Revert "add unique index to raw rules [HARD RESET OF SNAPSHOT DATA )-:]"
This reverts commit 58ad6f9404.
2018-08-18 16:49:17 -05:00
Collin Barrett
a8c0c60c10 drop archive.org viewurls temporarily
ref #325
since data was reset, this was good time to do this (don't snapshot archive.org until properly handled)
2018-08-18 16:13:00 -05:00
Collin Barrett
58ad6f9404 add unique index to raw rules [HARD RESET OF SNAPSHOT DATA )-:]
ref #353

running on prod:
SET FOREIGN_KEY_CHECKS = 0;
TRUNCATE snapshots;
TRUNCATE snapshots_rules;
TRUNCATE rules;
SET FOREIGN_KEY_CHECKS = 1;
2018-08-18 16:09:18 -05:00
Collin Barrett
f982682764 update end-of-line algo
closes #352
2018-08-18 15:13:47 -05:00
Collin Barrett
d8fff41494 fix duplicate key issue (hashset was removed)
ref #343
2018-08-17 20:39:37 -05:00
Collin Barrett
ea3dff8434 simplify snapshots / remove emailer for now 2018-08-17 18:46:18 -05:00
Collin Barrett
c50fb639ab use async main in Agent 2018-08-17 18:34:13 -05:00
Collin Barrett
5a93905f16 update core sdk 2018-08-17 18:30:00 -05:00
Collin Barrett
adecbb216b specify latest lang 2018-08-17 18:29:30 -05:00
Collin Barrett
7a9f68b4fa inline buildlogger 2018-08-17 18:25:28 -05:00
Collin Barrett
daa0fc8600 tweak di config 2018-08-17 15:38:52 -05:00
Collin Barrett
5872335847 minor Agent refactor 2018-08-17 15:34:35 -05:00