1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/taskfile
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
..
read feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
call.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
cmd.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
dep.go fix: deep copying pointers inside slices (#1072) 2023-03-25 16:13:06 -03:00
included_taskfile.go feat: enforce gofumpt linter 2023-04-05 21:55:42 -03:00
location.go feat: add task location data to json output (#1056) 2023-03-17 12:34:06 +00:00
merge.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
output.go Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00
platforms_test.go refactor: use require for testing errors (#1100) 2023-04-06 11:18:41 +01:00
platforms.go fix: deep copying pointers inside slices (#1072) 2023-03-25 16:13:06 -03:00
precondition_test.go refactor: use require for testing errors (#1100) 2023-04-06 11:18:41 +01:00
precondition.go feat: enforce gofumpt linter 2023-04-05 21:55:42 -03:00
task.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
taskfile_test.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
taskfile.go feat: enforce gofumpt linter 2023-04-05 21:55:42 -03:00
tasks.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00
var.go feat: implement task sorting with --sort flag (#1105) 2023-04-06 12:07:57 +01:00