Loading
Commits on Source 25
-
🤖 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 `main` branch of the https://gitlab.com/gitlab-org/frontend/design-system-pages project. 1. That new pipeline fetches the artifacts from step 2, and publishes them to design-system-pages-2b622b.gitlab.io, i.e., the Pages site of the https://gitlab.com/gitlab-org/frontend/design-system-pages project. Review apps are unaffected, and continue to be published under the same domain that the main Design System site is published under. In other words, these redirection shenanigans only happen in production. Why not rely on GitLab Pages `_redirects`? Because they do not support query parameters, which is what Storybook uses for stateful navigation. Why not embed Storybook within an iframe, avoiding the redirect? Because then the browser's address bar would not reflect the current Storybook URL as the user navigated around. This could be wired up, but doesn't seem worth the effort.
-
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>
-
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
-
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>
-
Chris Micek authored
-
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