Commit graph

452 commits

Author SHA1 Message Date
Joshua Hoblitt
8dedb6bffb Validate the concat::fragment order parameter as string||integer
This is to work around a validation issue that arises under the 3.x future
parser, as proper numeric types have been introduced (ie, not all scalar values
are strings).  Users have come to expect to to be able to pass in unquoted
integer values to the order parameter which will fail to validate as a string
when the future parser is enabled.
2014-05-29 13:07:16 -07:00
Joshua Hoblitt
705071343b Merge pull request #186 from jhoblitt/feature/rb_concat_solaris
enable the ruby concat script on Solaris
2014-05-29 13:06:10 -07:00
Joshua Hoblitt
a4abf6f142 enable the ruby concat script on Solaris
Per discussion on #174, Solaris 10 does not support the find/xargs
switches that were introduced in that PR (but Solaris 11 does).

+ add a shebang to concatfragments.rb
+ fix linter warnings/errors
2014-05-29 12:52:38 -07:00
Joshua Hoblitt
ad11960250 Merge pull request #183 from misterdorm/order_string
Change default 'order' parameter to be a string
2014-05-21 16:59:50 -07:00
Ashley Penney
03cee3f116 Merge pull request #184 from mhaskel/1.0.3-prep
1.0.3 prep
2014-05-21 16:31:08 -07:00
Morgan Haskel
379e273e2e Update PE version requirement. 2014-05-21 19:28:25 -04:00
Mike Dorman
cd645a8360 Change default 'order' parameter to be a string
Under Puppet 3.5.1 (and possibly earlier versions, too), the validate_string($order)
fails when $order is actaully a numeric type.  Apparently there is more strict type
checking now.  Can't just change validate_string to a is_numeric check, because it's
fairly common to use strings like '01' for the order parameter, which doesn't pass
the is_numeric test.  Additionally, there is nothing saying that $order must be a
number.  Ultimately the ordering gets implemented as filesystem directory list
sorting.
2014-05-21 17:06:37 -06:00
Hunter Haugen
805ea0870d Merge pull request #182 from mhaskel/1.0.3-prep
1.0.3 prep
2014-05-20 11:05:08 -07:00
Morgan Haskel
43a0313ba9 Update version in metadata.json. 2014-05-20 14:03:28 -04:00
Ashley Penney
8f5c30c6a3 Claim PE3.3 support. 2014-05-15 14:58:07 -04:00
Ashley Penney
9cd6fad9ae Merge pull request #181 from mhaskel/1.1.0-release
Update CHANGELOG and Modulefile for 1.1.0 release.
2014-05-14 17:52:27 -04:00
Morgan Haskel
a50226b4ec Update CHANGELOG and Modulefile for 1.1.0 release. 2014-05-14 17:31:04 -04:00
Ashley Penney
c4695b6d5f Merge pull request #180 from mhaskel/1.0.3-prep
1.0.3 prep
2014-05-14 16:42:44 -04:00
Morgan Haskel
fc56fe3d7c Update changelog, modulefile and metadata.json for supported 1.0.3 release. 2014-05-14 16:41:34 -04:00
Ashley Penney
3f4165a106 Merge pull request #179 from mhaskel/add-ubuntu-nodeset
Add nodeset for ubuntu trusty.
2014-05-14 16:20:05 -04:00
Ashley Penney
18f42ad8de Merge pull request #178 from mhaskel/ubuntu-test-fixes
Fixes to get tests running on trusty.
2014-05-14 16:15:14 -04:00
Morgan Haskel
6b9e8ddc37 Add nodeset for ubuntu trusty. 2014-05-14 16:14:53 -04:00
Morgan Haskel
33b90b4fbc Fixes to get tests running on trusty. 2014-05-14 16:10:03 -04:00
mhaskel
7ede29bd8e Merge pull request #175 from apenney/fix-1404
Improve this so it works on Ubuntu 14.04.
2014-05-02 10:53:45 -07:00
Ashley Penney
8a1965ade9 Improve this so it works on Ubuntu 14.04. 2014-05-02 19:50:51 +02:00
Ashley Penney
6a3bdd03fa Merge pull request #174 from bdeak/fix_numeric_sorting
fix numeric sorting
2014-05-01 16:10:55 -04:00
mhaskel
fca35a0567 Merge pull request #152 from lweller/issue_151
ignore mode and owner on windows
2014-05-01 11:10:40 -07:00
Balint Deak
9590b7cb8a fix numeric sorting 2014-04-25 10:47:57 +02:00
Ashley Penney
a278e5063c Merge pull request #172 from apenney/fix-newlines
Fix newlines.
2014-04-21 19:24:09 -04:00
Ashley Penney
a2df44a967 Fix newlines.
Previously the newline handling modified the actual fragments, causing
multiple runs to always update the newlines.  Handle this appropriately.
2014-04-21 18:36:59 -04:00
Ashley Penney
ca37c46b39 Merge pull request #170 from acca301/master
Proper quoting of quotes.
2014-04-10 07:47:39 -04:00
Alexander Kuznetsov
c51b6598e3 Proper quoting of quotes. 2014-04-04 09:35:06 -04:00
Lucien Weller
e154e8d8f3 ignore mode an owner on windows 2014-04-04 11:03:25 +02:00
Ashley Penney
bd063dedac Merge pull request #121 from acca301/master
[Most of] variables quoted to allow multi-word warning messages, spaces ...
2014-04-03 13:09:11 -04:00
Ashley Penney
3b1bbb4873 Merge pull request #150 from lweller/issue_149
added double quotes to paths in concat command
2014-04-03 13:06:27 -04:00
Ashley Penney
482f18029f Merge pull request #147 from igalic/ignorance
be more ignorant
2014-03-27 14:00:48 -04:00
Ashley Penney
0b540dbb86 Merge pull request #155 from PierreR/patch-1
Use explicit undef in else case
2014-03-27 13:57:43 -04:00
Ashley Penney
cd2e1d97e9 Merge pull request #169 from hunner/remove_autorelease
Remove autorelease
2014-03-05 12:17:48 -05:00
Hunter Haugen
fee285a238 Remove autorelease 2014-03-05 09:15:45 -08:00
Hunter Haugen
98f4dc5087 Merge pull request #168 from apenney/last-minute-metadata-fix
Add in missing files to work around Puppet bug.
2014-03-03 13:59:23 -08:00
Ashley Penney
b4ba7dde50 Add in missing files to work around Puppet bug. 2014-03-03 21:45:21 +00:00
Hunter Haugen
34be315517 Merge pull request #167 from apenney/supported-101
Prepare supported module 1.0.2.
2014-03-03 11:56:52 -08:00
Ashley Penney
62913f72f5 Prepare supported module 1.0.2. 2014-03-03 19:19:20 +00:00
Hunter Haugen
8d38908472 Merge pull request #164 from apenney/add-metadata
Prepare for supported modules.
2014-03-03 10:48:25 -08:00
Ashley Penney
9afd286219 Prepare for supported modules. 2014-03-03 18:36:14 +00:00
Ashley Penney
8a689f135c Merge pull request #165 from laurenrother/1.0.x
Add "Release Notes/Known Bugs" to Changelog
2014-03-03 11:51:31 -05:00
Lauren Rother
68a54e45ab Adds "Release Notes/Known Bugs" to Changelog,updates file format to markdown, standardizes the format of previous entries
Per a request to have initial release notes that specifically listed known issues for this PE 3.2 release, and barred by time constraints from automating a pull from open issues in JIRA, this commit adds a Release Note and Known Bug section to the Changelog for the imminent 3.2 release.As it will display on the Forge, updates file type to markdown and standardizes previous entries. Adds template for release notes to be filled in later.
2014-03-01 11:56:50 -08:00
Hunter Haugen
40e80e5379 Merge pull request #163 from hunner/add_unsup
Add windows as unsupported
2014-02-28 12:19:33 -08:00
Hunter Haugen
1577ec78e1 Add windows as unsupported 2014-02-28 08:39:09 -08:00
Hunter Haugen
6929c709f9 Merge pull request #162 from hunner/fix_syntax
Correct the incorrect quotes
2014-02-27 16:07:33 -08:00
Hunter Haugen
495619794e Correct the incorrect quotes 2014-02-27 16:07:01 -08:00
Hunter Haugen
6c50f50aa0 Merge pull request #161 from hunner/fix_lets
Lets can't be used outside of a test context
2014-02-27 15:50:42 -08:00
Hunter Haugen
d887c3b5f5 Lets can't be used outside of a test context 2014-02-27 15:50:18 -08:00
Ashley Penney
9c736f5699 Merge pull request #160 from hunner/use_tmpfile
Use tmpdir instead of /tmp for windows compatability
2014-02-27 18:09:37 -05:00
Hunter Haugen
f0b6187f76 Use tmpdir instead of /tmp for windows compatability 2014-02-27 14:52:53 -08:00