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-04-19Merge branch 'ac-refactor-project-stats' into 'master'Douwe Maan
Extract ProjectStatistics updates into a concern See merge request gitlab-org/gitlab-ce!27420
2019-04-19Extract ProjectStatistics updates into a concernAlessio Caiazza
Refactor existing tests as a shared example
2019-04-19Merge branch '60383-change-common-metrics-schema' into 'master'Douwe Maan
Change the schema of common_metrics.yml Closes #60383 See merge request gitlab-org/gitlab-ce!27283
2019-04-19Merge branch '39858-add-group-owned-info-to-projects-api' into 'master'Douwe Maan
Return group information on Project endpoint Closes #39858 See merge request gitlab-org/gitlab-ce!27427
2019-04-19Merge branch 'protected-runner-registration' into 'master'Kamil Trzciński
Add configuration of access_level for runners on registration via API See merge request gitlab-org/gitlab-ce!27490
2019-04-19Merge branch '10502-board-list-spec-ce' into 'master'Kushal Pandya
Move EE specific testcase to EE spec file See merge request gitlab-org/gitlab-ce!27505
2019-04-19Move EE specific testcase to EE spec fileRajat Jain
Refactor `board_list` such that we can reuse the parts of component creation with prop passing with ee specific spec.
2019-04-19Adds namespace information to project endpointMayra Cabrera
- Namespace now return avatar_url and web_url - NamespaceBasic entity was modified to include avatar_url and web_url, information is fetched differently depending if the Namespace is a user or a group Includes documentation changes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
2019-04-19Merge branch 'winh-abuse_reports_spec-timeout' into 'master'Clement Ho
Increase timeout for abuse_reports_spec.js to 500ms Closes gitlab-ee#11229 See merge request gitlab-org/gitlab-ce!27502
2019-04-19Merge branch 'adriel-fix-cluster-metrics-regression' into 'master'Clement Ho
Resolve cluster metrics regression Closes gitlab-ee#11168 See merge request gitlab-org/gitlab-ce!27442
2019-04-19Resolve cluster metrics regressionAdriel Santiago
Fixes a regression causing cluster metrics not to display
2019-04-18Increase timeout for abuse_reports_spec.js to 500msWinnie Hellmann
2019-04-18Merge branch 'sh-bump-ruby-required-version-check' into 'master'Michael Kozono
Bump required Ruby version check to 2.5.3 Closes #60704 See merge request gitlab-org/gitlab-ce!27495
2019-04-18Merge branch 'jc-upgrade-gitaly-1.34.0' into 'master'Stan Hu
Upgrade Gitaly to 1.34.0 See merge request gitlab-org/gitlab-ce!27494
2019-04-18Bump required Ruby version check to 2.5.3Stan Hu
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/58079 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60704
2019-04-18Upgrade Gitaly to 1.34.0John Cai
2019-04-18Merge branch 'ce-10725-restructure-project-merge-request-settings-page' into ↵Michael Kozono
'master' CE Backport for "Restructure project merge request settings page" See merge request gitlab-org/gitlab-ce!26834
2019-04-18Merge branch 'gitlab-issue-54894' into 'master'Clement Ho
Fix link issues with labels on project/group labels pages See merge request gitlab-org/gitlab-ce!24060
2019-04-18Fix link issues with labelsTanya Pazitny
* On the project labels page, the label itself should not be clickable. * On the group labels page, the links for Issues and Merge Requests should be shown.
2019-04-18Merge branch ↵Dmitriy Zaporozhets
'ce-11224-flaky-test-projects-audit-events-adding-an-ssh-key-appears-in-the-project-s-audit-events-ee-spec-features-projects-audit_events_spec' into 'master' Introduce the wait_for helper for system tests See merge request gitlab-org/gitlab-ce!27483
2019-04-18Merge branch 'ssot' into 'master'Sid Sijbrandij
ssot as principle See merge request gitlab-org/gitlab-ce!27436
2019-04-18Merge branch '10012-move-ee-diff-for-boards-issue-card-inner' into 'master'Phil Hughes
Replace ee-specific code for boards/issue_card_inner Closes gitlab-ee#10012 See merge request gitlab-org/gitlab-ce!27394
2019-04-18Replace ee-specific code for boards/issue_card_innerRoman Rodionov
2019-04-18Merge branch 'fe-uninstall-cluster-apps' into 'master'Filipa Lacerda
Display "Uninstall App" button if app is uninstallable Closes #60641 See merge request gitlab-org/gitlab-ce!27423
2019-04-18Add configuration of access_level for runners on registration via APIzelin-l
Allow setting access_level of new runner to not_protected (default) or ref_protected Minor update to relevant docs and tests
2019-04-18Merge branch 'boards-stylelint' into 'master'Filipa Lacerda
Fix stylelint rules in boards.scss Closes #59895 See merge request gitlab-org/gitlab-ce!27458
2019-04-18Merge branch 'if-57131-move_do' into 'master'Achilleas Pipinellis
Move external authorization doc to CE See merge request gitlab-org/gitlab-ce!27421
2019-04-18Move external authorization doc to CEImre Farkas
2019-04-18Pass installed attribute to app_rowsEnrique Alcantara
2019-04-18Show uninstall button when app is uninstallableEnrique Alcantara
- Create empty uninstall_button component. - Add uninstallable property to application_row component. - Display Uninstall button if app is uninstallable and it is installed.
2019-04-18Introduce the wait_for helper for system testsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-18Merge branch 'an-use-labkit' into 'master'Rémy Coutable
Migrate correlation and tracing code to LabKit See merge request gitlab-org/gitlab-ce!25379
2019-04-18Merge branch 'xanf/gitlab-ce-add-template-link' into 'master'Kushal Pandya
Add instructions on how to contribute a "Built-In" template on projects/new" Closes #55833 See merge request gitlab-org/gitlab-ce!26976
2019-04-18Add instructions on how to contribute a "Built-In" template on projects/new"Illya Klymov
2019-04-18Merge branch 'markdown-autocomplete-escaping' into 'master'Kushal Pandya
Only use backslash escapes in autocomplete when needed Closes #45348 See merge request gitlab-org/gitlab-ce!27457
2019-04-18Merge branch 'jramsay/multiline-suggestion-docs' into 'master'Achilleas Pipinellis
Improve multi-line suggestion docs See merge request gitlab-org/gitlab-ce!27465
2019-04-18Merge branch 'sh-fix-related-merge-request-api-paths' into 'master'Fatih Acet
Fix related merge requests not working with relative URL root See merge request gitlab-org/gitlab-ce!27475
2019-04-18Merge branch 'docs-serverless-yml-update' into 'master'Achilleas Pipinellis
Update serverless.yml for functions to include only node.js See merge request gitlab-org/gitlab-ce!27466
2019-04-18Merge branch '58293-extract-discussion-actions' into 'master'Filipa Lacerda
Extract discussion actions into separate component Closes #58293 See merge request gitlab-org/gitlab-ce!27227
2019-04-18Merge branch '59830-dashboard-skeleton' into 'master'Phil Hughes
Fixes stylelint for dashboard_skeleton Closes #59830 See merge request gitlab-org/gitlab-ce!27422
2019-04-18Merge branch 'add-docs-ci-exceptions2' into 'master'Rémy Coutable
Update review.gitlab-ci.yml to fix review-stop See merge request gitlab-org/gitlab-ce!27478
2019-04-18Update review.gitlab-ci.yml to fix review-stopMarcel Amirault
2019-04-18Merge branch 'docs-fixes-for-rp-11-10' into 'master'Achilleas Pipinellis
Doc fixes for the release post 11.10 See merge request gitlab-org/gitlab-ce!27450
2019-04-18Doc fixes for the release post 11.10Marcia Ramos
2019-04-18Merge branch 'rename_auto_deploy_app_links' into 'master'Marin Jankovski
Update links to new gitlab-org/charts/auto-deploy-app See merge request gitlab-org/gitlab-ce!27477
2019-04-18Migrate correlation and tracing code to LabKitAndrew Newdigate
This change is a fairly straightforward refactor to extract the tracing and correlation-id code from the gitlab rails codebase into the new LabKit-Ruby project. The corresponding import into LabKit-Ruby was in https://gitlab.com/gitlab-org/labkit-ruby/merge_requests/1 The code itself remains very similar for now. Extracting it allows us to reuse it in other projects, such as Gitaly-Ruby. This will give us the advantages of correlation-ids and distributed tracing in that project too.
2019-04-18Merge branch 'always-save-gitlab-ui-visual-artifacts' into 'master'Phil Hughes
Always save artifacts in the gitlab:ui:visual job See merge request gitlab-org/gitlab-ce!27469
2019-04-18Merge branch 'retry-review-qa-smoke-job' into 'master'Lin Jen-Shin
Retry twice the review-qa-smoke job See merge request gitlab-org/gitlab-ce!27470
2019-04-18Update links to new gitlab-org/charts/auto-deploy-appDylan Griffith
2019-04-18Fix related merge requests not working with relative URL rootStan Hu
When GitLab is configured with a relative URL root (e.g. /gitlab), an error appeared, "Something went wrong while fetching related merge requests." This change ensures the relative URL is included.