Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-26Merge branch '26437-closed-by' into 'master' Rémy Coutable
2017-04-14Port 'Add user activities API' to CESean McGivern
2017-04-12Add issues/:iid/closed_by api endpointmhasbini
2017-04-10Separate CE params on Grape APIOswaldo Ferreira
2017-04-05Add "search" optional param and docs for V4Oswaldo Ferreira
2017-03-28Fix API group/issues default state filterAlexander Randa
2017-03-20Return 404 in project issues API endpoint when project cannot be foundAdam Niedzielski
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-13Rename variableBob Van Landuyt
2017-03-13Always require MR-iid for resolving discussionsBob Van Landuyt
2017-03-13Delegate a single discussion to a new issueBob Van Landuyt
2017-03-07API routes referencing a specific issue should use the issue `iid`Timothy Andrew
2017-03-06Remove "subscribed" field from API responses returning list of issues or merg...Adam Niedzielski
2017-03-01API issues - support filtering by iidsJarka Kadlecova
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-20Unify issues search behavior by always filtering when ALL labels matchesOswaldo Ferreira
2017-02-06Remove deprecated MR and Issue endpoints and preserve V3 namespaceOswaldo Ferreira
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2017-01-13API: Implement project issues iid param with IssuesFinder and add testsDavid Eisner
2017-01-13Adding 'IssueFinder' for 'projects' API endpointPanagiotis Atmatzidis
2017-01-04Add missing milestone parameterRobert Schilling
2017-01-04Refactor issues filter in APIRobert Schilling
2016-12-22Fix state_event parameter to reopen an issueRobert Schilling
2016-12-07Grapify the issues APIRobert Schilling
2016-12-06A simpler implementation of finding a merge requestBob Van Landuyt
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
2016-11-29Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan
2016-11-29Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan
2016-11-24API: Introduce `#find_group!` which also check access permissionRémy Coutable
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-09-09Fix API issues sortingSean McGivern
2016-08-31API: Expose issue#confidentialRobert Schilling
2016-08-30if issue is not valid we revert back to the old labels when updatingtiagonbotelho
2016-08-30refactors update issue api request and some minor commentstiagonbotelho
2016-08-30adds test to check whether or not an email is sent to label subscribers after...tiagonbotelho
2016-08-30user is now notified when creating an issue through the apitiagonbotelho
2016-08-15Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano
2016-08-15Refactored spam related code even furtherPatricio Cano
2016-08-15Complete refactor of the `Spammable` concern and tests:Patricio Cano
2016-07-27Refactor spam validation to a concern that can be easily reused and improve l...Patricio Cano
2016-07-26Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano
2016-07-26Submit all issues on public projects to Akismet if enabled.Patricio Cano
2016-07-26Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano
2016-07-12API: Expose due_date for issuesRobert Schilling
2016-06-23gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt
2016-06-08Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez
2016-05-12Add API endpoints for un/subscribing from/to a labelAhmad Sherif
2016-04-28Use ActionDispatch Remote IP for Akismet checkingStan Hu
2016-04-13Allow back dating issues on updateMichael Greene