- 05 Aug, 2020 40 commits
-
-
Lukas Eipert authored
With our new Chrome workaround we might render outdated icons in vue. By adding a key, we can ensure that the icon component is re-rendered if the icon that is supposed to be rendered changes.
-
Lukas Eipert authored
Instead of svg4everybody we use a custom more performant solution. Unfortunately svg4everybody had a big performance impact on pages with a lot of icons: https://gitlab.com/gitlab-org/quality/performance/-/issues/312 We load our sprite icons with JS and add them to the body. Then we iterate over all the `use` elements and replace their reference to that svg which we added internally. In order to avoid id conflicts, those are renamed with a unique prefix. We do that once the DOMContentLoaded fired and otherwise we use a mutation observer to re-trigger this logic. In order to not have a big impact on performance or to cause flickering of of content, 1. we only do it for each svg once 2. we debounce the event handler and just do it in a requestIdleCallback
-
Mike Jang authored
Docs: update code reviews guidelines See merge request gitlab-org/gitlab!38553
-
Angelo Gulina authored
-
Michael Kozono authored
Geo - Remove Geo::Fdw::GeoNode model See merge request gitlab-org/gitlab!38617
-
Nick Gaskill authored
Add iteration quick action example See merge request gitlab-org/gitlab!37967
-
Jarka Košanová authored
Remove lfs_check feature flag Closes #233550 See merge request gitlab-org/gitlab!38677
-
Douglas Barbosa Alexandre authored
Update gRPC v1.30.2 and google-protobuf to 3.12.4 See merge request gitlab-org/gitlab!38430
-
Markus Koller authored
Upgrade to Git v2.28.0 See merge request gitlab-org/gitlab!38152
-
Robert Speicher authored
Updates security templates to mention edge cases See merge request gitlab-org/gitlab!38708
-
Douglas Barbosa Alexandre authored
Avoid writing empty stage variable See merge request gitlab-org/gitlab!38631
-
Douglas Barbosa Alexandre authored
Since GitLab 13.2 we don't rely on FDW query/models
-
Douglas Barbosa Alexandre authored
Since GitLab 13.2 we don't rely on FDW query/models
-
Douglas Barbosa Alexandre authored
Since GitLab 13.2 we don't rely on FDW query/models
-
Douglas Barbosa Alexandre authored
Since GitLab 13.2 we don't rely on FDW query/models
-
Douglas Barbosa Alexandre authored
Since GitLab 13.2 we don't rely on FDW query/models
-
Igor Drozdov authored
Add internal api for getting personal access tokens from gitlab-shell See merge request gitlab-org/gitlab!36302
-
Dan Davison authored
Re-add data-qa selector Closes #229724 See merge request gitlab-org/gitlab!38055
-
Sarah Groff Hennigh-Palermo authored
-
Michael Kozono authored
Remove FDW related code for project/wikis Closes #223249 See merge request gitlab-org/gitlab!38417
-
Dan Davison authored
Fix duplicate button issue in monitor core spec See merge request gitlab-org/gitlab!38482
-
Mayra Cabrera authored
* Renames 'Security Release' template to 'Security Release Tracking Issue' * Remove unnecessary section from the Security Release Tracking Issue (such as QA) * Add an item to the 'Security Developer Workflow' to specify issues with less than 4 MR associated need to be notified to Release Managers
-
Robert Speicher authored
Optimise ExtractsRef when there is no slash See merge request gitlab-org/gitlab!38343
-
Jarka Košanová authored
Adds urls to package presenter See merge request gitlab-org/gitlab!38518
-
Enrique Alcántara authored
Add metrics dashboard templates for the standard selector See merge request gitlab-org/gitlab!37519
-
Amy Qualls authored
Revise the Status Page doc for tone and style See merge request gitlab-org/gitlab!37864
-
Amy Qualls authored
Start revising the Status Page documentation for tone, style, and completeness.
-
Craig Norris authored
Add metadata to more Configure pages Closes #233532 See merge request gitlab-org/gitlab!38702
-
Enrique Alcántara authored
Replace deprecated button Closes #219901 See merge request gitlab-org/gitlab!38668
-
-
Amy Qualls authored
The Configure team has taken ownership of a few more pages, so this MR adds metadata to them.
-
Sean McGivern authored
[RUN AS-IF-FOSS] Resolve Style/NumericPredicate Cop exceptions in lib See merge request gitlab-org/gitlab!38333
-
Stan Hu authored
Add relative positioning on designs See merge request gitlab-org/gitlab!37835
-
Jose Vargas authored
This adds the metrics dashboard templates to the file template selector in the standard editor from the repository view
-
Sean McGivern authored
Show only root namespaces for subscriptions See merge request gitlab-org/gitlab!38481
-
Natalia Tepluhina authored
Change query to request incidents by issue type See merge request gitlab-org/gitlab!38503
-
Sean McGivern authored
Enable similarity search feature flags by default Closes #221043 See merge request gitlab-org/gitlab!38675
-
Olena Horal-Koretska authored
Hide health status labels for closed issues on epics tree See merge request gitlab-org/gitlab!37561
-
Eulyeon Ko authored
Show health status only for open issues Update the mock data as well Update the doc Update the spec Replace more utility classes Update the display condition for epics Use parameterized tests in the spec Update the mock data Apply 1 suggestion(s) to 1 file(s)
-
Bob Van Landuyt authored
Add ability to query DAST scanner profiles See merge request gitlab-org/gitlab!38126
-