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-04-21Fix Error 500 when referencing issue with project in pending deleteStan Hu
2017-04-11Remove an unused `cared` scope from Issue and MergeRequestRobert Speicher
2017-04-11Remove an unused `Issue.open_for` scopeRobert Speicher
2017-04-06Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-06Issue title realtimeRegis Boudinot
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-04-04Do not set closed_at to nil when issue is reopenedFelipe Artur
2017-03-21Spam check only when spammable attributes have changedOswaldo Ferreira
2017-03-17Add closed_at field to issuesFelipe Artur
2017-03-15Merge branch '27271-missing-time-spent-in-issue-webhook' into 'master' Douwe Maan
2017-03-14Include time tracking attributes in webhooks payloadRuben Davila
2017-03-14Preserve order by priority on issues boardValery Sizov
2017-02-24Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-23Disable unused tags count cache for Projects, Builds and RunnersPawel Chojnacki
2017-02-17Allow issues in boards to be orderedDouwe Maan
2017-01-28Add commment to Issue, Project and MergeRequest #to_referenceOswaldo Ferreira
2017-01-28Present group and dashboard MR list without grouping by projectOswaldo Ferreira
2017-01-28Refactor Project#to_reference and make full_path a keyword argumentBerna Castro
2017-01-03Fix cross-project references copy to include the project referenceJames Lopez
2016-12-20Fix N+1 queries on milestone show pagesJames Edwards-Jones
2016-12-15Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-11-28Merge branch 'events-cache-invalidation' into 'master' Douwe Maan
2016-11-23Remove event caching codeYorick Peterse
2016-11-23Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-11-14Fixed issue boards when not logged inPhil Hughes
2016-11-09Merge branch 'issue_23548_dev' into 'master'Douwe Maan
2016-10-28add "x of y tasks completed" on issuableGuilherme Salazar
2016-10-26Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-20Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests m...Paco Guzman
2016-10-20Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-19Add self.project_foreign_key on both Issue and MergeRequestDouglas Barbosa Alexandre
2016-10-19Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre
2016-10-07Restore subscribe status in JSONPhil Hughes
2016-09-20Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew
2016-09-20Implement a second round of review comments from @DouweM.Timothy Andrew
2016-09-20Implement (some) comments from @DouweM's review.Timothy Andrew
2016-09-20Implement review comments from @yorickpeterseTimothy Andrew
2016-09-20Miscellaneous cycle-analytics-related changes.Timothy Andrew
2016-09-19Remove extraneous code that was previously added for performance.Timothy Andrew
2016-09-15Improve performance of the cycle analytics page.Timothy Andrew
2016-08-26Add the "Review" cycle analytics section.Timothy Andrew
2016-08-26Add an `Issue::Metrics` model.Timothy Andrew
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
2016-08-15Lay the ground works to submit information to AkismetPatricio Cano
2016-08-08Added concern for a faster "cache_key" methodYorick Peterse