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: cyberark/conjur-puppet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: cyberark/conjur-puppet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 7 commits
  • 49 files changed
  • 3 contributors

Commits on May 24, 2017

  1. Restore release process

    dustinmm80 committed May 24, 2017
    Configuration menu
    Copy the full SHA
    e347bf3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. starter pipeline

    dustinmm80 committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    06c326c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb92194 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. More robust smoke test script (#8)

    * More robust smoke test script
    
    - Keep going on a failure and only error out at the end.
    - Use registry v2 in docker-compose.yml.
    - Use unique compose project names to prevent clobbering.
    
    * Revert "Remove test compose setup by default"
    
    This reverts commit cb92194,
    which appears to have been a thinko. "$NOKILL" == "0" was correct:
    if NOKILL is not set, it's set to "0" on line 3, and so the cleanup
    is indeed carried out by default.
    
    * Remove port mapping for smoke tests
    
    This mapping is not used in tests and may cause them to fail if
    that global resource is held by something else.
    
    * Use registry.tld in example compose file
    dividedmind authored and dustinmm80 committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    ba2e116 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Add Support section to README

    This added text is a request from Puppet that we clarify our support arrangement. Jody Hunt asked for this.
    dustinmm80 authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    022067d View commit details
    Browse the repository at this point in the history
  2. ” -> " in README

    dustinmm80 authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    99b7135 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Conjur5 API support (#9)

    * Support Conjur v5 API
    
    * Smoke tests for Conjur v5
    
    Note they replace the tests for Conjur v4. Further work is required
    to merge them back (or alternatively they can be put in a separate
    directory, but that would lead to code duplication).
    
    * Lint it up
    
    * Use latest docker tag for Conjur image
    
    * Use correct network name in smoke tests
    
    * README adjustments for clarification of the version option
    
    * Fix a code typo
    
    * Add back the Conjur v4 smoke tests
    
    * Jenkins parallel tests, take two
    
    * Use different compose project name for v4 tests
    
    * Correct the paths in ee smoke test script
    dividedmind authored and dustinmm80 committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    80e77b3 View commit details
    Browse the repository at this point in the history
Loading