Commit 4bba692
authored
File tree
Expand file treeCollapse file tree
76 files changed
+5264
-671
lines changedOpen diff view settings
Filter options
- src
- main/java/org/kohsuke/github
- test
- java/org/kohsuke/github
- resources
- org/kohsuke/github
- GHAppInstallationTest/wiremock
- testListRepositoriesNoPermissions
- __files
- mappings
- testListRepositoriesTwoRepos
- __files
- mappings
- GHEventPayloadTest
- GHRepositoryTest/wiremock
- createSignedCommitUnknownSignatureType
- __files
- mappings
- createSignedCommitVerifyError
- __files
- mappings
- listCommitCommentsNoComments
- __files
- mappings
- listCommitCommentsSomeComments
- __files
- mappings
- GHTeamTest/wiremock
- testlistMembersAdmin
- __files
- mappings
- testlistMembersNoMatch
- __files
- mappings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
76 files changed
+5264
-671
lines changedOpen diff view settings
Collapse file
+29-5Lines changed: 29 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
100 | 100 | |
101 | 101 | |
102 | 102 | |
103 | | - |
| 103 | + |
104 | 104 | |
105 | 105 | |
106 | 106 | |
| ||
432 | 432 | |
433 | 433 | |
434 | 434 | |
435 | | - |
| 435 | + |
436 | 436 | |
437 | 437 | |
438 | 438 | |
| ||
481 | 481 | |
482 | 482 | |
483 | 483 | |
484 | | - |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
485 | 503 | |
486 | 504 | |
487 | 505 | |
| ||
519 | 537 | |
520 | 538 | |
521 | 539 | |
522 | | - |
| 540 | + |
523 | 541 | |
524 | 542 | |
525 | 543 | |
| ||
531 | 549 | |
532 | 550 | |
533 | 551 | |
534 | | - |
| 552 | + |
535 | 553 | |
536 | 554 | |
537 | 555 | |
| ||
540 | 558 | |
541 | 559 | |
542 | 560 | |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
543 | 567 | |
544 | 568 | |
545 | 569 | |
|
Collapse file
src/main/java/org/kohsuke/github/GHAppInstallation.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHAppInstallation.java+32Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
9 | 10 | |
10 | 11 | |
| 12 | + |
11 | 13 | |
12 | 14 | |
13 | 15 | |
| ||
117 | 119 | |
118 | 120 | |
119 | 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 | + |
120 | 152 | |
121 | 153 | |
122 | 154 | |
|
Collapse file
src/main/java/org/kohsuke/github/GHCommitBuilder.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHCommitBuilder.java+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
92 | 105 | |
93 | 106 | |
94 | 107 | |
|
0 commit comments