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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
taskadapter
/
redmine-java-api
Public
Notifications
You must be signed in to change notification settings
Fork
159
Star
278
Code
Issues
28
Pull requests
3
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
redmine-java-api
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 5, 2021
added a constructor to Issue class
alexeyOnGitHub
committed
e7d4eff
View commit details
Copy full SHA for e7d4eff
View code at this point
Browse repository at this point
removed "final" classifier from Transport class
alexeyOnGitHub
committed
99d71f3
View commit details
Copy full SHA for 99d71f3
View code at this point
Browse repository at this point
use redmine 4.2.0 for testing.
Show description for 36cc37b
alexeyOnGitHub
committed
36cc37b
View commit details
Copy full SHA for 36cc37b
View code at this point
Browse repository at this point
support Redmine 4 new "issue relation" format (#363)
Show description for 8afbd74
alexeyOnGitHub
authored
8afbd74
View commit details
Copy full SHA for 8afbd74
View code at this point
Browse repository at this point
support Redmine 4 "delete object" empty responses. (#362)
Show description for 303d2de
alexeyOnGitHub
authored
303d2de
View commit details
Copy full SHA for 303d2de
View code at this point
Browse repository at this point
added support for downloading files (#358)
AdrianDiemerDev
authored
2ef7c2a
View commit details
Copy full SHA for 2ef7c2a
View code at this point
Browse repository at this point
added a test to create and loading a wiki page with non-latin symbols.
alexeyOnGitHub
committed
d2cdb4c
View commit details
Copy full SHA for d2cdb4c
View code at this point
Browse repository at this point
fixed a bug in Transport class constructor: the provided client was not used
alexeyOnGitHub
committed
8de9c32
View commit details
Copy full SHA for 8de9c32
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
moving the project to JDK11 (both source and target) (#352)
Show description for 6b79235
alexeyOnGitHub
authored
6b79235
View commit details
Copy full SHA for 6b79235
View code at this point
Browse repository at this point
added a test to ensure "distinct" params check is valid (#351)
alexeyOnGitHub
authored
fa08aad
View commit details
Copy full SHA for fa08aad
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
Additional functions to enable TLS Client Certificate Authentication (#347)
Show description for 28e90c8
rmedinaday
authored
28e90c8
View commit details
Copy full SHA for 28e90c8
View code at this point
Browse repository at this point
Commits on Mar 23, 2020
cleanup
alexeyOnGitHub
committed
10fa141
View commit details
Copy full SHA for 10fa141
View code at this point
Browse repository at this point
cleanup
alexeyOnGitHub
committed
81ec7b5
View commit details
Copy full SHA for 81ec7b5
View code at this point
Browse repository at this point
#338 remove API access key from URIs
Show description for 24077bb
alexeyOnGitHub
committed
24077bb
View commit details
Copy full SHA for 24077bb
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
support additional parameters when creating or updating issues (#335)
Show description for debb5b7
alexeyOnGitHub
authored
debb5b7
View commit details
Copy full SHA for debb5b7
View code at this point
Browse repository at this point
Commits on Jan 1, 2020
#329 marked couple methods as deprecated
alexeyOnGitHub
committed
6ffac83
View commit details
Copy full SHA for 6ffac83
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
Update project trackers on redmine server (#320)
Show description for 0bb65f2
javiertuya
authored and
alexeyOnGitHub
committed
0bb65f2
View commit details
Copy full SHA for 0bb65f2
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Add getter for project status (#319)
Show description for 9df95b5
javiertuya
authored and
alexeyOnGitHub
committed
9df95b5
View commit details
Copy full SHA for 9df95b5
View code at this point
Browse repository at this point
Merge pull request #316 from taskadapter/ask-experiments-with-fluent-style
Show description for c63815f
alexeyOnGitHub
authored
c63815f
View commit details
Copy full SHA for c63815f
View code at this point
Browse repository at this point
Slightly modified to support httpclient-4.5.8.jar (#321)
Show description for 44be05f
cuckooM
authored and
alexeyOnGitHub
committed
44be05f
View commit details
Copy full SHA for 44be05f
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
new style for WikiPageDetail.
alexeyOnGitHub
committed
6c794d1
View commit details
Copy full SHA for 6c794d1
View code at this point
Browse repository at this point
some more fluent-style API
alexeyOnGitHub
committed
f5f383c
View commit details
Copy full SHA for f5f383c
View code at this point
Browse repository at this point
some cleanup in CustomFieldDefinition. new dev iteration
alexeyOnGitHub
committed
0e4de96
View commit details
Copy full SHA for 0e4de96
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
and more fluent style
alexeyOnGitHub
committed
aa444e2
View commit details
Copy full SHA for aa444e2
View code at this point
Browse repository at this point
more fluent style
alexeyOnGitHub
committed
f025ef6
View commit details
Copy full SHA for f025ef6
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
cleanup and code samples
alexeyOnGitHub
committed
ccbe51e
View commit details
Copy full SHA for ccbe51e
View code at this point
Browse repository at this point
more fluent style
alexeyOnGitHub
committed
0a5d6e1
View commit details
Copy full SHA for 0a5d6e1
View code at this point
Browse repository at this point
deleted obsolete and forgotten "deepClone" method in Property
Show description for 03cac9d
alexeyOnGitHub
committed
03cac9d
View commit details
Copy full SHA for 03cac9d
View code at this point
Browse repository at this point
generic Transport injection for PropertyStorages
alexeyOnGitHub
committed
01dfdc4
View commit details
Copy full SHA for 01dfdc4
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
fluent API for Version and partially for Attachment
alexeyOnGitHub
committed
6011910
View commit details
Copy full SHA for 6011910
View code at this point
Browse repository at this point
fluent API for Project class
alexeyOnGitHub
committed
6a7ab35
View commit details
Copy full SHA for 6a7ab35
View code at this point
Browse repository at this point
fluent API for User and Group classes
alexeyOnGitHub
committed
dd536d2
View commit details
Copy full SHA for dd536d2
View code at this point
Browse repository at this point
added fluent API to IssueCategory class
alexeyOnGitHub
committed
5afc7ad
View commit details
Copy full SHA for 5afc7ad
View code at this point
Browse repository at this point
more fluent style API experiments with Issue class
alexeyOnGitHub
committed
4611f60
View commit details
Copy full SHA for 4611f60
View code at this point
Browse repository at this point
converted Issue class to use real fluent-style CRUD
alexeyOnGitHub
committed
9fa7ccb
View commit details
Copy full SHA for 9fa7ccb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.