forked from macleanjr/gh-labels-in-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.js
360 lines (298 loc) · 18.3 KB
/
content.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
/* eslint-disable */
// set extension defaults here
var ACCESS_TOKEN = "";
var HIDE_CLOSED_PRS = false;
var HIDE_LABELS_ON_CLOSED_PRS = true;
var FF_CODE_REVIEWERS = false;
var FF_PRIDE = false;
var FF_TRAVIS_BUILDS = false;
var JIRA_HOSTNAME = window.location.hostname;
var PR_COLUMNS = ["In Review", "Github Review"];
var JIRA_COLUMNS = [];
var NO_PR_ICON = "<svg viewBox=\"0 0 12 16\" version=\"1.1\" width=\"12\" height=\"16\" aria-hidden=\"true\"><path fill=\"#ccc\" fill-rule=\"evenodd\" d=\"M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"></path></svg>";
var PR_ICON = "<svg viewBox=\"0 0 12 16\" version=\"1.1\" width=\"12\" height=\"16\" aria-hidden=\"true\"><path fill=\"#555\" fill-rule=\"evenodd\" d=\"M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"></path></svg>";
var GREEN_CHECK_ICON = "<div style=\"float:right;margin-left:5px;margin-top:1px;\" class=\"code-review\"><svg class=\"octicon octicon-check text-green\" viewBox=\"0 0 12 16\" version=\"1.1\" width=\"12\" height=\"16\" aria-hidden=\"true\"><path fill=\"#28a745\" fill-rule=\"evenodd\" d=\"M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z\"></path></svg><span class=\"tooltiptext\">*TOOLTIP* approved these changes</span></div>";
var REVIEW_PENDING = "<div style=\"float:right;margin-left:5px;margin-top:2px;\" class=\"code-review\"><svg class=\"octicon octicon-primitive-dot bg-pending\" viewBox=\"0 0 8 16\" version=\"1.1\" width=\"8\" height=\"16\" aria-hidden=\"true\"><path fill=\"#dbab09\" fill-rule=\"evenodd\" d=\"M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z\"></path></svg><span class=\"tooltiptext\">Awaiting requested review from *TOOLTIP*</span></div>";
var CHANGES_REQUESTED = "<div style=\"float:right;margin-left:5px;margin-top:2px;\" class=\"code-review\"><svg class=\"octicon octicon-request-changes text-red\" viewBox=\"0 0 16 15\" version=\"1.1\" width=\"16\" height=\"15\" aria-hidden=\"true\"><path fill=\"#f00\" fill-rule=\"evenodd\" d=\"M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H7.5L4 15.5V12H1a1 1 0 0 1-1-1V1zm1 0v10h4v2l2-2h8V1H1zm7.5 3h2v1h-2v2h-1V5h-2V4h2V2h1v2zm2 5h-5V8h5v1z\"></path></svg><span class=\"tooltiptext\">*TOOLTIP* requested changes</span></div>";
var COMMENTED = "<div style=\"float:right;margin-left:5px;margin-top:2px;\" class=\"code-review\"><svg class=\"octicon octicon-comment text-gray\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path fill-rule=\"evenodd\" d=\"M14 1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2v3.5L7.5 11H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 9H7l-2 2v-2H2V2h12v8z\"></path></svg><span class=\"tooltiptext\">*TOOLTIP* left review comments</span></div>";
// get settings for the chrome extension
chrome.storage.sync.get({
github_access_token: "",
hide_labels_on_closed_prs: true,
hide_closed_prs: false,
pr_columns: "",
ff_code_reviewers: false,
ff_pride: false,
ff_travis_builds: false
}, function (items) {
ACCESS_TOKEN = items.github_access_token;
HIDE_CLOSED_PRS = items.hide_closed_prs;
HIDE_LABELS_ON_CLOSED_PRS = items.hide_labels_on_closed_prs;
FF_CODE_REVIEWERS = items.ff_code_reviewers;
FF_PRIDE = items.ff_pride;
FF_TRAVIS_BUILDS = items.ff_travis_builds;
if (items.pr_columns) {
PR_COLUMNS = items.pr_columns
.split(",")
.map(function (element) {
return element.trim();
});
}
if (ACCESS_TOKEN != "") {
setTimeout(addPRLabels, 1500);
} else {
console.log("ACCESS TOKEN NOT SET");
}
});
// Listen for a click on our tab to fire off our function
window.addEventListener("message", function (event) {
if (event.source != window)
return;
switch (event.data.type) {
case "refreshPRs":
$("[data-issue-id='" + event.data.params.issueKey + "']").find(".gh-labels-in-jira-wrapper").remove();
populateIssueCard($("[data-issue-id='" + event.data.params.issueKey + "']"));
break;
}
});
function populateIssueCard(card) {
$.getJSON("https://" + JIRA_HOSTNAME + "/rest/dev-status/1.0/issue/detail?issueId=" + $(card).attr("data-issue-id") + "&applicationType=GitHub&dataType=pullrequest", function (data) {
if (data.detail.length == 0 || data.detail[0].pullRequests.length == 0) {
// no PR's found
if ($(card).find(".gh-labels-in-jira").length == 0)
$(card).find(".ghx-stat-fields .ghx-stat-1").append("<span class=\"ghx-field gh-labels-in-jira\" data-tooltip=\"0 pull requests\">" + NO_PR_ICON + "</span>");
} else {
if ($(card).find(".gh-labels-in-jira").length == 0)
$(card).find(".ghx-stat-fields .ghx-stat-1").append("<span class=\"ghx-field gh-labels-in-jira\" style=\"cursor:pointer;\" data-tooltip=\"" + data.detail[0].pullRequests.length + " pull request(s)\" onclick=\"event.stopPropagation();window.postMessage({ type: 'refreshPRs', params: { issueKey: '" + $(card).attr("data-issue-id") + "'} }, '*');\">" + PR_ICON + "</span>");
$(card).append("<div class=\"gh-labels-in-jira-wrapper\"></div>");
var wrapper = $(card).find(".gh-labels-in-jira-wrapper");
// heading for pull requests
$(wrapper).append("<div class=\"pr-heading\">Pull Requests</div>");
$.each(data.detail[0].pullRequests, function () {
var prid = this.id;
var owner = this.url.split("/")[3];
var repo = this.url.split("/")[4];
if (this.status != "DECLINED" || !HIDE_CLOSED_PRS) {
var pullRequestNode = document.createElement("div");
pullRequestNode.classList.add("pullRequestNode");
pullRequestNode.setAttribute("data-ticket-pull-id", $(card).data("issue-key") + "-" + prid.replace("#", ""));
$(pullRequestNode).append("<span style=\"cursor:pointer;font-size:12px;color: rgb(107, 119, 140);\" onclick=\"event.stopPropagation();window.open('" + this.url + "', '_blank');\">" + prid + "</span>: ");
$(pullRequestNode).append(prStatus(this.status));
$(pullRequestNode).append("<span class=\"repo-name\">" + repo + "</span>");
if (FF_TRAVIS_BUILDS) {
$(pullRequestNode).append("<div style=\"float:right;\" class=\"pr-travis-build\"></div>");
}
if (this.status != "DECLINED" || (HIDE_LABELS_ON_CLOSED_PRS == false && HIDE_CLOSED_PRS == false)) {
var buildURL = "https://api.github.com/repos/" + owner + "/" + repo + "/pulls/" + this.id.replace("#", "");
$.ajax({
url: buildURL,
type: 'GET',
dataType: 'json',
success: function (data) {
if (data.total_count != 0) {
var pull_id = data.id;
$.each(data.labels, function () {
var label_id = $(card).data("issue-key") + "-" + pull_id + "-" + this.id;
var labelNode = document.createElement("div");
labelNode.setAttribute("data-label-id", label_id);
labelNode.setAttribute("style", "background-color: #" + this.color + ";color: " + idealTextColor("#" + this.color) + ";");
if (FF_PRIDE && (new Date().getMonth() == 5) && this.name.toLowerCase() == "ready to merge") {
labelNode.setAttribute("style", "background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);color:white;");
}
labelNode.classList.add("pull-request-label");
labelNode.textContent = this.name;
if (FF_CODE_REVIEWERS && (this.name == "In Code Review" || this.name == "Ready for Code Review")) {
addCodeReviewers(owner, repo, prid.replace("#", ""), label_id, data.requested_reviewers, labelNode, data.user.login);
}
$(pullRequestNode).append(labelNode);
})
$(wrapper).append(pullRequestNode);
if (FF_TRAVIS_BUILDS)
travisBuild(data.head.sha, $(card).data("issue-key"), data.number, data.head.repo.full_name);
}
},
beforeSend: setGitHubAccessHeader
});
}
}
});
}
});
}
function travisBuild(sha, key, prId, repo_name) {
if (typeof sha !== "undefined") {
//add travis status
var pr_node_id = key + "-" + prId;
var url = "https://api.github.com/repos/" + repo_name + "/commits/" + sha + "/check-suites";
$.ajax({
url: url,
type: 'GET',
dataType: 'json',
success: function (data) {
if (data.total_count != 0) {
$.each(data.check_suites, function () {
if (this.app.name == "Travis CI") {
if (this.conclusion == "success") {
$("div[data-ticket-pull-id='" + pr_node_id + "'] .pr-travis-build").html("<img src=\"" + chrome.runtime.getURL("assets/travis-pass.png") + "\" style=\"height:18px;width:18px;\"/>");
} else if (this.conclusion == "failure") {
$("div[data-ticket-pull-id='" + pr_node_id + "'] .pr-travis-build").html("<img src=\"" + chrome.runtime.getURL("assets/travis-fail.png") + "\" style=\"height:18px;width:18px;\"/>");
} else {
//pending
$("div[data-ticket-pull-id='" + pr_node_id + "'] .pr-travis-build").html("<img src=\"" + chrome.runtime.getURL("assets/travis-pending.png") + "\" style=\"height:18px;width:18px;\"/>");
}
}
});
}
},
beforeSend: setAcceptHeader
});
}
}
function setAcceptHeader(xhr) {
xhr.setRequestHeader('Accept', 'application/vnd.github.antiope-preview+json');
}
function setGitHubAccessHeader(xhr) {
xhr.setRequestHeader('Authorization', 'token ' + ACCESS_TOKEN);
}
function prStatus(status) {
switch (status) {
case "OPEN":
return "<span class=\"aui-lozenge aui-lozenge-overflow aui-lozenge-subtle aui-lozenge-complete\" style=\"color:#0052cc !important;border-color:#b3d4ff !important;\">OPEN</span>";
break;
case "MERGED":
return "<span class=\"aui-lozenge aui-lozenge-overflow aui-lozenge-subtle aui-lozenge-success\">MERGED</span>";
break;
case "DECLINED":
return "<span class=\"aui-lozenge aui-lozenge-overflow aui-lozenge-subtle aui-lozenge-error\">DECLINED</span>";
break;
default:
return "<span class=\"aui-lozenge aui-lozenge-overflow aui-lozenge-subtle\">" + status + "</span>";
}
}
function addCodeReviewers(owner, repo, prid, label_id, requested_reviewers, labelNode, pr_owner) {
//add requested reviewers to the field
if (requested_reviewers.length > 0) {
for (var i = 0; i < requested_reviewers.length; i++) {
$(labelNode).append(REVIEW_PENDING.replace("*TOOLTIP*", requested_reviewers[i].login));
}
}
var requestedChanges = new Array();
var commenters = new Array();
var approvers = new Array();
var url = "https://api.github.com/repos/" + owner + "/" + repo + "/pulls/" + prid + "/reviews?per_page=100";
$.ajax({
url: url,
type: 'GET',
dataType: 'json',
success: function (data) {
if (data.total_count != 0) {
$.each(data, function () {
if (this.state == "APPROVED") {
//need to check to make sure the review hasn't been cleared
var addCheckmark = true;
for (var i = 0; i < requested_reviewers.length; i++) {
if (this.user.login == requested_reviewers[i].login)
addCheckmark = false;
}
if (addCheckmark) {
if (!approvers.includes(this.user.login)) {
approvers.push(this.user.login);
}
requestedChanges = removeArrayItem(requestedChanges, this.user.login);
commenters = removeArrayItem(commenters, this.user.login);
}
} else if (this.state == "CHANGES_REQUESTED") {
//need to check to make sure the review hasn't been cleared
var addCheckmark = true;
for (var i = 0; i < requested_reviewers.length; i++) {
if (this.user.login == requested_reviewers[i].login)
addCheckmark = false;
}
if (addCheckmark) {
if (!requestedChanges.includes(this.user.login)) {
requestedChanges.push(this.user.login);
commenters = removeArrayItem(commenters, this.user.login);
}
}
} else if (this.state == "COMMENTED") {
if (!commenters.includes(this.user.login)) {
commenters.push(this.user.login);
}
}
}) //forEach
if (approvers.length > 0) {
for (var i = 0; i < approvers.length; i++) {
$("div[data-label-id='" + label_id + "']").prepend(GREEN_CHECK_ICON.replace("*TOOLTIP*", approvers[i]));
}
}
//now that all is looped, loop through the requestedChanges array
if (requestedChanges.length > 0) {
for (var i = 0; i < requestedChanges.length; i++) {
$("div[data-label-id='" + label_id + "']").prepend(CHANGES_REQUESTED.replace("*TOOLTIP*", requestedChanges[i]));
//requested changes trumps comments
commenters = removeArrayItem(commenters, requestedChanges[i]);
}
}
if (commenters.length > 0) {
for (var i = 0; i < commenters.length; i++) {
if (requested_reviewers.length > 0) {
var found = false;
for (var j = 0; j < requested_reviewers.length; j++) {
if (requested_reviewers[j].login.toString() == commenters[i].toString())
found = true;
}
if (!found && commenters[i].toString() != pr_owner) {
$("div[data-label-id='" + label_id + "']").prepend(COMMENTED.replace("*TOOLTIP*", commenters[i]));
}
}
}
}
} // if
}, // success
beforeSend: setGitHubAccessHeader
});
}
function addPRLabels() {
if ($(".gh-labels-in-jira").length == 0) {
// We don't care to rebuild this list multiple times if we have
// already determined it once
if (JIRA_COLUMNS !== []) {
$.each($("#ghx-column-headers .ghx-column h2"), function () {
var column_text = $(this).text();
if (PR_COLUMNS.indexOf(column_text) !== -1) {
JIRA_COLUMNS.push($(this).parent().parent().parent().attr("data-id"));
}
});
}
// select the right columns if there are multiple, and search for all cards in those
// columns afterwards
var columnSelectors = JIRA_COLUMNS.map(function (element) {
return '[data-column-id="' + element + '"] .ghx-issue';
}).join(', ');
var cards = document.querySelectorAll(columnSelectors);
Array.prototype.forEach.call(cards, function (card) {
populateIssueCard(card);
});
}
setTimeout(addPRLabels, 1500);
}
/* Helper Functions */
const removeArrayItem = (arr, itemToRemove) => {
return arr.filter(item => item !== itemToRemove)
}
function idealTextColor(bgColor) {
var nThreshold = 105;
var components = getRGBComponents(bgColor);
var bgDelta = (components.R * 0.299) + (components.G * 0.587) + (components.B * 0.114);
return ((255 - bgDelta) < nThreshold) ? "#000000" : "#ffffff";
}
function getRGBComponents(color) {
var r = color.substring(1, 3);
var g = color.substring(3, 5);
var b = color.substring(5, 7);
return {
R: parseInt(r, 16),
G: parseInt(g, 16),
B: parseInt(b, 16)
};
}