- 09 Jan, 2020 37 commits
-
-
Heinrich Lee Yu authored
Speed up link generation for project_id and namespace_id params Closes #194144 See merge request gitlab-org/gitlab!22426
-
Rémy Coutable authored
Add types to the E2E style guide See merge request gitlab-org/gitlab!22453
-
Mark Lapierre authored
`_placeholder` refers to a temporary element that appears while content is loading. For example, the elements that are displayed instead of discussions while the discussions are being fetched. `_container` refers to an element that includes other elements, but might not include any visible content itself. E.g., an element that has a third-party editor inside it, but which isn't the editor itself and so doesn't include the editor's content. `_modal` refers to a popup modal dialog, e.g., a confirmation prompt.
-
Heinrich Lee Yu authored
Extract list_issues from Sentry::Client class See merge request gitlab-org/gitlab!22615
-
Adam Hegyi authored
Modify ActionDispatch::Journey::Formatter#missing_keys method to prevent rebuilding large regular expressions on each url generation call.
-
Jan Provaznik authored
Add remaining project services to usage ping See merge request gitlab-org/gitlab!21843
-
Kushal Pandya authored
Add "Show last" Threat Monitoring filter See merge request gitlab-org/gitlab!22487
-
Mark Florian authored
Part of [WAF statistics reporting][1]. This adds the "Show last" filter dropdown to the UI, allowing for statistics over different time ranges to be displayed. [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
Natalia Tepluhina authored
Remove incorrect localVue usage in ee/spec/frontend/dependencies Closes #195844 See merge request gitlab-org/gitlab!22616
-
Natalia Tepluhina authored
Remove incorrect localVue usage in spec/frontend/monitoring Closes #195867 See merge request gitlab-org/gitlab!22618
-
Natalia Tepluhina authored
Custom snowplow events for alerts Closes #36955 See merge request gitlab-org/gitlab!21963
-
Dhiraj Bodicherla authored
Added custom snowplow events for alert related user actions in monitoring dashboard
-
Natalia Tepluhina authored
Update maxIssueCount in boards store See merge request gitlab-org/gitlab!22540
-
Scott Stern authored
-
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
-
Vitali Tatarintev authored
-
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 3 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
-