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-12Database table for language trends over timelanguage-trends-over-timeAdam Hegyi
- Introduce new DB table for tracking language trend over time.
2019-09-12Merge branch 'sh-add-index-members-expires' into 'master'Andreas Brandl
Fix member expiration not always working Closes #67286 See merge request gitlab-org/gitlab-ce!32951
2019-09-12Merge branch 'track-usage-data-for-analytics-features' into 'master'12-3-auto-deploy-20190916Peter Leitzen
Setup counter for Productivity Analytics See merge request gitlab-org/gitlab-ce!32915
2019-09-12Setup counter for Productivity AnalyticsAdam Hegyi
This change sets up a usage counter for productivity analytics feature.
2019-09-12Merge branch 'mishunov-master-patch-90654' into 'master'Filipa Lacerda
Removed padding from project filter field See merge request gitlab-org/gitlab-ce!32706
2019-09-12Removed padding from project filter fieldDenys Mishunov
Resolves a regression caused by https://bit.ly/2k1GozA
2019-09-12Merge branch 'fix-merge-request-spec' into 'master'Filipa Lacerda
Fix merge_request_spec test See merge request gitlab-org/gitlab-ce!32867
2019-09-12Merge branch ↵Rémy Coutable
'50847-automatically-created-mr-uses-wrong-source-branch-when-branching-from-tag' into 'master' Resolve "Automatically created MR uses wrong source branch (when branching from Tag)" Closes #50847 See merge request gitlab-org/gitlab-ce!32392
2019-09-12Fix create MR from issue using a tag as ref🙈 jacopo beschi 🙉
Creating a MR from an issue using a tag as ref correctly creates the source branch starting from the tag.
2019-09-12Merge branch 'jheimbuck_gl-master-patch-11921' into 'master'Evan Read
Typo fix 'Sempahore' to 'Semaphore' See merge request gitlab-org/gitlab-ce!32822
2019-09-12Typo fix 'Sempahore' to 'Semaphore'James Heimbuck
2019-09-12Merge branch '66454-job-log-component' into 'master'Kushal Pandya
Creates job log component See merge request gitlab-org/gitlab-ce!32764
2019-09-12Creates job log componentFilipa Lacerda
Creates vue and vuex support for new job log Creates the new log.vue component to handle the new format Updates the store to use the new parser Creates an utility function to handle the incremental log
2019-09-12Merge branch 'sh-revert-graphiql-version' into 'master'Kamil Trzciński
Make /-/graphql-explorer work again See merge request gitlab-org/gitlab-ce!32952
2019-09-12Merge branch 'fix-interruptible-scope-name' into 'master'Kamil Trzciński
Fixes non interruptible scope name See merge request gitlab-org/gitlab-ce!32940
2019-09-12Merge branch 'fix-invalid-formdata-usage' into 'master'Kushal Pandya
Fix invalid usage of FormData in karma tests See merge request gitlab-org/gitlab-ce!32865
2019-09-12Merge branch 'create-amazon-eks-cluster-form-skeleton' into 'master'Kushal Pandya
Create EKS cluster Vue app skeleton See merge request gitlab-org/gitlab-ce!32479
2019-09-12Merge branch 'bw-asset-proxy-markdown-bump' into 'master'Jan Provaznik
Bump the CACHE_COMMONMARK_VERSION See merge request gitlab-org/gitlab-ce!32935
2019-09-12Merge branch '62122-hide-resolve-thread-button-from-guest' into 'master'Kushal Pandya
Hide resolve thread button from guest Closes #62122 See merge request gitlab-org/gitlab-ce!32859
2019-09-12Hide resolve thread button from guestSamantha Ming
- Show if user can_resolve all of the notes
2019-09-12Merge branch 'fix-missing-listissue' into 'master'Kushal Pandya
Add missing ListIssue import See merge request gitlab-org/gitlab-ce!32850
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-12Add CSP nonce to graphiql-rails JavaScriptStan Hu
2019-09-12Revert "Update to graphiql-rails v1.7.10"Stan Hu
This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b.
2019-09-12Fix member expiration not always workingStan Hu
The Sidekiq job `RemoveExpiredMembersWorker` was failing to run in production because it was hitting statement timeouts because it was scanning all rows in order. On staging, where it used to scan 4 million rows, adding an index brought this down to only a few hundred rows. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67286
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-12Fixes non interruptible scope nameCédric Tabin
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