PauloMigAlmeida
de78da4fa6
Implement listing all GitHub Marketplace accounts given a plan
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:14 -08:00
PauloMigAlmeida
1d983a0090
Implement list marketplace plans
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:13 -08:00
Liam Newman
c699a84f42
Enforce 'Accept' request header values
...
The 'Accept' header on requests can change what data is returned, so we need to
only match requests with the correct value.
2019-12-19 17:56:32 -08:00
PauloMigAlmeida
ce5b893224
Add example on the docs
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 01:44:09 +13:00
PauloMigAlmeida
7869afa4ff
Implement test for createToken method with no json property
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 01:09:34 +13:00
Paulo Miguel Almeida
9085606082
Fix GHObjectTest test broken on PR #644
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 00:08:23 +13:00
Liam Newman
8fd5ed57c4
Merge pull request #644 from martinvanzijl/issue_126_add_type_and_site_admin_fields
...
Add type and site_admin fields to GHPerson
2019-12-17 17:23:54 -08:00
Liam Newman
30321d3a0e
Update coverage excludes and bars
2019-12-17 17:16:23 -08:00
Liam Newman
511a0ae503
Exclude deprecated classes
2019-12-17 17:16:22 -08:00
Liam Newman
1057636666
Add wiremock data
2019-12-17 17:16:22 -08:00
Liam Newman
564b1d2a98
Enable event tests
2019-12-17 17:16:22 -08:00
Liam Newman
20cd0e2de2
Turn Traffic tests back on
2019-12-17 17:16:22 -08:00
Liam Newman
049db83423
Merge remote-tracking branch 'github-api/master' into task/iterator
2019-12-17 14:35:37 -08:00
Liam Newman
305267d07f
Rename methods for better clarity
2019-12-17 12:41:23 -08:00
Liam Newman
20369aa1b5
Merge pull request #622 from alexanderrtaylor/GHEventAddition
...
[JENKINS-57430] Added some new GH Event Types
2019-12-17 11:32:45 -08:00
Martin van Zijl
ee2dde4cd1
Add type and site_admin fields to GHPerson.
...
Helps with #126 .
2019-12-14 07:24:23 +13:00
Liam Newman
7e4f98d328
Remove dependency on apache commons-codec
2019-12-03 11:39:05 +00:00
Alex Taylor
8f787e9976
Added the Check Run event
...
Added the check run event and the objects used there along with a valid test
2019-11-27 13:30:45 -05:00
Liam Newman
b3d79622e6
Fix lifecycle test to not fail during release
2019-11-26 17:46:49 -08:00
Liam Newman
0f9482864c
Move url to separate method
2019-11-26 15:26:46 -08:00
Liam Newman
60700d59fe
Force URI encoding for api paths starting with slash
2019-11-26 15:14:36 -08:00
Liam Newman
8c4b1ef74a
Fixed GHContent to allow spaces in path
...
URI path encoding whack-a-mole. This fix should cover a significant number of cases.
Also, fixed to NOT do URLEncode for URI path. The encoding is different between path and query.
Fixes #624
2019-11-25 18:06:19 -08:00
Liam Newman
bdb5e82abc
Make servers only start if the might be needed
...
If proxying or snapshotting, we start all servers.
Otherwise only start a server if we have mapping files for them.
2019-11-21 22:09:54 -08:00
Liam Newman
ff766a46c8
Enable uploads testing and LifecycleTest
...
Fixed asset upload url to not hard coded
2019-11-21 17:07:38 -08:00
Serban Iordache
7a35cc3d17
fix and unit tests for issue #504
...
add new methods for creating tree content
2019-11-21 00:31:36 +01:00
Matt Farmer
d4d2792498
Deprecated permission field in createTeam & provided alternate method
2019-11-19 17:15:50 -08:00
Liam Newman
82fa340c07
Import sorting cleanup
2019-11-18 19:14:24 -08:00
Liam Newman
d44cd4a827
Merge remote-tracking branch 'github-api/master' into impsort
2019-11-18 19:13:27 -08:00
Liam Newman
a8dbe65e30
Move GistTest to GHGistTest
2019-11-18 19:13:10 -08:00
Liam Newman
9a5467dcac
Re-enable GHBranchProtection test
2019-11-18 19:05:43 -08:00
Liam Newman
2af4f61882
Cleanup imports
2019-11-18 11:35:45 -08:00
Liam Newman
cbd06eef96
Code formatting
2019-11-15 15:51:07 -08:00
Liam Newman
392dc2a040
Merge remote-tracking branch 'github-api/master' into BranchMissing
2019-11-15 15:36:24 -08:00
Liam Newman
da11702f68
Modify formatting to columnize
...
Turns out I do care about formatting a little. We have a lot of builders and chained methods.
I think it is easier to follow long chains when lined up veritcally.
2019-11-15 15:18:07 -08:00
Alex Taylor
78ab5ad156
Changed Exception Type
...
Changed Exception type and added a comment
2019-11-15 14:55:50 -05:00
Alex Taylor
6af796fc3b
Adjusted format
...
Adjusted format according to standard from repo
2019-11-15 14:35:32 -05:00
Alex Taylor
18aa067c44
Merge branch 'master' into BranchMissing
2019-11-15 10:59:15 -05:00
Alex Taylor
8d50b338f4
Added GHBranch creator
...
Added GHBranch creator and added a test to make sure it works
2019-11-15 10:54:32 -05:00
Liam Newman
fd436cf5b2
Fixes for build failures
2019-11-14 13:01:35 -08:00
Liam Newman
7e05ce38cf
Add examples of different ways to create data objects
2019-11-14 12:39:40 -08:00
Liam Newman
7d1e977ffe
Make GHMeta fields effectively final
2019-11-14 12:39:04 -08:00
Liam Newman
d5ba0eebcb
Run code formatting
2019-11-14 09:12:28 -08:00
Liam Newman
432585cb75
Merge remote-tracking branch 'github-api/master' into ghmeta
2019-11-14 09:05:20 -08:00
PauloMigAlmeida
6aad80904a
Implement Meta endpoint
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-11-14 15:52:43 +13:00
Liam Newman
5f597379b5
JavaDoc warning fixes
2019-11-13 14:53:42 -08:00
Liam Newman
9d8460bb81
Enable automatic code formatter with CI validation
...
This may be controversial but it we're doing it. Having code formatting needs to be consistent
and a non-issue during code review. I'm willing modify the configuration if people see a strong
need, but formatting needs to be present and enforced.
2019-11-13 13:28:23 -08:00
Liam Newman
8943af9840
Cleanup tabs and whitespace
2019-11-13 12:47:19 -08:00
Liam Newman
d23c718036
Merge pull request #603 from madhephaestus/master
...
Add Functionality of OTP to support user 2fa
2019-11-13 12:43:23 -08:00
Alex Taylor
834c84c9ea
Added the test for Issue #607
...
Added a test so that we can prove when this issue is fixed
2019-11-13 15:07:06 -05:00
Kevin Harrington
e325bf7771
fixed for the sensitive javadoc parser
2019-11-13 00:38:51 -05:00