3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
Commit graph

2578 commits

Author SHA1 Message Date
TheKodeToad
0705e76f54
Properly set vue feature flags 2025-03-13 19:21:49 +00:00
TheKodeToad
eacba10993
Satisfy typechecker in places where index type is ambigious 2025-03-13 16:42:33 +00:00
TheKodeToad
4ee80fba8e
Fix <ul> inside <p> warning 2025-03-13 01:32:30 +00:00
TheKodeToad
037107bbd0
Disable codeblock shadow inside Expandable 2025-03-13 00:04:59 +00:00
TheKodeToad
be253a3467
Use :deep in tabs to fix styling 2025-03-13 00:04:59 +00:00
TheKodeToad
454981fa1f
Initial port to vue 3 2025-03-13 00:04:57 +00:00
Miikka
e1966534d5
Merge pull request #503 from rubyowo/feat/yearsandmonths_next
feat: fix leap year rules, add year and month to the delay string
2025-01-05 01:15:58 +02:00
Ruby
81109314ea
chore: formatting 2025-01-03 15:15:45 +01:00
Ruby
5c0602715d
feat: fix leap year rules, add year and month to the delay string 2025-01-03 15:12:43 +01:00
Dragory
504ffd729d
chore: lodash -> lodash-es
Some checks failed
Code quality checks / build (18.16) (push) Failing after 4s
2025-01-01 15:41:17 +00:00
Dragory
c285984c9d
chore: lodash.cloneDeep -> structuredClone 2024-11-10 14:00:46 +02:00
Dragory
395a750e9d
refactor: don't create 'name' property in config dynamically 2024-11-10 13:47:40 +02:00
Dragory
0810dd3f0e
Merge branch 'next' of github.com:ZeppelinBot/Zeppelin into next 2024-08-11 22:53:54 +03:00
Dragory
ff8b7471e2
fix: type errors + missing import 2024-08-11 22:52:33 +03:00
Dragory
4ac7ff0843
fix: remove old references to per-method lodash packages
See https://lodash.com/per-method-packages
2024-08-11 22:49:52 +03:00
Miikka
4ead472a22
Merge pull request #480 from iamshoXy/counterfix
fix: wrong key for counter's counter_trigger rule name
2024-08-11 22:38:11 +03:00
Dragory
43b8017985
Merge branch '240811_application_commands_merge_2' into next 2024-08-11 22:28:41 +03:00
Dragory
32875c23e9
chore: prettier 2024-08-11 22:03:16 +03:00
Dragory
45e3fe2ef0
chore: esm imports
This will make merging this into 'next' much easier.
2024-08-11 21:58:52 +03:00
Dragory
cb2306e522
Merge remote-tracking branch 'origin' into next 2024-08-11 21:44:16 +03:00
Dragory
f520c6f5d1
fix: dashboard build errors 2024-08-11 02:17:41 +03:00
Dragory
aafef46cf4
fix: old import in configValidator 2024-08-11 02:13:39 +03:00
Dragory
8cb4d047b9
feat: fix issues importing /backend in other packages 2024-08-11 02:12:51 +03:00
Dragory
460b65d1df
chore: reorganize plugin docs 2024-08-11 02:05:23 +03:00
dependabot[bot]
5b1dc85d92
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#485)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  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-25 19:50:43 +01:00
iamshoXy
34ac0bfb7e
Add log_message_id to export (#484) 2024-06-03 11:46:34 +01: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
iamshoXy
0a11b073e0 Update 2024-06-01 16:52:38 +02:00
Dragory
dfdc6566cf
refactor: consolidate pluginInfo internal/legacy fields 2024-05-19 11:15:03 +00: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
Lily Bergonzat
1f0c7a4349 Ran prettier to fix style issues 2024-05-12 21:34:17 +02:00
Ruby
dfb2b82272 feat: pretty_name for automod 2024-05-12 14:55:49 +02:00
Lily Bergonzat
893a77d562 Fixes, refactoring and PR feedback 2024-04-15 15:51:45 +02:00
Lily Bergonzat
0be54912c4 Merge branch 'master' of github.com:ZeppelinBot/Zeppelin into feat/application-commands 2024-04-15 12:39:01 +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