Граф коммитов

253 Коммитов

Автор SHA1 Сообщение Дата
Mike Taylor 828cf52899
Merge pull request #151 from mozilla/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.14 to 4.17.19
2020-07-20 16:06:16 -05:00
dependabot[bot] cee86d552a
Bump lodash from 4.17.14 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 01:35:56 +00:00
Mike Taylor 0b6d164098
Merge pull request #150 from mozilla/issues/149/1
Fixes #149 - Stop deleting old documents, just log them instead.
2020-06-03 11:35:50 -05:00
Mike Taylor a7a81ed12b Issue #149 - Stop deleting old documents, just log them instead. 2020-06-03 11:16:11 -05:00
Mike Taylor 33f145cb0e
Merge pull request #148 from mozilla/issues/117/1
Fixes #117 - Use the Trexa list instead of the Tranco list
2020-05-28 16:17:59 -05:00
Mike Taylor 27bc26a138 Issue #117 - Add an --exact commandline option 2020-05-28 15:51:31 -05:00
Mike Taylor b44794e2d0 Issue #117 - Rename tranco module to trexa 2020-05-28 15:51:31 -05:00
Mike Taylor 23ebec4525 Issue #117 - Call the Trexa API (instead of download from Tranco) 2020-05-28 15:30:43 -05:00
Mike Taylor 14d7f8224c Issue #117 - Update some deps. 2020-05-28 13:17:22 -05:00
Mike Taylor bbd25a71ce
Merge pull request #147 from mozilla/dependabot/npm_and_yarn/https-proxy-agent-2.2.4
Bump https-proxy-agent from 2.2.1 to 2.2.4
2020-05-11 15:06:39 -05:00
dependabot[bot] 6c09e474ef
Bump https-proxy-agent from 2.2.1 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-16 14:24:57 +00:00
Mike Taylor d999d796c3
Merge pull request #145 from mozilla/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-03-30 16:16:25 -05:00
dependabot[bot] 61023a4e72
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 23:43:42 +00:00
Mike Taylor adfad33db4
Merge pull request #141 from past/delete-after-publish
Don't delete cloned document until publish succeeds (fixes #140)
2020-01-03 14:14:32 -06:00
Panagiotis Astithas f0dfc0a3a2 Don't delete cloned document until publish succeeds (fixes #140) 2020-01-03 12:08:09 -08:00
Mike Taylor e3aaffc6e9
Merge pull request #138 from mozilla/issues/137/1
Fixes #137 - set publishedOutsideDomain permission on doc
2019-12-11 14:45:38 -06:00
Mike Taylor 46c0bcfa32 Issue #137 - set publishedOutsideDomain permission on doc
Otherwise, it seems to want authentication and then gets prevented
from being framed.
2019-12-11 14:40:15 -06:00
Mike Taylor 3ad54c0c49
Merge pull request #136 from mozilla/issues/135/1
Fixes #135 - log out uncaught junk
2019-12-09 12:10:58 -06:00
Mike Taylor fefed817bf Issue #135 - Log uncaughtExceptions too. 2019-12-09 12:09:36 -06:00
Mike Taylor 0e38f8b277 Issue #135 - Add global unhandledRejection logging 2019-12-09 10:28:43 -06:00
Mike Taylor e5d6c921f5
Merge pull request #134 from mozilla/issues/133/1
Fixes #133 - Make removeIgnoredDomains resolve an object
2019-12-09 08:56:09 -06:00
Mike Taylor 03d7b5e243 Issue #133 - Make removeIgnoredDomains resolve an object
Promises can't return more than one value. Oops
2019-12-06 17:22:29 -06:00
Mike Taylor 3bf741c991
Merge pull request #132 from mozilla/issues/78/1
Fixes #78 - Add support for unit testing
2019-11-28 14:34:24 -06:00
Mike Taylor e3a2594fae Issue #78 - Copy config for tests 2019-11-28 15:21:41 -05:00
Mike Taylor 7fdd96c81a Issue #78 - Update comment to indicate a line can end w/o a line break 2019-11-28 14:41:11 -05:00
Mike Taylor 9caea7837b Issue #78 - removeIgnoredDomains should be able to remove the last line 2019-11-28 14:41:11 -05:00
Mike Taylor f308379ee6 Issue #78 - Add tests for clampListSize 2019-11-28 14:41:10 -05:00
Mike Taylor da34375c2c Issue #78 - Make clampListSize testable 2019-11-28 14:41:10 -05:00
Mike Taylor 171e7e914c Issue #78 - Add tests for removeIgnoredDomains 2019-11-28 14:41:10 -05:00
Mike Taylor 2e6a846077 Issue #78 - Make removeIgnoredDomains testable 2019-11-28 14:41:10 -05:00
Mike Taylor e209abe6d7 Issue #78 - Add jest to test command 2019-11-28 06:54:53 -06:00
Mike Taylor 7a4142e9db Issue #78 - Add jest and jest eslint integration 2019-11-28 06:51:42 -06:00
Mike Taylor 2154b2b3f1 Issue #78 - Style tweaks to eslintrc.js 2019-11-28 06:47:11 -06:00
Mike Taylor de579cfb52 Issue #78 - Update eslint 2019-11-28 06:45:22 -06:00
Mike Taylor 25303e8516
Merge pull request #131 from mozilla/issues/129/1
Fixes #129 - Take a few stabs at preventing corrupted config.json
2019-11-27 16:18:47 -06:00
Mike Taylor afa4ac9843 Issue #129 - Read config using filesystem APIs rather than require 2019-11-27 15:30:09 -06:00
Mike Taylor 9bdab9fab1 Issue #129 - Don't transform items inside IGNORED_DOMAINS 2019-11-27 13:56:26 -06:00
Mike Taylor 1a4f00ffe4 No issue - remove GitHub actions config
(It turns out you have to pay for this... at least Mozilla would
have to)
2019-11-26 15:07:17 -06:00
Mike Taylor c59ac75d25
No issue - create nodejs.yml
Experimenting with GitHub Actions
2019-11-26 15:04:14 -06:00
Mike Taylor 0bbface4f3
Merge pull request #126 from mozilla/issues/74
Fixes #74 - Integrate prettier into eslint
2019-11-26 14:55:35 -06:00
Mike Taylor cbc6f5ce84 Issue #74 - Move devDeps to the right place 2019-11-25 17:45:39 -06:00
Mike Taylor ceaa2f5685 Issue #74 - Add a pre-commit lint fix hook 2019-11-25 11:07:52 -06:00
Mike Taylor c1b7ca720f No issue - update refs to point to mozilla 2019-11-25 11:07:51 -06:00
Mike Taylor 92b4d81d57 Issue #74 - Run prettier on everything.
RIP blame.
2019-11-25 11:07:51 -06:00
Mike Taylor 226ad36e48 Issue #74 - Add prettier eslint integration 2019-11-25 11:04:18 -06:00
Mike Taylor c90622b583
Merge pull request #128 from mozilla/issues/127/1
Fixes #127 - Publish the sheets for embedding
2019-11-25 11:03:47 -06:00
Mike Taylor 508a15fbbf Fixes #127 - Publish the sheets for embedding 2019-11-25 10:59:31 -06:00
Mike Taylor 9c1a0d07e1
Merge pull request #125 from mozilla/issues/124/1
Fixes #124 - Write the currentDocId back to the config
2019-11-22 23:00:13 -06:00
Mike Taylor c4a95490fe Issue #124 - Write the currentDocId back to the config
This will ensure the next time it runs it will re-use an existing
doc.
2019-11-22 19:15:25 -06:00
Mike Taylor b74539b796
Merge pull request #123 from mozilla/issues/122/1
Fixes #122 - prevent infinite fetchListID requests (depending on circumstances)
2019-11-20 14:46:09 -06:00