Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeshan
/
java-gitlab-api
Public
forked from
timols/java-gitlab-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 8, 2020
hooks api support pagination (#376)
Show description for 4982cfb
cpp597455873
and
chenpiaopiao
authored
4982cfb
View commit details
Copy full SHA for 4982cfb
Browse repository at this point
Bump jackson-databind from 2.5.3 to 2.9.10.5 (#377)
Show description for 8809140
dependabot[bot]
authored
8809140
View commit details
Copy full SHA for 8809140
Browse repository at this point
Commits on Oct 26, 2019
[maven-release-plugin] prepare for next development iteration
timols
committed
97b9147
View commit details
Copy full SHA for 97b9147
Browse repository at this point
[maven-release-plugin] prepare release 4.1.1
timols
committed
a8cbd0c
View commit details
Copy full SHA for a8cbd0c
Browse repository at this point
Configure gpg plugin
timols
committed
a34d15c
View commit details
Copy full SHA for a34d15c
Browse repository at this point
Revert changes to GitlabIssue and skip GitlabAPIUT unit test
timols
committed
e6e1743
View commit details
Copy full SHA for e6e1743
Browse repository at this point
Commits on Oct 18, 2019
Get commits for merge request (#361)
Show description for 2863c78
rkpatel7
authored and
timols
committed
2863c78
View commit details
Copy full SHA for 2863c78
Browse repository at this point
Update gradle to version 5.5.1 (#358)
tristanlins
authored and
timols
committed
84f1706
View commit details
Copy full SHA for 84f1706
Browse repository at this point
use Date to parse due_date for GitlabIssue like GitlabMilestone (#355)
Show description for b6e8890
pikuzi
authored and
timols
committed
b6e8890
View commit details
Copy full SHA for b6e8890
Browse repository at this point
Commits on Aug 21, 2019
allow fetching groups w/o projects (#359)
novalis
authored and
timols
committed
dbf2e74
View commit details
Copy full SHA for dbf2e74
Browse repository at this point
when creating project add initialize_with_readme option (#347)
Show description for 75cd3e4
mustafayildirim
authored and
timols
committed
75cd3e4
View commit details
Copy full SHA for 75cd3e4
Browse repository at this point
Merge pull request #349 from tristanlins/feature-specialized-queries
Show description for 39225d2
timols
authored
39225d2
View commit details
Copy full SHA for 39225d2
Browse repository at this point
Commits on Aug 14, 2019
Add GitlabAPI#getProjectPipelines()
tristanlins
committed
0955ca7
View commit details
Copy full SHA for 0955ca7
Browse repository at this point
Use Query classes to retrieve projects
Show description for 6dcc241
tristanlins
committed
6dcc241
View commit details
Copy full SHA for 6dcc241
Browse repository at this point
due date deserialization fix (#351)
Show description for 198ea33
durm
authored and
timols
committed
198ea33
View commit details
Copy full SHA for 198ea33
Browse repository at this point
Add ability to run pipelines (similar to webinterface Pipelines -> Run Pipeline) (#357)
SammyVimes
authored and
timols
committed
5010dc7
View commit details
Copy full SHA for 5010dc7
Browse repository at this point
Commits on Aug 13, 2019
Add params 'path' and 'name' for create fork (#354)
witjem
authored and
timols
committed
8695064
View commit details
Copy full SHA for 8695064
Browse repository at this point
Add methods GitlabAPI#getProjectPipeline(...) (#353)
Show description for e46d665
tristanlins
authored and
timols
committed
e46d665
View commit details
Copy full SHA for e46d665
Browse repository at this point
Add missing fields to GitlabPipeline (#352)
tristanlins
authored and
timols
committed
66de6d1
View commit details
Copy full SHA for 66de6d1
Browse repository at this point
Files containing spaces in their path are wrongly encoded (#331) (#332)
Show description for 87a4a46
slauriere
authored and
timols
committed
87a4a46
View commit details
Copy full SHA for 87a4a46
Browse repository at this point
The pagination argument was ignored (#344)
ctabin
authored and
timols
committed
d12fc1d
View commit details
Copy full SHA for d12fc1d
Browse repository at this point
Commits on Mar 13, 2019
Add possibility to use previous versions of rest api (#333)
Show description for f03eedf
yaggg
authored and
timols
committed
f03eedf
View commit details
Copy full SHA for f03eedf
Browse repository at this point
update GitlabMergeRequest prop changesCount to string (#338)
idefav
authored and
timols
committed
f62fa57
View commit details
Copy full SHA for f62fa57
Browse repository at this point
Throw UncheckedIOException instead of generic RuntimeException (#339)
Show description for 9a9e527
islandsvinur
authored and
timols
committed
9a9e527
View commit details
Copy full SHA for 9a9e527
Browse repository at this point
Commits on Feb 14, 2019
Change type of GitlabTag commit property to GitlabCommit. (#336)
Show description for b17095c
bonzani
authored and
timols
committed
b17095c
View commit details
Copy full SHA for b17095c
Browse repository at this point
Commits on Dec 17, 2018
adjusting getters return type (#330)
wiliamjcj
authored and
timols
committed
504ec85
View commit details
Copy full SHA for 504ec85
Browse repository at this point
Commits on Nov 20, 2018
Improvements on GitlabProjectHook (#328)
Show description for 0406a7f
ronerjr
authored and
timols
committed
0406a7f
View commit details
Copy full SHA for 0406a7f
Browse repository at this point
Add api to fetch single tag (#326)
shijinglu
authored and
timols
committed
6567a9b
View commit details
Copy full SHA for 6567a9b
Browse repository at this point
Commits on Oct 15, 2018
Send discussion attributes as query parameters. (#323)
Show description for 8a1bdc5
bonzani
authored and
timols
committed
8a1bdc5
View commit details
Copy full SHA for 8a1bdc5
Browse repository at this point
Commits on Oct 5, 2018
[maven-release-plugin] prepare for next development iteration
timols
committed
b287bca
View commit details
Copy full SHA for b287bca
Browse repository at this point
[maven-release-plugin] prepare release 4.1.0
timols
committed
b6f4aca
View commit details
Copy full SHA for b6f4aca
Browse repository at this point
Commits on Oct 4, 2018
Events (#322)
Show description for 8ccd7ec
novalis
authored and
timols
committed
8ccd7ec
View commit details
Copy full SHA for 8ccd7ec
Browse repository at this point
API to set approvers (#319)
novalis
authored and
timols
committed
839e391
View commit details
Copy full SHA for 839e391
Browse repository at this point
Add most merge request attributes. (#318)
bonzani
authored and
timols
committed
6367b69
View commit details
Copy full SHA for 6367b69
Browse repository at this point
Commits on Sep 2, 2018
Fix transfer project (#317)
Show description for 42627f1
OlgaMaciaszek
authored and
timols
committed
42627f1
View commit details
Copy full SHA for 42627f1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.