-
Notifications
You must be signed in to change notification settings - Fork 457
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-firewall
base: v0.0.2
head repository: puppetlabs/puppetlabs-firewall
compare: v0.0.3
- 14 commits
- 11 files changed
- 5 contributors
Commits on Oct 27, 2011
-
(#10324) Remove extraneous whitespace from iptables rule line in spec…
… tests The extra spaces between port numbers were messing up the parse and putting elements in the wrong parts of the hash during rule_to_hash. This wasn't causing a test problem now, but was creating an issue for other work people were doing on the module.
Configuration menu - View commit details
-
Copy full SHA for 83663b8 - Browse repository at this point
Copy the full SHA 83663b8View commit details -
Merge pull request #26 from kbarber/ticket/10324-extra_spaces
(#10324) Remove extraneous whitespace from iptables rule line in spec tes
Configuration menu - View commit details
-
Copy full SHA for 2300fed - Browse repository at this point
Copy the full SHA 2300fedView commit details
Commits on Oct 30, 2011
-
(#9082) Sort iptables --state option values internally to keep it con…
…sistent across runs Previously we were getting multiple re-runs due to the fact that iptables returns a different order with iptables-save then what was used when creating the rule. This patch fixes that by sorting states with should=. Added unit tests to ensure states are correctly sorted. Also added comments in code to ensure people understand why
Configuration menu - View commit details
-
Copy full SHA for fc3ecdc - Browse repository at this point
Copy the full SHA fc3ecdcView commit details -
Merge branch 'ticket/9082-state-change'
* ticket/9082-state-change: (#9082) Sort iptables --state option values internally to keep it consistent across runs
Configuration menu - View commit details
-
Copy full SHA for f1b73a9 - Browse repository at this point
Copy the full SHA f1b73a9View commit details
Commits on Nov 10, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 4595f39 - Browse repository at this point
Copy the full SHA 4595f39View commit details
Commits on Nov 12, 2011
-
Merge branch 'ticket/10700-comment_validation'
* ticket/10700-comment_validation: (#10700) allow additional characters in comment string
Configuration menu - View commit details
-
Copy full SHA for 99e9e05 - Browse repository at this point
Copy the full SHA 99e9e05View commit details -
(#10690) Create new port property
This new property will allow you to specify ports that match both destination and source. This works the same as dport and sport parameters, so it provides array support and hyphen separated ranges of ports as well.
Configuration menu - View commit details
-
Copy full SHA for 8040784 - Browse repository at this point
Copy the full SHA 8040784View commit details -
Merge branch 'ticket/10690-multiport_ports'
* ticket/10690-multiport_ports: (#10690) Create new port property
Configuration menu - View commit details
-
Copy full SHA for e73cc9d - Browse repository at this point
Copy the full SHA e73cc9dView commit details -
(#10693) Ensure -m limit is added for iptables when using 'limit' param
Previously we had only been adding --limit to the iptables arguments which meant the 'limit' parameter was not working at all. This patch fixes that.
Configuration menu - View commit details
-
Copy full SHA for 9c87087 - Browse repository at this point
Copy the full SHA 9c87087View commit details -
Merge branch 'ticket/10693-limit_module'
* ticket/10693-limit_module: (#10693) Ensure -m limit is added for iptables when using 'limit' param
Configuration menu - View commit details
-
Copy full SHA for 0fb94da - Browse repository at this point
Copy the full SHA 0fb94daView commit details
Commits on Nov 13, 2011
-
Configuration menu - View commit details
-
Copy full SHA for c5db2c2 - Browse repository at this point
Copy the full SHA c5db2c2View commit details -
Merge branch 'maint/fix_copyright_and_licensing'
* maint/fix_copyright_and_licensing: (maint) Fix licensing references to GNU GPL.
Configuration menu - View commit details
-
Copy full SHA for a6d9810 - Browse repository at this point
Copy the full SHA a6d9810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c54d5 - Browse repository at this point
Copy the full SHA 71c54d5View commit details -
Merge pull request #32 from kbarber/ticket/10792-release_0.0.3
(#10792) Release 0.0.3 - CHANGELOG and Modulefile update
Configuration menu - View commit details
-
Copy full SHA for 05ef948 - Browse repository at this point
Copy the full SHA 05ef948View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.2...v0.0.3