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: ckulka/baikal-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.3
Choose a base ref
...
head repository: ckulka/baikal-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.4
Choose a head ref
  • 9 commits
  • 22 files changed
  • 3 contributors

Commits on Dec 22, 2022

  1. Clean separation between Apache httpd and nginx setup scripts (#113)

    More robust php-fpm start script
    
    Co-authored-by: ckulka <ckulka@wlgore.com>
    ckulka and ckulka authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    e19ff0e View commit details
    Browse the repository at this point in the history
  2. Update GitHub actions to remediate Node.js 12 deprecation (#115)

    Co-authored-by: ckulka <ckulka@wlgore.com>
    ckulka and ckulka authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    7fe3a4e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Switched to msmtp #61 #31 (#63)

    Add support for sending emails based on #61 
    
    Co-authored-by: ckulka <ckulka@wlgore.com>
    ckulka and ckulka authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    5b2d767 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (#124)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d3d35df View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Bump tough-cookie and @cypress/request (#130)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together.
    
    Updates `tough-cookie` from 2.5.0 to 4.1.3
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v2.5.0...v4.1.3)
    
    Updates `@cypress/request` from 2.88.10 to 2.88.12
    - [Release notes](https://github.com/cypress-io/request/releases)
    - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
    - [Commits](cypress-io/request@v2.88.10...v2.88.12)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    - dependency-name: "@cypress/request"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    eb26c28 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    d27cb49 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Update to Baikal 0.9.4 (#136)

    Co-authored-by: Cyrill Kulka <ckulka@wlgore.com>
    ckulka and ckulka authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1fb7813 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Skip chown command in startup script by setting BAIKAL_SKIP_CHOWN (#138)

    * Ensure correct file permissions, unless behaviour is explicitly disabled
    
    * Documented skipping of chown commands in README.md
    
    * Corrected paths glob pattern in Github workflows
    
    ---------
    
    Co-authored-by: Cyrill Kulka <ckulka@wlgore.com>
    ckulka and ckulka authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1d1451c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Use Github built-in badges (#140)

    Co-authored-by: Cyrill Kulka <ckulka@wlgore.com>
    ckulka and ckulka authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    be2760d View commit details
    Browse the repository at this point in the history
Loading