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 }}
efalkner
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
java-gitlab-api
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 3, 2014
Resolves timols/java-gitlab-api/issues/33
Show description for a10f2b2
Thomas Ehardt
committed
a10f2b2
View commit details
Copy full SHA for a10f2b2
View code at this point
Browse repository at this point
Commits on Oct 23, 2014
Merge pull request #30 from thomasehardt/master
Show description for 2061da6
timols
committed
2061da6
View commit details
Copy full SHA for 2061da6
View code at this point
Browse repository at this point
Merge pull request #29 from mfriedenhagen/integration-tests
Show description for e6a337f
timols
committed
e6a337f
View commit details
Copy full SHA for e6a337f
View code at this point
Browse repository at this point
Merge pull request #28 from novaforge/master
Show description for 6fbc547
timols
committed
6fbc547
View commit details
Copy full SHA for 6fbc547
View code at this point
Browse repository at this point
Commits on Oct 13, 2014
Added method to get all commits for a project
Thomas Ehardt
committed
553075a
View commit details
Copy full SHA for 553075a
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
`assumeThat` not working as expected, throw an AssertionError when
Show description for 593c89d
mfriedenhagen
committed
593c89d
View commit details
Copy full SHA for 593c89d
View code at this point
Browse repository at this point
Make integrative test run as during phase verify.
Show description for 2b60bfd
mfriedenhagen
committed
2b60bfd
View commit details
Copy full SHA for 2b60bfd
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Added deleteGroup, deleteProject
Gauthier CART
committed
246647d
View commit details
Copy full SHA for 246647d
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Removed redundant import
Stephan van Leeuwen
committed
0cc751e
View commit details
Copy full SHA for 0cc751e
View code at this point
Browse repository at this point
Added support for archived property
Stephan van Leeuwen
committed
fd1d73a
View commit details
Copy full SHA for fd1d73a
View code at this point
Browse repository at this point
Added support for last_activity_at property
Stephan van Leeuwen
committed
7a4be6b
View commit details
Copy full SHA for 7a4be6b
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
added addGroupMemeber, deleteGroupMember, addProjectMember, deleteProjectMember
Chode
committed
2b10303
View commit details
Copy full SHA for 2b10303
View code at this point
Browse repository at this point
Commits on Aug 14, 2014
Merge pull request #24 from bitsofinfo/master
Show description for b7f901b
timols
committed
b7f901b
View commit details
Copy full SHA for b7f901b
View code at this point
Browse repository at this point
Merge pull request #20 from caguilar187/master
Show description for 80e7d98
timols
committed
80e7d98
View commit details
Copy full SHA for 80e7d98
View code at this point
Browse repository at this point
Commits on Aug 11, 2014
prep support for https://gitlab.com/gitlab-org/gitlab-ce/issues/483
bitsofinfo
committed
7a36091
View commit details
Copy full SHA for 7a36091
View code at this point
Browse repository at this point
Commits on Aug 8, 2014
added a few more missing properties (not documented but are returned)
bitsofinfo
committed
e19011d
View commit details
Copy full SHA for e19011d
View code at this point
Browse repository at this point
user crud
bitsofinfo
committed
8a19a9a
View commit details
Copy full SHA for 8a19a9a
View code at this point
Browse repository at this point
user crud
bitsofinfo
committed
141e8be
View commit details
Copy full SHA for 141e8be
View code at this point
Browse repository at this point
user crud
bitsofinfo
committed
ddcbb62
View commit details
Copy full SHA for ddcbb62
View code at this point
Browse repository at this point
user crud
bitsofinfo
committed
e24718c
View commit details
Copy full SHA for e24718c
View code at this point
Browse repository at this point
user crud
bitsofinfo
committed
2e2fabe
View commit details
Copy full SHA for 2e2fabe
View code at this point
Browse repository at this point
user crud
bitsofinfo
committed
abcf05f
View commit details
Copy full SHA for abcf05f
View code at this point
Browse repository at this point
support for user crud
bitsofinfo
committed
7362bf6
View commit details
Copy full SHA for 7362bf6
View code at this point
Browse repository at this point
Commits on Jul 28, 2014
readding some methods that use the slug version of the project id
Show description for 6bc36c9
caguilar187
committed
6bc36c9
View commit details
Copy full SHA for 6bc36c9
View code at this point
Browse repository at this point
merging in changes from main gitlab java api
caguilar187
committed
c70ceb9
View commit details
Copy full SHA for c70ceb9
View code at this point
Browse repository at this point
Commits on Jul 23, 2014
sanitizing slugs for urls
caguilar187
committed
3d4071c
View commit details
Copy full SHA for 3d4071c
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
merge upstream with master
dneves
committed
5b8ce2f
View commit details
Copy full SHA for 5b8ce2f
View code at this point
Browse repository at this point
GitlabUser imports
dneves
committed
710e844
View commit details
Copy full SHA for 710e844
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
added getUsers() and getUser( userId )
Diogo Neves
committed
e1d5bb5
View commit details
Copy full SHA for e1d5bb5
View code at this point
Browse repository at this point
Commits on May 6, 2014
Added the ability to search users by username or Email.
Christopher Luu
committed
35cff09
View commit details
Copy full SHA for 35cff09
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
Merge pull request #12 from CingleVue/master
Show description for d15b374
timols
committed
d15b374
View commit details
Copy full SHA for d15b374
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
Read additional info from API.
Show description for cca88bc
mabdullah-cinglevue
committed
cca88bc
View commit details
Copy full SHA for cca88bc
View code at this point
Browse repository at this point
Commits on Apr 14, 2014
Bugfix to getAllProjects
adamretter
committed
284c6e9
View commit details
Copy full SHA for 284c6e9
View code at this point
Browse repository at this point
Extend enum use to Group and Project members
adamretter
committed
97f648a
View commit details
Copy full SHA for 97f648a
View code at this point
Browse repository at this point
Added access Enum
adamretter
committed
ef25978
View commit details
Copy full SHA for ef25978
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.