Dragory
|
0d25e48cd5
|
Add debugger support to watch task
0.0.0.0 used as IP to allow debugging from Windows to WSL2
|
2020-09-23 00:02:57 +03:00 |
Dragory
|
7227775c27
|
Use latest node-supervisor version from git
Includes improved --inspect support
|
2020-09-23 00:02:16 +03:00 |
Dragory
|
96f97c78c0
|
Remove husky/lint-staged
Broke "npm ci" when downloading the zip instead of cloning.
|
2020-09-13 15:25:02 +03:00 |
Dragory
|
c467c7d0f6
|
Add npm script to run migrations manually
|
2020-08-18 22:43:26 +03:00 |
Dragory
|
f8d53741e4
|
Update version in package.json
|
2020-08-17 02:03:19 +03:00 |
Dragory
|
a863c1b382
|
Generate plugin API documentation. Update plugin documentation.
|
2020-08-16 23:40:44 +03:00 |
dependabot[bot]
|
582944cb43
|
Bump public-ip from 4.0.0 to 4.0.2
Bumps [public-ip](https://github.com/sindresorhus/public-ip) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/sindresorhus/public-ip/releases)
- [Commits](https://github.com/sindresorhus/public-ip/compare/v4.0.0...v4.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-16 19:16:09 +03:00 |
dependabot[bot]
|
797dd0f829
|
Bump eslint from 7.6.0 to 7.7.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.6.0...v7.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-16 19:15:43 +03:00 |
dependabot[bot]
|
57fe492186
|
Bump uuid from 3.3.3 to 8.3.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 8.3.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v8.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-16 19:14:27 +03:00 |
dependabot[bot]
|
2ce5eee23a
|
Bump moment from 2.24.0 to 2.27.0
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.27.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.27.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-16 19:14:12 +03:00 |
dependabot[bot]
|
23844ae4ac
|
Bump ajv from 6.12.3 to 6.12.4
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.3 to 6.12.4.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.3...v6.12.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-16 19:13:56 +03:00 |
Dragory
|
98532be55a
|
Add create-migration script
Usage:
npm run create-migration -- my_migration_name_here
|
2020-08-13 23:55:50 +03:00 |
Dragory
|
8ba25d9504
|
Update Node.js version ranges in package.json and index.js
|
2020-08-13 03:40:34 +03:00 |
Dragory
|
d89b27d9b1
|
Also lint ./db/migrations in lint scripts
|
2020-08-13 03:37:57 +03:00 |
Dragory
|
ab6b84e6de
|
Add official MySQL support. Simplify database options.
|
2020-08-13 03:31:48 +03:00 |
Dragory
|
565032da1e
|
Update to eris v0.13.3
|
2020-08-13 00:16:28 +03:00 |
Dragory
|
b74463f6c4
|
Update json5 to v2.1.3
|
2020-08-13 00:14:56 +03:00 |
Dragory
|
ba364ae03b
|
Update transliteration to v2.1.11
|
2020-08-13 00:13:58 +03:00 |
Dragory
|
3eef025143
|
Update knex to v0.21.4
|
2020-08-13 00:12:58 +03:00 |
Dragory
|
38d5d193aa
|
Update eslint to v7.6.0
|
2020-08-13 00:12:07 +03:00 |
Dragory
|
4fb5152d27
|
Switch from nodemon to node-supervisor
node-supervisor is smaller with fewer dependencies and does
everything we used nodemon for
|
2020-08-13 00:10:35 +03:00 |
Dragory
|
b628ac1bfa
|
Run eslint --fix in a pre-commit hook
|
2020-08-13 00:08:04 +03:00 |
Dragory
|
468d1fc037
|
Use JSON Schema via AJV for config schema + validation
|
2020-08-12 23:18:42 +03:00 |
Dragory
|
3fc3905628
|
Update node-sqlite3 to v5. Update Node.js version requirements accordingly.
|
2020-07-09 04:05:28 +03:00 |
Dragory
|
2b6061faf8
|
Add 'engines' to package.json
|
2020-05-25 02:39:41 +03:00 |
Dragory
|
7268ae8b8d
|
Update beta version number, add changelog entries
|
2020-05-25 02:01:45 +03:00 |
Dragory
|
320fad9823
|
Update to sqlite3 4.2.0 to support Node 13
|
2020-05-25 01:00:14 +03:00 |
Dragory
|
9864dca277
|
v2.30.1
|
2020-01-20 23:28:53 +02:00 |
Dragory
|
327d1f4b2a
|
v2.30.0
|
2020-01-19 21:48:13 +02:00 |
Dragory
|
39a2be572e
|
2.29.1
|
2019-12-03 03:00:39 +02:00 |
Dragory
|
1140e02824
|
2.29.0
|
2019-12-03 02:45:57 +02:00 |
Dragory
|
89e7d6373b
|
Switch from TOML to INI. New documentation. Add start.bat file for Windows.
|
2019-12-03 01:51:11 +02:00 |
Dragory
|
686c36dda4
|
Add support for TOML config files. Use TOML config files by default.
|
2019-12-02 19:01:36 +02:00 |
Dragory
|
8c1ce9c0b6
|
Update dependencies
|
2019-12-02 18:26:54 +02:00 |
Dragory
|
878276ff24
|
Update eris to v0.11.0. Update knub-command-manager to v6.1.0.
|
2019-10-26 11:54:43 +03:00 |
Dragory
|
a7a2e3c55e
|
2.28.0
|
2019-09-18 02:26:08 +03:00 |
Dragory
|
5244cce31c
|
Fix local attachments when temp dir and bot dir are on different drives
|
2019-09-18 01:34:17 +03:00 |
Dragory
|
d1e387f8c4
|
2.27.0
|
2019-08-13 20:42:47 +03:00 |
Dragory
|
eea6a0c131
|
2.26.0
|
2019-08-13 20:10:03 +03:00 |
Miikka Virtanen
|
fbcbdd9085
|
2.25.0
|
2019-06-17 10:23:15 +03:00 |
Dragory
|
eac3e9e0a8
|
Update knub-command-manager to 3.1.3 to fix double space in replies
|
2019-06-16 22:51:12 +03:00 |
Dragory
|
38c7bd83ff
|
Switch to knub-command-manager instead of Eris's command client. Update sqlite3 for Node.js 12 support.
|
2019-06-16 22:27:30 +03:00 |
Dragory
|
2ce84a7bb5
|
2.24.0
|
2019-06-15 15:02:34 +03:00 |
Dragory
|
977ecbe5a2
|
Use Eris 0.10.0 instead of #dev
|
2019-06-15 15:02:29 +03:00 |
Dragory
|
6058fe9dac
|
2.23.2
|
2019-06-09 21:02:40 +03:00 |
Dragory
|
86b1f8c8ac
|
2.23.1
|
2019-06-09 20:46:19 +03:00 |
Dragory
|
4b6049fb44
|
2.23.0
|
2019-06-09 20:33:54 +03:00 |
Dragory
|
b9133da4da
|
Add update notifications
|
2019-06-09 17:31:17 +03:00 |
Dragory
|
907cb1956f
|
2.22.0
|
2019-06-09 16:09:49 +03:00 |
Dragory
|
5d5d3dfdf3
|
Add watch npm script for development
|
2019-06-09 15:56:19 +03:00 |