GitHub/WoltLab/blacklist.git
3 years agoBump typescript from 4.1.3 to 4.2.2 (#30)
dependabot[bot] [Mon, 1 Mar 2021 08:35:47 +0000 (08:35 +0000)]
Bump typescript from 4.1.3 to 4.2.2 (#30)

3 years agoBump sqlite3 from 5.0.1 to 5.0.2 (#32)
dependabot[bot] [Mon, 1 Mar 2021 08:35:36 +0000 (08:35 +0000)]
Bump sqlite3 from 5.0.1 to 5.0.2 (#32)

3 years agoBump sqlite3 from 5.0.0 to 5.0.1 (#27)
dependabot[bot] [Mon, 1 Feb 2021 10:50:55 +0000 (10:50 +0000)]
Bump sqlite3 from 5.0.0 to 5.0.1 (#27)

3 years agoBump typedi from 0.8.0 to 0.10.0 (#28)
dependabot[bot] [Mon, 1 Feb 2021 10:48:24 +0000 (10:48 +0000)]
Bump typedi from 0.8.0 to 0.10.0 (#28)

3 years agoBump @types/sqlite3 from 3.1.6 to 3.1.7 (#26)
dependabot[bot] [Mon, 1 Feb 2021 10:12:25 +0000 (10:12 +0000)]
Bump @types/sqlite3 from 3.1.6 to 3.1.7 (#26)

3 years agoBump @types/node-fetch from 2.5.7 to 2.5.8 (#25)
dependabot[bot] [Mon, 1 Feb 2021 10:04:53 +0000 (10:04 +0000)]
Bump @types/node-fetch from 2.5.7 to 2.5.8 (#25)

3 years agoAdd `org.opencontainers.image.source` LABEL
Tim Düsterhus [Tue, 5 Jan 2021 16:30:32 +0000 (17:30 +0100)]
Add `org.opencontainers.image.source` LABEL

3 years agoBump typescript from 4.1.2 to 4.1.3 (#24)
dependabot[bot] [Mon, 4 Jan 2021 12:09:53 +0000 (12:09 +0000)]
Bump typescript from 4.1.2 to 4.1.3 (#24)

3 years agoBump csv-parse from 4.14.1 to 4.14.2 (#23)
dependabot[bot] [Mon, 4 Jan 2021 12:09:38 +0000 (12:09 +0000)]
Bump csv-parse from 4.14.1 to 4.14.2 (#23)

3 years agoBump ini from 1.3.5 to 1.3.7 (#22)
dependabot[bot] [Fri, 11 Dec 2020 09:47:08 +0000 (09:47 +0000)]
Bump ini from 1.3.5 to 1.3.7 (#22)

3 years agoBump csv-parse from 4.12.0 to 4.14.1 (#21)
dependabot[bot] [Tue, 1 Dec 2020 11:49:25 +0000 (11:49 +0000)]
Bump csv-parse from 4.12.0 to 4.14.1 (#21)

3 years agoBump @types/minimist from 1.2.0 to 1.2.1 (#20)
dependabot[bot] [Tue, 1 Dec 2020 09:22:05 +0000 (09:22 +0000)]
Bump @types/minimist from 1.2.0 to 1.2.1 (#20)

3 years agoBump typescript from 4.0.5 to 4.1.2 (#19)
dependabot[bot] [Tue, 1 Dec 2020 09:21:02 +0000 (09:21 +0000)]
Bump typescript from 4.0.5 to 4.1.2 (#19)

3 years agoBump typescript from 4.0.3 to 4.0.5 (#18)
dependabot[bot] [Mon, 2 Nov 2020 09:26:24 +0000 (09:26 +0000)]
Bump typescript from 4.0.3 to 4.0.5 (#18)

3 years agoFix repository name in docker-image action
Tim Düsterhus [Mon, 28 Sep 2020 15:18:00 +0000 (17:18 +0200)]
Fix repository name in docker-image action

3 years agoRename docker-image.yml to .github/workflows/docker-image.yml
Tim Düsterhus [Mon, 28 Sep 2020 15:16:33 +0000 (17:16 +0200)]
Rename docker-image.yml to .github/workflows/docker-image.yml

3 years agoCreate docker-image.yml
Tim Düsterhus [Mon, 28 Sep 2020 15:15:38 +0000 (17:15 +0200)]
Create docker-image.yml

3 years agoMerge pull request #17 from WoltLab/performance
Tim Düsterhus [Mon, 28 Sep 2020 15:08:55 +0000 (17:08 +0200)]
Merge pull request #17 from WoltLab/performance

Improve performance

3 years agoAdd garbage collection
Tim Düsterhus [Mon, 28 Sep 2020 15:04:52 +0000 (17:04 +0200)]
Add garbage collection

3 years agoAdd INDEX for lastSeen column
Tim Düsterhus [Mon, 28 Sep 2020 15:00:29 +0000 (17:00 +0200)]
Add INDEX for lastSeen column

3 years agoAdd Dockerfile (#16)
Tim Düsterhus [Mon, 28 Sep 2020 14:39:10 +0000 (16:39 +0200)]
Add Dockerfile (#16)

3 years agoRemove adm-zip dependency (#15)
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.

3 years agoAllow specifying the location of the sqlite database (#14)
Tim Düsterhus [Mon, 28 Sep 2020 14:03:01 +0000 (16:03 +0200)]
Allow specifying the location of the sqlite database (#14)

3 years agoAdd missing await
Tim Düsterhus [Mon, 28 Sep 2020 13:26:47 +0000 (15:26 +0200)]
Add missing await

3 years agoMake output more deterministic (#13)
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.

3 years agoBump typescript from 4.0.2 to 4.0.3 (#12)
dependabot[bot] [Mon, 28 Sep 2020 08:27:09 +0000 (08:27 +0000)]
Bump typescript from 4.0.2 to 4.0.3 (#12)

3 years agoAdd GitHub Actions
Tim Düsterhus [Fri, 25 Sep 2020 15:14:49 +0000 (17:14 +0200)]
Add GitHub Actions

3 years agoIncorrect cleanup of directories
Alexander Ebert [Fri, 25 Sep 2020 15:17:13 +0000 (17:17 +0200)]
Incorrect cleanup of directories

3 years agoOrder the rows by hash (#9)
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.

3 years agoClean up obsolete imports (#10)
Tim Düsterhus [Fri, 11 Sep 2020 11:55:57 +0000 (13:55 +0200)]
Clean up obsolete imports (#10)

3 years agoBump tslint from 6.1.1 to 6.1.3 (#8)
dependabot[bot] [Fri, 11 Sep 2020 11:54:00 +0000 (11:54 +0000)]
Bump tslint from 6.1.1 to 6.1.3 (#8)

3 years agoBump typescript from 3.8.3 to 4.0.2 (#7)
dependabot[bot] [Fri, 11 Sep 2020 11:51:01 +0000 (11:51 +0000)]
Bump typescript from 3.8.3 to 4.0.2 (#7)

3 years agoBump sqlite3 from 4.1.1 to 5.0.0 (#5)
dependabot[bot] [Fri, 11 Sep 2020 11:39:36 +0000 (11:39 +0000)]
Bump sqlite3 from 4.1.1 to 5.0.0 (#5)

3 years agoBump adm-zip from 0.4.14 to 0.4.16 (#4)
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)

3 years agoBump csv-parse from 4.8.8 to 4.12.0 (#6)
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)

3 years agoBump @types/adm-zip from 0.4.32 to 0.4.33 (#3)
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)

3 years agoBump @types/node-fetch from 2.5.5 to 2.5.7 (#2)
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)

3 years agoCreate dependabot.yml
Tim Düsterhus [Fri, 11 Sep 2020 11:01:57 +0000 (13:01 +0200)]
Create dependabot.yml

3 years agoBump node-fetch from 2.6.0 to 2.6.1 (#1)
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)

4 years agoUpgraded node.js dependencies
Alexander Ebert [Fri, 10 Apr 2020 16:45:48 +0000 (18:45 +0200)]
Upgraded node.js dependencies

5 years agoInitial commit
Alexander Ebert [Thu, 7 Mar 2019 21:21:31 +0000 (22:21 +0100)]
Initial commit

5 years agoInitial commit
Alexander Ebert [Thu, 7 Mar 2019 21:17:00 +0000 (22:17 +0100)]
Initial commit