- 27 Jan, 2020 16 commits
-
-
Alessio Caiazza authored
Make repository routes under /-/ scope as default one See merge request gitlab-org/gitlab!23391
-
Rémy Coutable authored
Allow shared examples to be inline See merge request gitlab-org/gitlab!23544
-
Marcel Amirault authored
Fix Parent-Child pipeline license to be Core See merge request gitlab-org/gitlab!23755
-
Fabio Pitino authored
-
Jan Provaznik authored
Add rate limiter to import api See merge request gitlab-org/gitlab!23464
-
Aishwarya Subramanian authored
-
Jan Provaznik authored
Merge branch '118791-clean-up-spacing-on-recent-deliveries-section-of-project-service-settings' into 'master' Fix spacing and UI on Recent Deliveries section of Project Services See merge request gitlab-org/gitlab!22666
-
Justin Ho Tuan Duong authored
For rounded corners
-
Achilleas Pipinellis authored
Change style of docs entry in codeowners See merge request gitlab-org/gitlab!23746
-
Kushal Pandya authored
Merge branch '198621-actionview-template-error-missing-partial-notify-links-projects-generic_commit_statuses' into 'master' Fix Pipeline failed notification email not being delivered if the failed job is a bridge job Closes #198621 See merge request gitlab-org/gitlab!23668
-
Kushal Pandya authored
Added showHeader prop to monitor dashboard See merge request gitlab-org/gitlab!23709
-
Kushal Pandya authored
Added delay to drag event in manual ordering See merge request gitlab-org/gitlab!23252
-
Donald Cook authored
-
Mike Lewis authored
Add Vale as an English language linter See merge request gitlab-org/gitlab!23032
-
Amy Qualls authored
Vale (https://errata-ai.github.io/vale/) is a grammar, style, and word usage linter for the English language. This merge request adds an INI file for Vale (.vale.ini) to the root directory of the repository, and creates a hidden folder (doc/.linting) for the storage of linting tests. Since the TW team uses multiple linting tools, and Vale also supports multiple collections of rules (called 'styles'), the path to the tests folder is doc/.linting/vale/styles/gitlab to support any future expansions that can't be predicted at this time. The folder currently contains only a .gitkeep file to meet the goal of a MVC. Tests should be developed, vetted, and added in separate merge requests, but those MRs all depend on the addition of the INI file and the directory structure.
-
Marcel Amirault authored
-
- 26 Jan, 2020 6 commits
-
-
Marcel Amirault authored
Fix table rendering on AutoDevops Markdown Closes #198739 See merge request gitlab-org/gitlab!23734
-
Stan Hu authored
Separate user related entities in own class files See merge request gitlab-org/gitlab!23730
-
Rajendra Kadam authored
-
Stan Hu authored
Refactoring entities file part 1 See merge request gitlab-org/gitlab!23299
-
Rajendra Kadam authored
-
Stan Hu authored
Fix missing branches_to_be_notified setting for Microsoft Teams See merge request gitlab-org/gitlab!23571
-
- 25 Jan, 2020 5 commits
-
-
Peter Leitzen authored
Add logs-path to metrics data See merge request gitlab-org/gitlab!23475
-
Stan Hu authored
GraphQL: Add BoardType and resolver See merge request gitlab-org/gitlab!23432
-
Ryan Cobb authored
-
Stan Hu authored
The Markdown tables in the documentation worked for Kramdown, but the missing header row caused it to be rendered improperly on GitLab. Closes https://gitlab.com/gitlab-org/gitlab/issues/198739
-
Kamil Trzciński authored
Merge branch '195974-generate-serverless-uuid-when-serverless-domaincluster-is-created' into 'master' Generate serverless UUID when Serverless::DomainCluster is created Closes #195974 See merge request gitlab-org/gitlab!22648
-
- 24 Jan, 2020 13 commits
-
-
Michael Kozono authored
Allow admins to enter/leave admin mode on a read-only instance Closes #198289 See merge request gitlab-org/gitlab!23552
-
Douglas Barbosa Alexandre authored
-
Alishan Ladhani authored
- Create a method to generate serverless UUIDs - Assign a UUID to Serverless::DomainCluster by default
-
Robert Speicher authored
Stub DNS in the spec suite See merge request gitlab-org/gitlab!22368
-
Robert May authored
This implements stubbing throughout the spec suite for DNS queries, of which there are many. It includes a few tweaks to continue to allow resolution for local addresses. This solves an issue where non-standard DNS setups prevent most of the spec suite from working locally, and should also provide speed improvements to the CI pipeline on average by removing a source of external requests.
-
Tanya Pazitny authored
Raise on failure by default in wait/retry in QA tests Closes gitlab-qa#282 See merge request gitlab-org/gitlab!22864
-
Mark Lapierre authored
Many cases of flaky tests have been caused by allowing the test to continue even after a precondition isn't satisfied. This change makes it harder for that to happen by raising an error if the condition of a wait/retry block isn't met.
-
Dhiraj Bodicherla authored
Currently the monitoring dashboard relies on environmentsEndpoint variable to show/hide monitoring dashboard header. This MR introduces an explicit prop for it. This is used in cluster health page
-
Walmyr Lima e Silva Filho authored
Improve test readability See merge request gitlab-org/gitlab!23695
-
Paul Slaughter authored
Apply darker color to headers and scan names See merge request gitlab-org/gitlab!23104
-
Walmyr Lima e Silva Filho authored
Simplify Plan EE QA tests See merge request gitlab-org/gitlab!23540
-
Paul Slaughter authored
Upgrade bootstrap-vue See merge request gitlab-org/gitlab!18913
-
Heinrich Lee Yu authored
Accept group path as ID when fetching notes from API See merge request gitlab-org/gitlab!23535
-