Kohsuke Kawaguchi
7b87de2b4c
Giving it a bit of delay in the hope that it removes flakiness of tests
2016-06-03 00:04:36 -07:00
Kohsuke Kawaguchi
1ce54a7925
Bug fix in toString()
2016-06-02 23:55:55 -07:00
Kohsuke Kawaguchi
cde501af8d
More meaningful toString() method
...
Produce toString without dilligently adding it to every single class.
Rely on heuristics to cut down the number of fields to show.
2016-06-02 22:38:38 -07:00
Kohsuke Kawaguchi
01fcbc24e8
Merge pull request #282 from apemberton/org-fix
...
related to JENKINS-34834. updating test for similar condition
2016-06-03 13:52:26 +09:00
Andy Pemberton
5f95987a48
related to JENKINS-34834. updating test for similar condition
2016-05-14 20:07:04 -04:00
Andy Pemberton
d530b34073
Add Slug to GHTeam per v3 API: https://developer.github.com/v3/orgs/teams/
2016-05-14 08:58:42 -04:00
Kohsuke Kawaguchi
751043bf81
change in the markup generated
2016-02-29 21:01:18 -08:00
Kohsuke Kawaguchi
94af819ae5
Merge pull request #249 from zapelin/master
...
Added getHtmlUrl() to GHCommit
2016-02-29 20:48:19 -08:00
Kohsuke Kawaguchi
d80ad77871
Use builder pattern to support all the other options
2016-02-29 19:57:16 -08:00
Artem Gubanov
f4b129b9f1
Added getHtmlUrl() to GHCommit
2016-02-25 10:46:17 +02:00
Daniel Lovera
ac39b564a8
Support for auto_init parameter
...
The GitHub api auto_init parameter allows to initialize created repository with a readme file.
Add a createRepository method using auto_init parameter. Already existing createRepository method uses auto_init parameter as false for retro-compatibility.
2015-12-13 20:59:49 +01:00
Kohsuke Kawaguchi
e33bdd7e62
Two teams now.
...
I assume this is because 'owner' is now a team.
2015-12-01 16:17:03 +01:00
Kohsuke Kawaguchi
5f2c84a913
Tests should use test repositories for mutating tests.
...
Picking up the first random repository you are an owner of and making a change to it is too dangerous.
2015-07-17 14:33:18 +03:00
Kohsuke Kawaguchi
d070f9deb0
TAB -> WS
2015-04-13 18:25:44 -07:00
Kanstantsin Shautsou
f1f96713a4
[CID-107552] Unintended regular expression
...
regex_expected: The . character(s) in the pattern ".md" can match any character, because calls to replaceAll treat the pattern as a regular expression, which might be unexpected.
2015-03-23 02:35:55 +03:00
Kohsuke Kawaguchi
205950fc5f
Method to mark the thread as read
2015-03-22 15:50:32 -07:00
Kohsuke Kawaguchi
8835b2c745
added a method to mark all the notifications as read
2015-03-22 15:45:36 -07:00
Kohsuke Kawaguchi
74fda40764
Implemented initial notification API support.
...
Fixes issue #119
2015-03-22 15:40:53 -07:00
Kohsuke Kawaguchi
5e08b34c43
added code search
2015-03-22 12:08:53 -07:00
Kohsuke Kawaguchi
1ee2ec3728
Added repository search
2015-03-22 11:48:56 -07:00
Kohsuke Kawaguchi
ed28768146
implemented user search
2015-03-22 11:41:25 -07:00
Kohsuke Kawaguchi
8b428f2c93
whitespace only changes for consistent indentation
2015-03-22 11:14:19 -07:00
Kohsuke Kawaguchi
5bf252e12d
Added markdown support
...
Fixes issue #165
2015-03-22 11:00:57 -07:00
Kohsuke Kawaguchi
6f4832476a
test case for #162
2015-03-22 10:21:16 -07:00
Kohsuke Kawaguchi
39b32cee2e
Implemented /repositories
...
Fixed issue #157
2015-03-21 16:35:34 -07:00
Kohsuke Kawaguchi
76610b25d7
Promoted GHTreeEntry to the top-level
2015-03-15 12:49:14 -07:00
Daniel
bad0d1bbcf
implementing github trees as described https://developer.github.com/v3/git/trees/#get-a-tree-recursively
2015-02-18 14:58:27 +01:00
Kohsuke Kawaguchi
762a32eb6d
Added repository watch listing
2015-02-15 07:45:11 -08:00
Kohsuke Kawaguchi
d90adfa98e
Implemented label CRUD operations on GHRepository
...
Fixes issue #105
2015-02-15 06:55:35 -08:00
Kohsuke Kawaguchi
1dbcc4b776
Fixed the getReadme() method.
...
It was calling the wrong endpoint.
Fixed issue #99 .
2015-02-15 06:31:22 -08:00
Kohsuke Kawaguchi
6df5a0d47b
Added a test
2015-02-14 10:13:25 -08:00
Kohsuke Kawaguchi
3737845b78
Merge pull request #143
2015-02-14 06:47:26 -08:00
Kohsuke Kawaguchi
052902fb49
Merge pull request #146
2015-02-14 06:41:06 -08:00
Surya Gaddipati
5d83894056
Add method for listing deployments
2015-01-02 16:46:56 -06:00
Surya Gaddipati
2f318152d8
Complete api implementation for setting/retriving deployment status on a deployment
2014-12-20 17:09:59 -06:00
Surya Gaddipati
bc518a9ae8
Complete implementation of create deployment api
2014-12-20 11:52:49 -06:00
Surya Gaddipati
a2fa526aa0
Add code for creating deployments for a repo
2014-12-19 12:47:00 -06:00
Luca Milanesio
0b92fa5615
Get all orgs/teams/permissions in a single GitHub API call
...
Exposes a new API call at GitHub root level to build the complete
set of organisations and teams that current user belongs to.
This change allows to massively reduce the number of calls to GitHub
especially for people that belongs to multiple organisations with
lots of teams and members.
Signed-off-by: Luca Milanesio <luca.milanesio@gmail.com >
2014-07-24 23:42:37 +01:00
Kohsuke Kawaguchi
9a19d07ab8
I'm getting "the key is already in use" error.
...
Creating a new thro-away key
2014-06-08 10:36:05 -07:00
Kohsuke Kawaguchi
922be0b164
make sure the key gets deleted no matter what
2014-06-08 10:31:15 -07:00
Surya Gaddipati
16a6623095
Add support for adding context to commit status.
...
This groups statuses from multiple contexts to return single combined
status. More information here:
https://developer.github.com/changes/2014-03-27-combined-status-api/
2014-06-07 14:29:25 -05:00
Kohsuke Kawaguchi
08eafc4214
Merge pull request #94 from suryagaddipati/master
...
Add support for adding deploykeys to repo
2014-06-05 10:28:19 -07:00
Surya Gaddipati
3e4b06e959
Add support for retriving a single ref
...
Implements the following api method
https://developer.github.com/v3/git/refs/#get-a-reference
2014-06-04 15:11:27 -05:00
Surya Gaddipati
3e3c6f70ba
Add support for adding deploykeys to repo
...
Implements https://developer.github.com/v3/repos/keys/
2014-06-03 15:26:04 -05:00
Kohsuke Kawaguchi
45a6841772
added a method to visit sub-directory
2014-05-27 20:57:42 -07:00
Kohsuke Kawaguchi
9d91ebc47a
Not sure why tests weren't in the right package
2014-05-10 13:53:13 -07:00