An error occurred while loading commit signatures
- Oct 01, 2024
-
-
Elwyn Benson authored
- adds support for view context item content/details - clicking selected context item of type file/git will emit event to load additional data, and displays in new details modal - adds hook for syntax highlighting the content from consumer applications, in the same manner the chat highlighting is done
-
- Sep 30, 2024
-
-
Elwyn Benson authored
- adds support for new "local_git" category - includes "diff" and "commit" type items - improve handling of very long items (to support commit messages, commit hashes) - improve component rendering for new/unknown categories
-
- Sep 27, 2024
-
-
Paul Slaughter authored
chore(deps): update dependency @gitlab/svgs to v3.117.0 See merge request !4642 Merged-by:
Paul Slaughter <pslaughter@gitlab.com> Approved-by:
Paul Slaughter <pslaughter@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
- Sep 26, 2024
-
-
semantic-release-bot authored
## [94.4.1](v94.4.0...v94.4.1) (2024-09-26) ### Bug Fixes * **GlFormInput:** Set `noWheel` to `true` for number inputs ([a2186516](a2186516))
-
Payton Burdette authored
fix(GlFormInput): Set `noWheel` to `true` for number inputs See merge request !4483 Merged-by:
Payton Burdette <pburdette@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Payton Burdette <pburdette@gitlab.com> Co-authored-by:
Peter Hegman <phegman@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
semantic-release-bot authored
# [94.4.0](v94.3.0...v94.4.0) (2024-09-26) ### Features * Add vendored bootstrap@4.6.2 SCSS ([d0181d58](d0181d58))
-
Scott de Jonge authored
feat: Add vendored bootstrap@4.6.2 SCSS See merge request !4333 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Lukas Eipert <leipert@gitlab.com> Co-authored-by:
XhmikosR <xhmikosr@gmail.com> Co-authored-by:
Mark Otto <markdotto@gmail.com> Co-authored-by:
Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by:
Adrian Curtin <48138055+AdrianCurtin@users.noreply.github.com> Co-authored-by:
Wladyslaw Dudko <wladyslaw@jellinek.pl> Co-authored-by:
pricop <pricop2008@yahoo.com> Co-authored-by:
Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by:
Christian Oliff <christianoliff@pm.me> Co-authored-by:
k-utsumi <k-utsumi@users.noreply.github.com> Co-authored-by:
Mark Otto <markd.otto@gmail.com> Co-authored-by:
Wesley Haines <wes@weshaines.com> Co-authored-by:
Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Co-authored-by:
Adam Jones <jones_adam@rocketmail.com> Co-authored-by:
Martijn Cuppens <martijn.cuppens@gmail.com> Co-authored-by:
Alexandre Rosario <masserra.alex@gmail.com> Co-authored-by:
Gaël Poupard <gael.poupard@orange.com> Co-authored-by:
Catalin Zalog <c@zalog.ro>
-
- Sep 25, 2024
-
-
semantic-release-bot authored
# [94.3.0](v94.2.0...v94.3.0) (2024-09-25) ### Features * **DuoChat:** Remove bottom disclaimer ([52c95b5b](52c95b5b))
-
Paul Gascou-Vaillancourt authored
Merge branch '478310-refactor-duo-chat-disclaimer-into-empty-state-message-remove-bottom-disclaimer' into 'main' feat(DuoChat): Remove bottom disclaimer See merge request !4626 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Tiffany Chen <tichen@gitlab.com> Approved-by:
Taylor Vanderhelm <tvanderhelm@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
Peter Hegman authored
To prevent blur bug on normal inputs
-
Lukas Eipert authored
@gitlab/ui now ships it's own vendored version of bootstrap SCSS. In a future version of GitLab UI we will stop relying on the bootstrap peer dependency. This will then be marked as a breaking change. In order to prepare for the breaking change, please: 1. Make sure your locally installed bootstrap version matches 4.6.2 2. Scan your CSS / SCSS imports for imports of `bootstrap/scss/`. Adjust them to `@gitlab/ui/scr/vendor/bootstrap/scss`. As the vendored version exactly matches bootstrap@4.6.2, this should not result in any difference of your compiled CSS. 3. This is all which should prepare you for the breaking change. Once the breaking change lands: Unless you use the JavaScript bits of bootstrap, you can simply drop the bootstrap dependency.
-
Lukas Eipert authored
Remove unused directives and plugins (BootstrapVue) Closes #2857 and #2858 See merge request !4627 Merged-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Reviewed-by:
Lukas Eipert <leipert@gitlab.com> Co-authored-by:
Vanessa Otto <votto@gitlab.com>
-
Vanessa Otto authored
This directive came from the vendored BootstrapVue library, but was unused and is now deleted.
-
Lukas Eipert authored
-
semantic-release-bot authored
# [94.2.0](v94.1.1...v94.2.0) (2024-09-25) ### Bug Fixes * **GlFilteredSearchTerm:** remove background from input ([47a75e9e](47a75e9e)) ### Features * **DesignTokens:** add token and filtered-search design tokens ([dbc64cc5](dbc64cc5)) * **GlFilteredSearch:** update input background and border color ([3dcb7cd8](3dcb7cd8)) * **GlFilteredSearchToken:** use design tokens in GlFilteredSearchToken ([fbd61c0b](fbd61c0b)) * **GlToken:** use design tokens in GlToken ([ce31604c](ce31604c))
-
Jose Ivan Vargas authored
feat(GlToken): use design tokens in GlToken Closes #2735 See merge request !4578 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Reviewed-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com>
-
- Sep 24, 2024
-
-
Scott de Jonge authored
-
-
Scott de Jonge authored
-
Scott de Jonge authored
Update GlFilteredSearchToken to use design tokens
-
Scott de Jonge authored
Remove gl-token-close button custom styles
-
Scott de Jonge authored
Generate design token output
-
semantic-release-bot authored
## [94.1.1](v94.1.0...v94.1.1) (2024-09-24) ### Bug Fixes * update `gl-focus` Tailwind util definition ([6bb09876](6bb09876))
-
Savas Vedova authored
refactor: migrate border-radius mixins to Tailwind See merge request !4631 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
semantic-release-bot authored
# [94.1.0](v94.0.1...v94.1.0) (2024-09-24) ### Features * **Elevation:** Clearer defined and more refined shadows ([635b4168](635b4168)) * **GlToast:** Add shadow to communicate elevation ([942ab0f7](942ab0f7)) * **GlTooltip:** Add shadow to communicate elevation ([bf53d96c](bf53d96c))
-
Jose Ivan Vargas authored
Update shadows to spec, and add to toast and tooltip. See merge request !4628 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Jannik Lehmann <jlehmann@gitlab.com> Approved-by:
Ian Gloude <igloude@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Austin Regnery <aregnery@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
danmh <dmizzi-harris@gitlab.com>
-
semantic-release-bot authored
## [94.0.1](v94.0.0...v94.0.1) (2024-09-24) ### Bug Fixes * add animated icons to src/index.js ([f73e078b](f73e078b))
-
Paul Gascou-Vaillancourt authored
fix: add animated icons to src/index.js See merge request !4633 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Julia Miocene <jmiocene@gitlab.com>
-
Julia Miocene authored
-
Paul Gascou-Vaillancourt authored
The legacy mixin `gl-focus` had been updated without reflecting the changes on the Tailwind preset. This updates the preset accordingly.
-
Paul Gascou-Vaillancourt authored
Migrates `gl-focus` utility mixin usages to Tailwind's `@apply`.
-
Paul Gascou-Vaillancourt authored
Migrates overflow utility mixins to Tailwind's `@apply`.
-
Paul Gascou-Vaillancourt authored
Migrates `gl-rounded-*` mixins to Tailwind's `@apply`.
-
Savas Vedova authored
refactor: migrate color/text mixins to Tailwind See merge request !4630 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
Enrique Alcántara authored
chore(deps): update playwright to v1.47.2 See merge request !4629 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>
-
- Sep 23, 2024
-
-
Paul Gascou-Vaillancourt authored
Migrates `@include` directives that apply text color, text alignment and background color to Tailwind's `@apply`.
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Dan MH authored
-