https://github.com/eclipse/egit-github

sort by:
Revision Author Date Message Commit Date
0d48f35 Update build to use latest signing plugin See http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg06366.html Change-Id: I28b2d2ad48fbcef940e69fa3b25e50723d93e4c2 Signed-off-by: Kevin Sawicki <kevin@github.com> 17 August 2011, 16:24:01 UTC
7431075 Organize constants by type and remove comments Change-Id: I64c85cca85e69cc1de29d8529364a93548ecc193 Signed-off-by: Kevin Sawicki <kevin@github.com> 16 August 2011, 23:59:24 UTC
edc13b8 Add support for multi-repository issue requests Change-Id: Ibde1d9f4a521ab0fe6b410fac80d9e8a5f27363a Signed-off-by: Kevin Sawicki <kevin@github.com> 16 August 2011, 23:40:48 UTC
35fd2b0 Inline asserts and use static imports for constants Change-Id: I498121563675d2e9c2c8180919d9c16d4b2d2566 Signed-off-by: Kevin Sawicki <kevin@github.com> 16 August 2011, 23:03:05 UTC
b1f12be Add support for forking a Gist Change-Id: I2b6081b76b34d1a4e71a45b13891c34c8db50429 Signed-off-by: Kevin Sawicki <kevin@github.com> 16 August 2011, 21:02:44 UTC
488cda2 Add service support for repository commits API. Supports fetching commits and adding, editing, deleting, and fetching commit comments. Change-Id: Ife800440c07ee9c9a46c2037fdef777e2dd6e734 Signed-off-by: Kevin Sawicki <kevin@github.com> 16 August 2011, 19:33:19 UTC
3ae1148 Add collaborator service support. Supports adding, removing, checking, and listing repository collaborators. Change-Id: I62a39028bd609e6e2c7dc770671134dbfd646e22 Signed-off-by: Kevin Sawicki <kevin@github.com> 15 August 2011, 23:34:28 UTC
5976b90 Add missing '/' in create pull request URI Change-Id: I55b68ccd9b843579502f1debbfec637634993cd2 Signed-off-by: Kevin Sawicki <kevin@github.com> 15 August 2011, 23:09:27 UTC
8f844cd Add service support for watched repositories Change-Id: If308916b70f0d50629c0a0fba2e832c22d959e32 Signed-off-by: Kevin Sawicki <kevin@github.com> 15 August 2011, 22:06:27 UTC
876397a Add fork support to repository service Change-Id: I8a667dc5572125c6f2588ff297bb86e560bea886 Signed-off-by: Kevin Sawicki <kevin@github.com> 15 August 2011, 20:50:58 UTC
0475c5d Add service support for repository deploy key API. Supports fetching creating, editing, and deleting the deploy keys associated with a GitHub repository. Change-Id: Ib6ce69275f0364607599d4dff51cfbc668ce8d3e Signed-off-by: Kevin Sawicki <kevin@github.com> 15 August 2011, 18:56:41 UTC
248ee27 Add service support for low-level Git data API. Adds support for blob, trees, commits, refs, and tags. Change-Id: Ie54f3ded817d8010c93128342da37b6b84be7c8f Signed-off-by: Kevin Sawicki <kevin@github.com> 11 August 2011, 23:55:56 UTC
1142878 Implement Iterable in PageIterator. This allows PageIterator instances to be used in 'foreach' style statements. Change-Id: Ia5933689b7752cfcd93d25384fc00dbe9f995556 Signed-off-by: Kevin Sawicki <kevin@github.com> 09 August 2011, 17:05:19 UTC
1f309ac Add missing parentheses to externalized strings Change-Id: I90e6ae784f32c9b055751a7bf331b610b5366500 Signed-off-by: Kevin Sawicki <kevin@github.com> 09 August 2011, 16:57:39 UTC
4e86502 Reuse Gson instances across all clients. Gson instances are thread-safe and so GitHubClient instances can share a single instance instead of each creating a new one. Change-Id: I9236e3a59cdf5112dbd96b4628f1630629a7d855 Signed-off-by: Kevin Sawicki <kevin@github.com> 08 August 2011, 02:23:48 UTC
2303a5e Store date format instances in array instead of LinkedList. No features of the LinkedList were being used and so the overhead was not needed. Also added a missing synchronized block in the serialized method. Change-Id: I46b7ba973ea425da4b6154113aa73f72e7ab3f5c Signed-off-by: Kevin Sawicki <kevin@github.com> 08 August 2011, 02:01:05 UTC
1feda7a Add homepage field to repository model Change-Id: I4d9e76478ea1b687b32cb209dd80b84aad66b9f4 Signed-off-by: Eddie Ringle <eddie@eringle.net> Signed-off-by: Kevin Sawicki <kevin@github.com> 08 August 2011, 01:28:07 UTC
d44aa81 Merge "Add convenience method for uploading a file as a download." 08 August 2011, 01:25:47 UTC
782f316 Add convenience method for uploading a file as a download. Change-Id: I446f31de5bfa3c700ca8ba401ddfaf904d83b8d7 Signed-off-by: Kevin Sawicki <kevin@github.com> 05 August 2011, 21:03:01 UTC
bda8eb4 Add support for rebasing and merging pull requests. Pull request editor now has actions to rebase pull request topic branch onto tip of destination branch and also merge topic branch into destination branch. Change-Id: I271e6b6f78d5706748f0eb844d73d9ae25347787 Signed-off-by: Kevin Sawicki <kevin@github.com> 04 August 2011, 23:54:06 UTC
e275463 Add simple toString on Issue and PullRequest Change-Id: I7975577c61b3c2d94744c0c86002be27f211833b Signed-off-by: Kevin Sawicki <kevin@github.com> 04 August 2011, 17:36:26 UTC
3ae346d Add download convenience method for create and uploading. Change-Id: I67d212970cb3c223529ee5b3661f2cd18966d9ac Signed-off-by: Kevin Sawicki <kevin@github.com> 04 August 2011, 17:33:02 UTC
1048211 Add summary field that uses text from description. Previously only the number of files and total size was shown in the summary attribute. Now either the first line or the first 80 characters of the first line is shown following by the file count and size count in parentheses. Change-Id: Ideb6586fdb08ab7127d4d1c1891179c3dfddda8f Signed-off-by: Kevin Sawicki <kevin@github.com> 04 August 2011, 00:06:57 UTC
5877fc2 Add explicit dependencies to POM xml file. This currently includes: * Google GSON * Apache HttpComponents This allows the core GitHub library to be used as a traditional Java library as well as an Eclipse plug-in. Change-Id: Iff5e9d62462edda39034e4a0f4a764a4979e9c9a Signed-off-by: Kevin Sawicki <kevin@github.com> 03 August 2011, 00:55:15 UTC
7e27bb9 Get JSON element string value once during deserialization. Previously string value was retrieved for each format attempted. Change-Id: I079c3269817218c74401aa90ff2d4e4ac4df651b Signed-off-by: Kevin Sawicki <kevin@github.com> 03 August 2011, 00:03:36 UTC
8fd340e Support error formatting in request exception class. Change-Id: I5a89615ea4cd585eff7b6464e7c83c6d24299aed Signed-off-by: Kevin Sawicki <kevin@github.com> 03 August 2011, 00:01:23 UTC
328cc86 Support fetching, creating, and deleting downloads. Adds service and model support for interacting with the downloads associated with a GitHub repository. Change-Id: If02846a6fbb4139e455aa90ed49020bc9bbd7bb7 Signed-off-by: Kevin Sawicki <kevin@github.com> 02 August 2011, 23:24:02 UTC
6c43a4d Add task repository for pull requests. Initially supports: * Editing summary & description * Browsing & adding comments * Browsing & opening associated commits * Closing & re-opening the pull request * Checking out the pull request's commits into a topic branch * Fetching pull request commits * Generating a context with the files modified in the pull request Change-Id: Iba75e999353dbc5d095dc95dd2977e9f21d694e6 Signed-off-by: Kevin Sawicki <kevin@github.com> 01 August 2011, 22:01:59 UTC
4334970 Add support for setting OAuth2 token on GitHubClient Change-Id: I91bc9751807859914004d80a649f61e2c91e21f7 Signed-off-by: Kevin Sawicki <kevin@github.com> 19 July 2011, 22:19:32 UTC
f0c73bb Remove code duplicated in Gist and Issue packages. Add base classes for attributes, connectors, and data handlers. These new base classes will also be used by the forthcoming Pull Request connector. Change-Id: I1812fede3752bb85ec65cdedcba8ad078767455b Signed-off-by: Kevin Sawicki <kevin@github.com> 15 July 2011, 20:48:44 UTC
c27267e Add API v3 pull request service support Change-Id: If6253ab4a2710b37a5c2fb781d12579d08b50d51 Signed-off-by: Kevin Sawicki <kevin@github.com> 15 July 2011, 18:44:32 UTC
b7bf382 Enable clone repositories from GitHub wizard. Supports searching for repositories by language, cloning them, and adding them to the Git Repositories view. Change-Id: Id042ca49d9f0d1e6c09eb16bb4cff16d68ff09a8 Signed-off-by: Kevin Sawicki <kevin@github.com> 10 July 2011, 20:31:41 UTC
04a9219 Remove use of WorkbenchLabelProvider as a IStyledLabelProvider. This supports 3.6 which doesn't have the IWorkbenchAdapter3 class. Change-Id: Id64d4b9c2097cf447024cfc03e83a5eb59d08ce9 Signed-off-by: Kevin Sawicki <kevin@github.com> 08 July 2011, 03:44:24 UTC
70e482c Show all of the user's repositories in import wizard. Previously only public repositories were shown. Change-Id: I5b491614e750bf87cb26e2ff94083c256b1903e9 Signed-off-by: Kevin Sawicki <kevin@github.com> 06 July 2011, 15:25:45 UTC
84aa8d5 Set user agent on all client requests with version Change-Id: I9d030f2b7be0f99c2e2712d3268ac85f476bfd1a Signed-off-by: Kevin Sawicki <kevin@github.com> 30 June 2011, 18:06:31 UTC
71ebfbe Open task by id when task is null. This fixes an issue where links on created gist popups would not open the gist in the task editor. Change-Id: I0448bdb4b7107d6bc26ea1250617b9a21444bf80 Signed-off-by: Kevin Sawicki <kevin@github.com> 29 June 2011, 03:55:57 UTC
d751c5e Clone GitHub repository via EGit. GitHub repositories can be successfully be cloned (read-only) and are functional via EGit. Change-Id: I66f87acb61f3374730cc42fcac3174afb4953b4c Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Kevin Sawicki <kevin@github.com> 29 June 2011, 03:33:23 UTC
b76ab59 Merge "Update target definition" 28 June 2011, 23:58:00 UTC
373266d Merge "Fix dependencies of org.eclipse.mylyn.github.tests" 28 June 2011, 20:16:55 UTC
aa23f3c Update target definition We now work against egit 1.1.0.qualifier and mylyn released 3.6. We can't pin the egit version more precisely as target definitions don't support ".qualifier". Hence the only way to refer to EGit 1.1.0.qualifier is to specify 0.0.0 which allows any EGit version. Otherwise we would have to update the target definition with each central build which is incrementing the micro version number which isn't feasible. Change-Id: Ife60a78f0f00c9e9e4f717f4492a3f4904d2ac60 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 27 June 2011, 21:41:46 UTC
45c2832 Fix dependencies of org.eclipse.mylyn.github.tests Change-Id: I064abac1d2b5d9b75ae045761d7e81009500c071 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 27 June 2011, 21:41:04 UTC
b702bbb Support non-github.com domain names when creating clients. Change-Id: I75f50efc596d21469b2e7018d105123d87b62f1c Signed-off-by: Kevin Sawicki <kevin@github.com> 27 June 2011, 20:47:15 UTC
44cf9a5 Bump export github ui packages to 1.1.0 Change-Id: I5143b1502208dc7696e4d2cd2bb408013efb049b Signed-off-by: Kevin Sawicki <kevin@github.com> 27 June 2011, 17:13:53 UTC
5bc5ada Bump github core package exports to 1.1.0 Change-Id: I264d2f564672f96fcd19d79f3517d9626095eccf Signed-off-by: Kevin Sawicki <kevin@github.com> 27 June 2011, 16:58:36 UTC
7e4bab5 Prepare 1.1.0 builds Change-Id: I1e59c08f48d12a14c6ef55a889d5f14dfb6682e2 Signed-off-by: Kevin Sawicki <kevin@github.com> 24 June 2011, 17:39:51 UTC
f9f6871 Merge branch 'stable-1.0' * stable-1.0: Prepare post v1.0.0.201106220257-r builds egit-github v1.0.0.201106220257-r Update SUA in license property Prepare post v1.0.0.201106211955-r builds egit-github v1.0.0.201106211955-r Update egit-github documentation for 1.0 Update SUA and add missing license files Add script to flip versions for releasing Remove redundant version definition from pom.xml Allow to inject path where to publish p2 repository Use package dependencies for internal dependencies Assign version to exported packages Fix dependencies to use proper version ranges Merge "Temporarily update to signing plugin 1.0.1.2-SNAPSHOT" into stable-1.0 Change-Id: Iad6cc948663cbc32606f117378b13b95fc51d946 Signed-off-by: Kevin Sawicki <kevin@github.com> 24 June 2011, 17:35:02 UTC
b6f4899 Prepare post v1.0.0.201106220257-r builds Change-Id: I627d107969a80d1887f235190140c9bd077f218d Signed-off-by: Kevin Sawicki <kevin@github.com> 24 June 2011, 17:00:24 UTC
03143a1 egit-github v1.0.0.201106220257-r Change-Id: Ibc54bf7ade3b26997848483a28e39d009cbd4fa5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 22 June 2011, 06:59:02 UTC
93a9e90 Update SUA in license property Change-Id: I5d8774cc8a021960597a8b393c6084da8fb30d75 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 22 June 2011, 06:56:46 UTC
7045e26 Prepare post v1.0.0.201106211955-r builds Change-Id: Icd9888663d7094f42cfa125653bb899b2a5ae6d1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 22 June 2011, 06:56:45 UTC
8e4ef7c egit-github v1.0.0.201106211955-r Change-Id: I7af2b48e92319de07bbf627ea5403cccb91280f4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 22 June 2011, 01:05:33 UTC
54e1b79 Update egit-github documentation for 1.0 Also add the documentation bundle to the github-feature to include it in the installation. Change-Id: I2dfc6e1db6cbd785453ae2e3cd2dfc5b9ddc24dd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 22 June 2011, 01:04:48 UTC
219aa7e Update SUA and add missing license files Change-Id: I584edaa05e853a7ca73f0de6f45161765b9b4729 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 22 June 2011, 00:17:02 UTC
2cc0157 Add script to flip versions for releasing Change-Id: I218bb4350993d85e86bdef4734c20c32ea9e63bb Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 21 June 2011, 23:52:54 UTC
049c8d4 Remove redundant version definition from pom.xml Change-Id: If819c1bca948c036cb0ba282be5db910102eb70e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 21 June 2011, 23:52:54 UTC
8608851 Migrate repository and pull request services to v3. Searching for repositories still uses the v2 API which is why the two repository models are now required. Change-Id: I18700446790337031be2faf9114ff2bb581fdeb3 Signed-off-by: Kevin Sawicki <kevin@github.com> 20 June 2011, 17:38:44 UTC
9974856 Allow to inject path where to publish p2 repository Change-Id: Ibbd0d39327278dbf4d1d2442678ebaa662e46e97 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 17 June 2011, 23:04:28 UTC
2f05e8b Use package dependencies for internal dependencies Change-Id: I151c07f2bd2eb55e66d17053d7ba48a8c4507e4a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 17 June 2011, 23:04:00 UTC
1db18b1 Assign version to exported packages Change-Id: I634e6d78058343bb82dd55efa2903234141b283a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 17 June 2011, 22:48:32 UTC
2e34ed1 Fix dependencies to use proper version ranges This enables running the bundles across platform versions starting from Eclipse 3.5. Change-Id: I4781244581d4093f8c8b31d88de790f19d59a9a0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 17 June 2011, 22:47:55 UTC
5d946bd Merge "Temporarily update to signing plugin 1.0.1.2-SNAPSHOT" into stable-1.0 17 June 2011, 21:54:34 UTC
428921a Merge branch 'stable-1.0' * stable-1.0: Use proxy route planner when configuring client. Update EGit/JGit dependencies and target for 1.0.0 Remove dependency to Indigo Conflicts: org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/client/GitHubClient.java Change-Id: Ib635d25ae47968a7e50a3529974bd2bc16768b53 Signed-off-by: Kevin Sawicki <kevin@github.com> 15 June 2011, 17:28:18 UTC
edb1ac3 Use proxy route planner when configuring client. This enables support for proxy configurations available through the JVM ProxySelector default class. Bug: 349332 Change-Id: Ieb14b89e8ca1a2614d9bc6df97dcb1df239bd727 Signed-off-by: Kevin Sawicki <kevin@github.com> 14 June 2011, 16:02:55 UTC
f12336a Update EGit/JGit dependencies and target for 1.0.0 Also update dependencies to consistently allow usage starting from Galileo (3.5). Change-Id: I9832a1e2c73e6c6ad13ccf6f8e8055913a8b03dc Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 14 June 2011, 15:24:52 UTC
b41f70c Remove dependency to Indigo Removing dependency to new method getActiveEditorInput() which was added to HandlerUtil in Indigo enables usage on older platform releases. Also see bug 323528. Change-Id: Ie3cecd14e5a0cd4eed77f722421843b3273e840c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 14 June 2011, 14:54:23 UTC
19e2da5 Add service support for organization team API. Adds support for creating, getting, and deleting teams as well as getting the members of a team. Change-Id: I4924df8eb6087127e839f953ba4d313319785669 Signed-off-by: Kevin Sawicki <kevin@github.com> 13 June 2011, 20:35:57 UTC
e11b977 Add service supports for organization members API. Change-Id: I37f5b844b065fc9cf73ee7217d3f053e2fc221b7 Signed-off-by: Kevin Sawicki <kevin@github.com> 13 June 2011, 18:08:12 UTC
f9db250 Add service support for organization members. This adds initial support for getting all members in an organization and checking if a specific user is in an organization. Change-Id: I50638be1f80050d72064ac57f5a605c922597c86 Signed-off-by: Kevin Sawicki <kevin@github.com> 13 June 2011, 17:18:05 UTC
07e1a5d Import Wizard for Github repositories. Change-Id: I5d7d61e066a1bdb7b4f644cc75ff83418e955845 Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Kevin Sawicki <kevin@github.com> 12 June 2011, 22:01:27 UTC
25dabf4 Add initial organization service support. Supports fetching all orgs. for a user, individual orgs., and editing a given org. Change-Id: I463dee1e9b0c023c1718744e050a15807091c3cd Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 21:27:28 UTC
9675fce Add user service support for following and followers. This adds pagination and full request support for getting a user's followers and getting the users that are being followed by a given user. Change-Id: I8c0d08756dd0aa789c8546fe91b53b15c5829456 Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 20:31:04 UTC
fe1c055 Use http request interceptor for preemptive authentication. It has been reported that this is required on Android when using the HttpComponents library. Change-Id: Id90923ae6dc919a0cdc4cfcbd564748556bd91a7 Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 18:07:37 UTC
d7b8877 Add support for paging through public gists. Change-Id: I668633faa955db3330aedf9cb7252aab9a40c8fa Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 17:55:52 UTC
e1f811c Support paging iterator for bulk fetch requests. Previously paging was handled internally and all pages were collected on each request. This change exposes an iterator of the pages of responses that followed the link headers returned on each request. This does not directly change any behavior of the Mylyn GitHub connector since issues and gist queries still return the full response. Change-Id: I8c12e20e4115e1968949319b3e9214e06db30b8b Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 17:49:23 UTC
ffd5a2f Add initial user API support. Service class added to update and fetch a user. Change-Id: I5c01e7a1c65ba84c97b466b39f36e12340935baf Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 16:07:56 UTC
f557a5b Support starred Gist API. Adds service methods to star, unstar, and get starred gists. Change-Id: If74fdff25bea6fda7a7403fa00c02b16107e481a Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 16:07:56 UTC
c47c4d7 Merge branch 'stable-1.0' * stable-1.0 Update orbit site to R20110523182458 Change-Id: I3b04a33dfd658003888e055526da29b5b797568d Signed-off-by: Kevin Sawicki <kevin@github.com> 10 June 2011, 16:03:29 UTC
b1c0ab8 Temporarily update to signing plugin 1.0.1.2-SNAPSHOT This version of the eclipse signing plugin has bugfixes needed to enable the Indigo aggregation build to properly consume the egit p2 repository. Also see [1]. Also move definition of plugin version to pluginManagement section in parent pom.xml. [1] http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg06044.html Bug: 347591 Bug: 347594 Change-Id: I4129f8929094f318931e2c92bb5cafafb155f39e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 09 June 2011, 20:53:40 UTC
8c18459 Update orbit site to R20110523182458 Change-Id: I0379889b22f0105021bce361c2d9663d7c8f87c0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 09 June 2011, 20:12:08 UTC
a0665ec Merge branch 'stable-1.0' * stable-1.0: Migrate from using deprecated API. Add support for error field in request error class. Remove incubation marker Use wrapped exception when validating repo settings. Eclipse IP log for egit-github 1.0 Change-Id: I1146e46d140ef20610b29972a09378a12c8b24c8 Signed-off-by: Kevin Sawicki <kevin@github.com> 06 June 2011, 18:26:53 UTC
0f65db4 Migrate from using deprecated API. GitHub API v3 is deprecating certain beta functionality on June 15th, this change migrates that functionality. Change-Id: I0daa1b0e8fa5166b89d1fa6c663bcaa90b94dda9 Signed-off-by: Kevin Sawicki <kevin@github.com> 03 June 2011, 20:19:38 UTC
53ba2fc Add support for error field in request error class. The error field is present in v2 API error messages which are still encountered when using the repository API. Change-Id: I8e4cffa4608696db056e7ee7b695da34061b103a Signed-off-by: Kevin Sawicki <kevin@github.com> 01 June 2011, 02:56:38 UTC
6d07419 Remove incubation marker Change-Id: I832927062848cfea208b3d4dd46625ecc22b7aa1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 31 May 2011, 20:51:35 UTC
09b453d Merge "Use wrapped exception when validating repo settings." into stable-1.0 31 May 2011, 13:00:42 UTC
d3bab40 Use wrapped exception when validating repo settings. RequestException thrown during repository validation needs to be wrapped in GitHubException to have properly formatted messages displayed in the wizard message area. This change migrates exception handling to always wrap RequestException inside a GitHubException when caught. Change-Id: I464948f7ca14e818e840bf482c301b7d96f5b2ba Signed-off-by: Kevin Sawicki <kevin@github.com> 30 May 2011, 23:36:18 UTC
ca2629f Eclipse IP log for egit-github 1.0 This has to be merged with the egit IP log to get the IP log for technology.egit. Change-Id: I6c5dfd351bcdfd50365ccf1465002cfa6e0fd7d0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> 25 May 2011, 22:21:53 UTC
3e6a2d2 Add support for deleting resources. Issue comments, gists, gist comments, milestones, and labels can now be deleted through the service classes. Change-Id: I303c691a888eb1ed1336949027bbc90ae7f5a419 Signed-off-by: Kevin Sawicki <kevin@github.com> 25 May 2011, 19:20:43 UTC
404affd Update version to 1.0.0-SNAPSHOT This change also updates to use 0.12 tycho. Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> 25 May 2011, 16:29:37 UTC
29afd96 Consistently return this from setters. Change-Id: I348a236b9ca6442d9b9520e01ec7a8f1d2d4e459 Signed-off-by: Kevin Sawicki <kevin@github.com> 25 May 2011, 01:18:44 UTC
2a67178 Merge "Add support for creating GitHub repositories." 24 May 2011, 22:52:14 UTC
6cedc97 Merge "Support setting a milestone when creating new issues." 24 May 2011, 22:51:32 UTC
917a692 Add support for creating GitHub repositories. Change-Id: I2a217ad041e8d481316ed01544b4f72c675b5681 Signed-off-by: Kevin Sawicki <kevin@github.com> 24 May 2011, 17:35:12 UTC
84adc09 Support setting a milestone when creating new issues. Bug: 346940 Change-Id: Ice40a5a39c3dd394dc92cd24a671624fbe412fa7 Signed-off-by: Kevin Sawicki <kevin@github.com> 24 May 2011, 16:27:47 UTC
c43d714 Send assignee value when new issues are created. Bug: 346941 Change-Id: I1a31bf69716d85d2a15b2145a1184fa89ad791fe Signed-off-by: Kevin Sawicki <kevin@github.com> 24 May 2011, 16:06:54 UTC
be9cd46 Include the gson and httpclient dependencies in the feature This allows users who do not have the Orbit repository added to install the connector. The Orbit repository from the pom.xml has been updated to match the one from the installation instructions wiki page. The repository validation failed with a ClassNotFoundException using the old version. Bug: 343627 Change-Id: I02611d3ff007bd412a6bd28002752f8fc0a1176b 21 May 2011, 23:42:16 UTC
e2b833a Fetch issues comments on synchronize. Change-Id: I295823850bbc08d5256d1ed47422bf18abb08af7 Signed-off-by: Kevin Sawicki <kevin@github.com> 19 May 2011, 00:42:17 UTC
4e5514a Merge "Correct order of root internal ui package name." 18 May 2011, 20:44:47 UTC
b85739b Merge "Support adding new labels with creating issues." 18 May 2011, 20:44:30 UTC
2e175c7 Add javadoc generation to pom.xml Change-Id: If87696dfcfc889de16deccd818db514fe2375a9b Signed-off-by: Kevin Sawicki <kevin@github.com> 18 May 2011, 19:44:22 UTC
b4c7864 Fix signing to copy the proper repository Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> 18 May 2011, 19:09:41 UTC
back to top