Commit graph

1543 commits

Author SHA1 Message Date
Collin M. Barrett
ce1e004daa Merge pull request #362 from easylistbrasil/patch-4
maintainer EasyList Brasil
2018-08-20 10:15:09 +00:00
Collin M. Barrett
3f40df2828 Merge pull request #361 from easylistbrasil/patch-3
Language for EasyList Brasil
2018-08-20 10:14:53 +00:00
Collin M. Barrett
0907ec7df2 Merge pull request #360 from easylistbrasil/patch-2
Author EasyList Brasil
2018-08-20 10:14:34 +00:00
Collin M. Barrett
419e1ee2b7 Merge pull request #359 from easylistbrasil/patch-1
added EasyList Brasil
2018-08-20 10:14:02 +00:00
easylistbrasil
4e63f48c9c maintainer EasyList Brasil 2018-08-19 23:27:35 -03:00
easylistbrasil
1bcea5e13f Language for EasyList Brasil 2018-08-19 23:17:25 -03:00
easylistbrasil
2dc88b3c1d Author EasyList Brasil 2018-08-19 23:12:14 -03:00
easylistbrasil
028905a4ce added EasyList Brasil 2018-08-19 23:05:56 -03:00
Collin M. Barrett
397d1ec9db re-add mysql restart just before API boots up 2018-08-19 20:42:07 -05:00
Collin M. Barrett
513ec79f72 kill agent on deploy
ref #347
2018-08-19 20:30:17 -05:00
Collin M. Barrett
1706aebe19 Revert "re=add emailed exceptions to snapshot service"
This reverts commit 0ab62db0fd.
2018-08-19 20:29:41 -05:00
Collin M. Barrett
58e9c98413 re=add emailed exceptions to snapshot service 2018-08-19 20:17:16 -05:00
Collin M. Barrett
7bbd24d091 remove added date from ui (new prod db, no longer relevant/accurate) 2018-08-19 19:37:54 -05:00
Collin M. Barrett
e5b69ba48e stop/start services around deploy 2018-08-19 17:32:24 -05:00
Collin M. Barrett
860f9d5fc0 Revert "let $FTP_USER run systemd so no sudo needed"
This reverts commit b91dc6b743.
2018-08-19 17:30:28 -05:00
Collin M. Barrett
7f1f98e811 let $FTP_USER run systemd so no sudo needed 2018-08-19 17:23:29 -05:00
Collin M. Barrett
288f948c9b ShortenRuleRawForUniqueIndex 2018-08-19 16:15:58 -05:00
Collin M. Barrett
4d7f2cfe5f 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 M. Barrett
b70127ce8f update new host 2018-08-19 16:13:16 -05:00
Collin M. Barrett
7568e4aec6 re-gen all travis secures for new prod server 2018-08-19 15:13:28 -05:00
Collin M. Barrett
4c876af21f try fixing FTP_DIR 2018-08-19 14:29:18 -05:00
Collin M. Barrett
2aace8c0d6 tweak FTP_DIR and change FTP_HOST for new prod server 2018-08-19 14:20:07 -05:00
Collin M. Barrett
839f1e19ae retry FTP_DIR for new server 2018-08-19 12:31:36 -05:00
Collin M. Barrett
b58c587285 deploy to new prod server 2018-08-19 09:41:07 -05:00
Collin M. Barrett
677833218e 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 M. Barrett
adc5514401 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 M. Barrett
b623f2580b 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 M. Barrett
b962a562ec update end-of-line algo
closes #352
2018-08-18 15:13:47 -05:00
Collin M. Barrett
740da95e1b fix duplicate key issue (hashset was removed)
ref #343
2018-08-17 20:39:37 -05:00
Collin M. Barrett
5adb37033a simplify snapshots / remove emailer for now 2018-08-17 18:46:18 -05:00
Collin M. Barrett
73e3b47131 use async main in Agent 2018-08-17 18:34:13 -05:00
Collin M. Barrett
24b83fd3a7 update core sdk 2018-08-17 18:30:00 -05:00
Collin M. Barrett
c343928019 specify latest lang 2018-08-17 18:29:30 -05:00
Collin M. Barrett
59a5482a0a inline buildlogger 2018-08-17 18:25:28 -05:00
Collin M. Barrett
e0ed827885 tweak di config 2018-08-17 15:38:52 -05:00
Collin M. Barrett
de255bff54 minor Agent refactor 2018-08-17 15:34:35 -05:00
Collin M. Barrett
106f7bec1e slim service base 2018-08-17 15:32:50 -05:00
Collin M. Barrett
98a7e51e58 eliminate dbcontext.Add*Async() methods 2018-08-17 12:47:02 -05:00
Collin M. Barrett
53a069b500 remove jb annotation 2018-08-17 10:15:42 -05:00
Collin M. Barrett
09b13ed304 drop batch size
ref #343
2018-08-17 06:33:18 -05:00
Collin M. Barrett
9c954288a7 make base entities abstract 2018-08-16 20:52:45 -05:00
Collin M. Barrett
5a51ac2112 bump batch size back up to 100
ref #343
2018-08-16 19:59:05 -05:00
Collin M. Barrett
888a1340bb minor SnapshotService refactors 2018-08-16 19:26:31 -05:00
Collin M. Barrett
cb95636f1c add proper async try/catch to Agent 2018-08-16 18:07:09 -05:00
Collin M. Barrett
04efb2abca refactor Agent telemetry 2018-08-16 17:53:19 -05:00
Collin M. Barrett
5d14763a0c fix sln from last 2018-08-16 14:37:33 -05:00
Collin M. Barrett
3e0f7b8291 update win webpack batch script 2018-08-16 14:14:58 -05:00
Collin M. Barrett
d5f4f5e7c6 Merge pull request #350 from DandelionSprout/patch-6
Added 1 list and updated links to HTTPS
2018-08-16 18:30:09 +00:00
Collin M. Barrett
0aebb69700 add webpack cmd for windows 2018-08-16 13:27:55 -05:00
Collin M. Barrett
c95fe8ac57 Revert "add vendor-manifest.json to enable npx webpack"
This reverts commit 776c902951.
2018-08-16 13:22:23 -05:00