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-10-09Workaround helm hooks not streaming logs52197-show-db-hook-logsThong Kuah
We use Helm hooks to run DB migration and initialization but because there is no feature to [stream hook logs](https://github.com/helm/helm/issues/2298), we use a function to show logs from the `helm upgrade...` command. `$CI_ENVIRONMENT_SLUG-db-initialize` and `$CI_ENVIRONMENT_SLUG-db-migrate` pod selectors come from the auto-deploy-app chart.
2018-10-08Merge branch 'zj-render-log-artifacts' into 'master'Kamil Trzciński
Render log artifact files in GitLab See merge request gitlab-org/gitlab-ce!22112
2018-10-08Render log artifact files in GitLabZeger-Jan van de Weg
2018-10-06Merge branch 'bw-fix-checking-disabled-services' into 'master'51761-create-new-project-auto-populate-project-slug-string-to-project-name-if-name-is-emptyStan Hu
Check disabled_services when finding a service See merge request gitlab-org/gitlab-ce!22172
2018-10-06Check disabled_services when finding a serviceBrett Walker
2018-10-06Merge branch '52242-ui-ux-bug-in-change-group-path' into 'master'Douglas Barbosa Alexandre
Fix invalid parent path on group settings page Closes #52242 See merge request gitlab-org/gitlab-ce!22142
2018-10-06Fix invalid parent path on group settings pageDmitriy Zaporozhets
2018-10-06Merge branch 'ce-1984-frontend-for-batch-comments' into 'master'Tim Zallmann
Backport CE changes for: [Frontend only] Batch comments on merge requests See merge request gitlab-org/gitlab-ce!22158
2018-10-06Backport CE changes for: [Frontend only] Batch comments on merge requestsAndré Luís
2018-10-06Merge branch 'add-button-to-insert-table-in-markdown' into 'master'Clement Ho
Add button to insert table in markdown editor See merge request gitlab-org/gitlab-ce!18480
2018-10-06Add button to insert table in markdown editorGeorge Tsiolis
2018-10-06Merge branch 'gitaly-0.125.0' into 'master'Stan Hu
Bump Gitaly to v0.125.0 See merge request gitlab-org/gitlab-ce!22168
2018-10-06Merge branch 'backport-ce-to-ee-merge' into 'master'Stan Hu
Backport of CE upstream - 2018-10-05 12:21 UTC See merge request gitlab-org/gitlab-ce!22154
2018-10-06Update GITALY_SERVER_VERSIONJames Lopez
2018-10-06Merge branch 'update-operations-metrics-empty-state' into 'master'Mike Greiling
Update operations metrics empty state See merge request gitlab-org/gitlab-ce!21974
2018-10-06Update operations metrics empty stateGeorge Tsiolis
2018-10-06Merge branch 'osw-fix-lfs-images-not-rendering' into 'master'Douglas Barbosa Alexandre
Fix LFS uploaded images not being rendered Closes #50617 See merge request gitlab-org/gitlab-ce!22092
2018-10-06Fix LFS uploaded images not being renderedOswaldo Ferreira
2018-10-06Merge branch 'ee-7126-admin-projects-geo-status' into 'master'Douglas Barbosa Alexandre
EE Backport: enable Geo Status widget in admin/projects See merge request gitlab-org/gitlab-ce!22161
2018-10-06Prepare admin/projects/show view to allow EE specific featureGabriel Mazetto
In EE it will render a Geo Status widget when Geo is enabled and it is in a secondary node. Also added minimal specs to that action.
2018-10-05Merge branch 'autodevops-timed-incremental-rollout' into 'master'Kamil Trzciński
Add timed incremental rollout to Auto DevOps Closes gitlab-ee#7545 See merge request gitlab-org/gitlab-ce!22023
2018-10-05Add timed incremental rollout to Auto DevOpsAlessio Caiazza
Auto DevOps deployment strategies now supports timed incremental rollout. We are deprecating the usage of INCREMENTAL_ROLLOUT_ENABLED environment variable in Auto DevOps template. The new behavior will be driven by the INCREMENTAL_ROLLOUT_MODE variable that can either be manual (same as INCREMENTAL_ROLLOUT_ENABLED) or timed. Rollout deployments will be executed using a 5 minute delay between each job.
2018-10-05Merge branch 'fix-flacky-test-jobs-spec' into 'master'Kamil Trzciński
[broken master] Fix time dependent jobs spec See merge request gitlab-org/gitlab-ce!22159
2018-10-05Merge branch ↵Sean McGivern
'43109-ci_environments_status-json-executes-more-than-100-queries' into 'master' Resolve "Controller Projects::MergeRequestsController#ci_environments_status.json executes more than 100 SQL queries" Closes #43109 See merge request gitlab-org/gitlab-ce!21996
2018-10-05Update spec comment to point to correct issueBrett Walker
2018-10-05Merge branch 'docs/variables-doc' into 'master'Achilleas Pipinellis
Fix documentation for variables Closes #51814 See merge request gitlab-org/gitlab-ce!21943
2018-10-05Fix documentation for variablesEvan Read
2018-10-05Merge branch ↵Achilleas Pipinellis
'7453_document_security_and_licence_management_features_permissions-docs' into 'master' Document Security and Licence Management features permissions See merge request gitlab-org/gitlab-ce!22042
2018-10-05Document Security and Licence Management features permissionsGilbert Roulot
2018-10-05Fix time dependent jobs specAlessio Caiazza
2018-10-05Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt
2018-10-05Merge branch 'security-bw-confidential-titles-through-markdown-api' into ↵Bob Van Landuyt
'master' [master] Confidential issue/private snippet titles can be read by unauthenticated user through GFM markdown API Closes #2706 See merge request gitlab/gitlabhq!2507
2018-10-05Merge branch ↵Sean McGivern
'50359-activerecord-statementinvalid-pg-querycanceled-error-canceling-statement-due-to-statement-timeout' into 'master' Resolve "ActiveRecord::StatementInvalid: PG::QueryCanceled: ERROR: canceling statement due to statement timeout" Closes #50359 See merge request gitlab-org/gitlab-ce!21893
2018-10-05Merge branch 'security-fix-leaking-private-project-namespace' into 'master'Bob Van Landuyt
[master] Fix leaking private project namespace Closes #2708 See merge request gitlab/gitlabhq!2529
2018-10-05Merge branch 'security-osw-user-info-leak-discussions' into 'master'Bob Van Landuyt
[security - master] Filter user sensitive data from discussions JSON See merge request gitlab/gitlabhq!2536
2018-10-05Merge branch 'issue_43097' into 'master'Sean McGivern
Move related branches to service Closes #43097 See merge request gitlab-org/gitlab-ce!22094
2018-10-05Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher
Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118
2018-10-05Merge branch 'rails5-fix-artifacts-controller-spec' into 'master'Kamil Trzciński
Rails5: fix artifacts controller download spec See merge request gitlab-org/gitlab-ce!22123
2018-10-05Merge branch 'sh-revert-broken-deploy-key-change' into 'master'Robert Speicher
Revert "Merge branch 'deploy-tokens' into 'master'" Closes #52228 See merge request gitlab-org/gitlab-ce!22149
2018-10-05Use a CTE to remove the query timeoutBrett Walker
2018-10-05Merge branch 'scheduled-manual-jobs' into 'master'Kamil Trzciński
Delayed jobs Closes #51352 See merge request gitlab-org/gitlab-ce!21767
2018-10-05Merge branch 'backport-ee-6036-graphalerts' into 'master'Mike Greiling
Backport changes from gitlab-ee!7538 See merge request gitlab-org/gitlab-ce!22093
2018-10-05Backport changes from gitlab-ee!7538Simon Knox
2018-10-05Merge branch 'mr-file-tree-fixed-safari' into 'master'Annabel Dunstone Gray
Fixed merge request file tree not sticking on Safari Closes #52277 See merge request gitlab-org/gitlab-ce!22147
2018-10-05Merge branch 'add-installation-type-backup-information' into 'master'Douwe Maan
Add installation type to backup information file See merge request gitlab-org/gitlab-ce!22150
2018-10-05Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'Mike Greiling
CE port Resolve "Promote starting a GitLab.com trial" See merge request gitlab-org/gitlab-ce!21551
2018-10-05Fix CE to EE merge (backport)Kamil Trzciński
2018-10-05Merge branch ↵Sean McGivern
'5699-enabling-disabling-features-does-not-propagate-correctly-to-geo-secondaries' into 'master' Backport a refactor on the Feature.flipper method to CE See merge request gitlab-org/gitlab-ce!22152
2018-10-05Merge branch '46050_add_new_ci_predefined_variables_for_gitlab_version' into ↵Douglas Barbosa Alexandre
'master' Add new CI predefined variables with version components Closes #46050 See merge request gitlab-org/gitlab-ce!21853
2018-10-05Merge branch 'gitlab-templates-maintainer' into 'master'Mek Stittri
Add gitlab-templates code owners See merge request gitlab-org/gitlab-ce!22138