forked from timols/java-gitlab-api
-
Notifications
You must be signed in to change notification settings - Fork 2
update from upstream #2
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
Open
agubanov
wants to merge
54
commits into
zapelin:master
Choose a base branch
from
timols:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… projectId in bunch of methods (#282) * Added attributes 'token' and 'note_events' to add project hook method * Added possibility to use Serializable projectId in bunch of methods * Added attribute 'path' to get commits method.
* Improving Apache 2.0 License (#285) - Renamed previous LICENSE file to be called NOTICE as required and suggested by Apache - Added the original Apache License 2.0 text as LICENSE text file * Improving Apache 2.0 Licensing Information (#285) - Updated gradle and maven build to include Notice and License into binary jar output * Improving Apache 2.0 Licensing Information (#285) - adjusted gradle build to also add notice and license to sources jar - maven source already contains notice and license file * Improving Apache 2.0 Licensing Information (#285) - Fixed indenting in pom.xml of newly added reosurces section * Improving Apache 2.0 Licensing Information (#285) - Fixed indentation of added properties in build.gradle file
* Fix skip_confirmation * Fixed create user test Changed skip_confirmation value to true * Add external property to GitlabUser model Add the possibility to set/get external property on GitlabUser. * Add methods to create/update group
* Added a new method to create a new SSH key Added a new method to create a new SSH key for the current user (https://docs.gitlab.com/ce/api/users.html#add-ssh-key) because the other method already available doesn't work if the user is not admin (https://docs.gitlab.com/ce/api/users.html#add-ssh-key-for-user) and wants to add a new SSH key for him. * Updated docs and removed extra "/" * Removed extra "s" from the tailURL formation
* Controlled Pagination for Gitlab Projects and Runners * Add new GitlabRunner fields
…#298) * Fixed: GITHUB-297: The "connectTimeout" parameter is not configurable Refactoring: add getter for host field GitlabAPI && remove unused IOException from the method signature * add unit tests + jupiter + logging + refactoring + fix smells & corrupted tests * add dependencies to the pom.xml
issue.getId triggers a 404, Gitlab experts a Iid
* Search project by namespace and project name * Reverted
* Sending namespace during fork * Added import_status field for project model
* Added possibility to get issues by projectId. * Added possibility to create subgroups. * Add support for project and group level badges. * Adjust method naming to naming from GitLab GUI.
* Added possibility to get issues by projectId. * Added possibility to create subgroups. * Upgrade gradle wrapper to 4.9.
* Merge request discussion API implementation. * Improved model and added more doc.
* Added possibility to get issues by projectId. * Added possibility to create subgroups. * Fix transfer project to a different namespace to match current GitLab API.
Signed-off-by: Patrizio Bonzani <bonzani@users.noreply.github.com>
- Adding new attributes on GitlabProjectHook - Adding new signature on addProjectHook method - Adding new signature on editProjectHook method
Signed-off-by: Patrizio Bonzani <bonzani@users.noreply.github.com>
* Throw UncheckedIOException instead of generic RuntimeException * Add missing import
* Add possibility to change gitlab rest api namespace * Fix indent. * Convert API namespace to instance field
* Add methods GitlabAPI#getProjectPipeline(...) * Add missing / at pipeline url
* due date deserialization fix * dep to pom * due date deserialization fix * due date deserialization fix
Allow most flexibility and forward-compatiblity with new parameters, added in the future.
Proposal, use specialized query objects instead of parameters
* when creating project add initialize_with_readme option * Fix whitespace in GitlabAPI * fix whitespace alignment * fix indentation
* use Date to parse due_date for GitlabIssue like GitlabMilestone * complete commit
* Update getCommits for merge requests to use the correct gitlab API endpoint; closes #259 * Fix failing unit tests * use openjdk8 instead of oraclejdk8 in travis config
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.5.3 to 2.9.10.5. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chenpiaopiao <chenpiaopiao@oppo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.