task-bot
b28aff04a7
chore: sync translations ( #1156 )
2023-05-22 20:51:56 -03:00
dependabot[bot]
81fd454ef4
chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 ( #1175 )
2023-05-22 20:49:34 -03:00
task-bot
65c923e07a
chore: sync translations ( #1155 )
2023-05-07 22:43:56 -03:00
task-bot
45dd77ad6d
chore: sync translations ( #1154 )
2023-05-06 21:24:46 -03:00
Misite Bao
51c2a104b2
docs: fix broken links and paths ( #1143 )
2023-05-06 21:16:11 -03:00
Andrey Nering
59ffb0a4c4
chore: add changelog entry for #1144
2023-05-06 21:13:19 -03:00
Andrey Nering
38341fffbd
fix: print errors in red color
...
Using the logger package so envs like NO_COLOR and FORCE_COLOR keeps working.
2023-05-06 21:11:16 -03:00
Pete Davison
6633e65ee6
refactor: move TaskRunError handling into main function
2023-05-06 21:11:16 -03:00
Pete Davison
745de72d7e
refactor: move flags into a package-level struct var
2023-05-06 21:11:16 -03:00
dependabot[bot]
af95e5b3e0
chore(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 ( #1153 )
2023-05-06 19:26:48 -03:00
Pete Davison
270ca697b2
fix: tabwriter in usage output ( #1151 )
2023-05-06 19:04:20 -03:00
Pete Davison
02ac79e577
chore: update contribution guide to support Task for Visual Studio Code
2023-05-06 19:03:02 -03:00
Pete Davison
031558afe4
chore: update github contribution file
2023-05-06 19:03:02 -03:00
Andrey Nering
eaf252f46d
chore: update "sync translations" action
2023-05-06 18:59:11 -03:00
task-bot
bf043f411b
chore(website): sync translations ( #1145 )
2023-05-06 18:55:50 -03:00
Pete Davison
7ec5cac56b
fix: nil pointer when version is omitted ( #1149 )
2023-05-02 16:51:39 +01:00
task-bot
50d6e057d5
website: sync translations ( #1140 )
2023-04-26 21:31:30 -03:00
Andrey Nering
8adb9f4ece
changelog: add entry for #1134
2023-04-26 21:29:15 -03:00
Clint Mod
c145658206
fix some errors being unintendedly supressed ( #1134 )
2023-04-26 21:28:54 -03:00
Pete Davison
8cfac5a25a
refactor: remove newlines from formatter print functions ( #1137 )
2023-04-26 21:20:06 -03:00
Andrey Nering
1e8fc5011b
website: fix sidebar order after inclusion of a new page on #1138
2023-04-26 21:14:00 -03:00
Andrey Nering
42dfc778f8
website: add rel="me"
to Mastodon links
...
This is used for verification:
https://joinmastodon.org/verification
2023-04-26 21:13:51 -03:00
Pete Davison
90b11dd02e
feat: improve docs for vscode-task ( #1138 )
2023-04-26 20:57:58 -03:00
task-bot
44b5b1b6ed
Website: Sync translations ( #1123 )
2023-04-26 20:55:03 -03:00
Andrey Nering
c2523796c0
Add CHANGELOG entry for #1068
2023-04-15 18:24:15 -03:00
Andrey Nering
125f34ef47
chore: add freebsd to the list of operating systems to build
...
Ref #1068
2023-04-15 18:17:57 -03:00
Andrey Nering
5a361f7845
v3.24.0
2023-04-15 18:01:29 -03:00
Andrey Nering
52e0b59548
docs: another master
-> main
replace
2023-04-15 17:58:34 -03:00
Pete Davison
b42299a5aa
feat: use mockery/testify for mocking instead of mockgen/gomock ( #1118 )
2023-04-15 17:27:14 -03:00
Pete Davison
f9c77acd96
feat: custom error codes ( #1114 )
2023-04-15 17:22:25 -03:00
Andrey Nering
9ec544817f
Add CHANGELOG entry for #1113
2023-04-15 16:52:46 -03:00
Patrick Jackson
606a8f9db5
fish: fix completions for tasks with aliases ( #1113 )
2023-04-15 16:51:44 -03:00
Andrey Nering
6995cd71d9
Add CHANGELOG entry for #1049
2023-04-15 16:44:20 -03:00
Pete Davison
d9165646c6
chore: update refs from master
to main
( #1048 )
2023-04-15 16:39:35 -03:00
task-bot
720137304b
Website: Sync translations ( #1111 )
2023-04-15 16:18:51 -03:00
Misite Bao
8026d8ddb3
Configure Prettier for Markdown formatting ( #1112 )
2023-04-15 16:13:29 -03:00
dependabot[bot]
7876ccb3bc
Bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 ( #1121 )
2023-04-15 16:07:37 -03:00
Pete Davison
f22389a824
feat: implement task sorting with --sort
flag ( #1105 )
...
* refactor: move deepcopy into its own package
* feat: add generic orderedmap implementation
* refactor: implement tasks with orderedmap
* feat: implement sort flag for all task outputs
* refactor: implement vars with orderedmap
* chore: docs
* fix: linting issues
* fix: non deterministic behavior in tests
2023-04-06 12:07:57 +01:00
Pete Davison
719f30219b
refactor: use require for testing errors ( #1100 )
2023-04-06 11:18:41 +01:00
Andrey Nering
cfa409b5e7
Add CHANGELOG entry for #1107
2023-04-05 22:21:38 -03:00
Mads Høgstedt Danquah
1b30c9dbca
Make status checks respect task and global silent mode ( #1107 )
2023-04-05 22:18:58 -03:00
Pete Davison
09c9094a6b
feat: enforce gofumpt linter
2023-04-05 21:55:42 -03:00
Pete Davison
aab51c331f
refactor: enable gofmt linter and fix all issues
...
- also rewrite 'interface{}' as 'any'
2023-04-05 21:55:42 -03:00
Misite Bao
a6d57496c2
Website: Fix typo on usage.md ( #1104 )
2023-04-05 21:52:27 -03:00
Misite Bao
f285d5dbf7
Fix upload-source-documents.yml ( #1101 )
2023-04-05 21:51:25 -03:00
task-bot
79fde26f4f
Website: Sync translations ( #1103 )
2023-04-05 21:48:43 -03:00
task-bot
a729ee6fca
Website: Sync translations ( #1093 )
2023-03-30 22:25:31 -03:00
Andrey Nering
451a3773c3
GitHub Action: Automatic upload not working. Switch to manual trigger
2023-03-30 22:09:14 -03:00
Andrey Nering
38ade8fbc9
Documentation: Update link
2023-03-30 22:05:20 -03:00
Andrey Nering
c229570bd9
GitHub Action: Fix upload documents workflow
...
The previous used action verified if any changes happened *during execution*
(via a `git diff` call).
Changing to the one that is properly able to check changes in the last commit.
2023-03-30 22:00:47 -03:00