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-09-07Merge branch 'issue_50488' into 'master'Stan Hu
2018-09-06Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera
2018-09-06Move project services log to a separate fileFelipe Artur
2018-09-06Resolve "Migrate issue labels and milestone to related merge request"Tiago Botelho
2018-09-05render using RedCarpet if legacy_render parameter is setBrett Walker
2018-09-04Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-30fix path bug and update specsJames Lopez
2018-08-29add specs replicating transfer issueJames Lopez
2018-08-28Merge branch '50441-high-number-of-statement-timeouts-in-groupdestroyworker-d...Nick Thomas
2018-08-28Merge branch 'issue_36138' into 'master'Sean McGivern
2018-08-26don't trigger project deletion hooks twice when removing a groupGabriel Mazetto
2018-08-26Add regression test for MR title fallbackFranz Liedke
2018-08-25Merge branch '50345-hashed-storage-feature-flag' into 'master'Nick Thomas
2018-08-24Merge branch 'sh-fix-issue-50562' into 'master'Rémy Coutable
2018-08-23Merge branch '43096-controller-projects-issuescontroller-referenced_merge_req...Nick Thomas
2018-08-23Fix remote mirrors failing if Git remotes have not been addedStan Hu
2018-08-22Fix wrong commit count in push event payloadStan Hu
2018-08-22Improve system hook spec in spec/services/git_push_service_spec.rbStan Hu
2018-08-22Rename feature flag to skip_hashed_storage_upgrade to be less confusingGabriel Mazetto
2018-08-22Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto
2018-08-22Add FeatureFlag to disable hashed storage migration when renamingGabriel Mazetto
2018-08-21Eliminate unnecessary and duplicate system hook firesStan Hu
2018-08-21Only load issue notes once when getting related MRsSean McGivern
2018-08-21Fix CI pipelines N+1 in Issues::ReferencedMergeRequestsServiceSean McGivern
2018-08-21Fix routes N+1 in Issues::ReferencedMergeRequestsService#executeSean McGivern
2018-08-21Fix authors N+1 in Issues::ReferencedMergeRequestsServiceSean McGivern
2018-08-21Move Issue#{referenced,closed_by}_merge_requests to serviceSean McGivern
2018-08-20Clean up LFS objects when creating fork relationToon Claes
2018-08-17Merge branch 'blacklist-destroy-all' into 'master'Robert Speicher
2018-08-17Fix: Project deletion may not log audit events during user deletionValery Sizov
2018-08-16Merge branch 'zj-remove-repository-languages-feature-gate' into 'master'Nick Thomas
2018-08-16Whitelist existing destroy_all offensesYorick Peterse
2018-08-16Remove feature gates for Repository LanguagesZeger-Jan van de Weg
2018-08-16Fix: Project deletion may not log audit events during group deletionValery Sizov
2018-08-10Freeze string literalsPeter Leitzen
2018-08-10Fix preview of commit taggingPeter Leitzen
2018-08-10Implement QuickActions::TargetServicePeter Leitzen
2018-08-10Cannot mark a Commit as todo via `/todo`Peter Leitzen
2018-08-10You cannot `/award` a CommitPeter Leitzen
2018-08-10Let Commits::TagService return a result hashPeter Leitzen
2018-08-10Support "Preview" tab also for commit commandsPeter Leitzen
2018-08-10Link to the tag in system notePeter Leitzen
2018-08-10Rename Commits::UpdateService to Commits::TagServicePeter Leitzen
2018-08-10Refactor spec for Commits::UpdateServicePeter Leitzen
2018-08-10Show optional tag message in quick action explanationPeter Leitzen
2018-08-10Create a system note after tagging a commitPeter Leitzen
2018-08-10Commit notes now support quick actionsPeter Leitzen
2018-08-10Tag a commit via `/tag 1.2.3 message`Peter Leitzen
2018-08-10Implement the `tag` commandsPeter Leitzen