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 (Collapse)Author
2018-03-06Merge branch '43798-document-required-pg-extensions' into 'master'Marcia Ramos
Document required PG extensions Closes #43798 See merge request gitlab-org/gitlab-ce!17491
2018-03-06Merge branch '43924-breadcrumbs-on-project-tags' into 'master'Phil Hughes
Breadcrumbs on Project Tags Closes #43924 See merge request gitlab-org/gitlab-ce!17562
2018-03-06Merge branch '29130-api-project-export' into 'master'Sean McGivern
Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
2018-03-06Remove extra breadcrumb on tagsTakuya Noguchi
2018-03-06Merge branch 'an/network-controller-fix' into 'master'Sean McGivern
Fix Gitaly n+1 in NetworkController#show Closes #37602 and gitaly#1056 See merge request gitlab-org/gitlab-ce!17548
2018-03-06Fix Gitaly n+1 in NetworkController#showAndrew Newdigate
2018-03-06Merge branch '40187-project-branch-dashboard-with-active-stale-branches' ↵Rémy Coutable
into 'master' Add overview of branches and filtered views for active/stale branches Closes #40187 et #17293 See merge request gitlab-org/gitlab-ce!15402
2018-03-06Add overview of branches and a filter for active/stale branchesTakuya Noguchi
2018-03-06Merge branch 'zj-lock-grpc-gem' into 'master'Rémy Coutable
Lock gRPC gem to 1.8 Closes gitaly#1059 See merge request gitlab-org/gitlab-ce!17484
2018-03-06Merge branch 'fix/sm/fix_pages_worker' into 'master'Kamil Trzciński
Reload stable object to prevent erase artifacts with old state (Ver 2) Closes #43641 See merge request gitlab-org/gitlab-ce!17522
2018-03-06Revert unnecessary code running_or_pending_build_count removalShinya Maeda
2018-03-06Merge branch 'patch-28' into 'master'Achilleas Pipinellis
perforce.md: add note about repacking See merge request gitlab-org/gitlab-ce!17373
2018-03-06Merge branch '43299-revert-bad-merge' into 'master'Phil Hughes
Resolve "Group Leave action is broken on Groups Dashboard and Homepage" Closes #43299 See merge request gitlab-org/gitlab-ce!17183
2018-03-06Resolve "Group Leave action is broken on Groups Dashboard and Homepage"Shah El-Rahman
2018-03-06Merge branch '43670-improve-gitlab-kubernetes-cpu-metrics' into 'master'Tim Zallmann
Improve GitLab Kubernetes CPU metrics Closes #43670 and #43462 See merge request gitlab-org/gitlab-ce!17403
2018-03-06Merge branch 'docs/review-apps-triggers' into 'master'Rémy Coutable
Fix race condition when previewing docs Closes gitlab-com/gitlab-docs#154 et #41024 See merge request gitlab-org/gitlab-ce!17552
2018-03-06Merge branch 'fix-changelog-entry-yaml-docs' into 'master'Rémy Coutable
Fix a changelog entry YAML to be consistent with EE See merge request gitlab-org/gitlab-ce!17554
2018-03-06Lock gRPC gem to 1.8Zeger-Jan van de Weg
Given 1.9 has issues we're aware of, for now we're locking to 1.8. Closes gitlab-org/gitaly#1059 and will probably be removed if 1.10 is tested an deemed ok.
2018-03-06So that it's consistent with other entries and EELin Jen-Shin
2018-03-06Merge branch 'remove-default-scope-from-todos' into 'master'Yorick Peterse
Remove default scope from todos See merge request gitlab-org/gitlab-ce!17531
2018-03-06Add test for ensuring the file remains after socker errorShinya Maeda
2018-03-06Fix typo in changelogShinya Maeda
2018-03-06Merge branch '38587-pipelines-empty-state' into 'master'Phil Hughes
Resolve "Pipelines view should handle empty state and buttons properly" Closes #38587 See merge request gitlab-org/gitlab-ce!17433
2018-03-06Fix race condition when previewing docsAchilleas Pipinellis
Cancel the pipeline that gets created the first time the remote branch is created in order not to overwrite the one we trigger afterwards. Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/154
2018-03-06Merge branch 'feature/sm/add-check-sum-to-job-artifacts' into 'master'Kamil Trzciński
Add checksum to ci_job_artifacts Closes #43599 See merge request gitlab-org/gitlab-ce!17354
2018-03-06Merge branch '43793-enable-privileged-mode-for-runner' into 'master'Kamil Trzciński
Resolve "Enable privileged mode for Runner installed on Kubernetes" Closes #43793 See merge request gitlab-org/gitlab-ce!17528
2018-03-06Resolve "Enable privileged mode for Runner installed on Kubernetes"Mayra Cabrera
2018-03-06Change column to file_sha256. Add test. Add changelogShinya Maeda
2018-03-06Add checksum at runner grape apiShinya Maeda
2018-03-06Revert logic of calculating checksumShinya Maeda
2018-03-06Add post migration for checksum calculationShinya Maeda
2018-03-06Add ObjectStorageQueue concern and testShinya Maeda
2018-03-06Import use_file method from EE and use it for calculation of checksumShinya Maeda
2018-03-06Change column type to binary from stringShinya Maeda
2018-03-06Add checksum to ci_job_artifactsShinya Maeda
2018-03-06Fix staticanalysysShinya Maeda
2018-03-06Introduce FailedToExtractError. Fix spec. Add DNS test mock.Shinya Maeda
2018-03-06Add changelogShinya Maeda
2018-03-06Add empty line after custom error difinitionShinya Maeda
2018-03-06Drop running_or_pending_build_countShinya Maeda
2018-03-06Fix commentShinya Maeda
2018-03-06Rework to minimize changesShinya Maeda
2018-03-06Merge branch 'ce-3839-ci-cd-only-projects-fe' into 'master'Robert Speicher
Create CI/CD-only projects by URL -- CE backport See merge request gitlab-org/gitlab-ce!17342
2018-03-06Merge branch 'sh-fix-issue-43871-system-hooks' into 'master'Robert Speicher
Don't error out in system hook if user has `nil` datetime columns Closes #43871 See merge request gitlab-org/gitlab-ce!17543
2018-03-06Merge branch 'feature/oauth_generic_provider' into 'master'Douwe Maan
Make oauth provider login generic See merge request gitlab-org/gitlab-ce!8809
2018-03-06Make oauth provider login genericHoratiu Eugen Vlad
2018-03-06Merge branch 'sh-cleanup-after-git-gc' into 'master'Robert Speicher
Release libgit2 cache and open file descriptors after `git gc` run See merge request gitlab-org/gitlab-ce!17506
2018-03-06Don't error out in system hook if user has `nil` datetime columnsStan Hu
Deleting a user would fail in the system hooks if the user had `nil` column in `datetime` or `updated_at` fields. Closes #43871
2018-03-06Merge branch 'issue_31081' into 'master'Douwe Maan
Use host URL to build JIRA remote link icon Closes #31081 See merge request gitlab-org/gitlab-ce!17541
2018-03-05Use host URL to build JIRA remote link iconFelipe Artur