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
2018-04-19Moves Uniquify counter in the initializerJacopo
2018-04-19Uses Uniquify to calculate Issue#suggested_branch_nameJacopo
2018-04-19Shows new branch/mr button even when branch existsJacopo
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-10Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern
2018-04-09Use Goldiloader for handling N+1 queriesYorick Peterse
2018-04-05Show issues of subgroups in group-level issue boardFelipe Artur
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-03-30Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern
2018-03-30Send emails for issues due tomorrowSean McGivern
2018-03-16Refactor, extract class and improve comments.Andreas Brandl
2018-03-16More flexible way of internal id generation.Andreas Brandl
2018-03-16Atomic generation of internal ids for issues.Andreas Brandl
2018-03-16Deprecate InternalId concern and rename.Andreas Brandl
2018-03-05changed the way of nullifying columshaseeb
2018-02-28closed by field addedhaseeb
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-01-08Remove soft removals related codeYorick Peterse
2018-01-05Refactor matchers for background migrationsJarka Kadlecová
2018-01-05Refactor RelativePositioning so that it can be used by other classesJarka Kadlecová
2018-01-02Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira
2017-12-11Fix migration that removes issues.branch_nameYorick Peterse
2017-12-11Add spec for removing issues.assignee_idSean McGivern
2017-12-06Throttle the number of UPDATEs triggered by touchYorick Peterse
2017-11-25Create issue and merge request destroy servicesGeorge Andrinopoulos
2017-11-20Add issue sidebar and toggle_subscription endpoint in board issues dataOswaldo Ferreira
2017-11-11Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos
2017-11-07Refactor issuables index actionsJarka Kadlecova
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-10-09Introduce new hook data builders for Issue and MergeRequestRémy Coutable
2017-10-09Start adding Gitlab::HookData::IssuableBuilderRémy Coutable
2017-10-09Include the changes in issuable webhook payloadsRémy Coutable
2017-09-23Improve list of sorting optionsVitaliy @blackst0ne Klachkov
2017-09-19Fix refreshing of issues/MR count cachesYorick Peterse
2017-09-11Delete duplicated lines.Shinichi Maeshima
2017-08-31Merge branch 'master' into issue-discussions-refactorDouwe Maan
2017-08-30Only update the sidebar count caches when neededYorick Peterse
2017-08-30Merge branch 'master' into issue-discussions-refactorDouwe Maan
2017-08-23Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan
2017-08-23Cache the number of open issues and merge requestsYorick Peterse
2017-08-23Merge branch 'master' into issue-discussions-refactorDouwe Maan
2017-08-18Remove ignore columnsFelipe Artur
2017-08-17Prefer polymorphism over `is_a?`Douwe Maan
2017-07-28Merge issuable "reopened" state into "opened"Yorick Peterse
2017-07-07fix created_afterJames Lopez
2017-07-07refactor created at filter to use model scopesJames Lopez
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-07-06Add many foreign keys to the projects tableYorick Peterse
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon