Sébastien Lesaint
6961c467a6
create review comment reply from GHPullRequest
2018-01-09 14:13:25 +01:00
Sébastien Lesaint
892d305165
add Requester#with override for long value
2018-01-09 14:13:25 +01:00
Sébastien Lesaint
fa16261d7a
position of pr comment can be null and original_position is not parsed
...
position of pr comment is null when comment is outdated (ie. not located in diff patch anymore)
2018-01-09 14:13:25 +01:00
Sébastien Lesaint
15991fd2f7
PullRequest review state and event do not have same values
...
this fixes parsing of response of WS call submitting a review to fail
when event of new review is REQUEST_CHANGES
also, specifying event when creating a pending PR review is useless and
providing it when submitting the review is enough
2018-01-09 14:13:25 +01:00
Kohsuke Kawaguchi
e25ae27a15
[maven-release-plugin] prepare for next development iteration
2017-10-28 15:54:44 -07:00
Kohsuke Kawaguchi
2b7c524908
[maven-release-plugin] prepare release github-api-1.90
github-api-1.90
2017-10-28 15:54:33 -07:00
Kohsuke Kawaguchi
0b069df9ce
Pick up the version that fixes int->long adaption
2017-10-28 15:48:26 -07:00
Kohsuke Kawaguchi
60c9ba88ae
Updated tests
2017-10-28 15:27:38 -07:00
Kohsuke Kawaguchi
cc2e60c84a
Merge pull request #388
2017-10-28 09:01:01 -07:00
Kohsuke Kawaguchi
83c2c4e92e
Fixed the broken design of how GHDeploymentStatus get exposed.
2017-10-28 08:59:41 -07:00
Kohsuke Kawaguchi
ab3d9e82ef
A little better version of the bridge method
2017-10-28 08:43:48 -07:00
Kohsuke Kawaguchi
b6063dd534
Restored binary compatibility
2017-10-28 08:42:27 -07:00
Kohsuke Kawaguchi
e6754354e4
Merge pull request #389
2017-10-28 07:54:47 -07:00
Kohsuke Kawaguchi
4849619d67
None of the connectToEnterprise methods are preferrable so document accordingly
2017-10-28 07:54:41 -07:00
Kohsuke Kawaguchi
9b0ace242a
Merge pull request #390
2017-10-28 07:45:14 -07:00
Kohsuke Kawaguchi
e94ba74058
Convention is to call these methods setXyz. Plus doc
2017-10-28 07:44:23 -07:00
Baptiste Mathus
569fa06d2d
Labels: add method to update color
2017-10-25 14:06:28 +02:00
iraleigh
46dce17abc
Fixed Typo
2017-10-24 14:53:23 -07:00
iraleigh
40d8f4a352
Fixed OAuth connection to enterprise API
2017-10-24 14:24:25 -07:00
Arne Burmeister
6415785220
boyscout: updated dependencies
2017-10-23 17:05:31 +02:00
Arne Burmeister
7735edeae8
extend id from int to long
2017-10-23 17:05:02 +02:00
Kohsuke Kawaguchi
b443e866f9
Added lock/unlock op and additional properties
...
Issue #355
2017-09-09 20:38:40 -07:00
Kohsuke Kawaguchi
d4404713a8
[maven-release-plugin] prepare for next development iteration
2017-09-09 13:28:40 -07:00
Kohsuke Kawaguchi
47409a9a99
[maven-release-plugin] prepare release github-api-1.89
github-api-1.89
2017-09-09 13:28:31 -07:00
Kohsuke Kawaguchi
60bfea2d3b
Bug fix
2017-09-09 13:22:16 -07:00
Kohsuke Kawaguchi
d3ed8eaed5
Merge pull request #339
2017-09-09 13:07:18 -07:00
Kohsuke Kawaguchi
692dccf110
Massaging the change a bit
2017-09-09 13:03:18 -07:00
Kohsuke Kawaguchi
92caf98683
Reverting java1.6 change which I assume is accidental.
...
Not that I really care about Java5 but I think that change should
be done separatel & intentionally
2017-09-09 12:57:52 -07:00
Kohsuke Kawaguchi
6178d38895
connector usage is unsynchronized
2017-09-09 12:47:18 -07:00
Kohsuke Kawaguchi
40fb38a9ba
Window focus problem
2017-09-09 12:45:58 -07:00
Kohsuke Kawaguchi
20e68d53fd
Merge pull request #283
2017-09-09 12:45:02 -07:00
Kohsuke Kawaguchi
2d3557e049
Improved the intern logic
...
if the user record does not exist yet, there's no need to fetch that
eagerly, as they are fetched on demand via the populate() method.
2017-09-09 12:44:12 -07:00
Kohsuke Kawaguchi
d8f4bc7395
Added updater
...
This solves #331 differently
2017-09-09 12:31:10 -07:00
Kohsuke Kawaguchi
353f9bb809
pointless null check since the with method already does it
2017-09-09 12:23:40 -07:00
Kohsuke Kawaguchi
ccfe3ad4f7
Merge pull request #333
2017-09-09 12:17:39 -07:00
Kohsuke Kawaguchi
9012820c03
Massage the signature a bit.
...
AFAICT sha and merge_method are not mutually exclusive.
2017-09-09 12:17:21 -07:00
Kohsuke Kawaguchi
fe2af19e42
Unused constant
2017-09-09 12:15:21 -07:00
Kohsuke Kawaguchi
f721e053f1
Added convenience connector for OkHttp3
...
Note that the existing one needs to be kept for compatibility with OkHttp2
2017-09-09 12:11:36 -07:00
Kohsuke Kawaguchi
e6ad9feb84
Keeping Findbugs happy
2017-09-09 12:05:39 -07:00
Kohsuke Kawaguchi
635350c40e
Additional naming consistency change
2017-09-09 12:02:44 -07:00
Kohsuke Kawaguchi
17edd33703
Reorganized imports following #337
2017-09-09 12:00:23 -07:00
Kohsuke Kawaguchi
b0f2a871c6
Merge pull request #337
2017-09-09 11:58:13 -07:00
Kohsuke Kawaguchi
8928a8a1dc
Content type should be JSON by default when sending JSON.
...
This solves #350 a little differently.
2017-09-09 11:51:55 -07:00
Kohsuke Kawaguchi
2b6f37a6cc
Merge pull request #361
2017-09-09 11:48:33 -07:00
Kohsuke Kawaguchi
f3a3b87861
Defined entry points
2017-09-09 11:48:25 -07:00
Kohsuke Kawaguchi
9cf6ee78d4
Pointless string conversion
2017-09-09 11:44:09 -07:00
Kohsuke Kawaguchi
bbc2f3962f
Proper access control modifier
2017-09-09 11:44:02 -07:00
Kohsuke Kawaguchi
be49eb22d2
Merge pull request #368
2017-09-09 11:40:41 -07:00
Kohsuke Kawaguchi
fb47067215
Naming changes to emphasize that these are just traffic info
2017-09-09 11:40:28 -07:00
Kohsuke Kawaguchi
2c80ef178d
Capture commonality between total and daily
2017-09-09 11:39:12 -07:00