Commits on May 3, 2018

  1. Repalce pip wheel --version with pip show wheel

    Previously (prior to version 10, I think), pip wheel --version would
    exit 0 when wheel was installed even though it complained about wanting
    more arguments. Now that same command exits 1 which negates its purpose.
    Using pip wheel show accomplishes the same goal as was originally
    intended.
    genebean committed May 3, 2018
    Configuration menu
    Copy the full SHA
    52a7410 View commit details
    Browse the repository at this point in the history
  2. Refactored to reduce duplication and ease reading

    The commands were SOOO long before this that they were really hard to
    follow. While deciphering them I noticed a lot of duplication from
    command to command and on each side of the ||'s. I pulled most of the
    duplicated code out into some variables which provides two benefits:
    1) a single place to update the common components
    2) easier to read exec's
    genebean committed May 3, 2018
    Configuration menu
    Copy the full SHA
    8f52b8b View commit details
    Browse the repository at this point in the history
  3. Replace --no-use-wheel with --no-binary :all:

    --no-use-wheel has been depreciated since at least pip 8.
    genebean committed May 3, 2018
    Configuration menu
    Copy the full SHA
    25c3e32 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Merge pull request #389 from genebean/fix_pip_wheel_checks

    Fix pip wheel checks
    stankevich authored May 5, 2018
    Configuration menu
    Copy the full SHA
    059cd5f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

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

Commits on May 9, 2018

  1. Merge pull request #390 from bryangwilliam/pip_extras

    add pip support for setuptools extras
    stankevich authored May 9, 2018
    Configuration menu
    Copy the full SHA
    7e7cf2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd04a33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #391 from daylicron/master

    virtualenv.pp: make creation of $venv_dir optional
    stankevich authored May 9, 2018
    Configuration menu
    Copy the full SHA
    f1422c8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. Configuration menu
    Copy the full SHA
    e2de457 View commit details
    Browse the repository at this point in the history
  2. puppet-lint: autofix

    bastelfreak committed May 12, 2018
    Configuration menu
    Copy the full SHA
    65dce6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b671db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a55bc1 View commit details
    Browse the repository at this point in the history
  5. drop EOL operatingsystems

    bastelfreak committed May 12, 2018
    Configuration menu
    Copy the full SHA
    c9693a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a51d2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5ce33f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5b9824 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87b56b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efd6379 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3487e35 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    17a8f08 View commit details
    Browse the repository at this point in the history
  13. move tests to examples

    bastelfreak committed May 12, 2018
    Configuration menu
    Copy the full SHA
    f6b0425 View commit details
    Browse the repository at this point in the history
  14. puppet-lint: autofix

    bastelfreak committed May 12, 2018
    Configuration menu
    Copy the full SHA
    8a503f4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. rubocop: autofix

    bastelfreak committed May 13, 2018
    Configuration menu
    Copy the full SHA
    cbd4a91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #392 from voxpupuli/modulesync

    modulesync 1.9.1
    bastelfreak authored May 13, 2018
    Configuration menu
    Copy the full SHA
    477a387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    694ffef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #403 from voxpupuli/readme-update

    Add deprecation notice
    stankevich authored May 13, 2018
    Configuration menu
    Copy the full SHA
    d7bdaca View commit details
    Browse the repository at this point in the history
  5. add secret

    bastelfreak committed May 13, 2018
    Configuration menu
    Copy the full SHA
    f27e2cf View commit details
    Browse the repository at this point in the history
  6. Update README compatibility section

    * remove EOL operating systems
    * updated supported puppet versions
    * remove ruby version section
    Sandra Thieme committed May 13, 2018
    Configuration menu
    Copy the full SHA
    5a156e5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #404 from bastelfreak/secrets

    add secret for forge deployment via travis
    juniorsysadmin authored May 13, 2018
    Configuration menu
    Copy the full SHA
    f40c950 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #405 from rkcpi/readme-compatibility-section

    Update README compatibility section
    juniorsysadmin authored May 13, 2018
    Configuration menu
    Copy the full SHA
    d2e0477 View commit details
    Browse the repository at this point in the history
  9. Add umask parameter to pip execs

    jstaph authored and bastelfreak committed May 13, 2018
    Configuration menu
    Copy the full SHA
    fd37062 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #368 from jstaph/master

    Add umask parameter to pip execs
    bastelfreak authored May 13, 2018
    Configuration menu
    Copy the full SHA
    0ab2afe View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. modulesync 1.9.2

    bastelfreak committed May 20, 2018
    Configuration menu
    Copy the full SHA
    dfb6fd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #407 from voxpupuli/modulesync

    modulesync 1.9.2
    bastelfreak authored May 20, 2018
    Configuration menu
    Copy the full SHA
    9b2f4f6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Remove docker nodesets

    bastelfreak committed May 22, 2018
    Configuration menu
    Copy the full SHA
    4cadb02 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Merge pull request #408 from voxpupuli/remove-docker-nodesets

    Remove docker nodesets
    sandra-thieme authored May 23, 2018
    Configuration menu
    Copy the full SHA
    53839b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Add support for Anaconda

    grsakea committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    f49763e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Fix Python version regex

    According to the rest of the code `version` (if custom) is expected
    to contain package name with version.
    fklajn committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    5e68f54 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Merge pull request #410 from fklajn-opera/fix_version_inconsistency

    Fix Python version regex in install.pp
    wyardley authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    c556f13 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Merge pull request #409 from grsakea/anaconda

    Add support for Anaconda
    bastelfreak authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    969bfca View commit details
    Browse the repository at this point in the history
  2. add secret to .travis.yml

    bastelfreak committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    df8760a View commit details
    Browse the repository at this point in the history
  3. release 2.0.0

    bastelfreak committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    8dfff7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #411 from bastelfreak/rel200

    Release 2.0.0
    bastelfreak authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    4ff937b View commit details
    Browse the repository at this point in the history