COMMITS
/ lib/api/issues.rb May 12, 2016
A
Add API endpoints for un/subscribing from/to a label
Ahmad Sherif committed
April 28, 2016
S
Use ActionDispatch Remote IP for Akismet checking
Stan Hu committed
April 5, 2016
M
Allow back dating issues on update
Michael Greene committed
April 13, 2016
R
Ensure that issues and merge requests are found
Robert Schilling committed
April 12, 2016
R
Make subscription API more RESTful
Robert Schilling committed
R
Update tests for moving issues via API
Robert Schilling committed
April 8, 2016
R
API: Ability to subscribe and unsubscribe from a merge request
Robert Schilling committed
R
API: Ability to subscribe and unsubscribe from an issue
Robert Schilling committed
R
API: Expose subscribed? on issues
Robert Schilling committed
April 7, 2016
R
API: Ability to move an issue
Robert Schilling committed
March 25, 2016
Z
Back dating of issues when creating throught the API
Zeger-Jan van de Weg committed
March 21, 2016
Z
Minor improvements on IssuableActions
Zeger-Jan van de Weg committed
March 18, 2016
Z
minor improvements and fixed specs
Zeger-Jan van de Weg committed
March 14, 2016
Z
Dry destroy action on issuables
Zeger-Jan van de Weg committed
February 26, 2016
Z
Soft delete issuables
Zeger-Jan van de Weg committed
March 17, 2016
D
Restrict access to confidential issues through API
Douglas Barbosa Alexandre committed
January 26, 2016
D
Refactor spam filtering on issues API
Douglas Barbosa Alexandre committed
January 9, 2016
S
Support Akismet spam checking for creation of issues via API
Stan Hu committed
June 26, 2015
D
Merge branch 'rename-abilities' into 'master'
Dmitriy Zaporozhets committed
D
Only people who can manage issue can assign labels to it
Dmitriy Zaporozhets committed
D
Rename abilities to correspond contoller/model action names
Dmitriy Zaporozhets committed
January 17, 2015
J
Query issues, merge requests and milestones with their IID through API
jubianchi committed
February 6, 2015
D
Refactor and improve sorting objects in API for projects, issues and merge requests
Dmitriy Zaporozhets committed
February 5, 2015
D
Explicitly define ordering in models using default_scope
Dmitriy Zaporozhets committed
September 4, 2014
J
Filters issues by milestone via API
jubianchi committed
D
Explicit issues order in API. Fixes tests for mysql. Again :)
Dmitriy Zaporozhets committed
August 18, 2014
J
Improve error reporting on users API
jubianchi committed
August 14, 2014
J
Filters issues by labels via API
jubianchi committed
J
Filters issues by state via API
jubianchi committed
R
Do label validation for issues/merge requests API
Robert Schilling committed
September 3, 2014
D
Explicit order of issues in API. Fixes specs for mysql db
Dmitriy Zaporozhets committed
September 2, 2014
D
Refactor finders. Prevent circular dependency error
Dmitriy Zaporozhets committed
August 17, 2014
J
Improve labels validation and expose error messages
jubianchi committed
July 30, 2014
D
Fix old api compatibility and tests
Dmitriy Zaporozhets committed
April 2, 2014
D
Move update issue code to separate service
Dmitriy Zaporozhets committed
D
Move code for issue creation to service.
Dmitriy Zaporozhets committed
October 4, 2013
A
Fixing unsafe use of Thread.current variable :current_user
Angus MacArthur committed
June 11, 2013
D
cattr_accessor is not threadsafe!
Dmitriy Zaporozhets committed
June 6, 2013
D
Fix wrong documentation for issue close api. Fixes #3548
Dmitriy Zaporozhets committed
May 14, 2013
D
Refactor API classes. So api classes like Gitlab::Issues become API::Issues
Dmitriy Zaporozhets committed
February 27, 2013
S
API: extracted helper method to validate required parameters, code clean up
Sebastian Ziebell committed
S
API: issues documentation and API functions updated
Sebastian Ziebell committed
February 18, 2013
A
Issue uses StateMachine now
Andrew8xx8 committed
January 2, 2013
D
Fixed missing current user for issue observer
Dmitriy Zaporozhets committed
December 21, 2012
R
Remove all references tp the project code parameter from the API
Riyad Preukschas committed
September 16, 2012
A
Method name changed
Alex Denisov committed
A
API attributes refactored
Alex Denisov committed
September 10, 2012
A
Error throwing moved to api_helper
Alex Denisov committed
R
Auth for API
randx committed
September 3, 2012
N
add pagination to API
Nihad Abbasov committed