Commit 3c89285
authored
File tree
Expand file treeCollapse file tree
461 files changed
+25202
-20115
lines changedFilter options
- src
- main/java/org/kohsuke/github
- test
- java/org/kohsuke/github
- resources/org/kohsuke/github
- AppTest/wiremock
- testFetchingTeamFromGitHubInstanceThrowsException
- __files
- mappings
- testMyTeamsShouldIncludeMyself
- __files
- mappings
- testShouldFetchTeam
- __files
- mappings
- GHOrganizationTest/wiremock
- testCreateTeam
- __files
- mappings
- testCreateTeamWithRepoAccess
- __files
- mappings
- GHPullRequestTest/wiremock/testPullRequestTeamReviewRequests
- __files
- mappings
- GHTeamTest/wiremock
- getMembers
- __files
- mappings
- listMembers
- __files
- mappings
- listMembersAdmin
- __files
- mappings
- listMembersNoMatch
- __files
- mappings
- testFetchChildTeams
- __files
- mappings
- testFetchEmptyChildTeams
- __files
- mappings
- testSetDescription
- __files
- mappings
- testSetPrivacy
- __files
- mappings
- GHUserTest/wiremock/isMemberOf
- __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
461 files changed
+25202
-20115
lines changedsrc/main/java/org/kohsuke/github/GHTeam.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHTeam.java+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
| ||
211 | 212 |
|
212 | 213 |
|
213 | 214 |
|
214 |
| - |
| 215 | + |
215 | 216 |
|
216 | 217 |
|
217 | 218 |
|
| ||
345 | 346 |
|
346 | 347 |
|
347 | 348 |
|
348 |
| - |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
349 | 356 |
|
350 | 357 |
|
351 | 358 |
|
|
src/main/java/org/kohsuke/github/GitHub.java
Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GitHub.java+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
874 | 874 |
|
875 | 875 |
|
876 | 876 |
|
877 |
| - |
| 877 | + |
| 878 | + |
| 879 | + |
878 | 880 |
|
879 | 881 |
|
880 | 882 |
|
| ||
883 | 885 |
|
884 | 886 |
|
885 | 887 |
|
886 |
| - |
| 888 | + |
| 889 | + |
| 890 | + |
887 | 891 |
|
888 | 892 |
|
889 | 893 |
|
890 |
| - |
| 894 | + |
| 895 | + |
891 | 896 |
|
892 | 897 |
|
893 | 898 |
|
|
src/test/java/org/kohsuke/github/AppTest.java
Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/AppTest.java+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
444 | 445 |
|
445 | 446 |
|
446 | 447 |
|
447 |
| - |
| 448 | + |
| 449 | + |
448 | 450 |
|
449 | 451 |
|
450 | 452 |
|
451 |
| - |
452 |
| - |
453 |
| - |
454 |
| - |
455 |
| - |
| 453 | + |
456 | 454 |
|
457 | 455 |
|
458 | 456 |
|
|
src/test/java/org/kohsuke/github/GHTeamTest.java
Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/GHTeamTest.java+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
|
src/test/resources/org/kohsuke/github/GHTeamTest/wiremock/listMembers/__files/orgs_hub4j-test-org-2.json renamed to src/test/resources/org/kohsuke/github/AppTest/wiremock/testFetchingTeamFromGitHubInstanceThrowsException/__files/orgs_hub4j-test-org-1.json
Copy file name to clipboardExpand all lines: src/test/resources/org/kohsuke/github/AppTest/wiremock/testFetchingTeamFromGitHubInstanceThrowsException/__files/orgs_hub4j-test-org-1.json+9-4Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
| 31 | + |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
40 | 44 |
|
| 45 | + |
41 | 46 |
|
42 | 47 |
|
43 | 48 |
|
44 | 49 |
|
45 | 50 |
|
46 | 51 |
|
47 |
| - |
| 52 | + |
48 | 53 |
|
49 | 54 |
|
50 | 55 |
|
src/test/resources/org/kohsuke/github/AppTest/wiremock/testFetchingTeamFromGitHubInstanceThrowsException/__files/orgs_hub4j-test-org_teams-2.json
Copy file name to clipboard+112Lines changed: 112 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
src/test/resources/org/kohsuke/github/AppTest/wiremock/testFetchingTeamFromGitHubInstanceThrowsException/mappings/orgs_hub4j-test-org-1.json
Copy file name to clipboard+47Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
+16-15Lines changed: 16 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 |
| - |
18 |
| - |
19 | 17 |
|
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
| 18 | + |
| 19 | + |
24 | 20 |
|
25 | 21 |
|
26 | 22 |
|
27 | 23 |
|
28 | 24 |
|
29 |
| - |
30 |
| - |
| 25 | + |
| 26 | + |
31 | 27 |
|
32 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 |
| - |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
0 commit comments