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
2019-09-12Split up SystemNoteService30000-split-up-system-note-servicePatrick Derichs
Extracted topic related services but kept SystemNoteService in place for now.
2019-09-12Merge branch 'da-geo-high-availability-docs' into 'master'Evan Read
Geo - Update HA docs to recommend Gitaly over NFS See merge request gitlab-org/gitlab-ce!32912
2019-09-12Merge branch 'qa-ml-fix-nplus-pipeline' into 'master'Sanad Liaquat
Fix failing E2E N+1 pipelines See merge request gitlab-org/gitlab-ce!32913
2019-09-12Update test to not try to sign outMark Lapierre
Because it will already be signed out
2019-09-12Merge branch 'migrate-diff-file-header-tests' into 'master'Mike Greiling
Migrate DiffFileHeader tests to Jest Closes #67073 See merge request gitlab-org/gitlab-ce!32798
2019-09-12Refactor DiffFileHeader testsIllya Klymov
* Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component
2019-09-12Merge branch 'docs-add-note-terminals' into 'master'Evan Read
Add note about incompatibility of session_server with runner helm chart See merge request gitlab-org/gitlab-ce!32916
2019-09-12Add note about incompatibility of session_server with runner helm chartAlexander Tanayno
2019-09-12Merge branch 'qa-wiki-ssh-spec' into 'master'Mark Lapierre
CE backport of E2E Test wiki SSH push to Geo primary node See merge request gitlab-org/gitlab-ce!32885
2019-09-12Merge branch 'docs-project-membership-mpenna20190906' into 'master'Evan Read
Docs: Clarified project membership terminology See merge request gitlab-org/gitlab-ce!32784
2019-09-12Docs: Clarified project membership terminologyMatt Penna
2019-09-12Merge branch 'patch-72' into 'master'Ray Paik
Update a dead external link in documentation See merge request gitlab-org/gitlab-ce!32939
2019-09-12Merge branch 'docs-prot-branches-mpenna20190906' into 'master'Evan Read
Docs: Clarified wording to match Permissions doc See merge request gitlab-org/gitlab-ce!32786
2019-09-12Docs: Clarified wording to match Permissions docMatt Penna
2019-09-12Merge branch 'docs-permissions-clarify-mpenna20190906' into 'master'Evan Read
Docs: Clarified permissions of protected branches See merge request gitlab-org/gitlab-ce!32785
2019-09-12Docs: Clarified permissions of protected branchesMatt Penna
2019-09-12Merge branch 'docs-update-vetur-vscode-extension' into 'master'Mike Lewis
Update outdated instructions for vetur in vscode Closes #66733 See merge request gitlab-org/gitlab-ce!32480
2019-09-12Merge branch 'docs-sethgitlab-documentationwf' into 'master'Mike Lewis
Update documentation requirements See merge request gitlab-org/gitlab-ce!32222
2019-09-12Apply suggestion to doc/development/documentation/feature-change-workflow.mdSeth Berger
2019-09-12Merge branch '8605-support-san-extension' into 'master'Thong Kuah
Backport of ee/15773: Allow SmartCard authentication to use SAN extensions See merge request gitlab-org/gitlab-ce!32581
2019-09-12Backport of ee/15773: Allow SmartCard authentication to use SAN extensionsSebastián Arcila Valenzuela
2019-09-12Apply suggestion to doc/development/documentation/feature-change-workflow.mdSeth Berger
2019-09-12Apply suggestion to doc/development/documentation/feature-change-workflow.mdSeth Berger
2019-09-12Merge branch 'sh-fix-removed-support-bot-column' into 'master'Mayra Cabrera
Ignore support_bot column in users table Closes #67295 See merge request gitlab-org/gitlab-ce!32933
2019-09-12Merge branch 'qa-ml-refactor-protected-branch-test' into 'master'Mark Lapierre
Refactor protected branch resource and spec See merge request gitlab-org/gitlab-ce!32689
2019-09-12Merge branch 'static-objects-external-storage' into 'master'Thong Kuah
Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
2019-09-12Merge branch 'ce-indicator-for-pipeline-for-merge-train' into 'master'Thong Kuah
CE backport for gitlab-org/gitlab-ee!14664: Show indicator to Pipelines for merge train See merge request gitlab-org/gitlab-ce!32025
2019-09-12Update a dead external linkFreezed
2019-09-11Merge branch '14671-analytics-feature-flags' into 'master'Thong Kuah
Update feature flag name for Cycle Analytics See merge request gitlab-org/gitlab-ce!32641
2019-09-11Update feature flag name for Cycle AnalyticsAdam Hegyi
https://gitlab.com/gitlab-org/gitlab-ee/issues/14671
2019-09-11Merge branch '67248-snippet-title-whitespace' into 'master'Annabel Dunstone Gray
Resolve "Snippet title whitespace" Closes #67248 See merge request gitlab-org/gitlab-ce!32877
2019-09-11Add bottom margin to snippet titleMarcel van Remmerden
2019-09-11Merge branch 'feature-enhance-pipeline-webhook' into 'master'Mayra Cabrera
Add source and merge_request fields to pipeline event webhook Closes #63338 See merge request gitlab-org/gitlab-ce!32373
2019-09-11Add source and merge_request fields to pipeline event webhookBian Jiaping
2019-09-11Merge branch '9931-github-integration-default-static-status-check-names' ↵Mayra Cabrera
into 'master' Update documentation for GitHub integration See merge request gitlab-org/gitlab-ce!32385
2019-09-11Update documentation for GitHub integrationMarius Bobin
Update docs to reflect the new default behavior for status check names
2019-09-11Merge branch '66637-use-chronic-duration-in-thread-safe-way' into 'master'63778-graphql-add-additional-sort-values-for-issues-and-issuablesKamil Trzciński
Use `ChronicDuration` in a thread-safe way See merge request gitlab-org/gitlab-ce!32817
2019-09-11Use 'gitlab_chronic_duration' gemAleksei Lipniagov
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
2019-09-11Ignore support_bot column in users tableStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32554 removed the support_bot column, but nodes were not told to ignore this column. As a result, after the post-deploy migration ran, nodes attempted to use this column, causing 500 errors. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67295
2019-09-11Merge branch '26893-ee-fix-scheduled-review-app-needs' into 'master'Rémy Coutable
Fix review pipeline needs blocking scheduled deploys Closes #26893 and gitlab-ee#26893 See merge request gitlab-org/gitlab-ce!32925
2019-09-11Merge branch 'add-missing-render-gfm' into 'master'Mike Greiling
Add missing `render_gfm` import to files See merge request gitlab-org/gitlab-ce!32830
2019-09-11Add missing `render_gfm` import to filesIllya Klymov
2019-09-11Merge branch 'winh-vue-resource-markdown-field' into 'master'Mike Greiling
Replacing vue-resource with axios in Markdown field Closes #61385 See merge request gitlab-org/gitlab-ce!32742
2019-09-11Replacing vue-resource with axios in Markdown fieldWinnie Hellmann
2019-09-11Merge branch '65698-monitor-webpack-dev-server-memory' into 'master'Clement Ho
Add webpack memory test to CI Closes #65698 See merge request gitlab-org/gitlab-ce!31537
2019-09-11Add webpack memory test to CIMike Greiling
2019-09-11Merge branch 'pl-remove-ignored-columns-task' into 'master'Douglas Barbosa Alexandre
Add rake task `db:obsolete_ignored_columns` See merge request gitlab-org/gitlab-ce!32904
2019-09-11Add rake task `db:obsolete_ignored_columns`Peter Leitzen
Show a list of obsolete `ignored_columns`
2019-09-11Merge branch 'countries_option' into 'master'James Lopez
Back port changes for country list Api See merge request gitlab-org/gitlab-ce!32688
2019-09-11Back port changes for country list ApiAishwarya Subramanian