5a555b7bb0
Update package.json
Code quality checks / build (18.16) (push) Successful in 1m17s
Push code / build (push) Failing after 3s
2024-10-28 15:52:21 +00:00
7332960ea4
Update dashboard/src/components/PrivacyPolicy.vue
Code quality checks / build (18.16) (push) Successful in 1m11s
Push code / build (push) Has been cancelled
2024-10-28 15:50:59 +00:00
81327f5c23
Update dashboard/src/splash.html
Code quality checks / build (18.16) (push) Successful in 1m12s
Push code / build (push) Successful in 46s
2024-10-28 15:46:25 +00:00
5546ccda96
Update .github/workflows/push-code.yml
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 3s
2024-10-25 12:47:11 +00:00
e16e29cf50
add the ability to actually restart docker compose
...
Code quality checks / build (18.16) (push) Successful in 1m13s
Push code / build (push) Failing after 6s
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:45:00 +00:00
3a5a1aca20
Update .github/workflows/push-code.yml
Code quality checks / build (18.16) (push) Successful in 1m13s
Push code / build (push) Successful in 3s
2024-10-25 12:36:55 +00:00
46cdefbb21
Update .github/workflows/push-code.yml
...
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Successful in 3s
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:35:04 +00:00
2cc9844b8a
Update .github/workflows/push-code.yml
...
Code quality checks / build (18.16) (push) Has been cancelled
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:34:31 +00:00
0ff0115e3a
Update .github/workflows/push-code.yml
...
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 1s
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:30:54 +00:00
12752504d1
Update .github/workflows/push-code.yml
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 2s
2024-10-25 12:29:22 +00:00
c149a08fc8
Update .github/workflows/push-code.yml
...
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 1s
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:28:25 +00:00
3f10d9d940
Add .github/workflows/push-code.yml
...
Code quality checks / build (18.16) (push) Successful in 1m13s
Push code / build (push) Failing after 2s
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 12:08:47 +00:00
ZappyZep
b800fbe741
prettify
Code quality checks / build (18.16) (push) Successful in 1m12s
2024-10-25 11:54:25 +00:00
43bbaa0035
Update .github/workflows/codequality.yml
...
Code quality checks / build (18.16) (push) Failing after 1m21s
Signed-off-by: laratheprotogen <laraproto@proton.me>
2024-10-25 11:46:54 +00:00
ef75371c12
Update .github/workflows/codequality.yml
Code quality checks / build (18.16) (push) Failing after 40s
2024-10-25 11:37:57 +00:00
ZappyZep
8c7a91dc80
meow
Code quality checks / build (18.16) (push) Waiting to run
2024-10-25 11:35:39 +00:00
Dragory
b28ca170ed
fix: standalone migrations
...
Code quality checks / build (18.16) (push) Failing after 3s
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
Dragory
b7ae765f05
chore: add martinbndr to .clabot
2024-03-31 18:30:02 +03:00
Martin
36fbc5b27d
Fixes depends_on mysql
...
Fixes depends_on in the lightweight version of the docker-compose as its not using a db inside the compose stack
2024-03-31 16:59:30 +02:00
Dragory
60a8bfbdf2
docs: update repository docs; add migration guides
2024-03-30 17:44:42 +00:00
Dragory
f5c8b94cc9
refactor: use a named volume for devenv mysql data
2024-03-30 17:37:02 +00:00
Dragory
af57622bbc
build: copy updates to lightweight compose file
2024-03-30 15:51:04 +00:00
Dragory
9e65f05b23
fix: handle SIGTERM in dashboard serve.js; always include API_URL in webpack build
2024-03-30 15:47:38 +00:00
Dragory
f3fcede7f5
feat: switch to mysql2 package; fix typeorm cli path
2024-03-30 15:46:53 +00:00
Dragory
7f37f0c372
build: fixes & tweaks to dockerfile/compose file
2024-03-30 15:46:15 +00:00
Dragory
b2e03567d3
build: fix .dockerignore paths
2024-03-30 15:45:49 +00:00
Dragory
3cad4d319e
fix: webpack dev server + index fallback for prod serve.js
2024-03-30 13:33:29 +00:00
Dragory
c89c5ea430
feat: update knub; update public interfaces for new knub
2024-03-30 13:31:30 +00:00
Dragory
c2ae6d53d8
feat: update knub; use base Knub types for plugins
2024-03-30 12:35:22 +00:00
Dragory
4597b83cda
Merge branch 'master' into project_structure_refactor
2024-03-17 20:37:17 +00:00