summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tim Düsterhus [Mon, 28 Sep 2020 15:04:52 +0000 (17:04 +0200)]
Add garbage collection
Tim Düsterhus [Mon, 28 Sep 2020 15:00:29 +0000 (17:00 +0200)]
Add INDEX for lastSeen column
Tim Düsterhus [Mon, 28 Sep 2020 14:34:41 +0000 (16:34 +0200)]
Remove adm-zip dependency (#15)
It appears that .gz archives are available for download now, so use these
instead of the .zip archives.
Tim Düsterhus [Mon, 28 Sep 2020 14:03:01 +0000 (16:03 +0200)]
Allow specifying the location of the sqlite database (#14)
Tim Düsterhus [Mon, 28 Sep 2020 13:26:47 +0000 (15:26 +0200)]
Add missing await
Tim Düsterhus [Mon, 28 Sep 2020 12:55:40 +0000 (14:55 +0200)]
Make output more deterministic (#13)
Depending on the speed of the getRows() call the keys within the resulting
object might be ordered differently in between runs. Synchronously set the
values tp ensure a deterministic result.
dependabot[bot] [Mon, 28 Sep 2020 08:27:09 +0000 (08:27 +0000)]
Bump typescript from 4.0.2 to 4.0.3 (#12)
Tim Düsterhus [Fri, 25 Sep 2020 15:14:49 +0000 (17:14 +0200)]
Add GitHub Actions
Alexander Ebert [Fri, 25 Sep 2020 15:17:13 +0000 (17:17 +0200)]
Incorrect cleanup of directories
Tim Düsterhus [Fri, 11 Sep 2020 12:38:10 +0000 (14:38 +0200)]
Order the rows by hash (#9)
While there are no guarantees that the resulting JavaScript object stays
ordered by the key this appears to result in a deterministic and actually
ordered output.
Besides looking better to the human reader this also should improve import
performance by a bit, because new entries are inserted in the UNIQUE index
at the end, instead of being inserted all over the place.
Tim Düsterhus [Fri, 11 Sep 2020 11:55:57 +0000 (13:55 +0200)]
Clean up obsolete imports (#10)
dependabot[bot] [Fri, 11 Sep 2020 11:54:00 +0000 (11:54 +0000)]
Bump tslint from 6.1.1 to 6.1.3 (#8)
dependabot[bot] [Fri, 11 Sep 2020 11:51:01 +0000 (11:51 +0000)]
Bump typescript from 3.8.3 to 4.0.2 (#7)
dependabot[bot] [Fri, 11 Sep 2020 11:39:36 +0000 (11:39 +0000)]
Bump sqlite3 from 4.1.1 to 5.0.0 (#5)
dependabot[bot] [Fri, 11 Sep 2020 11:35:16 +0000 (11:35 +0000)]
Bump adm-zip from 0.4.14 to 0.4.16 (#4)
dependabot[bot] [Fri, 11 Sep 2020 11:32:17 +0000 (11:32 +0000)]
Bump csv-parse from 4.8.8 to 4.12.0 (#6)
dependabot[bot] [Fri, 11 Sep 2020 11:29:36 +0000 (11:29 +0000)]
Bump @types/adm-zip from 0.4.32 to 0.4.33 (#3)
dependabot[bot] [Fri, 11 Sep 2020 11:29:24 +0000 (11:29 +0000)]
Bump @types/node-fetch from 2.5.5 to 2.5.7 (#2)
Tim Düsterhus [Fri, 11 Sep 2020 11:01:57 +0000 (13:01 +0200)]
Create dependabot.yml
dependabot[bot] [Fri, 11 Sep 2020 10:58:38 +0000 (10:58 +0000)]
Bump node-fetch from 2.6.0 to 2.6.1 (#1)
Alexander Ebert [Fri, 10 Apr 2020 16:45:48 +0000 (18:45 +0200)]
Upgraded node.js dependencies
Alexander Ebert [Thu, 7 Mar 2019 21:21:31 +0000 (22:21 +0100)]
Initial commit
Alexander Ebert [Thu, 7 Mar 2019 21:17:00 +0000 (22:17 +0100)]
Initial commit