- 08 Mar, 2022 5 commits
-
-
Gautier de Saint Martin Lacaze authored
Include Pipeline data in Merge Request model
-
Gautier de Saint Martin Lacaze authored
Added support for scope attribute to EventsApi
-
Gautier de Saint Martin Lacaze authored
Upload: accept an InputStream besides a File
-
Gautier de Saint Martin Lacaze authored
Feature: Replace auth token with supplier
-
Gautier de Saint Martin Lacaze authored
Add top_level_only parameter to GroupFilter
-
- 07 Mar, 2022 2 commits
-
-
Gautier de Saint Martin Lacaze authored
Fix #800 Increase max Artifact size from Integer to Long
-
Gautier de Saint Martin Lacaze authored
Fix gitlab4j#805 Increase CommitStatus id from Integer to Long
-
- 01 Mar, 2022 2 commits
-
-
Brian Krische authored
-
Paul Nyheim authored
-
- 21 Feb, 2022 1 commit
-
-
Martin Dindoffer authored
-
- 15 Feb, 2022 1 commit
-
-
David Claybourne authored
-
- 04 Dec, 2021 1 commit
-
-
Gautier de Saint Martin Lacaze authored
-
- 24 Nov, 2021 2 commits
-
-
Roman Torsten authored
Use case: oauth2 access limited time tokens which should be updated on regular basis. Supplier allows us to move refresh logic outside client. Use specified setter to set up supplier after gitlab api object creation.
-
Alberto Scotto authored
-
- 15 Nov, 2021 6 commits
-
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Adding branches_to_be_notified to SlackService
-
Gautier de Saint Martin Lacaze authored
Webhook support for Release and Deployment events
-
Gautier de Saint Martin Lacaze authored
Change position to be Double instead of Integer
-
Gautier de Saint Martin Lacaze authored
Added Paging- and Stream-Support for Jobs in Pipeline.
-
Gautier de Saint Martin Lacaze authored
Groups: add support for custom attributes
-
- 18 Oct, 2021 8 commits
-
-
Gautier de Saint Martin Lacaze authored
fix: add missing attribute `resolved_at` to `Note` class
-
Gautier de Saint Martin Lacaze authored
add support for PackageFilter in PackagesApi
-
Gautier de Saint Martin Lacaze authored
Add ability to read resource state events for Issues
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Add support for ci_config_path and ci_forward_deployment_enabled properties to Projects API
-
Gautier de Saint Martin Lacaze authored
-
Gautier de Saint Martin Lacaze authored
Support larger file sizes by expanding the size type to a Long.
-
Gautier de Saint Martin Lacaze authored
Add 'runners_token' attribute to group model.
-
- 16 Oct, 2021 1 commit
-
-
Alberto Scotto authored
This makes it possible to stream data coming from another server straight into the POST request to Gitlab, saving an extra, expensive, and useless IO operation on disk.
-
- 06 Oct, 2021 1 commit
-
-
Arnaud Lefebvre authored
Fix #769
-
- 21 Sep, 2021 1 commit
-
-
mness authored
The `imported` ActionType was missing from the enum.
-
- 18 Sep, 2021 6 commits
-
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
-
Michaël van de Giessen authored
# Conflicts: # src/main/java/org/gitlab4j/api/ProjectApi.java # src/main/java/org/gitlab4j/api/models/ProjectHook.java
-
- 16 Sep, 2021 1 commit
-
-
Tobias Hansson authored
Adding branches_to_be_notified to SlackService and deprecating notify_only_default_branch as per https://docs.gitlab.com/ee/api/services.html#createedit-slack-service
-
- 15 Sep, 2021 2 commits
-
-
mness authored
New `action_type` values were recently added in the Events API: `approved`, `accepted`, `opened`, `deleted`. This change adds the new types to the ActionType enum.
-
mness authored
A 'scope' attribute was added to the Events API that allows retrieval of all events for a user across all the projects that user has access to. This change adds support for this new attribute.
-