Age | Commit message (Collapse) | Author |
|
|
|
|
|
Clean up puppet lint warnings
|
|
Testing updates
|
|
Shallow clone with one commit that corresponds to arbitrary tag from arbitrary branch
|
|
Enforce the style guide's recommendation of single quotes as the default.
|
|
|
|
There were puppet lint warnings due to indentation in several examples.
This commit cleans up the warnings.
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
|
Add support for 'conflict' parameter to populate svn --accept arg
|
|
(BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...
|
|
Fix remote hash ordering for unit tests
|
|
Without this commit, the unit tests for the git provider changing
multiple remotes mocks the remotes in a particular order. While in
practice it doesn't matter which remote the update_remotes method
updates first, the unit tests must be able to mock them in the correct
order. For ruby 1.8.7, a Hash will not necessarily produce key value
pairs in the same order on each run, which causes intermittent failures
in the unit tests. This change sorts the :source property values before
trying to update them, and updates the unit tests to expect the values
in alphabetical order.
|
|
puppetdb, etc
- support for BEAKER_VERSION and BEAKER_RSPEC_VERSION in gemfile
|
|
This commit makes the following changes to the test matrix:
- Runs tests on ruby 2.1.5 instead of 2.0.0
- Runs tests on ruby 1.8.7 with puppet 3.x
- Adds an environment to run on an intermediate 3.x puppet version
instead of latest (specifically 3.4.x)
- Adds an environment to run with the future parser on latest puppet.
This would affect the test runs for the validate and spec checks.
- Runs the tests on docker
|
|
The modulesync config repo is dropping universal support for puppet
2.7, but individual repos should still keep support until the next
naturally-occuring major release.
|
|
puppetlabs_spec_helper takes care of these for us.
|
|
|
|
Updating 'excludes' in readme to be more concise.
|
|
Clarified what the parameter 'excludes' is intended to do.
|
|
Pin rspec gems
|
|
|
|
|
|
Implemented multiple remotes feature for git provider.
|
|
|
|
Add submodules feature to git provider
|
|
|
|
Update let to use instance variable instead.
|
|
Since lets can't be used in before :all any more.
|
|
removing private tests
|
|
removing private tests, due to rspec3 not handling private methods
|
|
Add IntelliJ files to the ignore list
|
|
|
|
MODULES-1596 - Repository repeatedly destroyed/created with force
|
|
The `retrieve` method was calling `create` and `destroy` on every run
with `force => true`. Retrieve should not be making any changes to the
system, so removed that code, and updated `working_copy_exists` to make
sure that the directory not only contains a `.git` directory, but also
if `source` is specified it also matches `#{path}/.git/config` so that
it will overwrite a git repo with a different source.
Updated tests to not check for the old broken behavior. Added a regression test.
|
|
Fix for MODULES-1597: "format" is a file not a directory
|
|
The "format" entry in a SVN directory is a file, not a directory.
|
|
Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
|
|
The puppet_facts gem implicitly depends on the json gem.
On Ruby 1.8.7, json is not built in. On Puppet 2.7, it is
not explicitly pulled in by the hiera gem. So we add it
here explicitly.
|
|
|
|
Updates README per MODULES-1425
|
|
Adds note to Setup section stating that the module will not create parent directories or install VCS software.
|
|
Merge 1.2.x into master
|
|
Add missing doc update.
|
|
|
|
1.2.0 prep
|
|
|
|
Add `user` feature support to CVS provider
|
|
|
|
|
|
|