Commit Graph
12 Commits
Author SHA1 Message Date
Hannes f9d3e73651 build: Improve Docker dev setup, add nodemon config (#1145)
* Updated the base image in `Dockerfile.dev` from `node:18-alpine` to `node:lts-alpine` to use more or less the same as for production docker build (where the client is build lts and server is 18... so yeah not really...)
* Removed the `USER node` directive, to prevent permission issues as we hook the whole folder into the container.
* Modified the `docker-compose-dev.yml` file to enhance the database healthcheck. The new healthcheck ensures not only postgres is ready but also the database is ready by running a sample query (`SELECT 1`) and adjusts the interval, retries, and start period for better reliability.
* Added a `nodemon.json` configuration file to watch only relevant files (node_modules would be ignored but not files like the python venv) and avoid rapid successive restarts with the delay.
2025-05-23 16:19:22 +02:00
Hannes f43785c3d0 fix: Update German translation (#1134) 2025-05-16 11:18:12 +02:00
Hannes d619681bc1 fix: Update German translation (#1049) 2025-03-05 19:57:16 +01:00
Hannes 3325214f87 feat: Add button to delete all pending notifications (#993) 2025-01-17 16:54:31 +01:00
Hannes 66cc9ba4be build: Ensure npm version compatibility, fix casing warnings (#975) 2024-12-18 11:18:32 +01:00
HannesOberreiter f8bf5ff18b feat: Add copy link action to card modal (#804) 2024-06-21 11:48:36 +02:00
HannesOberreiter d8635e7915 docs: Add types to webhook function (#796) 2024-06-18 15:41:12 +02:00
HannesOberreiter 2495891fad feat: Add custom user agent with base url to webhook (#799) 2024-06-18 15:36:51 +02:00
HannesOberreiter d54e3c1367 ref: Define all possible event types in webhook module (#795) 2024-06-18 15:32:39 +02:00
HannesOberreiter 193daf6cfb feat: Events via webhook (#771)
Closes #215, closes #656
2024-06-06 20:22:14 +02:00
HannesOberreiter c0b694039e fix: Focus end of field when editing (#779) 2024-06-06 20:06:16 +02:00
HannesOberreiter 800d2d012d feat: Display clickable links in tasks (#694)
Closes #330
2024-04-10 15:53:05 +02:00