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: TaskingAI/TaskingAI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zucklink/TaskingAI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 7 files changed
  • 1 contributor

Commits on May 7, 2025

  1. feat: update Docker setup to use local builds

    Modified the Dockerfile to install NLTK and download required data directly, improving setup efficiency. Updated docker-compose.yml to build images locally for frontend, backend-inference, backend-plugin, backend-api, and backend-web services, ensuring consistency across environments and facilitating development.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    94c6c48 View commit details
    Browse the repository at this point in the history
  2. dockerfile

    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    a2ce179 View commit details
    Browse the repository at this point in the history
  3. chore: update project files without content changes No changes were d…

    …etected in the project files. This commit serves as a placeholder or to trigger automated processes that may depend on a commit event. There is no impact on the functionality of the project.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    0f67995 View commit details
    Browse the repository at this point in the history
  4. chore: update docker-compose commands in run-stack.sh to new syntax U…

    …pdated the `run-stack.sh` script to use the `docker compose` command instead of `docker-compose`. This change aligns with the latest Docker CLI syntax, ensuring compatibility with newer Docker versions and improving maintainability. No functional impact on the operation of the script.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    e5e539b View commit details
    Browse the repository at this point in the history
  5. feat: increase memory limit for frontend build and update container s…

    …etup Increase the memory limit for the Node.js build process in the Dockerfile to prevent build failures due to memory constraints. Updated run-stack.sh to remove old frontend images and rebuild with the new memory settings, ensuring the frontend container uses the increased memory limit for improved performance.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    43d3b77 View commit details
    Browse the repository at this point in the history
  6. chore: improve Docker build and startup process in run-stack.sh Impro…

    …ved the Docker build and startup process by enabling BuildKit for better performance, building all services with cache, and updating the startup sequence. This change enhances build efficiency and ensures all services are started consistently.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    79e648f View commit details
    Browse the repository at this point in the history
  7. chore: enable COMPOSE_BAKE for improved build performance

    Added COMPOSE_BAKE environment variable in run-stack.sh to enhance build performance by enabling parallel builds. This change helps in optimizing the build process, potentially reducing build times.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    ab65e7b View commit details
    Browse the repository at this point in the history
  8. chore: update docker-compose to use specific image tags for services …

    …Updated the docker-compose.yml to specify image tags for frontend, backend-inference, backend-plugin, backend-api, and backend-web services. This ensures that the latest images are used and helps in managing versioning. Additionally, modified run-stack.sh to remove old images and force rebuilds with specific tags, improving build consistency and deployment reliability.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    1add4c1 View commit details
    Browse the repository at this point in the history
  9. chore: update build script to disable COMPOSE_BAKE and add no-cache o…

    …ption Updated run-stack.sh to comment out the COMPOSE_BAKE export and added the --no-cache option to the docker compose build command. This change ensures builds do not use cached layers, potentially preventing issues with outdated dependencies and improving build reliability.
    leandrosilvaferreira committed May 7, 2025
    Configuration menu
    Copy the full SHA
    0fdfdb4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. chore: update nginx port configuration in docker-compose.yml Changed …

    …the nginx service port mapping from "8080:80" to "80:80" in the docker-compose.yml file. This update standardizes the nginx service to use the default HTTP port, simplifying access configuration and aligning with common deployment practices.
    leandrosilvaferreira committed May 8, 2025
    Configuration menu
    Copy the full SHA
    08d6e56 View commit details
    Browse the repository at this point in the history
  2. chore: optimize build process by removing redundant image cleanup Rem…

    …oved redundant image cleanup step from run-stack.sh to streamline the build process. This change improves efficiency by relying on Docker's caching mechanism instead of forcing a rebuild of images, reducing unnecessary operations and build time.
    leandrosilvaferreira committed May 8, 2025
    Configuration menu
    Copy the full SHA
    600d28d View commit details
    Browse the repository at this point in the history
  3. chore: update file permissions for run-with-update.sh Changed the fil…

    …e permissions of run-with-update.sh from 644 to 755 to make it executable. This ensures the script can be run directly without needing to modify permissions manually, improving usability and workflow efficiency.
    leandrosilvaferreira committed May 8, 2025
    Configuration menu
    Copy the full SHA
    c03343b View commit details
    Browse the repository at this point in the history
  4. chore: remove version specification from docker-compose.yml Removed t…

    …he version specification from docker-compose.yml to allow Docker Compose to use the latest version by default. This change simplifies the configuration and ensures compatibility with newer Docker Compose features.
    leandrosilvaferreira committed May 8, 2025
    Configuration menu
    Copy the full SHA
    dcfb36a View commit details
    Browse the repository at this point in the history
  5. chore: update nginx service port in docker-compose.yml to 8080 Update…

    …d the nginx service port mapping in docker-compose.yml from 80 to 8080. This change allows the service to run on port 8080, which may be required for avoiding port conflicts or meeting specific deployment requirements. No impact on functionality is expected.
    leandrosilvaferreira committed May 8, 2025
    Configuration menu
    Copy the full SHA
    59d290c View commit details
    Browse the repository at this point in the history
Loading