Commits on Source 19
-
Marcel Amirault authored
We no longer capitalize experiment or beta, and we've updated the language in docs and pajamas, so this updates the language to match.
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Scott de Jonge authored
Remove `text.dark.tokens.stories.js` add stories to Dark in `text.tokens.stories.js`
-
🤖 GitLab Bot 🤖 authored
-
GitLab Bot authored
`npm` has multiple mechanisms to decide what ends up in a package. There is essentially an allow-list or a deny-list approach. We chose the allow-list approach with a `files` array inside package.json. This also means that `.npmignore` is not considered at all. This means that we currently expose all of our spec and storybook related files which we do not need in our distributed bundle. So let's remove them from our bundle.
-
Paul Gascou-Vaillancourt authored
This ensures that the control is always available, even in a Storybook test build.
-
Paul Gascou-Vaillancourt authored
It won't pass against a test build of Storybook, so we disable it for now.
-
Lukas Eipert authored
Because why not
-
Lukas Eipert authored
1. Store the _new_ screenshot as well and not just the diff. This means, we can simply copy paste a new screenshot over the old one. They are stored in `tests/__image_snapshots__/__received_output__` 2. New tests don't have a baseline screenshot, so the mechanism from 1. doesn't work for them. Given that we calculate the filenames of the screenshot file, we can simply smuggle in a template file, so that we always have a screenshot. 3. It is pretty tricky to know which screenshots to delete. With a sharded approach, we also would not run all screenshot tests at the same time, so we write out a file `__seen_snapshots_` which contains all the screenshots the current shard has utilized.
-
Lukas 'ai-pi' Eipert authored
test: run visual tests against built Storybook See merge request gitlab-org/gitlab-ui!4216 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
GitLab Bot authored
1. This reduces the storage needed for caching 2. It reduces uncached yarn install time by ~30 seconds 3. It reduces unpacking caches by ~10 seconds 4. It reduces `populate_npm_cache` cache by ~30 more seconds because we don't need to compress browsers. Downside: Potentially increases time of the integration test jobs.
-
GitLab Bot authored
Given we potentially want to move a job which updates screenshots based on the artifacts and that we now can scale visual screenshot tests horizontally, let's get rid of the minimal job.
-
Mark Florian authored
chore: Remove unneeded files from npm package See merge request gitlab-org/gitlab-ui!4227 Merged-by:
Mark Florian <mflorian@gitlab.com>
Approved-by:
Mark Florian <mflorian@gitlab.com>
Co-authored-by: GitLab Bot <leipert@gitlab.com>
-
Paul Gascou-Vaillancourt authored
ci: Do not download cypress binaries See merge request gitlab-org/gitlab-ui!4228 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
GitLab Bot <leipert@gitlab.com>
-
Paul Gascou-Vaillancourt authored
ci: Parallelize visual specs See merge request gitlab-org/gitlab-ui!4215 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Reviewed-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Lukas Eipert <leipert@gitlab.com>
-
Lukas 'ai-pi' Eipert authored
refactor: simplify text design token stories See merge request gitlab-org/gitlab-ui!4226 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com>
-
Lukas 'ai-pi' Eipert authored
Update language of experiment and beta badges See merge request gitlab-ui!4212 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Denys Mishunov <dmishunov@gitlab.com>
Approved-by: Lukas 'ai-pi' Eipert <leipert@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
semantic-release-bot authored
## [80.13.2](gitlab-ui@v80.13.1...v80.13.2) (2024-05-24) ### Bug Fixes * **GlExperimentBadge:** Update language of experiment badges ([82a33353](gitlab-ui@82a33353))