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-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-05-14Clarify scope for AtomicInternalId shared specShinya Maeda
2018-04-19Shows new branch/mr button even when branch existsJacopo
2018-03-16Add shared specs for AtomicInternalId concern.Andreas Brandl
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-01-08Remove soft removals related codeYorick Peterse
2018-01-02Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-06Throttle the number of UPDATEs triggered by touchYorick Peterse
2017-11-11Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos
2017-10-09Introduce new hook data builders for Issue and MergeRequestRémy Coutable
2017-10-09Start adding Gitlab::HookData::IssuableBuilderRémy Coutable
2017-08-30Only update the sidebar count caches when neededYorick Peterse
2017-08-23Cache the number of open issues and merge requestsYorick Peterse
2017-08-11Enable Timecop safe modeRémy Coutable
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-08Merge branch '32844-issuables-performance' into 'master'Sean McGivern
2017-08-07Move some after_create parts to worker to improve performanceJarka Kadlecova
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-12Move update_assignee_cache_counts to the serviceValery Sizov
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran
2017-04-20Remove helpers assigned_issuables_count and cached_assigned_issuables_countValery Sizov
2017-04-11Remove an unused `Issue.open_for` scopeRobert Speicher
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-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-28Fix and add specs for Issue#to_referenceBerna Castro
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2017-01-25Use a project factory with a repository where necessaryRobert Speicher
2017-01-03Fix cross-project references copy to include the project referenceJames Lopez
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-23Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif
2016-11-09Merge branch 'issue_23548_dev' into 'master'Douwe Maan
2016-10-20Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests m...Paco Guzman
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-20Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez
2016-06-02Update specs. Add CHANGELOG entryJosh Frye
2016-06-01Refactor ParticipableYorick Peterse