Commit Graph

  • 8fd5ed57c4 Merge pull request #644 from martinvanzijl/issue_126_add_type_and_site_admin_fields Liam Newman 2019-12-17 17:23:54 -08:00
  • 7bc301bc70 Merge pull request #634 from bitwiseman/task/minimum-coverage Liam Newman 2019-12-17 17:23:30 -08:00
  • 30321d3a0e Update coverage excludes and bars Liam Newman 2019-12-06 18:59:18 +00:00
  • 511a0ae503 Exclude deprecated classes Liam Newman 2019-12-04 17:11:35 +00:00
  • 1057636666 Add wiremock data Liam Newman 2019-12-04 16:25:33 +00:00
  • 564b1d2a98 Enable event tests Liam Newman 2019-12-04 15:25:46 +00:00
  • 20cd0e2de2 Turn Traffic tests back on Liam Newman 2019-12-04 15:24:31 +00:00
  • 6bc617c488 Merge pull request #623 from bitwiseman/task/iterator Liam Newman 2019-12-17 15:01:12 -08:00
  • 049db83423 Merge remote-tracking branch 'github-api/master' into task/iterator Liam Newman 2019-12-17 14:35:37 -08:00
  • 52dd90e85d Additional tweaks to reduce the number of code paths Liam Newman 2019-12-17 14:15:38 -08:00
  • 305267d07f Rename methods for better clarity Liam Newman 2019-12-17 12:41:23 -08:00
  • 20369aa1b5 Merge pull request #622 from alexanderrtaylor/GHEventAddition Liam Newman 2019-12-17 11:32:45 -08:00
  • 40f05e4dbb Clean up request method calls Liam Newman 2019-12-16 11:18:56 -08:00
  • a23d19f208 Merge pull request #645 from github-api/dependabot/maven/org.mockito-mockito-core-3.2.4 Liam Newman 2019-12-17 09:06:48 -08:00
  • cb1d1e8ed7 Bump mockito-core from 3.2.0 to 3.2.4 dependabot-preview[bot] 2019-12-17 06:37:39 +00:00
  • 4f67f32719 Update src/main/java/org/kohsuke/github/GHCheckRun.java Alex Taylor 2019-12-16 14:53:38 -05:00
  • a80b5b6abc Fixed the findbugs errors Alex Taylor 2019-12-14 15:38:34 -05:00
  • 0be3d88872 Merge pull request #643 from github-api/dependabot/maven/com.squareup.okio-okio-2.4.2 Liam Newman 2019-12-13 19:42:09 +00:00
  • 48bb996350 Merge pull request #640 from github-api/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-5.6.0.201912101111-r Liam Newman 2019-12-13 19:41:52 +00:00
  • ee2dde4cd1 Add type and site_admin fields to GHPerson. Martin van Zijl 2019-12-13 16:31:06 +13:00
  • c10a31c933 Bump okio from 2.4.1 to 2.4.2 dependabot-preview[bot] 2019-12-12 06:33:01 +00:00
  • d6a846f58d Post only non-null values in request body for createTree Anirudh Mathad 2019-12-11 15:25:24 -08:00
  • 945873231d Bump org.eclipse.jgit from 5.5.1.201910021850-r to 5.6.0.201912101111-r dependabot-preview[bot] 2019-12-11 06:36:08 +00:00
  • 5dc494978e Implement tests PauloMigAlmeida 2019-12-10 13:21:52 +13:00
  • c870ec10c0 Implement /user/marketplace_purchases endpoint PauloMigAlmeida 2019-12-10 13:21:06 +13:00
  • 2085b8fd14 Split GHMarketplaceAccount.java into 2 pieces for re-utilisation purposes PauloMigAlmeida 2019-12-10 13:19:19 +13:00
  • e065b6435c improve docs related to credentials requirements for some methods PauloMigAlmeida 2019-12-09 20:59:03 +13:00
  • da5331ceb0 Additional tests for list accounts with a few parameters combinations PauloMigAlmeida 2019-12-09 20:07:32 +13:00
  • 8f81982de4 Add tests for listing GitHub marketplace accounts PauloMigAlmeida 2019-12-09 19:36:13 +13:00
  • 499b46ecf3 Implement listing all GitHub Marketplace accounts given a plan PauloMigAlmeida 2019-12-09 15:53:46 +13:00
  • a7d232e15f formatting improvements PauloMigAlmeida 2019-12-08 20:26:37 +13:00
  • 8fdb394ec5 Implement list marketplace plans PauloMigAlmeida 2019-12-08 20:13:54 +13:00
  • 7a1da64bf2 Merge branch 'master' of https://github.com/kohsuke/github-api PauloMigAlmeida 2019-12-08 15:42:54 +13:00
  • 95ae155fc0 Merge branch 'master' of https://github.com/PauloMigAlmeida/github-api PauloMigAlmeida 2019-12-08 15:42:34 +13:00
  • d1507f2666 Merge pull request #631 from bitwiseman/task/base64 Liam Newman 2019-12-04 10:56:08 +00:00
  • 7e4f98d328 Remove dependency on apache commons-codec Liam Newman 2019-12-03 11:39:05 +00:00
  • f9a956905e Merge pull request #629 from sullis/mockito-3.2.0 Liam Newman 2019-11-30 13:20:54 -08:00
  • e7d95f9da6 mockito 3.2.0 Sean C. Sullivan 2019-11-29 13:33:54 -05:00
  • bc8f0aa223 Update GHEventPayload.java Alex Taylor 2019-11-27 15:18:43 -05:00
  • 6f2ae94e12 Changelog for v1.101 Liam Newman 2019-11-27 10:47:25 -08:00
  • 44918a4047 Manual update: v1.101 Liam Newman 2019-11-27 10:42:00 -08:00
  • 8f787e9976 Added the Check Run event Alex Taylor 2019-11-27 13:30:45 -05:00
  • 321d8240a2 [maven-release-plugin] prepare for next development iteration Liam Newman 2019-11-27 10:27:31 -08:00
  • d667b2f822 [maven-release-plugin] prepare release github-api-1.101 github-api-1.101 Liam Newman 2019-11-27 10:27:24 -08:00
  • d7f511363d Merge pull request #627 from alecharp/fix-cache-control-packagename Liam Newman 2019-11-27 10:14:12 -08:00
  • 39e7c5c3de Fixed CacheControl package name Adrien Lecharpentier 2019-11-27 18:30:06 +01:00
  • 5551f937f2 Fix to 1.100 Liam Newman 2019-11-26 19:30:17 -08:00
  • 60acd5c864 Update CHANGELOG.md Liam Newman 2019-11-26 19:08:00 -08:00
  • 6946466a11 Manual Update to 1.100 Liam Newman 2019-11-26 18:07:36 -08:00
  • 1af3e85d76 Add git ignore Liam Newman 2019-11-26 18:00:53 -08:00
  • b92cf6fd35 [maven-release-plugin] prepare for next development iteration Liam Newman 2019-11-26 17:53:42 -08:00
  • f7d048e0b9 [maven-release-plugin] prepare release github-api-1.100 github-api-1.100 Liam Newman 2019-11-26 17:53:14 -08:00
  • b3d79622e6 Fix lifecycle test to not fail during release Liam Newman 2019-11-26 17:46:15 -08:00
  • 7e7ae79477 Update change log for 1.100 Liam Newman 2019-11-26 17:26:20 -08:00
  • 0f9482864c Move url to separate method Liam Newman 2019-11-26 15:26:46 -08:00
  • 60700d59fe Force URI encoding for api paths starting with slash Liam Newman 2019-11-26 15:14:29 -08:00
  • 3296cef02d Change requester to GET by default Liam Newman 2019-11-25 18:05:18 -08:00
  • 1b55b5fa3c Move array population to single iterator code path Liam Newman 2019-11-20 19:10:12 -08:00
  • 5910988314 Merge pull request #625 from bitwiseman/bug/content-encode Liam Newman 2019-11-25 18:13:38 -08:00
  • 8c4b1ef74a Fixed GHContent to allow spaces in path Liam Newman 2019-11-25 14:34:39 -08:00
  • b2701f5ba4 [JENKINS-57430] Added some new GH Event Types Alex Taylor 2019-11-22 14:26:35 -05:00
  • 7d4f1941e7 Merge pull request #621 from bitwiseman/lifecycle Liam Newman 2019-11-21 22:26:48 -08:00
  • eedefcdbbb Reformat a few json test files Liam Newman 2019-11-21 22:19:10 -08:00
  • bdb5e82abc Make servers only start if the might be needed Liam Newman 2019-11-21 22:09:54 -08:00
  • ff766a46c8 Enable uploads testing and LifecycleTest Liam Newman 2019-11-21 15:52:34 -08:00
  • 0a40dc5939 Merge pull request #620 from siordache-forks/issue#504 Liam Newman 2019-11-20 22:34:02 -08:00
  • 71862d76d3 remove '@apiNote' javadoc tag Serban Iordache 2019-11-21 00:45:45 +01:00
  • 7a35cc3d17 fix and unit tests for issue #504 Serban Iordache 2019-11-21 00:31:36 +01:00
  • 7a4870c977 Merge pull request #619 from asthinasthi/deprecate-permission Liam Newman 2019-11-20 09:29:26 -08:00
  • d4d2792498 Deprecated permission field in createTeam & provided alternate method Matt Farmer 2019-11-19 17:15:50 -08:00
  • a969509283 Merge pull request #616 from bitwiseman/impsort Liam Newman 2019-11-18 19:53:07 -08:00
  • 82fa340c07 Import sorting cleanup Liam Newman 2019-11-18 19:14:24 -08:00
  • d44cd4a827 Merge remote-tracking branch 'github-api/master' into impsort Liam Newman 2019-11-18 19:13:27 -08:00
  • a8dbe65e30 Move GistTest to GHGistTest Liam Newman 2019-11-18 19:13:10 -08:00
  • d2ce7c11ac Merge pull request #615 from alexanderrtaylor/BranchMissing Liam Newman 2019-11-18 19:08:40 -08:00
  • d02af5ccb0 Switch property mapper to snake case Liam Newman 2019-11-18 12:57:09 -08:00
  • 9a5467dcac Re-enable GHBranchProtection test Liam Newman 2019-11-18 12:54:41 -08:00
  • 2af4f61882 Cleanup imports Liam Newman 2019-11-18 11:35:45 -08:00
  • cbd06eef96 Code formatting Liam Newman 2019-11-15 15:36:49 -08:00
  • 392dc2a040 Merge remote-tracking branch 'github-api/master' into BranchMissing Liam Newman 2019-11-15 15:36:24 -08:00
  • da11702f68 Modify formatting to columnize Liam Newman 2019-11-15 15:18:07 -08:00
  • f262bf7cdb Commit default format Liam Newman 2019-11-15 13:48:48 -08:00
  • 78ab5ad156 Changed Exception Type Alex Taylor 2019-11-15 14:55:50 -05:00
  • 6af796fc3b Adjusted format Alex Taylor 2019-11-15 14:35:32 -05:00
  • c174be37b3 Merge pull request #614 from bitwiseman/task/requester-cleanup Liam Newman 2019-11-15 08:40:45 -08:00
  • 18aa067c44 Merge branch 'master' into BranchMissing Alex Taylor 2019-11-15 10:59:15 -05:00
  • 8d50b338f4 Added GHBranch creator Alex Taylor 2019-11-15 10:54:32 -05:00
  • 37d7cfaaf2 Clean up Requester interface a bit Liam Newman 2019-11-14 18:16:56 -08:00
  • d3564a9a4f Merge pull request #613 from bitwiseman/javadoc-warning Liam Newman 2019-11-14 15:53:50 -08:00
  • 39d6dd9916 Update PULL_REQUEST_TEMPLATE.md Liam Newman 2019-11-14 13:36:33 -08:00
  • 0152ebf062 Enable failOnWarning for JavaDoc Liam Newman 2019-11-14 13:33:33 -08:00
  • 757b9b2118 Add JavaDocs Liam Newman 2019-11-14 13:24:28 -08:00
  • f6a01551fd Make PagedIterableWithConsumer package local for mocking Liam Newman 2019-11-14 13:11:26 -08:00
  • 1f619f3801 Merge pull request #611 from PauloMigAlmeida/master Liam Newman 2019-11-14 13:06:43 -08:00
  • fd436cf5b2 Fixes for build failures Liam Newman 2019-11-14 13:01:35 -08:00
  • 7e05ce38cf Add examples of different ways to create data objects Liam Newman 2019-11-14 12:39:40 -08:00
  • 7d1e977ffe Make GHMeta fields effectively final Liam Newman 2019-11-14 12:07:56 -08:00
  • 6c2ce83b45 Make GHMeta fields not externally settable Liam Newman 2019-11-14 10:29:40 -08:00
  • d5ba0eebcb Run code formatting Liam Newman 2019-11-14 09:12:28 -08:00
  • 432585cb75 Merge remote-tracking branch 'github-api/master' into ghmeta Liam Newman 2019-11-14 09:05:20 -08:00