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-26Fix counters cache invalidation for Issues and Merge RequestsValery Sizov
2017-05-05Multiple issue assignee: fix for CE restrictionsValery Sizov
2017-05-05Multiple issue assignee: CE restriction for multiple assigneesValery Sizov
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-06Refactor resolvability checks based on typeDouwe Maan
2017-04-06Make issue-from-discussion description text more consistentDouwe Maan
2017-03-29Create todos only for new mentionsJarka Kadlecova
2017-03-13Move `ResolveDiscussions` into `concerns/issues` folderBob Van Landuyt
2017-03-13Update copyBob Van Landuyt
2017-03-13Rename variableBob Van Landuyt
2017-03-13Make sure the for a merge request only gets executed once.Bob Van Landuyt
2017-03-13Clean up `discussions_to_resolve`-methodBob Van Landuyt
2017-03-13Move `resolve_discussions_with_issue` to `Issues::CreateService`Bob Van Landuyt
2017-03-13Don't filter params and merge them back in laterBob Van Landuyt
2017-03-13Correctly indent quotes in new issue descriptionBob Van Landuyt
2017-03-13Better variable namesBob Van Landuyt
2017-03-13Optimize finding `discussions_to_resolve`Bob Van Landuyt
2017-03-13Link 'discussion' instead of dateBob Van Landuyt
2017-03-13Move functionality for resolving discussions into a concernBob 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-07Address review commentsValery Sizov
2017-03-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-02Address review commentsValery Sizov
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-28[Issue Board Sorting] Set position for newly created issuesValery Sizov
2017-02-24Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-17Frontend updates to positioning the issue in listsPhil Hughes
2017-02-17Allow issues in boards to be orderedDouwe Maan
2017-02-13Use safe navigation operator to make rubocop happywinniehell
2017-02-12fix issue creation from milestone doesn't assign the milestonewendy0402
2017-02-07Use reCaptcha when an issue identified as spamJarka Kadlecova
2016-12-28Check if user can read issue before being assignedFelipe Artur
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
2016-12-01Refactor JiraService by moving code out of JiraService#execute methodAdam Niedzielski
2016-11-07Process commits in a separate workerYorick Peterse
2016-10-19Include global labels when moving an issue to another projectDouglas Barbosa Alexandre
2016-09-08Add bulk update support for merge requests listDmitriy Zaporozhets
2016-09-01Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre
2016-09-01Fix confidential issues should not be passed to WebhooksDouglas Barbosa Alexandre
2016-08-19Merge branch '4273-slash-commands' into 'master'Robert Speicher
2016-08-18Fix specs and implement fixes based on failing specsDouwe Maan
2016-08-17Merge branch '2451-fix-mentions-in-issue-updates' into 'master' Robert Speicher
2016-08-17Merge branch 'master' into 4273-slash-commandsDouwe Maan
2016-08-16Further refactor and syntax fixes.Patricio Cano
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