- 09 Jan, 2020 22 commits
-
-
Kushal Pandya authored
Fix Markdown table paste not working with GitHub code Closes #195479 See merge request gitlab-org/gitlab!22546
-
Kushal Pandya authored
Decouple time window specs for the monitoring dashboard Closes #35936 See merge request gitlab-org/gitlab!21866
-
Miguel Rincon authored
- Move the checks to internal date picker component - Add events to capture when dates are not valid - Communicate error via events - Ensure the dashboard can load, even with invalid dates
-
Kushal Pandya authored
Remove incorrect localVue usage in ee/spec/frontend/billings Closes #121593 See merge request gitlab-org/gitlab!22590
-
Kushal Pandya authored
Remove incorrect localVue usage in spec/frontend/vue_shared Closes #121746 See merge request gitlab-org/gitlab!22576
-
Sanad Liaquat authored
Refactor `wait` and `retry_*` methods See merge request gitlab-org/gitlab!21804
-
Mark Lapierre authored
This is the first step in refactoring the Waiter and Retrier modules * Moves wait into the Retrier module as wait_until, and renames the max parameter to max_duration, to convey that its purpose is similar to retry_until. * Combines the loop logic into a single private method that the different public wait/retry methods use. * Allows retry_until to retry up to a certain maximum time limit, like wait_until, as well as the original funtionality of waiting until a specified condition is met. * Adds a retry_on_exception parameter to so that it's not necessary to nest wait/retry blocks if you want to do both. * Adds a raise_on_failure parameter, which is the same as retry_until's exit_on_failure parameter, but now it can be used with wait_until. Code review change to improve error message
-
Ash McKenzie authored
Implement application appearance API See merge request gitlab-org/gitlab!20674
-
Stan Hu authored
Update Gitaly to v1.80.0 See merge request gitlab-org/gitlab!22654
-
Paul Okstad authored
-
Ash McKenzie authored
Refactor Akismet service See merge request gitlab-org/gitlab!22651
-
Evan Read authored
Docs for SSH Keys: Refine pasting from clipboard wording See merge request gitlab-org/gitlab!22188
-
charlieablett authored
- Takes serialisable string arguments instead of an object
-
Ash McKenzie authored
Geo: Check for a current node in `rake gitlab:geo:check` Closes #13352 See merge request gitlab-org/gitlab!22436
-
Michael Kozono authored
- It always outputs the current node name. - On success, it also outputs the current node type (primary or secondary). - On failure, it also outputs the names of all nodes in the DB.
-
Michael Kozono authored
Geo - Make design repository synchronization general available Closes #36096 See merge request gitlab-org/gitlab!22544
-
Douglas Barbosa Alexandre authored
The design repositories synchronization is now GA.
-
Evan Read authored
Show Graphql type descriptions See merge request gitlab-org/gitlab!22568
-
charlie ablett authored
- Backfill GraphQL type descriptions - Modify template to show GraphQL type descriptions
-
Marcel Amirault authored
Add job artifacts troubleshooting steps Closes gitlab-com/support/docs#20 See merge request gitlab-org/gitlab!21168
-
Wei-Meng Lee authored
-
Evan Read authored
Correct spelling across many files. See merge request gitlab-org/gitlab!22643
-
- 08 Jan, 2020 18 commits
-
-
Evan Read authored
Capitalize "admin area" to unify the docs See merge request gitlab-org/gitlab!22221
-
Alexander Oleynikov authored
-
Thong Kuah authored
Remove unused keyword from EKS provision service See merge request gitlab-org/gitlab!22633
-
Amy Qualls authored
After performing automated spell checks across the entire docset, this merge request corrects many spelling errors across the documentation.
-
Paul Slaughter authored
Refactor Geo Node Card Closes #11326 See merge request gitlab-org/gitlab!21876
-
Zack Cuddy authored
Move Node URL to body https://gitlab.com/gitlab-org/gitlab/merge_requests/21876
-
Robert Speicher authored
Support filtering by epics in IssuesFinder See merge request gitlab-org/gitlab!22477
-
Robert Speicher authored
Disable Review App related jobs for the security fork Closes #195800 See merge request gitlab-org/gitlab!22606
-
Robert Speicher authored
Compress all documentation PNG images using pngquant See merge request gitlab-org/gitlab!22498
-
Mayra Cabrera authored
Pass demodulize class name for BackgroundMigrationWorker See merge request gitlab-org/gitlab!22451
-
Mayra Cabrera authored
DeleteService for deleting the self monitoring project See merge request gitlab-org/gitlab!21995
-
Reuben Pereira authored
Create a DeleteService which can be used to delete the self monitoring project.
-
Tiger authored
-
Stan Hu authored
In Chrome, copying a block of code GitHub includes an HTML table with both the line number and the line itself. This caused the paste function to be fooled that a table should be inserted as Markdown instead of plain text. Now, we increase the requirements to determine for pasting a table by comparing the HTML and text data: 1. The number of rows have to match 2. The max number of columns have to match Note that we use the max number of columns in the tab-delimited text because it's possible that a spreadsheet omits empty columns. Closes https://gitlab.com/gitlab-org/gitlab/issues/195479
-
Robert Speicher authored
Resolve "External Wiki integration: Test always fails when saving" Closes #21153 See merge request gitlab-org/gitlab!19568
-
Achilleas Pipinellis authored
Replace Ruby 2.1/2.2/2.3 with Ruby 2.6 (and 2.7) See merge request gitlab-org/gitlab!22570
-
Achilleas Pipinellis authored
Update documentation for DS MAVEN_CLI_OPTS See merge request gitlab-org/gitlab!22126
-
Igor Frenkel authored
-