-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30fbfe1 Merge pull request #277 from buzzdeee/concat_order_verification_fix a3d8632 Merge pull request #230 from duritong/set_group_for_fragments b897904 When testing the order parameter on sanity, make sure that pattern matching is only exercised on strings. Integers don't like that. 0aa6c63 set group of fragments to gid eb04c55 Merge pull request #275 from mhaskel/validate_order 2ca56da Add validation for order parameter 2d60bcb Merge pull request #270 from raphink/dev/is_pe 9e1a8f8 Merge pull request #274 from puppetlabs/revert-273-fix_strict_vars 410e180 Revert "Lookup is_pe fact with getvar" a4133c4 Merge pull request #273 from cmurphy/fix_strict_vars 59d7a3a Lookup is_pe fact with getvar 9b3f4b3 Merge pull request #271 from nibalizer/master 0e0dc74 Removing travis badge 6a0e9cc Check if $is_pe exists before using it f6e9f0a Merge pull request #269 from mhaskel/merge_1.2.x_into_master 3173e96 1.2.0 prep c7c0e4a Merge pull request #266 from mhaskel/remove_shell 7eb14b7 Remove shell script 20d0a5f Merge pull request #265 from mhaskel/validation_test_fix 36ff0ea The validation acceptance test is very Linux specific 164a9a0 Merge pull request #263 from cmurphy/fix_validate_cmd a198e5d Fix validate_cmd file resource parameter 3a634af Merge pull request #243 from jmkeyes/add-validation-command bccd7ed Merge pull request #262 from cyberious/master 520287f Fix Solaris 10 errors in tests and more issues with Windows checks of owner 88869c6 Merge pull request #260 from cyberious/master b9b13d2 Currently sorting by numeric and the ruby file is not supported, this fixes that 7bc211c MODULES-1764 Fix missing method for check_is_owned_by for windows 40200a6 Merge pull request #261 from mhaskel/merge_1.1.x_to_master 3b2e37a MODULES-1456 - make sure ruby is in path on PE fa5c1cf Merge pull request #249 from nosolutions/master 9036086 Merge pull request #258 from cmurphy/rspec aacf1bd Pin rspec gems 2518958 Merge pull request #256 from cyberious/BeakerRspecPin 7d49b5f Beaker-Rspec broken on Windows, enable ability to pin to older version until fixed be93344 Merge pull request #255 from hunner/fix_pending cff25a8 Fix pending tests 7ed3f56 Merge pull request #254 from cmurphy/master ce90edc Add IntelliJ files to the ignore list aab8e17 Merge pull request #250 from laurenrother/summary dbf3124 Merge pull request #252 from cmurphy/master ee87c65 Add json gem 440a6b7 Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md 8fb09fb Merge pull request #251 from cmurphy/puppet_27 6f1e97a Define travis matrix in .sync.yml 027484d Add metadata summary per FM-1523 4fc1dfc use concatfragments.rb on AIX 708def1 Merge pull request #248 from mhaskel/merge_1.1.x d3446f6 Merge remote-tracking branch 'upstream/1.1.x' into merge_1.1.x 351d5f6 Merge pull request #247 from mhaskel/work_around_cert_issues dc9f4b3 Use a path that works on both 32 and 64-bit windows 0133d3a Add acceptance test for validate_cmd parameter. 79c5e45 Add unit tests for validate_cmd parameter. 09a01d8 Ensure validate_cmd is a string and fail explicitly otherwise. 5f5b892 Merge pull request #245 from mhaskel/merge_1.1.x 0613485 Merge remote-tracking branch 'upstream/1.1.x' into merge_1.1.x b69246a Merge pull request #244 from mhaskel/work_around_cert_issues c79d81a Work around cert issues on solaris and windows 5619355 Support running a validation command on the destination file. d97a047 Merge pull request #231 from GeoffWilliams/poison_exec_defaults_fix 520224f Merge pull request #242 from mhaskel/test ab06c2b Merge pull request #241 from cyberious/InstallCert 8cb4c24 Use apply manifest instead of timeout transaction if it does hang 75dd725 Merge pull request #240 from mhaskel/1.1.2-prep ea3d6e3 1.1.2 prep 73c7896 Merge pull request #239 from mhaskel/pull_master_to_1.1.x fe9730a Merge pull request #238 from mhaskel/windows_cert_fix 624ae75 Install certs on windows ed6efe8 Reset poisoned defaults from Exec
- Loading branch information
Showing
35 changed files
with
492 additions
and
419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ spec/fixtures/ | |
.vagrant/ | ||
.bundle/ | ||
coverage/ | ||
.idea/ | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
--- | ||
.travis.yml: | ||
includes: | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 3.0" | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="~> 3.0" | ||
- rvm: 2.0.0 | ||
env: PUPPET_GEM_VERSION="~> 3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,11 +41,9 @@ Checklist (and a short version for the impatient) | |
|
||
* Pre-requisites: | ||
|
||
- Sign the [Contributor License Agreement](https://cla.puppetlabs.com/) | ||
|
||
- Make sure you have a [GitHub account](https://github.com/join) | ||
|
||
- [Create a ticket](http://projects.puppetlabs.com/projects/modules/issues/new), or [watch the ticket](http://projects.puppetlabs.com/projects/modules/issues) you are patching for. | ||
- [Create a ticket](https://tickets.puppetlabs.com/secure/CreateIssue!default.jspa), or [watch the ticket](https://tickets.puppetlabs.com/browse/) you are patching for. | ||
|
||
* Preferred method: | ||
|
||
|
@@ -94,17 +92,7 @@ The long version | |
whitespace or other "whitespace errors". You can do this by | ||
running "git diff --check" on your changes before you commit. | ||
|
||
2. Sign the Contributor License Agreement | ||
|
||
Before we can accept your changes, we do need a signed Puppet | ||
Labs Contributor License Agreement (CLA). | ||
|
||
You can access the CLA via the [Contributor License Agreement link](https://cla.puppetlabs.com/) | ||
|
||
If you have any questions about the CLA, please feel free to | ||
contact Puppet Labs via email at [email protected]. | ||
|
||
3. Sending your patches | ||
2. Sending your patches | ||
|
||
To submit your changes via a GitHub pull request, we _highly_ | ||
recommend that you have them on a topic branch, instead of | ||
|
@@ -124,7 +112,7 @@ The long version | |
in order to open a pull request. | ||
|
||
|
||
4. Update the related GitHub issue. | ||
3. Update the related GitHub issue. | ||
|
||
If there is a GitHub issue associated with the change you | ||
submitted, then you should update the ticket to include the | ||
|
@@ -220,14 +208,12 @@ review. | |
Additional Resources | ||
==================== | ||
|
||
* [Getting additional help](http://projects.puppetlabs.com/projects/puppet/wiki/Getting_Help) | ||
* [Getting additional help](http://puppetlabs.com/community/get-help) | ||
|
||
* [Writing tests](http://projects.puppetlabs.com/projects/puppet/wiki/Development_Writing_Tests) | ||
|
||
* [Patchwork](https://patchwork.puppetlabs.com) | ||
|
||
* [Contributor License Agreement](https://projects.puppetlabs.com/contributor_licenses/sign) | ||
|
||
* [General GitHub documentation](http://help.github.com/) | ||
|
||
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.