puppet-community-rangefinder-webhook 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/rangefinder/webhook/version.rb +1 -1
- data/views/impact.erb +5 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29326dbc146e617922edb8a4ab18229694b55da5588777f03b1afadaa65a8bc3
|
|
4
|
+
data.tar.gz: 347379e47bca52547c271bf1e005a1accbc4d79b07f0e2932a51cee53deccf55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 105c84199b43df3945b7c879d8e3cd14aec305ff226e0b6c730ce6d3ac1ee9e020c6995a374aa92e55798a8fa72d00779758a3db21d65f04e9cf343fec8b6c00
|
|
7
|
+
data.tar.gz: 21c1ae953dc22870917d20b4349fd06637599593aa741ba02607acb638db52584d70a95a8da041495bc706dc2ccf8bef91a62cde8c1c8067e30259304ed0ea5f
|
data/CHANGELOG.md
CHANGED
data/views/impact.erb
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
[<%= result[:name] %>](<%= result[:fileuri] %>) is a _<%= result[:kind] %>_
|
|
3
3
|
----------------------------------
|
|
4
4
|
|
|
5
|
+
<% unless results[:puppetfile].empty? %>
|
|
6
|
+
The enclosing module is declared in <%= result[:puppetfile] %> indexed public Puppetfiles.
|
|
7
|
+
<% end %>
|
|
8
|
+
|
|
5
9
|
<% if result[:exact].empty? and result[:near].empty? %>
|
|
6
10
|
that may have no external impact to Forge modules.
|
|
7
11
|
<% end %>
|
|
@@ -27,4 +31,4 @@ Breaking changes to this file MAY impact these modules (near match):
|
|
|
27
31
|
|
|
28
32
|
These results were generated with [Rangefinder](https://github.com/puppetlabs/puppet-community-rangefinder), a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.
|
|
29
33
|
|
|
30
|
-
Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.
|
|
34
|
+
Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet-community-rangefinder-webhook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Ford
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sinatra
|
|
@@ -105,8 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
106
|
version: '0'
|
|
107
107
|
requirements: []
|
|
108
|
-
|
|
109
|
-
rubygems_version: 2.7.7
|
|
108
|
+
rubygems_version: 3.0.2
|
|
110
109
|
signing_key:
|
|
111
110
|
specification_version: 4
|
|
112
111
|
summary: Provides impact analysis for Puppet modules PRs on GitHub.
|