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: pivotal/LicenseFinder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.13.0
Choose a base ref
...
head repository: pivotal/LicenseFinder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.14.1
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on May 7, 2021

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

Commits on May 11, 2021

  1. Added --npm_options option to customize npm behavior.

    Alexander-Malott committed May 11, 2021
    Configuration menu
    Copy the full SHA
    b8457a6 View commit details
    Browse the repository at this point in the history
  2. Removed extra line breaks (sorry!)

    Alexander-Malott committed May 11, 2021
    Configuration menu
    Copy the full SHA
    02f925d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Fix issue where commands could be injected running on Cocoapods projects

    Thanks to Joern SchneeweiszStaff Security Engineer, Security Research | GitLab for raising the issue
    xtreme-shane-lattanzio committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b0a61a2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Merge pull request #827 from alexmalott/feature/npm_options

    Added --npm_options option to customize npm behavior
    xtreme-shane-lattanzio authored May 31, 2021
    Configuration menu
    Copy the full SHA
    43f99ee View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Upgrade Docker image to use Ubuntu Bionic

    Ubuntu Xenial reached EOL in April 2021. Some of the Ubuntu packages this
    image required were being pulled due to the EOL causing build failures.
    As such, the image was updated to use the next Ubuntu verseion.
    
    Some minor image cleanup are also included in this commit.
    
    [#178471230]
    
    Signed-off-by: Jason Smith <jsmith@pivotal.io>
    Signed-off-by: Jeff Pun <jjun@pivotal.io>
    julia-pu authored and xtreme-jason-smith committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    1c12588 View commit details
    Browse the repository at this point in the history
  2. Update the default timezone to GMT

    During the Ubuntu Bionic upgrade, the default timezome was set to
    America/Toronto in order to install the new version of Composer. The
    newer version of composer requires a timezome to bet set in order to
    install.
    
    However, the test assumes LF runs on GMT timezome image.  So, the
    default timezone has been updated.
    
    [#178471230]
    xtreme-jason-smith committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9fcab84 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Merge pull request #836 from pivotal/upgrade-to-bionic-178471230

    Upgrade Docker image to use Ubuntu Bionic
    xtreme-jason-smith authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4782fc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Use local copy of Swift puglic GPG keys

    The GPG server suggested by the Swift docker image sample has not been
    responding.
    
    So, the public keys have been dowloaded and saved in the repo. These
    keys will be imported instead of dowloaded.
    
    [#178674224]
    xtreme-jason-smith committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    4db4b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced7de9 View commit details
    Browse the repository at this point in the history
Loading