Loading
Commits on Source 52
-
-
Pedro Moreira da Silva authored
Update feature management badge examples See merge request !5382 Merged-by:
Pedro Moreira da Silva <hi@pedroms.com> Approved-by:
Pedro Moreira da Silva <hi@pedroms.com> Reviewed-by:
Pedro Moreira da Silva <hi@pedroms.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Dan MH <dmizzi-harris@gitlab.com>
-
-
Dan MH authored
Fix Broken Figma Link to SSOT See merge request !5393 Merged-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Tim Noah <tnoah@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Emily Bauman <ebauman@gitlab.com>
-
-
Mark Florian authored
Include changeset for icon update See merge request !5398 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
jeldergl <jelder@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Scott de Jonge authored
Update dependency prettier to v3.7.3 See merge request !5399 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>
-
Mark Florian authored
-
Mark Florian authored
This rewrites the build_duo_ui.mjs script to be reusable for arbitrary projects/pipelines.
-
-
Chris Micek authored
Add Agents and Flows pattern documentation See merge request !5311 Merged-by:
Chris Micek <cmicek@gitlab.com>
Approved-by: Michael Moyers <mmoyers@gitlab.com> Approved-by:
Jacki Bauer <jbauer@gitlab.com> Approved-by:
Chris Micek <cmicek@gitlab.com>
Co-authored-by: Emily Bauman <ebauman@gitlab.com> Co-authored-by:
Jacki Bauer <jbauer@gitlab.com> Co-authored-by:
Michael Moyers <mmoyers@gitlab.com>
-
Paul Gascou-Vaillancourt authored
Extract reusable trigger_pipeline.mjs script See merge request !5402 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
Scott de Jonge authored
Update dependency prettier-plugin-tailwindcss to ^0.7.2 See merge request !5410 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>
-
Mark Florian authored
Storybook will no longer be published directly under the design.gitlab.com domain in production. Instead, it'll be published under design-system-pages-2b622b.gitlab.io, via the https://gitlab.com/gitlab-org/frontend/design-system-pages project. Here's how it works: 1. A pipeline on the `main` branch of this project runs, e.g., after a merge request merges. 1. The `ui:build_storybook` and `ui:build_storybook_vue3` jobs run, and expose artifacts containing the built Storybook applications for Vue 2 and Vue 3 (`@vue/compat`). 1. The `ui:pages_storybook_redirect` and `ui:pages_storybook_vue3_redirect` jobs run, which publish stub HTML files to https://design.gitlab.com/storybook/index.html and https://design.gitlab.com/storybook-vue3/index.html, which redirect the user to the alternate domain, design-system-pages-2b622b.gitlab.io, with query parameters intact. 1. The `ui:trigger_design_system_pages` job runs, triggering a pipeline on the...
-
Mark Florian authored
-
Mark Florian authored
-
Replace gitlab-org.gitlab.io/gitlab-svgs with design.gitlab.com URLs for icons and illustrations.
-
Mark Florian authored
Update SVG links to design.gitlab.com URLs See merge request !5407 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Austin Regnery <aregnery@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com>
Co-authored-by: Dan MH <dmizzi-harris@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Mark Florian authored
Publish Storybook via child pipeline See merge request !5403 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: Thomas Hutterer <thutterer@gitlab.com>
-
Mark Florian authored
-
🤖 GitLab Bot 🤖 authored
-
Mark Florian authored
The previous approach fetched the [artifacts by reference name][1], which: > Download[s] a job’s artifacts archive from the latest successful > pipeline using the reference name. This means that it would always fail, since the parent pipeline wouldn't yet have completed by the time the child pipeline is triggered. The fix will be to download from the specific job (by id) directly. See gitlab-org/frontend/design-system-pages!1 for the corresponding change in the child project. [1]: https://docs.gitlab.com/api/job_artifacts/#download-job-artifacts-by-reference-name
-
Thomas Hutterer authored
Fix Storybook publishing See merge request !5419 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
Chad Lavimoniere authored
- Update structure diagram for GlPagination - Add separate structure diagram for GlKeysetPagination - Clarify what spacing unit is being referenced in the Appearance subsection - Update outdated "Prev" to "Previous" in Keyset pagination subsection
-
Jeremy Elder authored
-
Dan MH authored
Update Pagination docs See merge request !5416 Merged-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
Mark Florian authored
It turns out that you cannot publish files that are not a subpath of project directory. Unfortunately, the job still [passes][1], which is why this wasn't caught earlier. [1]: gitlab-org/gitlab#22711
-
Chris Micek authored
-
Mark Florian authored
We were seeing some flakiness in !5403 (comment 2938946786), where Cypress was failing to start, with this error: ``` Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory ``` Maybe this is fixed in newer images? There is https://github.com/cypress-io/cypress/issues/32290, but that only affects versions of Cypress around v15, and we were still on v14.5.4. Now that we're on v15.7.1, let's try bumping the image anyway and see what happens.
-
Chris Micek authored
Edit CODEOWNERS for icons and illustrations and animations See merge request !5422 Merged-by:
Chris Micek <cmicek@gitlab.com>
Approved-by: Jeremy Elder <jelder@gitlab.com>
-
Chris Micek authored
Adds gitlab-credits icon See merge request !5420 Merged-by:
Chris Micek <cmicek@gitlab.com>
Approved-by: Tim Noah <tnoah@gitlab.com> Approved-by:
Emily Sybrant <esybrant@gitlab.com> Approved-by:
Chris Micek <cmicek@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
jeldergl <jelder@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Scott de Jonge authored
Fix Storybook redirects See merge request !5421 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
Mark Florian authored
Update dependency cypress to v15 See merge request gitlab-org/gitlab-services/design.gitlab.com!5418 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Mark Florian authored
The [`pages:publish`](https://docs.gitlab.com/ci/yaml/#pagespublish) CI configuration value must be: > A path to a directory containing the Pages content. So, let's publish the containing directory rather than just the file. Hopefully this will fix the Storybook deployments once and for all.
-
Points all links to pages site to the SVG viewer on design.gitlab.com
-
Mark Florian authored
Update SVGs URL See merge request gitlab-org/gitlab-services/design.gitlab.com!5395 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Jeremy Elder <jelder@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com>
Co-authored-by:
Nick Leonard <nleonard@gitlab.com> -
Thomas Hutterer authored
Fix Storybook redirects See merge request !5426 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com> -
Paul Gascou-Vaillancourt authored
Update dependency prettier to v3.7.4 See merge request !5417 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
-
Scott de Jonge authored
-
Scott de Jonge authored
Update dependency markdownlint-cli2 to ^0.20.0 See merge request !5429 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>
-
Dan MH authored
-
Dan MH authored
Make absolute icon and illustration links relative See merge request !5424 Merged-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Jeremy Elder <jelder@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com>
Approved-by: Austin Regnery <aregnery@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> -
Scott de Jonge authored
In order to align with updated Figma import/export modes design token `$extensions` metadata rename design token `com.figma.scope` property to `com.figma.scopes`.
-
Scott de Jonge authored
-
Thomas Hutterer authored
Rename design token com.figma.scope property to com.figma.scopes See merge request !5432 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com>
-
🤖 GitLab Bot 🤖 authored