spierce
84dd06d769
[ #690 ]Implement the ability to read total_private_repos for GHPerson
2020-01-31 13:44:43 -06:00
Liam Newman
c5cb16abfb
Merge branch 'master' into collaborator-permissions
2020-01-31 08:32:35 -08:00
Alex Taylor
303aef3548
Merge branch 'assertThatIssues' of https://github.com/alexanderrtaylor/github-api into assertThatIssues
2020-01-30 11:22:39 -05:00
Alex Taylor
fd278f8c32
Update AbstractGitHubWireMockTest.java
...
added return for Javadoc
2020-01-30 11:22:37 -05:00
Liam Newman
53041a4117
Merge branch 'master' into assertThatIssues
2020-01-29 18:32:47 -08:00
Liam Newman
c5c8596664
Reduce output from connection retry
2020-01-29 17:04:24 -08:00
Liam Newman
92a86f4d1c
No formatting checks on Windows CI build
2020-01-29 16:01:37 -08:00
Alex Taylor
8098b68b8e
formatting changes
...
sorry forgot to run the formatting automation before committing the last
2020-01-29 16:56:49 -05:00
Alex Taylor
7356001723
Merge remote-tracking branch 'upstream/master' into assertThatIssues
2020-01-29 16:56:15 -05:00
Alex Taylor
aba60587ab
Corrected massive change
...
Added back the extends Assert to the wiremock test base class so that I am not making a massive change and potentially breaking inflight work people are doing
2020-01-29 16:49:33 -05:00
Liam Newman
9675126298
Turn off some tests for windows
2020-01-29 13:30:01 -08:00
Liam Newman
648c6a5a8f
Shorten file names for Windows
2020-01-29 09:24:50 -08:00
jimmysombrero
0e310fa96a
Merge branch 'master' into collaborator-permissions
2020-01-28 15:21:25 -06:00
Liam Newman
ad9c2b917b
Disable rate limit hanging test
2020-01-27 18:56:41 -08:00
Alex Taylor
4c3a0d329b
added Authentication Check
...
Added additional authentication checks on gitHubBeforeAfter so that cleanup is done with a user logged in
2020-01-27 15:24:28 -05:00
Alex Taylor
7c495c2177
Fixes after merge
...
Fixed some failing tests after merge
2020-01-27 14:45:02 -05:00
Alex Taylor
2f86a9e534
Merge remote-tracking branch 'upstream/master' into assertThatIssues
2020-01-27 14:37:46 -05:00
Alex Taylor
12c3a0b1fa
Authentication and assertThat issues
...
Fixed some problems with tests trying to authenticate when you are not actually signed in. This hit rate API limiting which caused tests to hang/fail
Also fixed assertThat getting deprecated from junit
2020-01-27 14:29:46 -05:00
Tim Jacomb
7e600c43ed
Var-args instead of list
2020-01-27 07:52:08 +00:00
Tim Jacomb
0f32783488
Revert updatePrivacy
2020-01-27 07:40:16 +00:00
Tim Jacomb
4cc90b4929
Fix test
2020-01-27 07:31:19 +00:00
Tim Jacomb
32754ffcf5
Cleanup based on review
2020-01-27 07:24:01 +00:00
Tim Jacomb
64aae75680
Allow updating privacy status
2020-01-26 11:02:01 +00:00
Tim Jacomb
69d2160a0d
Add support for all create team parameters
2020-01-25 20:07:56 +00:00
Liam Newman
1dde975cfe
Handle SSLHandshakeException with connection retry
2020-01-24 21:24:55 -08:00
jimmysombrero
58c069ec5c
Merge branch 'master' into collaborator-permissions
2020-01-24 18:26:54 -06:00
James Vaughn
7916600a7b
updating local branch
2020-01-24 18:24:53 -06:00
James Vaughn
3e4f160c5d
ran mvn clean install then the build commmand and build was successful
2020-01-24 18:23:59 -06:00
Liam Newman
aeb5e5f681
Merge pull request #674 from v1v/master
...
Retry when SocketException with some sleep
2020-01-24 14:43:29 -08:00
Liam Newman
1c2e491845
Minor improvement to statistics
...
Reading raw streams just to map them is not needed.
Using arrays instead of lists works fine.
2020-01-24 14:07:19 -08:00
Liam Newman
eb4000f26b
Streamline retry code path
2020-01-24 12:32:04 -08:00
Liam Newman
74dd887c79
Merge branch 'master' into master
2020-01-23 22:22:42 -08:00
Liam Newman
764599a7d9
Move socket handling and add test
2020-01-23 20:54:13 -08:00
Liam Newman
ad683fee89
Merge branch 'master' into collaborator-permissions
2020-01-23 17:51:59 -08:00
Liam Newman
85a53fc68f
Merge pull request #676 from alexanderrtaylor/issues-349
...
Issues 349
2020-01-23 17:49:39 -08:00
James Vaughn
3bf8baee85
format fixed and validation passed
2020-01-23 18:32:37 -06:00
Vaughn
8792213594
tried formatting the file once again.
2020-01-23 15:16:36 -06:00
Victor Martinez
d9ebc9455c
UTs for the Timeout and Retry
2020-01-23 21:09:14 +00:00
Vaughn
9ab8bdfe4a
formatted file
2020-01-23 14:45:24 -06:00
Victor Martinez
418ea9a19e
As suggested in the code review, handle exceptions and setup the connection
2020-01-23 20:39:58 +00:00
Victor Martinez
20f04febf2
As suggested in the code review, make a configurable sleep
2020-01-23 20:36:00 +00:00
Alex Taylor
a65783201e
updated the test files
...
Updated the test files and did a temp repo
2020-01-23 15:31:50 -05:00
Victor Martinez
a5f04d44a4
Fix javadoc warning
2020-01-23 20:29:55 +00:00
Victor Martinez
cbe1022f20
Support more generic Socket Exceptions
...
For instance: connection reset by peer
2020-01-23 20:28:57 +00:00
Vaughn
90301ae9ee
Added ability to specify permissions for collaborators
2020-01-23 13:37:35 -06:00
Victor Martinez
4f38ab3640
Cosmetic change
2020-01-23 14:01:29 +00:00
Victor Martinez
fca179abab
Retry if SocketException
...
See https://github.com/github-api/github-api/pull/373
2020-01-23 13:33:12 +00:00
Liam Newman
f9794f20d4
Use Https
2020-01-21 17:22:58 -08:00
Liam Newman
f98efd6af0
Update site.xml
2020-01-21 16:56:44 -08:00
Liam Newman
69bf0641f8
Update site.xml
...
Closes #671
2020-01-21 16:55:46 -08:00