3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
Commit graph

24 commits

Author SHA1 Message Date
dependabot[bot]
eb5fda8d19
build(deps-dev): bump webpack from 5.90.1 to 5.94.0 (#487)
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-13 13:00:44 +01:00
Dragory
4c21884016
fix: dashboard build errors about API_URL/.env 2024-04-06 09:53:28 +00:00
Dragory
509d96ce83
refactor: new dev/prod containers
- Use a single Dockerfile for all Zeppelin services
- Add a Dockerfile in project root that can be used by
  app hosting services
- Provide a standalone and lightweight prod setup
  - Standalone is the same as the old setup, with mysql+nginx
  - Lightweight only runs bot+backend+dash, no mysql/nginx
- Remove mounted mysql data folders for dev and prod
  - This resolves permission issues caused by the mount
  - The mysql service uses a regular named volume now
- Simplify .env options and clearly separate different prod setups
- Remove update.sh
  - Different setups require different update procedures, so a common
    update.sh no longer works
2024-03-17 18:49:31 +02:00
Dragory
6110b8190c
chore: use @zeppelinbot scope over @zeppelin for package names 2024-01-27 12:45:52 +02:00
Dragory
1e5378a274 fix: update dashboard packages, fix build on Node.js 18 2023-06-24 09:21:06 +00:00
Dragory
3b09d2d679
Add rudimentary user management to dashboard 2021-09-05 16:42:35 +03:00
Dragory
fb2fc677be
Quick fix for build 2020-12-13 22:16:55 +02:00
Dragory
7700afda2b
Update tailwindcss to 1.9.6 2020-12-13 22:06:15 +02:00
Dragory
4dfc7ccfa9
Update to TS 4.1, use same TS package in all sub-packages 2020-12-13 15:26:33 +02:00
Dragory
7909c99a7f
Fix up docs 2020-07-30 13:08:06 +03:00
Dragory
53ed83b701 dashboard: update babel packages 2019-11-07 22:56:51 +02:00
Dragory
ba4ddfcc32 Update Typescript to 3.7 2019-11-07 22:52:40 +02:00
Dragory
16111bbe84 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Dragory
577500af92 dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks 2019-10-10 21:58:00 +03:00
Dragory
f820a06bac Switch from CodeMirror to Ace editor 2019-10-05 14:45:13 +03:00
Dragory
3ff3bfd5f0 dashboard: separate plugin usage/configuration, add usage guide + configuration guide 2019-09-29 15:53:14 +03:00
Dragory
ee6d622941 Auto-generate plugin docs (WIP) 2019-08-22 01:22:26 +03:00
Dragory
357687654a Move vuex dependency from root package.json to dashboard folder 2019-08-21 22:06:31 +03:00
Dragory
a45d2965e9 Dashboard: disable source maps in prod builds, add debug build with source maps and no minification 2019-07-29 22:57:58 +03:00
Nils Blömeke
66705678a6 More docs work - Page for Document types and done LocateUser 2019-07-29 18:55:32 +02:00
Dragory
f186e5c61f Work on documentation 2019-07-28 18:24:32 +03:00
Dragory
b230a73a6f Dashboard work and related 2019-06-23 19:18:41 +03:00
Dragory
7bda2b1763 dashboard: auth fixes, guild listing, config editing 2019-06-23 03:40:53 +03:00
Dragory
2adc5af8d7 Dashboard work. Move configs to DB. Some script reorganization. Add nodemon configs. 2019-06-22 18:52:24 +03:00