Liam Newman
a42305dd59
Revert "Removed extraneous author javadocs"
...
This reverts commit 888abc9e2a .
2020-03-04 11:32:12 -08:00
XiongKezhi
768f60709f
Add Output and more tests
2020-03-03 23:45:01 +08:00
Kezhi Xiong
ce7cfc0648
Merge branch 'master' into complete-checks-api
2020-03-03 12:57:42 +08:00
Liam Newman
75d95d844c
Update src/test/java/org/kohsuke/github/AppTest.java
...
Co-Authored-By: Karl Shultz <kshultz@cloudbees.com >
2020-03-02 08:41:21 -08:00
XiongKezhi
f54bfd3fb5
Fixed JavaDoc warning reported by maven site
2020-03-01 22:18:36 +08:00
XiongKezhi
f8a8ee9b9d
Format code
2020-03-01 22:14:53 +08:00
XiongKezhi
16faaae199
Add GHCheckSuite
2020-03-01 21:59:16 +08:00
XiongKezhi
375417527b
Change timestamps property back to String
2020-03-01 15:17:24 +08:00
XiongKezhi
10b01ca6b3
using Date for timestamps and add more JavaDoc
2020-03-01 14:01:59 +08:00
Liam Newman
f9006af04c
Merge branch 'master' into complete-checks-api
2020-02-29 15:39:38 -08:00
Kezhi Xiong
57f947576e
Delete empty line in JavaDoc
2020-02-29 20:15:32 +08:00
XiongKezhi
5a8f8c345b
parse completedAt and startedAt into Date in getters
2020-02-29 18:09:25 +08:00
XiongKezhi
2242174515
add Output in GHCheckRun
2020-02-29 13:26:59 +08:00
Liam Newman
5b575134fc
Merge branch 'master' into task/deprecated
2020-02-28 14:38:30 -08:00
XiongKezhi
05e81484f1
format code
2020-02-28 16:57:19 +08:00
XiongKezhi
10cc79f737
add more properties to GHCheckRun
2020-02-28 15:40:51 +08:00
Liam Newman
6d3904fbbd
Change name of inject methods
2020-02-27 14:27:57 -08:00
Liam Newman
56a51f18e7
Update src/main/java/org/kohsuke/github/GHIssue.java
2020-02-27 14:20:03 -08:00
Liam Newman
307508b7a0
Move GHGist from late binding to inject bind
2020-02-27 10:23:54 -08:00
Liam Newman
66fce79427
Add ability to inject other local bindings
2020-02-27 10:23:31 -08:00
Liam Newman
5e5708d8d4
Clean up GHPerson deprecated a bit more
2020-02-27 10:16:48 -08:00
Liam Newman
944d92bbb4
Make more methods as deprecated
2020-02-27 09:40:03 -08:00
Liam Newman
0155d5aa39
Make HttpConnector a functional interface
2020-02-27 09:39:03 -08:00
Liam Newman
fe4f45c2b0
Remove DeleteToken class the was never in github v3 api
2020-02-27 09:38:50 -08:00
Liam Newman
1b63a58e63
Increase coverage
2020-02-27 09:38:24 -08:00
Liam Newman
46a141db9c
Use consistent templating for all tests
2020-02-25 14:43:37 -08:00
Liam Newman
66de06956c
Merge pull request #696 from nobe0716/feature/delete_branch_automatically
...
Add automatic deletion of branches that merged by PR
2020-02-25 13:44:01 -08:00
Liam Newman
713dd62bd1
Take new snapshot
2020-02-25 12:37:58 -08:00
Liam Newman
5ac65aafad
Merge pull request #715 from Sage-Pierce/#714
...
[#714 ]Fix query parameter construction of org member filter
2020-02-25 12:17:30 -08:00
Sage Pierce
a1b0e771e5
Merge branch 'master' into #714
2020-02-25 08:46:30 -06:00
spierce
5baeac4706
[ #714 ]More specific assertions; Add test for members with filter
2020-02-25 08:42:10 -06:00
Noah J
87aa9bd673
Merge branch 'master' into feature/delete_branch_automatically
2020-02-25 14:22:14 +09:00
Liam Newman
2ec5ca56d5
Merge branch 'master' into task/remove-fetch-array
2020-02-24 20:34:26 -08:00
Liam Newman
b5c7f83ec8
Merge pull request #718 from bitwiseman/task/iterator-remove
...
Task/iterator remove
2020-02-24 20:30:35 -08:00
Liam Newman
c60698ff7e
Iterator.remove() has a default implementation
2020-02-24 20:03:50 -08:00
Liam Newman
f8c2cda257
Use InjectableValue to provide response info
2020-02-24 19:54:40 -08:00
Liam Newman
48f6c195e0
Remove toIterable from RequestBuilder
2020-02-24 19:31:53 -08:00
Liam Newman
804fa60317
Deprecate asList and asSet
2020-02-24 18:40:23 -08:00
Liam Newman
d77b99d3d4
Remove fetchArray method
2020-02-24 18:28:18 -08:00
spierce
006f1271d6
[ #714 ]Add test for new method
2020-02-24 17:22:03 -06:00
spierce
0d14514712
[ #714 ]Formatting fix
2020-02-24 16:47:35 -06:00
spierce
f25e5f9488
[ #714 ]Fix query parameter construction of org member filter
2020-02-24 15:57:08 -06:00
Liam Newman
816c83c80a
Merge branch 'master' into feature/delete_branch_automatically
2020-02-22 19:33:46 -08:00
Liam Newman
0c3c490d58
Merge pull request #707 from rdvdijk/add-rocket-eyes-reactions
...
Add support for rocket and eyes reactions.
2020-02-22 19:33:08 -08:00
Liam Newman
fa2601386c
Add tests for new reactions
2020-02-22 19:16:33 -08:00
Liam Newman
122833b0e3
Merge branch 'master' into checks
2020-02-22 18:48:50 -08:00
Liam Newman
a0baf33459
Fix for NullPointer in issue search results
...
User reported #708 which made me realize that search tests were basically all disabled.
This terms on two basic search tests and also makes it so GHIssue can continue to work without
a GHRepository set on it.
Fixes #708
2020-02-22 17:01:12 -08:00
Andrej Vano
0ee66ea928
[Status] Add GHEventPayload.Status class
2020-02-22 18:14:03 +01:00
Andrej Vano
f68d4aaf5b
[CheckRun] Add ability to access HEAD SHA
2020-02-22 18:10:27 +01:00
Liam Newman
888abc9e2a
Removed extraneous author javadocs
2020-02-21 15:58:39 -08:00