Skip to content

fix: unable to insert todo list via slash menu (#5980) #4

fix: unable to insert todo list via slash menu (#5980)

fix: unable to insert todo list via slash menu (#5980) #4

Triggered via push August 16, 2024 13:35
Status Failure
Total duration 26s
Artifacts

commit_lint.yml

on: push
commitlint
15s
commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
commitlint
You have commit messages with errors ⧗ input: CI: use self-hosted runner if developer can create a branch in the up-stream repo (#5791) * chore: use self hosted macos runner ✖ type must be one of [build, chore, ci, docs, feat, feature, fix, refactor, style, test] [type-enum] ✖ type must be lower-case [type-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: feat: choose cursor/selection color from palette or color picker #5041 (#5677) * chore: show ai service error (#5675) * feat: Implement color picker dialog for user color selection (#5041) - Added `flex_color_picker` dependency. - Implemented a new color picker dialog with the following features: - Display Material predefined colors. - Include primary, accent, and shade colors, as well as a color wheel for selection. - Add a graphical opacity selector. - Enhanced the previous dialog to include an icon in a text field for opening the palette. - Added `suffixIcon` parameter to the `_ColorSettingTextField` class, making it reactive to tap gestures. - Utilized `ColorExtension` on the `Color` class to avoid namespace conflicts when converting colors to hexadecimal strings. - Added translation strings to english This commit addresses issue #5041 * feat: Implement color picker dialog for user color selection (#5041) - Added `flex_color_picker` dependency. - Implemented a new color picker dialog with the following features: - Display Material predefined colors. - Include primary, accent, and shade colors, as well as a color wheel for selection. - Add a graphical opacity selector. - Enhanced the previous dialog to include an icon in a text field for opening the palette. - Added `suffixIcon` parameter to the `_ColorSettingTextField` class, making it reactive to tap gestures. - Utilized `ColorExtension` on the `Color` class to avoid namespace conflicts when converting colors to hexadecimal strings. - Added translation strings to english This commit addresses issue #5041 * chore: refactor code ✖ footer's lines must not be longer than 100 characters [footer-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: fix: take the max value of the keyboard height and the view insets bottom to make the toolbar visible (#5700) * fix: android toolbar will be blocked if the scroll bar is hidden * fix: last opened view is synced in same workspace * fix: fallback to space if the section sidebar contains space * chore: revert last opened view code * fix: integration tests ✖ header must not be longer than 100 characters, current length is 110 [header-max-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Remove deprecated add member (#5611) * chore: remove deprecated add member directly * chore: cargo clippy * chore: cargo clippy * chore: cargo clippy ✖ type may not be empty [type-empty] ✖ subject may not be empty [subject-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Update translations (#5174) * chore: update translations with Fink 🐦 * chore: update translations with Fink 🐦 * chore: update translations with Fink 🐦 ✖ type may not be empty [type-empty] ✖ subject may not be empty [subject-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: Fix: init state (#4672) * chore: fix login state * chore: change log * chore: fix flutter version ✖ type must be one of [build, chore, ci, docs, feat, feature, fix, refactor, style, test] [type-enum] ✖ type must be lower-case [type-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: fix(mobile): remove elevation from edit field page and remove inks
commitlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/