0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-03 03:49:39 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
00e2fe31e5
initial commit after fork 2023-10-12 16:18:25 +02:00
Beatriz Vieira
4a15a659d9 feat: remove carriage return from commit body
issue: #85
2023-01-21 22:02:30 -03:00
hypervtechnics
f36433692d refactor: handle parse errors to the caller in validate
issue: #45
2022-04-06 11:20:56 +02:00
hypervtechnics
25458f20f6 revert: "refactor: add error handling for parsing messages"
This reverts commit c6aaac5638.
issue: #45
2022-04-04 10:03:02 +02:00
hypervtechnics
c6aaac5638 refactor: add error handling for parsing messages
issue: #45
2022-04-04 08:55:29 +02:00
hypervtechnics
cde390c838 chore: include feedback from pull request review
issue: #45
2022-03-31 15:53:53 +02:00
hypervtechnics
946024ce0b fix: const usage and variable reference
issue: #45
2022-03-30 18:07:11 +02:00
hypervtechnics
a1498c0832 chore: remove empty line
issue: #45
2022-03-30 18:07:11 +02:00
hypervtechnics
9d69abc45a feat: ability to only select a subset of the message
issue: #45
2022-03-30 18:07:10 +02:00
Beatriz Vieira
10ec6f18c4 refactor: fix lint golint uncommented exported method 2021-07-31 18:19:57 -03:00
Beatriz Vieira
178239a666 refactor: fix lint gosimple S1007 2021-07-31 17:52:25 -03:00
Beatriz Vieira
6184ac3ad4 refactor: fix tagliatelle yaml lint 2021-07-31 16:39:38 -03:00
Beatriz Vieira
b83c6e335d chore: run lint autofix 2021-07-31 16:03:58 -03:00
Beatriz Vieira
ff34b484a5 feat: add flags to commit command 2021-07-31 00:47:58 -03:00
Beatriz Vieira
50ba69318c feat: add support to append a prefix to issue value on footer metadata 2021-07-18 17:18:00 -03:00
Beatriz Vieira
a8139b4b26 fix: use use-hash config when enhancing commit message 2021-07-18 16:20:38 -03:00
Beatriz Vieira
6352c96aa5 refactor: ignore footer config if key is empty
issue: #13
2021-03-11 23:38:49 -03:00
Beatriz Vieira
0ffaf44ba2 refactor: do not extract issue from branch if branches.disable-issue is true or commit-message.issue.regex is empty
issue: #13
2021-03-11 23:13:56 -03:00
Beatriz Vieira
48620a776d feat: use skip-detached to skip validation on detached branches
issue: #11
2021-03-04 00:42:51 -03:00
Beatriz Vieira
831f3a3723 refactor(validate-commit-message): print subject at validation error
issue: #11
2021-02-25 22:40:07 -03:00
Beatriz Vieira
57995c3458 feat: support # as footer metadata separator 2021-02-15 03:23:02 -03:00
Beatriz Vieira
2ae35c91af feat: remove breaking change synonyms support
BREAKING CHANGE: is not possible to set breaking change footer synonym
2021-02-15 00:05:43 -03:00
Beatriz Vieira
df26b50096 feat: validate scope at validate-commit-message command 2021-02-14 23:17:04 -03:00
Beatriz Vieira
3aa2ecc487 refactor: remove unused var envs 2021-02-14 20:02:11 -03:00
Beatriz Vieira
e70283a0c5 feat: config sv4git using yaml
BREAKING CHANGE: stop using var envs to config sv4git
2021-02-14 19:42:22 -03:00
Beatriz Vieira
f6debee45e refactor: create branches config
BREAKING CHANGE: remove BRANCH_ISSUE_REGEX varenv
2021-02-14 01:48:11 -03:00
Beatriz Vieira
0e7438b3a9 style: add dot om message godocs 2021-02-14 01:07:07 -03:00
Beatriz Vieira
de23ff9638 refactor: merge CommitMessageProcessor and MessageProcessor 2021-02-14 01:04:32 -03:00
Beatriz Vieira
8ea624efa3 refactor: rename ValidateMessageProcessor to MessageProcessor 2020-12-01 23:52:15 -03:00