Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Worklenz/worklenz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.4
Choose a base ref
...
head repository: Worklenz/worklenz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.5
Choose a head ref
  • 19 commits
  • 159 files changed
  • 4 contributors

Commits on Jul 25, 2025

  1. feat: korea language add and bug fix.

    - add: language korean
    - fixed: task attach file s3 url error fix
    - fixed: task > comments attach file s3 url error fix
    ChoccoJang committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    e361d16 View commit details
    Browse the repository at this point in the history
  2. feat: korea language add and bug fix.

    - add: language korean
    - fixed: task attach file s3 url error fix
    - fixed: task > comments attach file s3 url error fix
    
    1
    ChoccoJang committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    ef0f98b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/add-language-korean-error-fix' of https://githu…

    …b.com/HyunJoonJang/worklenz into feature/add-language-korean-error-fix
    
    # Conflicts:
    #	worklenz-backend/src/controllers/task-comments-controller.ts
    ChoccoJang committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    f6317b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d93c8b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Update README.md

    Added discord invite link to README.md
    chamikaJ authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    63cd29f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #327 from Worklenz/chamikaJ-patch-1

    Update README.md
    chamikaJ authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    092689d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. fix(docker): move inline init commands to standalone scripts

    - Extracted Postgres (db) init wrapper into `docker/db-init-wrapper.sh`
      to avoid Compose variable substitution issues with `$f`
      and ensure dos2unix + chmod run consistently.
    - Extracted MinIO (createbuckets) bucket creation logic into
      `docker/createbuckets-entrypoint.sh` for clarity and easier maintenance and
      prevent docker compose from trying to substitute `$i` variable.
    
    This Fixes docker substitution warnings:
    'WARN[0000] The "i" variable is not set. Defaulting to a blank string.'
    'WARN[0000] The "f" variable is not set. Defaulting to a blank string.'
    'WARN[0000] The "f" variable is not set. Defaulting to a blank string.'
    
    Which just break migration scripts from running.
    OmentaElvis committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    a04bbc2 View commit details
    Browse the repository at this point in the history
  2. fix(docker): set db healthcheck start_period to 30s

    Postgres container was marked unhealthy during initialization,
    causing dependent services to fail before the database was ready.
    
    Increasing the `start_period` ensures healthchecks wait long enough
    for Postgres to install dos2unix, finish initdb and run migrations.
    
    Otherwise the healthckeck fail during init causes partial database setup that
    permanently bricks other dependent services.
    OmentaElvis committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    ecd9ddd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Merge pull request #330 from OmentaElvis/fix/docker-compose

    fix(docker): Update docker-compose.yml to fix broken postgress and MinIO initialization.
    chamikaJ authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    cc8a0cf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Merge pull request #294 from ChoccoJang/feature/add-language-korean-e…

    …rror-fix
    
    Feature/add language korean error fix
    chamikaJ authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    9c986af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b0281 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #333 from Worklenz/feat/i18n/ko-missing-translation

    Feat/i18n/ko missing translation
    chamikaJ authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    665f9de View commit details
    Browse the repository at this point in the history
  4. Merge pull request #334 from Worklenz/development

    Development
    chamikaJ authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    9d6d38f View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): remove csurf and related types, update various p…

    …ackage versions
    
    - Removed `csurf` and its type definitions from both package.json and package-lock.json.
    - Updated versions for several packages including `axios`, `compression`, `express-session`, `form-data`, and `morgan` to their latest releases.
    - Cleaned up unused dependencies to streamline the project.
    chamikaJ committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    48563f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecb4d4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    726089f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. feat(database): enhance task and project tables with manual progress …

    …tracking and new ENUM type
    
    docs(migrations): add setup guide for node-pg-migrate with migration commands and best practices
    chamikaJ committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ce3602b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Merge pull request #337 from Worklenz/chore/update-dependencies

    Chore/update dependencies
    chamikaJ authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    b928d02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from Worklenz/development

    Development
    chamikaJ authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    90de033 View commit details
    Browse the repository at this point in the history
Loading