3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 22:01:50 +00:00
Commit graph

2527 commits

Author SHA1 Message Date
Ruby
9290497350
chore: update discord.js 2024-06-03 15:03:00 +02:00
Ruby
e34690ff6c
chore: sort permissions alphabetically 2024-06-02 18:27:57 +02:00
rubyowo
9aca2d5f26
fix: suggestion
Co-authored-by: Almeida <github@almeidx.dev>
2024-06-02 16:23:57 +00:00
rubyowo
01332af1fb
Merge branch 'master' into feat/polls 2024-06-02 16:14:52 +00:00
Ruby
a4d5ec7a0e
make answers not weird if they have | in them
why would you ever have | in a poll answer??
2024-06-02 18:14:20 +02:00
Ruby
289b7cc79a
better summary format 2024-06-02 18:14:13 +02:00
Ruby
16f5dc4fd7
whoops 2024-06-02 18:14:07 +02:00
Ruby
112bbc5478
fix: partial summary 2024-06-02 18:14:00 +02:00
Ruby
4252cb5ce0
feat: polls
update DJS version, add new permissions, and add `match_polls` option
2024-06-02 18:13:30 +02:00
rubyowo
4fa77d57df
fix: dont show hidden cases without -hidden arg (#477)
* fix: dont show hidden cases without -hidden arg

* fix: almeida has eagle eyes
2024-06-02 16:59:41 +01:00
rubyowo
21e2e58c90
feat: custom help url (#476)
* feat: custom help url

* chore: formatting

* goddamn
2024-06-02 16:48:59 +01:00
dependabot[bot]
1a314bf4d9
build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#465)
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 16:47:08 +01:00
dependabot[bot]
ce981f2a82
build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#463)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 16:46:52 +01:00
dependabot[bot]
b720a33013
build(deps): bump express from 4.18.2 to 4.19.2 (#462)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 16:46:30 +01:00
dependabot[bot]
092a80c47f
build(deps): bump mysql2 from 3.9.3 to 3.9.8 (#483)
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.3 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.3...v3.9.8)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 16:38:57 +01:00
dependabot[bot]
8241ce26ef
build(deps): bump es5-ext from 0.10.62 to 0.10.64 (#464)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 16:34:47 +01:00
rubyowo
c24a24667d
docs: fix typo (trhead -> thread) in Plugin Configuration (#470)
Co-authored-by: Almeida <github@almeidx.dev>
2024-06-02 16:26:32 +01:00
rubyowo
914efb6fcc
chore: format repo (#482)
Begone formatting errors
2024-06-02 16:21:27 +01:00
Dragory
8a4f7fe0e8
Merge branch 'master' of github.com:Dragory/ZeppelinBot 2024-05-19 13:48:23 +03:00
Dragory
f3d64e2adc
fix: configSchema in /docs endpoint 2024-05-19 10:47:47 +00:00
Dragory
3b0a0b311d
feat: add missing info.configSchemas 2024-05-19 10:46:43 +00:00
Dragory
db52c61df4
feat: require info.configSchema for all zeppelin plugins 2024-05-19 10:45:21 +00:00
Miikka
0a38440bca
Merge pull request #475 from rubyowo/feat/pretty_name
feat: pretty_name for automod
2024-05-19 13:33:21 +03:00
Ruby
dfb2b82272 feat: pretty_name for automod 2024-05-12 14:55:49 +02:00
Dragory
8ad12a91ad
refactor: remove obsolete index re-exports from /shared 2024-04-09 21:12:35 +03:00
Dragory
5772e27cda
refactor: convert /backend to ESM 2024-04-09 20:57:18 +03:00
Dragory
31d74c05aa
chore: remove husky/lint-staged 2024-04-09 16:59:41 +00:00
Dragory
1f0a01f15f
refactor: convert /shared to ESM 2024-04-09 16:52:29 +00:00
Dragory
805234acc1
refactor: simplify logs plugin types; remove deprecated format.timestamp field 2024-04-09 19:24:06 +03:00
Dragory
b28ca170ed
fix: standalone migrations
Recent fix for dropping/recreating PKs in environments with
sql_require_primary_key=1 also broke the migrations for environments
where the user doesn't have permissions to change the value of the
setting. The standalone setup is such an environment.

This commit changes those migrations so that the PKs are
dropped/recreated as one ALTER TABLE query, no longer requiring
changing the sql_require_primary_key setting.
2024-04-08 21:04:09 +03:00
Dragory
928fc20df3
fix: standalone mysql service healthcheck 2024-04-08 20:38:33 +03:00
Dragory
e60af160e7
chore: try to fix clabot/dependabot interaction 2024-04-07 12:16:47 +03:00
Miikka
59c81902c7
Merge pull request #469 from zayKenyon/container-extension
🔧 Typo VSCode Container Plugin
2024-04-07 12:12:23 +03:00
Dragory
bea395982c
docs: update default dev port; document env vars for manual prod setup 2024-04-07 09:10:47 +00:00
Dragory
ae03c9e03b
feat: always use DB_* and API_PATH_PREFIX env vars if set 2024-04-07 09:10:02 +00:00
Dragory
e146ed6416
refactor: remove SSL from standalone setup
Since Zeppelin was only creating a self-signed certificate, this
gave a false sense of security when in reality you'd always want
to have a proxy with a proper certificate in front of this anyway.

Additionally, generating the certificate at build time meant that
the domain couldn't easily be changed/updated without rebuilding.
2024-04-06 18:47:12 +03:00
Dragory
1ef7ba8d0f
refactor: simplify db credential handling 2024-04-06 15:36:45 +00:00
Dragory
898cf18885
feat: restore old name for standalone compose file 2024-04-06 12:01:27 +00:00
Dragory
b40ed5ce49
feat: add api prefix option 2024-04-06 11:54:31 +00:00
Dragory
899f743ed6
feat: give standalone/lightweight compose files unique names 2024-04-06 11:50:53 +00:00
Dragory
4352d755a6
feat: use npm ci over npm install in Dockerfile 2024-04-06 11:50:10 +00:00
Dragory
325341dced
fix: migrations with sql_require_primary_key=1 2024-04-06 11:49:45 +00:00
Dragory
e11d2b48e4
fix: connection errors in migrate-dev/migrate-rollback-dev 2024-04-06 10:45:47 +00:00
Dragory
769a5c2c7c
fix: add more missing --build flags 2024-04-06 10:45:05 +00:00
Dragory
4c21884016
fix: dashboard build errors about API_URL/.env 2024-04-06 09:53:28 +00:00
Dragory
4b63d03bdb
fix: use --build flag for watchers
This allows them to compile TS project references,
i.e. automatically compile shared from backend.
2024-04-06 12:42:01 +03:00
zay
e13c936a55
🔧 Fix VSCode Container Plugin 2024-04-02 22:28:53 +01:00
Miikka
68a391f401
Merge pull request #467 from martinbndr/fix-docker-compose-lightweight-migration-workdir
Fixing docker-compose lightweight migration workking_dir
2024-03-31 19:43:20 +03:00
Martin
3d71684633
Fixing docker-compose lightweight migration workking_dir
Working_dir was fixed in the docker-compose standalone but not in the lightweight version
2024-03-31 17:50:19 +02:00
Miikka
b51543ea2c
Merge pull request #466 from martinbndr/fix-docker-compose-lightweight-db
Fixes depends_on mysql
2024-03-31 18:31:54 +03:00