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.0.1
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.0.2
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 28, 2025

  1. Enhance startup scripts with environment update checks and service UR…

    …L clarity
    
    - Added checks for the existence of the update-docker-env.sh script in both start.bat and start.sh, providing guidance for updating environment variables.
    - Removed legacy .env file checks from both scripts to streamline the startup process.
    - Updated service URL outputs to clarify SSL options for both frontend and backend services.
    - Improved user instructions for stopping services and updating environment variables.
    chamikaJ committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    ad0cdfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from chamikaJ/fix/docker-compose-fix

    Enhance startup scripts with environment update checks and service UR…
    chamikaJ authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    b115d0a View commit details
    Browse the repository at this point in the history
  3. Refactor Dockerfile to streamline environment configuration

    - Introduced a new env-config.sh script to handle runtime environment variable updates for VITE_API_URL and VITE_SOCKET_URL.
    - Updated start.sh to execute env-config.sh, improving script organization and clarity.
    - Enhanced the overall structure of the Dockerfile for better maintainability.
    chamikaJ committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    b48ac45 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #95 from chamikaJ/fix/docker-compose-fix

    Refactor Dockerfile to streamline environment configuration
    chamikaJ authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    907075f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #96 from Worklenz/development

    Development
    chamikaJ authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    24dc99a View commit details
    Browse the repository at this point in the history
Loading