- 29 Mar, 2019 32 commits
-
-
Filipa Lacerda authored
Set gon.ee in Jest (EE-port) Closes gitlab-ce#59634 See merge request gitlab-org/gitlab-ee!10481
-
GitLab Bot authored
-
Lin Jen-Shin authored
Include pod log usage in the usage ping Closes gitlab-ce#56615 See merge request gitlab-org/gitlab-ee!10370
-
Filipa Lacerda authored
Backport scss-lint config from EE See merge request gitlab-org/gitlab-ce!26711
-
GitLab Bot authored
-
Filipa Lacerda authored
Adds EE validators to CE file See merge request gitlab-org/gitlab-ce!26736
-
Sarah Groff Hennigh-Palermo authored
-
GitLab Bot authored
-
Phil Hughes authored
Copy missing helpers from Karma to Jest See merge request gitlab-org/gitlab-ce!26729
-
Phil Hughes authored
Merge branch '10601-merge-request-creation-from-fork-fails-due-to-approval-rule-sourcing' into 'master' Resolve "Merge Request creation from fork fails due to approval rule sourcing" Closes #10601 See merge request gitlab-org/gitlab-ee!10474
-
Paul Slaughter authored
**Why?** The merge request should respect the approval rules of the target project, not the source project.
-
Phil Hughes authored
Removes duplicated CSS for EE See merge request gitlab-org/gitlab-ee!10486
-
Phil Hughes authored
Add requested resources to cluster health - ce port See merge request gitlab-org/gitlab-ce!26326
-
Tristan Read authored
-
Phil Hughes authored
Add metrics for requested cluster memory and cpu resources Closes #10399 See merge request gitlab-org/gitlab-ee!10428
-
Reuben Pereira authored
Reorders the chart queries Adds line thickness
-
Tim Zallmann authored
Add full feature dropdowns to GSD Closes #9253 See merge request gitlab-org/gitlab-ee!10138
-
GitLab Bot authored
-
Evan Read authored
README.md: fix URL to CI Lint See merge request gitlab-org/gitlab-ce!26580
-
Mark Florian authored
GitLab adopted @gitlab/ui^3.0.0 during the lifetime of this branch. The breaking change introduced the GlSearchBoxByType and GlSearchBoxByClick components, and removed the GlSearchBox.
-
Mark Florian authored
-
Mark Florian authored
What this (and the previous) approach aims to achieve is *not* to show a scrollbar in the severity filter dropdown. It's a fixed list of severities, and inside a `dropdown-content`, the dropdown items are only *just* tall enough to be taller than the max-height of `dropdown-content`, making it render with a scrollbar, looking terrible. The report type filter dropdown is also a fixed list of only four items, so also doesn't need an internal scrollbar. The projects filter dropdown, however, is not a fixed list, and requires the internal scrollbar provided by `dropdown-content`.
-
Mark Florian authored
It takes options objects (id/name key/value pairs), not `Map`s.
-
Mark Florian authored
This approach gives us two things: 1. Exact strings are verified, rather than more loosely checking for a substring 2. Should the string change in future, these tests no longer have to change. The purpose of them is to verify that some constant is returned, but they don't care what that constant actually contains.
-
Mark Florian authored
Previously the `|| null` was ensuring that the return type of the helper function was `HTMLElement | null`, rather than `HTMLElement | null | undefined`, which allowed the tests to check against just `null`. Instead of documenting that oddness, this just changes the tests to expect an HTMLElement (or not), removing the need to avoid `undefined`.
-
Mark Florian authored
-
Mark Florian authored
-
Mark Florian authored
-
Mark Florian authored
-
Mark Florian authored
Each dropdown now: - stays open as items in it are checked/unchecked - has a header and close button - shows a search box when there are many items in it - use a more specific name for the "All" filter; e.g., "All severities"
-
GitLab Bot authored
-
Mike Lewis authored
Docs: Update CI/CD intro - workflow illustration Closes #59108 See merge request gitlab-org/gitlab-ce!26733
-
- 28 Mar, 2019 8 commits
-
-
GitLab Bot authored
-
Mike Greiling authored
Truncate long tags in runners table See merge request gitlab-org/gitlab-ce!26666
-
Sarah Groff Hennigh-Palermo authored
-
Mike Greiling authored
Move some EE-specific Karma tests to Jest See merge request gitlab-org/gitlab-ee!10463
-
Clement Ho authored
Add DAST as filter option in the Group Security Dashboard Closes #8483 See merge request gitlab-org/gitlab-ee!10271
-
Winnie Hellmann authored
Copy missing helpers from Karma to Jest
-
GitLab Bot authored
-
Lin Jen-Shin authored
[CE] Reduce diff with EE in `spec/helpers` Closes gitlab-ee#10143 See merge request gitlab-org/gitlab-ce!26706
-