Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
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: vmware-archive/postfacto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.11
Choose a base ref
...
head repository: vmware-archive/postfacto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 1, 2021

  1. Bump dns-packet from 1.3.1 to 1.3.4 in /web (#389)

    Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
    - [Release notes](https://github.com/mafintosh/dns-packet/releases)
    - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
    - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a046659 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Need to be compatible with cf CLI v7 (#388)

    * Need to be compatible with cf CLI v7
    
    In the case of cf CLI v7, we need to add "--command" option to specify command with "cf run-task" command while we don't need it in the case of cf CLI v6.
    
    Current version of deploy.sh for TAS doesn't have "--command" option with "cf run-task" and it does not work with cf CLI v7.
    
    I propose to modify deploy.sh script for TAS to enable deploy Postfact with cf CLI v7 as well as cf CLI v6
    
    * Use the POSIX to set CF_VERSION
    
    The other scripts use the POSIX form rather than backticks, so for consistency:
    
    * Apply the same fix with deploy-tas.sh
    
    Apply the same fix with deploy-tas.sh to be compatible with cf CLI v7 to execute "cf run-task" command
    
    * Modified command arguments for cf CLI v7
    
    Modified command arguments to quote environment variables and task command line itself with double quotation to run "cf run-task" command with cf CLI v7 on any platform.
    
    * Modified command arguments for cf CLI v7
    
    Modified command arguments to quote environment variables and task command line itself with double quotation to run "cf run-task" command with cf CLI v7 on any platform.
    AkihiroKitada authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    db61713 View commit details
    Browse the repository at this point in the history
Loading