- 27 Jan, 2021 40 commits
-
-
Mark Florian authored
-
Mark Florian authored
The existing violations of the @gitlab/no-runtime-template-compiler rule fall into a few different categories: - True violations - Explicit `template` options in Vue component definitions - Implicit violations by relying on the mounting element to contain the template, generated by the backend - False violations - Instantiating a Vue SFC by spreading it into `new Vue`, e.g.: `new Vue({ el, ...SomeVueSFC });` - EE components which use `extends` of a CE component, which itself correctly uses an ahead-of-time compiled template - Pretty much any file that defines a global Vue mixin The more straight-forward true violations have been fixed and verified as working, although there doesn't seem to be existing unit tests for them. The aren't many examples of false violations in the codebase, though it's feasible that the lint rule could be improved to not report these in future. The rule is disabled entirely for specs, since in that context, having a runtime template compiler can be useful. Addresses https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/24, part of https://gitlab.com/groups/gitlab-org/-/epics/5142.
-
GitLab Bot authored
-
Peter Leitzen authored
Fix regression with old wiki image uploads See merge request gitlab-org/gitlab!52656
-
Phil Hughes authored
Remove the huge bottom margin for "expand file" button See merge request gitlab-org/gitlab!51802
-
Yogi authored
-
Nicolò Maria Mezzopera authored
Fix incorrect tooltip when drag comments enabled See merge request gitlab-org/gitlab!52595
-
Imre Farkas authored
Add `namespaces` to wide tables See merge request gitlab-org/gitlab!52153
-
Mikołaj Wawrzyniak authored
Support GitLab FOSS for Gitpod See merge request gitlab-org/gitlab!51790
-
Mikołaj Wawrzyniak authored
Support GitLab FOSS for Gitpod See merge request gitlab-org/gitlab!51790
-
Illya Klymov authored
OKR: Improve CI/CD/General pipelines settings-related UI text See merge request gitlab-org/gitlab!51806
-
Marcel Amirault authored
Simplify settings text as part of OKR work. Reorders the settings to make settings easier to read, adds one more docs link, and moves coverage regex examples into the docs.
-
Ash McKenzie authored
-
Illya Klymov authored
Convert Approval Rules to use GlAccordion See merge request gitlab-org/gitlab!52031
-
Francisco Javier López authored
-
Fabio Pitino authored
Fix pipeline status See merge request gitlab-org/gitlab!52192
-
Cong Chen authored
-
Marcel Amirault authored
Add flutter test example to docs See merge request gitlab-org/gitlab!50076
-
Silvester Wainaina authored
-
Natalia Tepluhina authored
Feat(EoA Bronze Plan Banner): add banner See merge request gitlab-org/gitlab!52607
-
Michael Lunøe authored
Add test coverage for `#eoa_date` and organize `#should_show_eoa_banner`-method better
-
charlie ablett authored
Improve the performance of MR analytics page (charts) See merge request gitlab-org/gitlab!52113
-
Ash McKenzie authored
Install Lefthook in GitPod See merge request gitlab-org/gitlab!52489
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Adam Hegyi authored
- Minor stylistics changes. - Also use the MetricsFinder when totalTimeToMerge is requested
-
Adam Hegyi authored
- Setup associations - Minor stylistics changes
-
Adam Hegyi authored
This change adds a feature flag which alters the COUNT query to only access the merge_request_metrics table. This happens when loading the data in the project level merge request analytics page.
-
charlie ablett authored
Refactor SpamActionService and its usage See merge request gitlab-org/gitlab!51840
-
Kushal Pandya authored
Fixes diff discussions not rendering on the correct side See merge request gitlab-org/gitlab!52579
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/300006
-
Shinya Maeda authored
Merge branch '36046-extract-pages-domain-specs-from-pages_spec-and-pages_letsencryp_spec-feature-specs' into 'master' Refactor pages feature specs See merge request gitlab-org/gitlab!50649
-
Mark Lapierre authored
Add e2e test for custom issue templates See merge request gitlab-org/gitlab!52256
-
Stan Hu authored
Increase splay of Puma worker restarts See merge request gitlab-org/gitlab!52079
-
Mark Lapierre authored
Add testcase association to pages_pipeline_spec.rb See merge request gitlab-org/gitlab!52343
-
Simon Knox authored
Improve accessibility of gray color CI status icons See merge request gitlab-org/gitlab!52356
-
Evan Read authored
Update Jira process with style updates See merge request gitlab-org/gitlab!52422
-
Craig Norris authored
Updated process with Atlassian info.
-
Evan Read authored
Bronze and Starter references in documentation See merge request gitlab-org/gitlab!52638
-
Amy Qualls authored
Fixes mentions of Bronze and Starter in the Monitor and Configure docs
-
Evan Read authored
Docs: Clarify strong consistency's availability in Gitaly/Praefect See merge request gitlab-org/gitlab!52560
-