Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHIP-674: fix issues #1

Open
wants to merge 508 commits into
base: master
Choose a base branch
from
Open

SHIP-674: fix issues #1

wants to merge 508 commits into from

Conversation

eosmanov
Copy link

No description provided.

kohsuke and others added 30 commits December 17, 2016 06:24
Fix syntactically malformed test JSON
... which is probably more useful than the getContent() method
getApiUrl() is unreliable given that we collapse issue & PR into one
object.
There's no need for the library to replicate a logic when GitHub does
that (and does that correctly.)

Looking at the commit history, I couldn't see why this was added in the
first place.
Exposes the rate limit header responses so that consumers of the API can proactively tune their usage
- Prefer typed 'URL' over 'String' that is URL
- Mark API as @Preview to communicate that this is subject to change

More branch protection stuff needs to be added. See https://developer.github.com/v3/repos/branches/
kohsuke and others added 30 commits August 29, 2018 20:18
- added overloaded 'uploadAsset' method
Add support for repository searching by "topic"
Fix pagination for APIs that supported it ad hoc
…_when_deleting_refs

Fix for issue hub4j#426. Fix null pointer when deleting refs.
Add GHRepository.getRelease and GHRepository.getReleaseByTagName
While repository object is active and code requests commits they are stored in Map.
GHCommit.files contains huge String[]/char[]  amount of data.
The same could be applied to Milestones.
Added archived attribute in GHRepository
In particular, avoid the kind of addLabel() method that has lots of side
effect and do multiple things.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet