Liam Newman
facfc61316
Merge branch 'master' into jae/bulk-update
2020-12-15 16:08:41 -08:00
Marco Ferrer
79b49a469c
Clean up preview declarations
2020-12-15 14:39:00 -05:00
Liam Newman
9151102bda
Merge pull request #998 from bitwiseman/obsolete-okhttp
...
Deprecate OkHttp 2.x connector
2020-12-12 16:49:13 -08:00
Tadas Giniotis
55e589b3d9
add the "target_url" field for "status" events
2020-12-12 23:46:03 +02:00
Liam Newman
e64d64d8d8
Deprecate OkHttp 2.x connector
...
OkHttp 2.x is unsupported. OkHttpUrlFactory contains bugs and limiations which will not
be fixed and also cannot be mitigated by this library. Users should move to OkHttp3.
Closes #997
2020-12-11 17:17:08 -08:00
Jae Gangemi
37c2d9135b
- bulk update of repository options
2020-12-11 16:56:26 -07:00
Rob Rodrigues
ad40d7071e
Streamline per feedback
2020-12-02 11:41:13 -08:00
Rob Rodrigues
c3869bee31
Reverted changes which added filter unnecessarily, cleanup, add test cache, enable test
2020-12-01 19:50:24 -08:00
Rob Rodrigues
17af78f2bb
Merge branch 'master' into AffiliationFilter
2020-11-25 13:10:09 -08:00
Rob Rodrigues
3db7aac0d8
Merge branch 'master' into AffiliationFilter
2020-11-24 12:52:48 -08:00
Marco Ferrer
da2aaff9e5
Merge branch 'master' into update-deployments-api
2020-11-24 11:37:36 -05:00
Liam Newman
208904b634
Merge pull request #980 from mrginglymus/check-patcher
...
Add ability to update a check run
2020-11-23 18:28:48 -08:00
Marco Ferrer
4bba692170
Merge branch 'master' into update-deployments-api
2020-11-23 17:20:40 -05:00
Marco Ferrer
59b61cd8be
add deprecated to logUrl field
2020-11-23 17:19:57 -05:00
Marco Ferrer
247b013e16
add deprecated annotations to preview usage
2020-11-23 15:51:57 -05:00
Bill Collins
77baafa643
Add method for updating check run by ID
2020-11-20 09:16:34 +00:00
Rob Rodrigues
3c56f1f076
Merge branch 'master' into AffiliationFilter
2020-11-19 15:57:36 -08:00
seregamorph
ca365b12f6
Merge remote-tracking branch 'origin/master' into feature/pull_request-edited
2020-11-19 13:44:56 +03:00
Bill Collins
4953f4500d
Create check run updater
2020-11-19 09:20:58 +00:00
Rob Rodrigues
7fee1fcc74
Add affiliation filter for collaborators
2020-11-18 17:58:51 -08:00
Liam Newman
78f533bbfc
Merge pull request #977 from skaldarnar/feat/528-ghrelease-assets
...
Include assets directly in GHRelease
2020-11-18 12:46:11 -08:00
Tobias Nett
79c7dd9ecf
fix formatting
2020-11-18 21:31:42 +01:00
Tobias Nett
68a82be6c4
rename 'getCachedAssets' to 'assets' (bare property name as getter))
2020-11-18 19:28:27 +01:00
Tobias Nett
2676ef2b73
rename 'fetchAssets' to 'listAssets' and return PagedIterable
2020-11-18 19:27:31 +01:00
seregamorph
04b283c539
pull_request action "edited": changes
2020-11-18 20:41:58 +03:00
Tobias Nett
98b067937a
Make changes backwards compatible
...
Add '@Deprecation' and '@Preview' annotations to make the changes
backwards compatible and prepare for a transition to the cached behavior
as default.
This explicitly leaves the variant for re-fetching assets under a
different name.
2020-11-17 17:16:44 +01:00
seregamorph
b51d655f77
#947 address review comments
2020-11-13 11:02:54 +03:00
seregamorph
74496d32da
Merge remote-tracking branch 'origin/master' into feature/base-event-payload
2020-11-13 10:27:57 +03:00
Tobias Nett
d881bf6504
Bring back previous semantic of getAssets() as fetchAssets()
...
I don't know a better name for this, and I also don't know whether this
should be an option or not.
The life cycle tests use the feature that retrieving the assets from a
release actually does a roundtrip to Github and sends another request.
This indicates that re-purposing `getAssets()` to be the cached access
might cause problems on consumers that potentially rely on this
assumption, too.
2020-11-11 19:49:58 +01:00
Tobias Nett
c74fbbe1fd
Include assets directly in GHRelease
...
Resolves #528
Instead of doing a separate request to fetch the assets associated with
a release this keeps a local list of the assets that are part of the
list releases endpoint.
See https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#list-releases
2020-11-11 19:16:34 +01:00
seregamorph
929d9fb7bd
#947 base event payload
2020-11-09 22:48:04 +03:00
Tadas Giniotis
d22c77c41d
method for listing repositories for a GHAppInstallation
2020-11-05 22:39:15 +02:00
Tadas Giniotis
9a918e3bac
implement ability to list members on a team by role
2020-11-04 15:35:17 +02:00
Liam Newman
d4c5c6a1e0
Merge pull request #944 from seregamorph/feature/push-pulls-extensions
...
user, push, pull event extensions
2020-11-03 12:53:07 -08:00
Liam Newman
63fda3555c
Merge pull request #953 from tginiotis-at-work/commentsOnCommit
...
Get comments on a specific commit
2020-11-03 12:33:00 -08:00
Liam Newman
6a2381c06b
Merge pull request #951 from tginiotis-at-work/sign_commits
...
Allow adding signature to commits
2020-11-03 12:30:56 -08:00
Jesse Glick
8267050f06
GHPullRequest.getLabels should not go to the GHIssue API endpoint
2020-10-15 13:25:20 -04:00
Marco Ferrer
c959e0a928
update accept header in wiremocks
2020-10-02 17:37:21 -04:00
Marco Ferrer
15e9ee30ee
formatting
2020-10-02 16:52:23 -04:00
Marco Ferrer
1a6ad48e08
formatting
2020-10-02 16:35:46 -04:00
Marco Ferrer
7c82eeb018
Support deployment api previews ant-man and flash
2020-10-02 15:57:52 -04:00
Marco Ferrer
b188e74ee0
Add new const for flash preview
2020-10-02 14:16:50 -04:00
Tadas Giniotis
f4845df6c0
implement ability to list comments of a specific commit
2020-10-01 00:58:42 +03:00
Tadas Giniotis
272b87f04d
add ability to attach a signature when creating a commit
2020-09-30 23:21:05 +03:00
seregamorph
6e3f754366
javadoc
2020-09-26 12:09:15 +03:00
seregamorph
6360112432
Merge remote-tracking branch 'origin/master' into feature/push-pulls-extensions
2020-09-26 12:04:55 +03:00
seregamorph
0894c8007c
pullRequestReview.review.htmlUrl
2020-09-25 13:24:35 +03:00
seregamorph
0456f10709
address objections
2020-09-24 22:55:04 +03:00
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