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-07-29Use the EE schema as the SSOTab-use-ee-schemaAndreas Brandl
We see small differences between CE and EE, e.g.: * column ordering * use of timestamps with and without timezones We deem the EE schema the correct one, so we're making an attempt here to copy this over to CE in order to align the schema files across CE/EE. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12434
2019-07-29Merge branch 'docs/ip-access-restriction-ultimate-only' into 'master'51771-notifications-for-when-pipelines-are-fixedMarcia Ramos
Update IP access restriction docs See merge request gitlab-org/gitlab-ce!31189
2019-07-29Update IP access restriction docsCindy Pallares 🦉
2019-07-29Merge branch 'docs/fix-deploy-example' into 'master'Marcia Ramos
Fix deploy example and other fixes Closes #65092 See merge request gitlab-org/gitlab-ce!31225
2019-07-29Fix deploy example and other fixesEvan Read
2019-07-29Merge branch 'docs/split-autodevops-variable-table' into 'master'Marcia Ramos
Categorize autodevops variables Closes #59817 See merge request gitlab-org/gitlab-ce!31226
2019-07-29Categorize autodevops variablesEvan Read
2019-07-29Merge branch 'fj-navbar-searches-usage-ping-counter' into 'master'Paul Slaughter
Added navbar searches usage ping counter Closes #63887 See merge request gitlab-org/gitlab-ce!30953
2019-07-29Added navbar searches usage ping counterFrancisco Javier López
Added usage ping counter when the user makes a search through the navbar search component.
2019-07-29Merge branch 'projects-controller-private' into 'master'Lin Jen-Shin
Separate private methods under the keyword on projects controller See merge request gitlab-org/gitlab-ce!31223
2019-07-29Merge branch 'qa-sl-move-mattermost-group-spec' into 'master'Ramya Authappan
Move create group with mattermost spec to correct dir See merge request gitlab-org/gitlab-ce!31173
2019-07-29Merge branch 'frozen_string_spec_features' into 'master'Rémy Coutable
Add frozen_string_literal to spec/features See merge request gitlab-org/gitlab-ce!31131
2019-07-29Merge branch 'mc/feature/manual-job-variables' into 'master'Phil Hughes
Allow specifying variables when running manual jobs Closes #24935 See merge request gitlab-org/gitlab-ce!30485
2019-07-29Add Job specific variablesMatija Čupić
Adds Job specific variables to facilitate specifying variables when running manual jobs.
2019-07-29Merge branch ↵Kushal Pandya
'61787-the-colour-selector-for-broadcast-messages-should-provide-a-few-default-options-with-descriptive-labels-like-red-green-blue' into 'master' Resolve "Add color selector for broadcast messages" Closes #61787 See merge request gitlab-org/gitlab-ce!30988
2019-07-29Merge branch 'add-kub-product-page' into 'master'Evan Read
Add relevant Kubernetes page See merge request gitlab-org/gitlab-ce!30480
2019-07-29Add relevant Kubernetes pageSarah Daily
2019-07-29Merge branch 'docs-ssot-july-3' into 'master'Evan Read
Docs: adere ssot See merge request gitlab-org/gitlab-ce!31182
2019-07-29Docs: adere ssotMarcia Ramos
2019-07-29Merge branch 'docs-ssot-july-1' into 'master'Evan Read
Docs: Pipelines - ssot See merge request gitlab-org/gitlab-ce!31179
2019-07-29Docs: Pipelines - ssotMarcia Ramos
2019-07-29Merge branch 'docs-ssot-july-2' into 'master'Evan Read
Docs: Releases - ssot See merge request gitlab-org/gitlab-ce!31180
2019-07-29Merge branch 'docs-ssot-july' into 'master'Evan Read
Docs: milestones - ssot See merge request gitlab-org/gitlab-ce!31175
2019-07-29Merge branch '52494-remove-unused-cluster-refresh-service' into 'master'Thong Kuah
Remove unused Clusters::RefreshService See merge request gitlab-org/gitlab-ce!31227
2019-07-29Remove unused Clusters::RefreshServiceTiger
Also removes all logic from ClusterConfigureWorker and ClusterProjectConfigureWorker, which are also no longer used.
2019-07-28Separate private methods under the keyword on projects controllerFurkan Ayhan
2019-07-27Merge branch 'revert-7dccb444' into 'master'Stan Hu
Revert "Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'master'" Closes gitlab-ee#13096 See merge request gitlab-org/gitlab-ce!31216
2019-07-27Revert "Merge branch '52123-issuable-actions-notesfinder-pderichs' into ↵Stan Hu
'master'" This reverts merge request !29733
2019-07-27Merge branch 'qa-fixing-add_batch_comments' into 'master'Dan Davison
CE backport for changes in EE MR 14746 See merge request gitlab-org/gitlab-ce!30944
2019-07-27Adding changes to CE from EETomislav Nikic
All the changes done to files that are also inside CE and need to be ported.
2019-07-27Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'master'Stan Hu
Use NotesFinder to fetch notes in module IssuableActions Closes #52123 See merge request gitlab-org/gitlab-ce!29733
2019-07-27Merge branch 'update-ruby-version-in-readme' into 'master'Mayra Cabrera
Update ruby version in readme file to match .ruby-version See merge request gitlab-org/gitlab-ce!31185
2019-07-27Update ruby version in readme file to match .ruby-versionOsnat Vider
2019-07-27Merge branch '19186-redirect-wiki-git-route-to-wiki' into 'master'Stan Hu
Redirect project.wiki.git to project wiki home See merge request gitlab-org/gitlab-ce!31085
2019-07-27Merge branch 'tp-fix-borked-master' into 'master'Mayra Cabrera
Fix spec that has broken master Closes #65193 See merge request gitlab-org/gitlab-ce!31198
2019-07-27Changes capybara selector to qa-selectorTanya Pazitny
Otherwise capybara hits ambiguous match.
2019-07-26Merge branch 'frozen_string_spec_lib' into 'master'Stan Hu
Add frozen_string_literal to spec/lib (part 1) See merge request gitlab-org/gitlab-ce!31130
2019-07-26Merge branch '32495-improve-slack-notification-on-pipeline-status' into 'master'Robert Speicher
Make pipeline failure Slack notifications prettier and more informative Closes #32495 See merge request gitlab-org/gitlab-ce!27683
2019-07-26Merge branch 'rs-resource-label-events-api' into 'master'Lin Jen-Shin
Extract resource_label_events API shared examples See merge request gitlab-org/gitlab-ce!31156
2019-07-26Merge branch 'qa-refactor-cicd-pages-1' into 'master'Tanya Pazitny
Refactor elements used by ci_variable and ::CICD See merge request gitlab-org/gitlab-ce!30922
2019-07-26Refactor elements used by ci_variable and ::CICDDan Davison
Many elements defined in the QA framework in ci_variable.rb call elements and methods that are not framework specific. Fix these issues, as well as use data-qa-selector s
2019-07-26Merge branch 'frozen_string_spec_factories' into 'master'Michael Kozono
Add frozen_string_literal to spec/factories See merge request gitlab-org/gitlab-ce!31129
2019-07-26Merge branch '59325-units-are-not-shown-on-the-performance-dashboard-2' into ↵Mayra Cabrera
'master' fix: updates labels to include units in metrics Closes #59325 See merge request gitlab-org/gitlab-ce!30330
2019-07-26Updates label value to include units in metricsLaura Montemayor
This MR updates the y_label values and the label values in common_metrics and cluster_metrics to append the units of measurement to the labels.
2019-07-26Merge branch '64972-fix-unicorn-workers-metric' into 'master'Kamil Trzciński
Fix pid discovery for Unicorn in PidProvider See merge request gitlab-org/gitlab-ce!31056
2019-07-26Fix pid discovery for Unicorn in PidProviderAleksei Lipniagov
2019-07-26Merge branch 'remove-nested-groups-checks' into 'master'Lin Jen-Shin
Remove code related to object hierarchy and MySQL Closes #65056 and #65055 See merge request gitlab-org/gitlab-ce!31095
2019-07-26Merge branch 'mc/feature/find-all-artifacts-for-sha' into 'master'Robert Speicher
Find build by sha from ref Closes #64534 and #45697 See merge request gitlab-org/gitlab-ce!30843
2019-07-26Merge branch 'remove_deployment_metrics_deployment_platform_fallback' into ↵Kamil Trzciński
'master' Remove fallback to deployment_platform_cluster in `DeploymentMetrics` See merge request gitlab-org/gitlab-ce!31126
2019-07-26Add default colors for broadcast messagesAmmar Alakkad