hubstats 0.9.3 → 0.9.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.markdown +1 -240
- data/lib/hubstats/engine.rb +1 -1
- data/lib/hubstats/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 837d4ba2b572b2cc53dd1defd7cb1507c18b9615
|
|
4
|
+
data.tar.gz: 3ac2ef00144e4daf44474543bfb46593b1d9cd52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e208b57047e23488e4f4349a21998aa09bef64ec869dd6edd5d91499243f37010bfb879a2ffe1f29d308b4eb0ae14f32a8872c3c9ae1b6b7a3b4025d22f65ba
|
|
7
|
+
data.tar.gz: c2a2027f0ff39cb9142e6040e629434035ab089eb1441975d334541049d4f2b9092e04b72cafb177cd6cb2ab336f1f2f668be4587470ca66ca08a339d96ce77e
|
data/CHANGELOG.markdown
CHANGED
|
@@ -1,240 +1 @@
|
|
|
1
|
-
#### v0.9.
|
|
2
|
-
#### v0.9.2
|
|
3
|
-
* Fixing bugs where newly added labels are not appearing
|
|
4
|
-
|
|
5
|
-
> Emma Sax: Unknown User: https://github.com/sportngin/hubstats/pull/113
|
|
6
|
-
|
|
7
|
-
#### v0.9.1
|
|
8
|
-
* The index between PR_ID and QA Signoff should be unique
|
|
9
|
-
|
|
10
|
-
> Emma Sax: Unknown User, Luke Ludwig: https://github.com/sportngin/hubstats/pull/112
|
|
11
|
-
|
|
12
|
-
#### v0.9.0
|
|
13
|
-
* Add a way to show a QA Signoff count on Users list page
|
|
14
|
-
|
|
15
|
-
> Emma Sax: Unknown User: https://github.com/sportngin/hubstats/pull/110
|
|
16
|
-
|
|
17
|
-
#### v0.8.0
|
|
18
|
-
* Do not show ignored users on lists, in stats, etc
|
|
19
|
-
|
|
20
|
-
> Emma Sax: Unknown User: https://github.com/sportngin/hubstats/pull/111
|
|
21
|
-
|
|
22
|
-
#### v0.7.7
|
|
23
|
-
* Fixing error where updating teams does not grab all of organization's teams
|
|
24
|
-
|
|
25
|
-
> Emma Sax: : https://github.com/sportngin/hubstats/pull/108
|
|
26
|
-
|
|
27
|
-
#### v0.7.6
|
|
28
|
-
* Links to the PR show page should instead route to GitHub
|
|
29
|
-
|
|
30
|
-
> Emma Sax: Olson3R: https://github.com/sportngin/hubstats/pull/107
|
|
31
|
-
|
|
32
|
-
#### v0.7.5
|
|
33
|
-
* Improved handling of labeling/unlabeling a PR
|
|
34
|
-
|
|
35
|
-
> Arvind Menon: Andy Fleener: https://github.com/sportngin/hubstats/pull/106
|
|
36
|
-
|
|
37
|
-
#### v0.7.4
|
|
38
|
-
* Sort decorators for consistent behavior
|
|
39
|
-
|
|
40
|
-
> Brian Bergstrom: Emma Sax: https://github.com/sportngin/hubstats/pull/103
|
|
41
|
-
|
|
42
|
-
#### v0.7.3
|
|
43
|
-
* Fixing bug that allowed users to be shown multiple times on teams show page
|
|
44
|
-
|
|
45
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/102
|
|
46
|
-
|
|
47
|
-
#### v0.7.2
|
|
48
|
-
* Upgrading Hubstats to Ruby-2.3.0
|
|
49
|
-
|
|
50
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/101
|
|
51
|
-
|
|
52
|
-
#### v0.7.1
|
|
53
|
-
* Change comment body to be text instead of string
|
|
54
|
-
|
|
55
|
-
> Emma Sax: Andy Fleener: https://github.com/sportngin/hubstats/pull/100
|
|
56
|
-
|
|
57
|
-
#### v0.7.0
|
|
58
|
-
* Upgrading Hubstats to Rails 4.2.5
|
|
59
|
-
|
|
60
|
-
> Brian Bergstrom, Emma Sax: Andy Fleener: https://github.com/sportngin/hubstats/pull/93
|
|
61
|
-
|
|
62
|
-
#### v0.6.0
|
|
63
|
-
* Deleting unused columns from Hubstats database
|
|
64
|
-
|
|
65
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/97
|
|
66
|
-
|
|
67
|
-
* Rake task should update teams based on whitelist; users show page should show team
|
|
68
|
-
|
|
69
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/95
|
|
70
|
-
|
|
71
|
-
#### v0.5.12
|
|
72
|
-
* Restrict mysql2 dependency to compatible version
|
|
73
|
-
|
|
74
|
-
> Brian Bergstrom: Andy Fleener, Emma Sax: https://github.com/sportngin/hubstats/pull/89
|
|
75
|
-
|
|
76
|
-
* making sure mysql2 version is within 0.3
|
|
77
|
-
|
|
78
|
-
> Emma Sax: : https://github.com/sportngin/hubstats/pull/88
|
|
79
|
-
|
|
80
|
-
#### v0.5.11
|
|
81
|
-
* Yet another attempt at fixing GitHub org webhooks bug
|
|
82
|
-
|
|
83
|
-
> Emma Sax: Andy Fleener: https://github.com/sportngin/hubstats/pull/87
|
|
84
|
-
|
|
85
|
-
#### v0.5.10
|
|
86
|
-
* Trying once more to fix webhook bug by grabbing raw payload
|
|
87
|
-
|
|
88
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/86
|
|
89
|
-
|
|
90
|
-
#### v0.5.9
|
|
91
|
-
#### v0.5.8
|
|
92
|
-
* Fixing bug that resulted in no data being updated from org webhooks
|
|
93
|
-
|
|
94
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/85
|
|
95
|
-
|
|
96
|
-
#### v0.5.7
|
|
97
|
-
#### v0.5.6
|
|
98
|
-
* Fixing bug that makes metrics not show up on teams and repos page
|
|
99
|
-
|
|
100
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/84
|
|
101
|
-
|
|
102
|
-
#### v0.5.5
|
|
103
|
-
* Another attempt at fixing bug to correct updated_at timestamp
|
|
104
|
-
|
|
105
|
-
> Emma Sax: Andy Fleener: https://github.com/sportngin/hubstats/pull/83
|
|
106
|
-
|
|
107
|
-
* Adding metrics to all metric pages on Hubstats
|
|
108
|
-
|
|
109
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/82
|
|
110
|
-
|
|
111
|
-
#### v0.5.4
|
|
112
|
-
* updated_at shouldn't change when updating teams for pull requests
|
|
113
|
-
|
|
114
|
-
> Emma Sax: Andy Fleener: https://github.com/sportngin/hubstats/pull/81
|
|
115
|
-
|
|
116
|
-
#### v0.5.3
|
|
117
|
-
* Adding indexes to tables in database
|
|
118
|
-
|
|
119
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/80
|
|
120
|
-
|
|
121
|
-
#### v0.5.2
|
|
122
|
-
* Change deployments count to comments count on user condensed page
|
|
123
|
-
|
|
124
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/79
|
|
125
|
-
|
|
126
|
-
* Adding PRs per developer and Comments per reviewer to team page
|
|
127
|
-
|
|
128
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/78
|
|
129
|
-
|
|
130
|
-
* Making the team's user column to be developers/reviewers
|
|
131
|
-
|
|
132
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/77
|
|
133
|
-
|
|
134
|
-
#### v0.5.1
|
|
135
|
-
* adding hubstats; fixing little error in readme
|
|
136
|
-
|
|
137
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/76
|
|
138
|
-
|
|
139
|
-
#### v0.5.0
|
|
140
|
-
* Adding teams and team commands, team sorting, and team metrics to Hubstats
|
|
141
|
-
|
|
142
|
-
> Emma Sax, Andy Fleener: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/74
|
|
143
|
-
|
|
144
|
-
#### v0.4.4
|
|
145
|
-
#### v0.4.3
|
|
146
|
-
* Fixes a bug introduced in v0.4.1 that removed the config method from Hubstats
|
|
147
|
-
|
|
148
|
-
> Andy Fleener, Emma Sax: : https://github.com/sportngin/hubstats/pull/73
|
|
149
|
-
|
|
150
|
-
#### v0.4.2
|
|
151
|
-
* Fixing bugs that made counts different in show pages and indices
|
|
152
|
-
|
|
153
|
-
> Emma Sax: Nick LaMuro: https://github.com/sportngin/hubstats/pull/71
|
|
154
|
-
|
|
155
|
-
* Fixing bugs that made counts different in show pages and indices
|
|
156
|
-
|
|
157
|
-
> Emma Sax: Nick LaMuro: https://github.com/sportngin/hubstats/pull/71
|
|
158
|
-
|
|
159
|
-
#### v0.4.1
|
|
160
|
-
#### v0.4.0
|
|
161
|
-
* Cleaning up code; fixing bug with repo filter; adding pretty footer
|
|
162
|
-
|
|
163
|
-
> Emma Sax: Luke Ludwig, Nick LaMuro: https://github.com/sportngin/hubstats/pull/70
|
|
164
|
-
|
|
165
|
-
* Cleaning up code; fixing bug with repo filter; adding pretty footer
|
|
166
|
-
|
|
167
|
-
> Emma Sax: Luke Ludwig, Nick LaMuro: https://github.com/sportngin/hubstats/pull/70
|
|
168
|
-
|
|
169
|
-
#### v0.3.17
|
|
170
|
-
* Adding migration to fix datetimes versus strings
|
|
171
|
-
|
|
172
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/68
|
|
173
|
-
|
|
174
|
-
#### v0.3.16
|
|
175
|
-
* Fixing date to not go by midnight, but current time
|
|
176
|
-
|
|
177
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/66
|
|
178
|
-
|
|
179
|
-
#### v0.3.15
|
|
180
|
-
#### v0.3.14
|
|
181
|
-
* Replacing timespan with a start date and an end date
|
|
182
|
-
|
|
183
|
-
> Emma Sax: Andy Fleener: https://github.com/sportngin/hubstats/pull/65
|
|
184
|
-
|
|
185
|
-
#### v0.3.13
|
|
186
|
-
* Adding the nagivation bar highlights
|
|
187
|
-
|
|
188
|
-
> Emma Sax: Nick LaMuro: https://github.com/sportngin/hubstats/pull/64
|
|
189
|
-
|
|
190
|
-
#### v0.3.12
|
|
191
|
-
* Solving the server bug
|
|
192
|
-
|
|
193
|
-
> Emma Sax: Andy Fleener, Nick LaMuro: https://github.com/sportngin/hubstats/pull/63
|
|
194
|
-
|
|
195
|
-
* Adding 2 lines to code climate yml
|
|
196
|
-
|
|
197
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/61
|
|
198
|
-
|
|
199
|
-
* Add a codeclimate yml file to ignore bootstrap.js
|
|
200
|
-
|
|
201
|
-
> Emma Sax: : https://github.com/sportngin/hubstats/pull/60
|
|
202
|
-
|
|
203
|
-
#### v0.3.11
|
|
204
|
-
* Trying to fix potential bug that makes commissioner run out of memory
|
|
205
|
-
|
|
206
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/59
|
|
207
|
-
|
|
208
|
-
#### v0.3.10
|
|
209
|
-
* Fixed bug with PR counts
|
|
210
|
-
|
|
211
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/58
|
|
212
|
-
|
|
213
|
-
* Fixed bug with PR counts
|
|
214
|
-
|
|
215
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/58
|
|
216
|
-
|
|
217
|
-
#### v0.3.9
|
|
218
|
-
* Refactored Main Parts of Code
|
|
219
|
-
|
|
220
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/57
|
|
221
|
-
|
|
222
|
-
* Changed Metrics Page, Wrote New Tests, Fixed Little Bugs
|
|
223
|
-
|
|
224
|
-
> Emma Sax: Brian Bergstrom: https://github.com/sportngin/hubstats/pull/56
|
|
225
|
-
|
|
226
|
-
#### v0.3.8
|
|
227
|
-
#### v0.3.7
|
|
228
|
-
#### v0.3.6
|
|
229
|
-
#### v0.3.5
|
|
230
|
-
#### v0.3.4
|
|
231
|
-
#### v0.3.3
|
|
232
|
-
#### v0.3.3
|
|
233
|
-
#### v0.3.2
|
|
234
|
-
#### v0.3.1
|
|
235
|
-
#### v0.3.0
|
|
236
|
-
#### v0.2.3
|
|
237
|
-
#### v0.2.2
|
|
238
|
-
#### v0.2.1
|
|
239
|
-
#### v0.2.0
|
|
240
|
-
#### 2015.02.26.13.51
|
|
1
|
+
#### v0.9.4
|
data/lib/hubstats/engine.rb
CHANGED
|
@@ -10,7 +10,7 @@ module Hubstats
|
|
|
10
10
|
Dir.glob(Rails.root + "app/decorators/**/*_decorator*.rb").sort.each do |c|
|
|
11
11
|
require_dependency(c)
|
|
12
12
|
end
|
|
13
|
-
ApplicationController.helper(MetricsHelper)
|
|
13
|
+
ApplicationController.helper(::Hubstats::MetricsHelper)
|
|
14
14
|
end
|
|
15
15
|
|
|
16
16
|
require 'octokit'
|
data/lib/hubstats/version.rb
CHANGED