- 18 Feb, 2020 40 commits
-
-
Stan Hu authored
Fix a log schema inconsistency Closes gitlab-com/gl-infra/infrastructure#8931 See merge request gitlab-org/gitlab!25419
-
Shinya Maeda authored
Add epic changed status email missing specs See merge request gitlab-org/gitlab!24902
-
Craig Furman authored
In JiraService, some structured logs for errors were sent with a Hash in the error key, and some with a String. This frustrates Elasticsearch, which is commonly used to store structured logs, causing it to have to drop logs from one instance or the other due to the type mismatch.
-
Nick Thomas authored
Store lsif ci artifact as gzip See merge request gitlab-org/gitlab!25412
-
Rémy Coutable authored
Merge branch '206937-flaky-spec-spec-features-snippets-user_creates_snippet_spec-rb-66' into 'master' Resolve "Flaky spec: spec/features/snippets/user_creates_snippet_spec.rb:66" Closes #206937 See merge request gitlab-org/gitlab!25408
-
Sean McGivern authored
Improve reference pattern with word boundary See merge request gitlab-org/gitlab!25266
-
Nick Thomas authored
Handle missing MergeRequestDiff gracefully See merge request gitlab-org/gitlab!24559
-
Imre Farkas authored
Disable self-approval at the Instance level - Fix approvals filtering Closes #39060 See merge request gitlab-org/gitlab!25385
-
Gosia Ksionek authored
-
Alessio Caiazza authored
Upgrade pages to 1.16.0 See merge request gitlab-org/gitlab!25238
-
Heinrich Lee Yu authored
Drop signatures in email replies See merge request gitlab-org/gitlab!25389
-
Arturo Herrero authored
The regex (?<issue>\d+\b) is used in several places and here we are abstracting into a common reference.
-
Arturo Herrero authored
This is a follow-up from 08908856 to improve the reference pattern. Match: EXT-123 Not match: EXT-123A
-
Igor Drozdov authored
-
Bob Van Landuyt authored
Documentation: Clarify usage for event tracking and instrumentation See merge request gitlab-org/gitlab!25410
-
Diego Louzán authored
Since signature validation is not performed in incoming emails, it's cleaner to just remove them from the mail attachments before uploading them. This removes noisy email signature objects included as attachments in comments.
-
Phil Hughes authored
Recover hidden cycle analytics stages See merge request gitlab-org/gitlab!25309
-
Ezekiel Kigbo authored
Adds additional getters for getting active stages or hidden stages.
-
Phil Hughes authored
Replace underscore with lodash in the jobs components Closes #196639 See merge request gitlab-org/gitlab!25064
-
Marcel Amirault authored
Describe resource_group can use env variables See merge request gitlab-org/gitlab!22411
-
Natalia Tepluhina authored
Resolve "Reinstate "Update to eslint 6"" Closes #202194 See merge request gitlab-org/gitlab!24620
-
Paul Gascou-Vaillancourt authored
This updates eslint and related plugins to the next major version so that we can make use of new features.
-
Natalia Tepluhina authored
Container Registry vue router breadcrumb See merge request gitlab-org/gitlab!23155
-
Nicolò Maria Mezzopera authored
- component - init function - group page - project page
-
Marcel Amirault authored
Adding directions on how to connect to gdk db with vscode See merge request gitlab-org/gitlab!25083
-
Craig Gomes authored
-
Natalia Tepluhina authored
Fix broken chart: Options for axis are extended correctly in the time series Closes #207070 See merge request gitlab-org/gitlab!25399
-
Bob Van Landuyt authored
Allow to update issuable health status on GraphQL See merge request gitlab-org/gitlab!24520
-
Natalia Tepluhina authored
Add security dashboard vulnerability state dropdown See merge request gitlab-org/gitlab!22823
-
David Kim authored
-
Mark Lapierre authored
Issue a gitlab-ctl stop before replicating DB See merge request gitlab-org/gitlab!25395
-
Marcel Amirault authored
Documentation for adding custom collapsible sections to job logs. For #31481 Closes #31481 See merge request gitlab-org/gitlab!24468
-
Shinya Maeda authored
-
Heinrich Lee Yu authored
Define counter for #truncated? Closes #204891 See merge request gitlab-org/gitlab!25390
-
Heinrich Lee Yu authored
Prevents flaky tests
-
Miguel Rincon authored
Upper component should be able to pass options to the time series without destroying the structure of original options. This change added the xAxis and yAxis configuration to the options without replacing them completly, similarly to the series.
-
Ramya Authappan authored
Update new snippet elements Closes #205511 See merge request gitlab-org/gitlab!25210
-
Mark Lapierre authored
The UI was changed so we need to update the page object. Part of the UI is rendered using `_zen.html.haml` based on parameters defined in `_form.html.haml`, so the element `description_field` is actually defined by the selector in `_form.html.haml` AND the code added to `_zen.html.haml`. So we needed a fake 'element' to allow the sanity check to verify that the code added to `_zen.html.haml` isn't changed Removes the test from quarantine because the cause was clear and the failures were consistent. See https://gitlab.com/gitlab-org/gitlab/issues/205511
-
David Kim authored
We currently have quite a few MergeRequests without any associated MergeRequestDiffs which is not ideal, but there seems to be no simple way to work around this other than falling back to returning an empty MergeRequestDiff.
-
Martin Wortschack authored
Merge branch '204817-refactor-the-naming-convention-and-usage-of-web-ide-left-pane-related-constants' into 'master' Refactor naming and usage of Web IDE left-pane related constants Closes #204817 See merge request gitlab-org/gitlab!25082
-