Loading
Commits on Source 25
-
Vanessa Otto authored
Files changed: - components/modal/modal.js
-
Mark Florian authored
This clarifies the purpose of GitLab integration merge requests: for drafting fixes only. Changes should be cherry-picked from there into the corresponding Renovate update MR. Part of #3269.
-
Mark Florian authored
The `ui:create_integration_merge_request` job now updates the originating MR's description with a link to the created merge request, and checks off the task list item. This is idempotent, as the update removes the marker that the script looks for. This is fine, since there's no reason for more than one integration merge request against GitLab.
-
Vanessa Otto authored
-
Lorenz van Herwaarden authored
-
Lorenz van Herwaarden authored
-
Vanessa Otto authored
Refactor makeProp() with standard Vue 2 syntax in BV modal See merge request !5829 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
Vanessa Otto authored
Remove attemptFocus, attemptBlur, and isEvent BSV utils from GlLink See merge request !5855 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Co-authored-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> -
Vanessa Otto authored
-
🤖 GitLab Bot 🤖 authored
-
Mark Florian authored
-
Lorenz van Herwaarden authored
Refactor makeProp() with standard Vue 2 syntax in a table helper See merge request !5857 Merged-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Co-authored-by: Vanessa Otto <votto@gitlab.com>
-
Vanessa Otto authored
Remove unnecessary abstraction over natively available Array.prototype.includes in sanitize-row, mixin-selectable, mixin-sorting, and mixin-tbody helpers
-
Lorenz van Herwaarden authored
-
Thomas Hutterer authored
Remove safeVueInstance BSV dependency from GlLink See merge request !5856 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Co-authored-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> -
Vanessa Otto authored
Replace arrayIncludes with native JS function in BVue table See merge request !5861 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com>
-
Scott de Jonge authored
Update integration MR guidance See merge request !5795 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Scott de Jonge authored
Update dependency prettier to v3.8.3 See merge request !5863 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Vanessa Otto authored
Update dependency cypress to v15.14.0 See merge request !5864 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Thomas Hutterer authored
Update dependency autoprefixer to v10.5.0 See merge request !5859 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Mark Florian authored
After !5720, if a tooltip directive used a delay modifier, (e.g., `v-gl-tooltip.d0`), then all tooltips in the page had their delay modified in the same way. The reason was that the default `TOOLTIP_DELAY` constant was mutable, and was being mutated. This makes it immutable, and creates copies where needed, which can be mutated. Related to gitlab-org/gitlab#595212.
-
Lorenz van Herwaarden authored
Fix delay modifier to only affect one tooltip See merge request !5866 Merged-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Approved-by: Vanessa Otto <votto@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
🤖 GitLab Bot 🤖 authored