seregamorph
b7d03f7463
user, push, pull event extensions
2020-09-24 22:41:56 +03:00
seregamorph
5b69de770f
Fix events javadoc references
2020-09-24 14:37:49 +03:00
Liam Newman
bf67069768
Merge pull request #922 from tginiotis-at-work/commit_updates
...
methods for listing PRs where the commit is head & listing branches which contain the commit
2020-09-22 15:48:03 -07:00
Tadas Giniotis
8b2a3e1221
add GHCommit tests
2020-09-03 23:17:39 +03:00
Tadas Giniotis
def2f0b37d
methods for listing PRs where the commit is head & listing branches which contain the commit
2020-09-03 23:16:31 +03:00
Tadas Giniotis
5d7479a3dd
add GHPullRequest tests
2020-09-03 22:13:28 +03:00
Tadas Giniotis
ceb2d35f9f
update branch & change base on PRs
2020-09-03 22:10:33 +03:00
Liam Newman
906238a297
Add GHRepository.isTemplate()
2020-08-12 18:28:18 -07:00
Liam Newman
7963fa82b5
Ensure withPreview can be called multiple times
2020-08-12 18:27:48 -07:00
Liam Newman
1aba6012fb
Centralize GHRepository read
2020-08-12 18:21:44 -07:00
Liam Newman
ff4324ac67
Merge pull request #897 from bonnie-young/add-create-repo-with-template-support
...
add create repo with template support
2020-08-12 08:43:17 -07:00
Yang Ting
11bc669e1d
update code for create repository from template
...
Signed-off-by: Yang Ting <bonnie.young@maxwit.com >
2020-08-12 22:08:31 +08:00
Liam Newman
dcf26d58e4
Merge pull request #919 from bitwiseman/task/one-more-date
...
Fixed and streamlined date parsing
2020-08-07 16:42:49 -07:00
Liam Newman
4d46872c35
Fixed and streamlined date parsing
...
Fixes #917
2020-08-07 16:36:23 -07:00
Eddie Wiegers
f7ad1f517b
formatting
2020-08-07 17:46:33 -05:00
Eddie Wiegers
345d6197f3
Support for object deployment payloads.
2020-08-07 17:36:28 -05:00
Liam Newman
bb4d44138a
Merge branch 'master' into add-create-repo-with-template-support
2020-08-04 16:05:02 -07:00
Liam Newman
9cfc3c22b5
Add GHEvent.WORKFLOW_RUN
2020-07-31 16:03:34 -07:00
Liam Newman
b177d98e29
Populate Check pull requests
...
Turns out there were quite a few bugs in this area (it was exposed publicly before. Some
tweaking was needed and updates to the tests to show this working as expected.
2020-07-31 15:57:17 -07:00
Joe
5405fb0370
return unmodifiable list
2020-07-30 21:48:42 +01:00
Joe
72a1c24b3b
format
2020-07-30 21:43:37 +01:00
Joe
f146ae94ec
return iterable
2020-07-30 21:41:16 +01:00
Joe
a0bbba748a
check suite exposes pull requests
2020-07-30 20:10:44 +01:00
Joe
81bf818573
pullRequests returns iterable
2020-07-30 20:01:44 +01:00
Joe
d5913dc292
fix array exposure
2020-07-30 15:25:35 +01:00
Joe
2f2f26767e
make getPullRequests public
2020-07-30 13:59:36 +01:00
Liam Newman
92c141cee6
Add support for string head
...
Also support all changes already merged.
2020-07-28 12:57:31 -07:00
Liam Newman
fd1a1a1c23
Simplified tests
2020-07-28 11:22:07 -07:00
Joe
b835884b2e
fix test
2020-07-28 14:37:50 +01:00
Joe
660763908d
test refactor
2020-07-28 14:24:35 +01:00
Joe
fe8bdb755a
Merge branches method
2020-07-28 12:41:31 +01:00
Mark Vedder
9c8d73cbe2
Merge branch 'master' into add-missing-org-permissions
2020-07-27 18:54:32 -04:00
Liam Newman
ac470dddb5
Merge branch 'master' into add-create-repo-with-template-support
2020-07-27 14:14:16 -07:00
Liam Newman
43063fe8ce
Minor tweaks
2020-07-27 14:12:15 -07:00
George Gastaldi
59e0046c1e
Validate argument in GitHub.getRepository
...
This avoids the ArrayIndexOutOfBoundsException when the argument format is invalid
2020-07-27 17:47:56 -03:00
George Gastaldi
36ab05c265
PullRequest.setMilestone should use the Issue API
2020-07-27 17:47:56 -03:00
Liam Newman
fb1adbd1ef
Make withUrlPath() overwrite instead of append
...
I had some ideas about having multiple calls to apend to build up paths,
but it turns out that idea is pretty bad. `with*()` methods should
overwrite when called for the same field.
If we want to create and , we can do that later.
2020-07-27 13:12:46 -07:00
Javaru
ab68a59b25
Added MAINTAIN and TRIAGE to GHOrganization.Permission enum
2020-07-27 15:50:32 -04:00
George Gastaldi
9c7de767e9
Fixes modifyCollaborators for multiple users
...
Fixes #868
2020-07-27 12:37:34 -07:00
George Gastaldi
8ba5cf7c2e
Formatting tweaks and fixes
2020-07-27 12:31:09 -07:00
Yang Ting
9830927020
add create repo with template support
...
Signed-off-by: Yang Ting <bonnie.young@maxwit.com >
2020-07-19 23:07:19 +08:00
Liam Newman
fe26d16411
Update test and data to verify getProtection() code path
...
The create and get code paths are different. Both need testing.
2020-07-17 10:50:54 -07:00
Jitender kumar
e7bfbfb48f
reformat class
2020-07-17 17:28:15 +05:30
jeetchoudhary
f2a88ae61c
fixing getRequiredReviewers to return count #890
2020-07-17 16:55:51 +05:30
jeetchoudhary
e2113f6ee5
Update rest request for test case
2020-07-17 16:52:17 +05:30
Liam Newman
bdd5fe98f3
Use file to specify slow-or-flaky-tests list
2020-07-15 15:00:03 -07:00
Liam Newman
108a136368
Remove getChildTeams and add test for no children
2020-07-15 13:46:11 -07:00
Liam Newman
57d87ad6b1
Merge branch 'master' into add-support-for-child-teams
2020-07-15 13:28:32 -07:00
Liam Newman
0c22815ff7
Merge pull request #872 from MarcosCela/doc/org-level-resources
...
Add documentation for organization-level resources
2020-07-15 13:27:05 -07:00
Liam Newman
987c34c69e
Merge branch 'master' into task/rate-limit/full
2020-07-15 12:13:16 -07:00