Commit Graph

  • ec664ab6a2 Merge pull request #83 from antonkrasov/master Kohsuke Kawaguchi 2014-04-19 11:50:39 -07:00
  • 8818bf8cf0 add tarball_url and zipball_url to GHRelease Anton Krasov 2014-04-18 17:28:51 +03:00
  • 5ebb5f2d46 Wagon: Deploying site to repository Kohsuke Kawaguchi 2014-04-13 09:13:04 -07:00
  • cc53e0c8ff [maven-release-plugin] prepare for next development iteration Kohsuke Kawaguchi 2014-04-13 08:58:53 -07:00
  • 8353499d18 [maven-release-plugin] prepare release github-api-1.51 github-api-1.51 Kohsuke Kawaguchi 2014-04-13 08:58:49 -07:00
  • d2c5994616 I always get this confused Kohsuke Kawaguchi 2014-04-13 08:57:48 -07:00
  • 500b9097f7 doc improvement Kohsuke Kawaguchi 2014-04-13 08:53:00 -07:00
  • 7993266e6e This is also useful for setting timeout Kohsuke Kawaguchi 2014-04-13 08:51:58 -07:00
  • 74090103a9 doc improvement Kohsuke Kawaguchi 2014-04-13 08:48:16 -07:00
  • a18cde2340 Abstracted away HTTP connector and added OkHttp implementation for convenience Kohsuke Kawaguchi 2014-04-13 08:46:21 -07:00
  • ee98e97876 Merge pull request #80 from rtyley/remove-member-of-org Kohsuke Kawaguchi 2014-04-13 08:22:23 -07:00
  • ff63bafd72 Merge pull request #82 from prazanna/master Kohsuke Kawaguchi 2014-04-13 08:22:00 -07:00
  • 3f8c8be77a Cast url.openConnection() to HttpURLConnection instead of HttpsURLConnection. Useful for enterprise githubs which does not have https set up. Prasanna Rajaperumal 2014-04-09 18:09:23 -07:00
  • 769cdc73e7 Add support for removing a user from an Organisation Roberto Tyley 2014-04-02 18:45:23 +01:00
  • cef8f74c00 Added LICENSE Kohsuke Kawaguchi 2014-04-02 09:31:02 -07:00
  • d81b95c4be Wagon: Deploying site to repository Kohsuke Kawaguchi 2014-03-28 11:02:27 -07:00
  • 9f5ab709de [maven-release-plugin] prepare for next development iteration Kohsuke Kawaguchi 2014-03-28 10:59:51 -07:00
  • c6fdae3b3c [maven-release-plugin] prepare release github-api-1.50 github-api-1.50 Kohsuke Kawaguchi 2014-03-28 10:59:47 -07:00
  • 320cf0fea2 Seeing a failure to create Kohsuke Kawaguchi 2014-03-28 10:58:18 -07:00
  • 0261f1262f fixed a test case Kohsuke Kawaguchi 2014-03-28 10:57:11 -07:00
  • 5278ae3662 Merge pull request #75 from rtyley/check-team-membership Kohsuke Kawaguchi 2014-03-28 10:24:18 -07:00
  • 2941c44de2 Merge pull request #73 from rtyley/fix-issue-labels-setter Kohsuke Kawaguchi 2014-03-28 10:23:15 -07:00
  • 627222602e Merge pull request #72 from farmdawgnation/patch-1 Kohsuke Kawaguchi 2014-03-28 10:23:03 -07:00
  • e13b1ffc48 looks like the 'tire' repository is gone Kohsuke Kawaguchi 2014-03-28 10:11:15 -07:00
  • 10bafce217 fixed a test Kohsuke Kawaguchi 2014-03-28 10:08:08 -07:00
  • 4817969495 fixed a broken test Kohsuke Kawaguchi 2014-03-28 10:06:50 -07:00
  • 2feda55eb7 looks like we need to pick another user here Kohsuke Kawaguchi 2014-03-28 10:01:59 -07:00
  • a74cfd453a Added support for getting issues by milestone and state. Kohsuke Kawaguchi 2014-03-28 09:57:04 -07:00
  • a360f65133 merging a portion of pull request #70 Kohsuke Kawaguchi 2014-03-28 09:49:38 -07:00
  • 6a903d65a7 Fixed a bug in the databinding of the 'private' field. Kohsuke Kawaguchi 2014-03-28 09:47:27 -07:00
  • d4b3166036 Merge branch 'pull-69' Kohsuke Kawaguchi 2014-03-28 09:42:00 -07:00
  • 21a54e2333 The parent commit appears to be totally untested. Kohsuke Kawaguchi 2014-03-28 09:40:55 -07:00
  • 37c58bffba indentation fix Kohsuke Kawaguchi 2014-03-28 09:37:11 -07:00
  • 4a42b7277c Merge branch 'pull-76' Kohsuke Kawaguchi 2014-03-28 09:35:43 -07:00
  • 071aea397b Keep the original signature intact for backward compatibility Kohsuke Kawaguchi 2014-03-28 09:35:37 -07:00
  • 9c02f918c1 In order to handle http based github enterprise vm url, changing https to http vr100 2014-03-26 09:23:26 +05:30
  • 15c5c9615e Added pagesize parameter to 'Get commits by author and branch' api vr100 2014-03-20 15:00:34 +05:30
  • 0b74692d62 change in comment vr100 2014-03-19 11:38:03 +05:30
  • 8f24f55eb7 Added apis to list commits by author and list the repos of an organization (including the private ones) vr100 2014-03-19 11:06:11 +05:30
  • cd5ab1ae9b need to populate enum Kohsuke Kawaguchi 2014-03-18 11:52:00 -07:00
  • d29ea97948 Fix org.getMembers() to 'wrap' returned users for post-populating Roberto Tyley 2014-03-14 09:22:15 +00:00
  • 9930e7bb93 Add org public-members call, to complement the full members list Roberto Tyley 2014-03-13 22:04:45 +00:00
  • b1d37e4848 Support the check-user-team-membership API call Roberto Tyley 2014-03-12 21:46:14 +00:00
  • 893152cdf3 Fix GHIssue.setLabels() - *don't* set 'assignee' instead! Roberto Tyley 2014-03-08 16:05:33 +00:00
  • efbf98751d Un-finalize GHContent. Matt Farmer 2014-03-07 22:14:21 -05:00
  • caac294e79 BugFix when listing repositories of a GitHub Organisation Luca Milanesio 2014-02-28 17:45:36 +00:00
  • d145ad8f47 Created new method to automate the merge vanjikumaran 2014-02-24 17:00:11 +05:30
  • 628034ae8c add a filter param to the get members method lindseydew 2014-02-11 18:07:01 +00:00
  • fee02a3d16 Support paging when fetching organization members Ryan Kennedy 2014-01-22 09:56:06 -08:00
  • e25cb11b15 Wagon: Deploying site to repository Kohsuke Kawaguchi 2014-01-07 20:04:30 -08:00
  • ce5ae13bf6 [maven-release-plugin] prepare for next development iteration Kohsuke Kawaguchi 2014-01-06 08:56:38 -08:00
  • 26b6a94e32 [maven-release-plugin] prepare release github-api-1.49 github-api-1.49 Kohsuke Kawaguchi 2014-01-06 08:56:34 -08:00
  • be6ef475ba [maven-release-plugin] prepare for next development iteration Kohsuke Kawaguchi 2014-01-06 08:52:00 -08:00
  • 55e218ac37 [maven-release-plugin] prepare release github-api-1.48 github-api-1.48 Kohsuke Kawaguchi 2014-01-06 08:51:56 -08:00
  • 7d1f636cdd Recover from earlier test failures Kohsuke Kawaguchi 2014-01-01 21:12:17 -08:00
  • a4b8b9b09b Merge pull request #61 from lucamilanesio/master Kohsuke Kawaguchi 2014-01-01 15:26:58 -08:00
  • 4e8e28d27c Merge pull request #59 from farmdawgnation/contents-api Kohsuke Kawaguchi 2014-01-01 15:26:23 -08:00
  • 4b52414435 Fetching of user's verified keys through standard OAuth scope. Luca Milanesio 2013-12-11 00:30:27 +00:00
  • 811b96bcbe Implement the ability to retrieve content from a particular ref. Matt Farmer 2013-11-28 10:02:37 -05:00
  • f3207855ca Implement a CRUD integration test for the content api. Matt Farmer 2013-11-28 09:45:54 -05:00
  • 9f3c5b93e3 Store encoded content in class level variable on update. Matt Farmer 2013-11-28 09:45:21 -05:00
  • a56357f0c1 Implement the ability to retrieve conent if not populated. Matt Farmer 2013-11-28 09:44:27 -05:00
  • f8d14d2e56 Implement the ability to delete content. Matt Farmer 2013-11-28 00:37:40 -05:00
  • b0c30759c8 Properly wrap content on directory listing retrieval. Matt Farmer 2013-11-28 00:33:07 -05:00
  • 54037e6e10 Add the ability to specify a branch name with GHContent updates. Matt Farmer 2013-11-28 00:29:49 -05:00
  • fc260d4a37 Implement the ability to create content via content api. Matt Farmer 2013-11-28 00:21:25 -05:00
  • 387d4e5bc9 Return the new GHContentUpdateResponse from content changes. Matt Farmer 2013-11-28 00:12:30 -05:00
  • 4ffd46b391 Implement the ability to update existing content. Matt Farmer 2013-11-28 00:03:43 -05:00
  • 3b49370c06 Add the ability to retrieve the sha of the content. Matt Farmer 2013-11-27 23:28:40 -05:00
  • 925d26e54c Add GitHub Contents API read methods Alexandre COLLIGNON 2013-09-18 11:29:04 +02:00
  • ffc1f9bc57 Wagon: Deploying site to repository Kohsuke Kawaguchi 2013-11-27 12:01:11 -08:00
  • 1283006b53 [maven-release-plugin] prepare for next development iteration Kohsuke Kawaguchi 2013-11-27 11:57:40 -08:00
  • 83a718c9db [maven-release-plugin] prepare release github-api-1.47 github-api-1.47 Kohsuke Kawaguchi 2013-11-27 11:57:35 -08:00
  • 2abf03ccb7 Minor doc improvement Kohsuke Kawaguchi 2013-11-27 11:52:33 -08:00
  • a59810a487 Merge pull request #56 from endeavor85/master Kohsuke Kawaguchi 2013-11-27 11:49:44 -08:00
  • 9cc9e06ad1 Merge pull request #58 from rtholmes/master Kohsuke Kawaguchi 2013-11-27 11:49:17 -08:00
  • 0108a0c146 Add support for PULL_REQUEST_REVIEW_COMMENT event types. reid holmes 2013-11-26 15:13:36 -05:00
  • 4188758d84 Use PagedIterator<GHIssue> to retrieve repository issues. Overcomes default 30 item page size limit. endeavor85 2013-11-24 02:54:18 -06:00
  • d068c2b75f Wagon: Deploying site to repository Kohsuke Kawaguchi 2013-11-13 13:08:45 -08:00
  • 2144100f81 [maven-release-plugin] prepare for next development iteration Kohsuke Kawaguchi 2013-11-13 13:05:29 -08:00
  • 8a61e04be6 [maven-release-plugin] prepare release github-api-1.46 github-api-1.46 Kohsuke Kawaguchi 2013-11-13 13:05:24 -08:00
  • eaeb083891 Perhaps this will help resolve? Kohsuke Kawaguchi 2013-11-12 13:13:18 -08:00
  • 25e117b412 oops Kohsuke Kawaguchi 2013-11-12 12:47:37 -08:00
  • 6b7ceed1a5 Short cut Kohsuke Kawaguchi 2013-11-12 12:45:39 -08:00
  • 0533fc98a2 bumped up to a newer version Kohsuke Kawaguchi 2013-11-12 12:21:17 -08:00
  • edde3ab2fb added one more field based on observations Kohsuke Kawaguchi 2013-11-12 12:17:57 -08:00
  • ec20e518be adding a new payload implementation for PushEvent Kohsuke Kawaguchi 2013-11-12 12:14:34 -08:00
  • 930a582afa Unified various different instances of the "author" class Kohsuke Kawaguchi 2013-11-12 12:10:33 -08:00
  • 7536eeea54 V2 code no longer needed Kohsuke Kawaguchi 2013-11-12 12:01:49 -08:00
  • d940d43907 added more event support Kohsuke Kawaguchi 2013-11-12 11:52:40 -08:00
  • e73aed8d9f Wagon: Deploying site to repository Kohsuke Kawaguchi 2013-11-09 15:22:20 -08:00
  • 3ad3dd9493 [maven-release-plugin] prepare for next development iteration Kohsuke Kawaguchi 2013-11-09 15:19:27 -08:00
  • 553df7ac85 [maven-release-plugin] prepare release github-api-1.45 github-api-1.45 Kohsuke Kawaguchi 2013-11-09 15:19:23 -08:00
  • 9648602252 Merge branch 'pull-51' Kohsuke Kawaguchi 2013-11-09 15:17:21 -08:00
  • 63d0d13330 Better and more secure to use OAuth. Kohsuke Kawaguchi 2013-11-09 15:17:01 -08:00
  • ff9b538a49 doc touch up Kohsuke Kawaguchi 2013-11-09 15:11:02 -08:00
  • 6632da34c0 this dependency is for testing Kohsuke Kawaguchi 2013-11-09 15:08:07 -08:00
  • 178c9ff4d0 add support (most of) the release-related endpoints evanchooly 2013-11-04 20:08:24 -05:00
  • bfefeae5c1 Merged pull request #45 with some changes Kohsuke Kawaguchi 2013-11-02 18:15:02 -07:00
  • ebf953cbc4 Massaging the pull request. Kohsuke Kawaguchi 2013-11-02 18:13:40 -07:00