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

19 Коммитов

Автор SHA1 Сообщение Дата
Mike Taylor 9bdab9fab1 Issue #129 - Don't transform items inside IGNORED_DOMAINS 2019-11-27 13:56:26 -06:00
Mike Taylor 92b4d81d57 Issue #74 - Run prettier on everything.
RIP blame.
2019-11-25 11:07:51 -06:00
Mike Taylor 6e8b741ee7 Issue #122 - cache and re-use a `now` variable 2019-11-20 14:43:30 -06:00
Mike Taylor a329017b6b Issue #122 - Remove duplicate date check (it happens before calling fetchListID) 2019-11-20 14:43:02 -06:00
Mike Taylor 8084620652
Merge branch 'master' into issues/122/1 2019-11-05 13:18:39 -06:00
Mike Taylor 98803041e2 Issue #122 - Once we have a good date, make sure we use that.
Otherwise we could end up in a weird state where we had the right
list ID, but it was labeled as the EOW of the initial future date.
(In the case that a future date was passed in).
2019-11-05 13:17:22 -06:00
Mike Taylor 9b86e84f62 Issue #122 - When trying to find a date that works, if we end up on today, request the day before. 2019-11-05 13:17:22 -06:00
Mike Taylor 5e6989e1f7 Issue #69 - clamp the list to config.listSize after we remove sites 2019-11-05 09:53:47 -06:00
Panagiotis Astithas 30569ec1cc Require a trailing comma in multiline object literals 2019-07-01 15:29:10 -07:00
Panagiotis Astithas ef42164875 Converge towards the present for unavailable lists on future or past dates (fixes #52) 2019-06-24 17:20:16 -07:00
Panagiotis Astithas df3bcc2990 Handle a missing list ID by trying to find a more recent one 2019-06-24 16:51:30 -07:00
Mike Taylor a375458086 Issue #46 - cache the ignored domains regexps 2019-06-14 11:20:07 -05:00
Mike Taylor 18c93455f9 Issue #46 - Tranco CSV is generally CRLF, but *sometimes* just LF
That was a confusing thing to learn.
2019-06-13 12:56:25 -05:00
Mike Taylor 7b76da64a1 Issue #46 - Catch and reject some theoretical errors 2019-06-13 12:55:57 -05:00
Mike Taylor 97df3ee4dd Issue #46 - Move file manipulation into tranco module
Essentially, this changeset:
1. checks to see if there are any ignored domains, and how many
2. adds the number to be ignored to the list size
3. removes the domains from the list file
4. passes that file to fetchBugs
2019-06-12 20:30:21 -05:00
Mike Taylor 0582a6a296 Issue #35 - Add ability to ignore domains 2019-06-11 08:53:57 -05:00
Panagiotis Astithas dca779476d Include closed bugs in queries with a maxDate 2019-06-03 18:59:44 -07:00
Panagiotis Astithas 0569c66b29 Fetch the Tranco list of the correct cut-off date. Fixes #15 2019-05-24 16:26:48 -07:00
Panagiotis Astithas a60a1f41e5 Move the Tranco list fetching into a separate module 2019-05-17 16:25:45 -07:00