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-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
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-27Refactor spam validation to a concern that can be easily reused and improve l...Patricio Cano
2016-07-20Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez
2016-07-01use has_many relationship with eventsJames Lopez
2016-06-29fixing events for import/exportJames Lopez
2016-06-18Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu
2016-06-14Use Issue.visible_to_user in Notes.search to avoid query duplicationDouglas Barbosa Alexandre
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-06-06Improve Issuable.order_labels_priorityRémy Coutable
2016-06-01Refactor ParticipableYorick Peterse
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-20Move Issue scopes from Issuable to Issue modelRémy Coutable
2016-04-20Move due_date sort scopes to Issue and fix CHANGELOGRémy Coutable
2016-04-20Address MR feedbackRémy Coutable
2016-04-20Add red color to overdue and open issuesMehmet Beydogan
2016-04-20Fix functionality of due this week. Add due this month and overdue, remove du...Mehmet Beydogan
2016-04-20Add due_date:time field to Issue modelMehmet Beydogan