Loading
Commits on Source 53
-
🤖 GitLab Bot 🤖 authored
-
Savas Vedova authored
Update dependency postcss to v8.5.14 See merge request !5939 Merged-by:
Savas Vedova <svedova@gitlab.com>
Approved-by:
Savas Vedova <svedova@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Lorenz van Herwaarden authored
-
Lorenz van Herwaarden authored
-
Dan MH authored
-
Paul Gascou-Vaillancourt authored
Add AllVariants screenshot test for toggle component See merge request !5941 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
Dan MH <dmizzi-harris@gitlab.com>
-
Peter Hegman authored
Remove isEvent BSV util in GlButton See merge request !5940 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
Savas Vedova authored
Update dependency @babel/preset-env to v7.29.5 See merge request !5944 Merged-by:
Savas Vedova <svedova@gitlab.com>
Approved-by:
Savas Vedova <svedova@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Chad Lavimoniere authored
-
Jeremy Elder authored
-
Scott de Jonge authored
Generalize example content See merge request !5938 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
jeldergl <jelder@gitlab.com>
-
Scott de Jonge authored
Add local Claude settings to gitignore file See merge request !5945 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Lorenz van Herwaarden authored
Update dependency @jest/test-sequencer to v30.4.0 See merge request !5948 Merged-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Vanessa Otto authored
-
🤖 GitLab Bot 🤖 authored
-
Thomas Hutterer authored
Update dependency @jest/test-sequencer to v30.4.1 See merge request !5952 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Paul Gascou-Vaillancourt authored
Update dependency @gitlab/eslint-plugin to v21.4.0 See merge request !5947 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Vanessa Otto <votto@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Lorenz van Herwaarden authored
-
Vanessa Otto authored
Add migrate-bsv skill for Bootstrap Vue migrations See merge request !5879 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
Vanessa Otto <votto@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> -
Peter Hegman authored
To enforce all the Tailwind ESLint rules
-
Mark Florian authored
The job has been broken since the move to the monorepo. There's no point running it at all, so just delete it and related code. Eventually, we might reimplement it: #3026
-
Mark Florian authored
Previously, merge request pipelines where `main` was the source branch would run jobs only meant to be run in branch pipelines on the default branch. This meant that the merge request incorrectly deployed to production Pages, for example. The reason is that `CI_COMMIT_REF_NAME` is `main` in that case, so `$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH` evaluates to true. So, we add an explicit check for merge request pipelines as well. See !5956 as an example of this.
-
Thomas Hutterer authored
Do not run default branch jobs in MR pipelines See merge request !5957 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
Mark Florian authored
The changelog script picked the first MR returned by the GitLab API for a given commit SHA. When another MR's branch was rebased on main, the API could return that unrelated MR first. This filters the API response to only match MRs that target main and whose squash_commit_sha or merge_commit_sha matches the commit that introduced the changeset (as determined by `@changesets/git`). See gitlab-org/gitlab!234775 (comment 3319701503) for an example of this and resulting discussion.
-
Mark Florian authored
See previous commit.
-
Mark Florian authored
-
Oleksandr Pysaryuk authored
-
Vanessa Otto authored
Docs: add note on translatePlural plural rules and language support See merge request !5943 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Reviewed-by:
Vanessa Otto <votto@gitlab.com> Co-authored-by:
Oleksandr Pysaryuk <opysaryuk@gitlab.com>
-
Peter Hegman authored
Enable @gitlab/tailwind ESLint plugin See merge request !5954 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com>
-
Scott de Jonge authored
Improve changeset/MR association See merge request !5959 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
Mark Florian authored
The process was: 0. Wait for gitlab-org/gitlab!235765 to merge. 1. Run `scripts/update_hybrid_vue_compat_patches.mjs` 2. Manually make the change in packages/gitlab-ui/package.json 3. Run `yarn && npx yarn-deduplicate@6.0.2 --strategy=fewer yarn.lock && yarn`
-
🤖 GitLab Bot 🤖 authored
-
Mark Florian authored
Upgrade hybrid Vue to 3.5.34 See merge request !5961 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Scott de Jonge <sdejonge@gitlab.com>
-
Paul Gascou-Vaillancourt authored
Update Playwright to v1.60.0 See merge request !5962 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Jeremy Elder authored
-
Scott de Jonge authored
Resolve "Create 19.0 UIK release notes" See merge request !5965 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Adam Ferch <aferch@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Jeremy Elder <jelder@gitlab.com>
-
Jeremy Elder authored
-
Adam Ferch authored
19.0 UIK backup See merge request !5964 Merged-by:
Adam Ferch <aferch@gitlab.com> Approved-by:
Adam Ferch <aferch@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Jeremy Elder <jelder@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Lorenz van Herwaarden authored
Update dependency @figma/code-connect to ^1.4.5 See merge request !5970 Merged-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Savas Vedova authored
Update dependency cypress to v15.15.0 See merge request !5967 Merged-by:
Savas Vedova <svedova@gitlab.com>
Approved-by:
Savas Vedova <svedova@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Vanessa Otto authored
Update dependency node to v22.22.3 See merge request !5972 Merged-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Enrique Alcántara authored
Update dependency jackspeak to v2.3.6 See merge request gitlab-org/gitlab-services/design.gitlab.com!5313 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com>
Approved-by:
Enrique Alcántara <ealcantara@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Adam Ferch authored
Switches GlButton's disabled state to render with aria-disabled="true" instead of the native disabled attribute. Buttons stay focusable and are announced by screen readers as inactive, while click handlers continue to no-op. Visual appearance and public API are unchanged. Mirrors the pattern established for accessibleLoading in !4979 and !5526. Adds accessibleDisabledButton config flag and accessibleDisabled prop on GlButton so consumers can opt in per-instance during rollout. Closes https://gitlab.com/gitlab-org/gitlab-services/design.gitlab.com/-/issues/3466
-
Mark Florian authored
Add prop to keep GlButton accessible when disabled See merge request !5912 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Trevor Pierce <tpierce@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
Trevor Pierce <tpierce@gitlab.com> Co-authored-by:
aferch <aferch@gitlab.com>
-
🤖 GitLab Bot 🤖 authored