Skip to content

Conversation

@agubanov
Copy link
Collaborator

No description provided.

zapelin and others added 30 commits February 6, 2018 14:03
… 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
…#284)

- Fixed both methods to extract correct IID rather than the ID to access
the Notes from an GitlabIssue
* 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
* missing attributes added in GitlabIssue class (#295)

* Revert "missing attributes added in GitlabIssue class (#295)"

This reverts commit 97f30e6.

* missing attributes added in GitlabIssue class (#295)
* 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.
* make appendIf generic

* add support for events 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>
islandsvinur and others added 24 commits March 12, 2019 22:26
* 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.