Andrey Nering
|
bbd6e443b0
|
YAML: Don't use strict unmarshaling anymore
Fixes #112
|
2018-04-28 15:39:54 -03:00 |
|
Andrey Nering
|
120d0be84c
|
Fixes panic on task --list
Fixes #99
|
2018-03-11 14:39:40 -03:00 |
|
Andrey Nering
|
152fc0ad38
|
Move all structs related to Taskfile to its own package
|
2018-02-17 14:22:18 -02:00 |
|
Andrey Nering
|
134c6b79c4
|
Add Taskfile struct and start implementing new format
Updates #54, #66 and #77
|
2017-12-29 18:46:15 -02:00 |
|
Andrey Nering
|
c295a1998a
|
add checksum based status check, alternative to timestamp based
|
2017-09-17 11:06:47 -03:00 |
|
Andrey Nering
|
ef2695974d
|
os specific Taskvars file
Now it's possible to have Taskfile_windows.yml or Taskvars_linux.yml
(and others).
Asked in a comment in #46
|
2017-07-15 13:52:02 -03:00 |
|
Andrey Nering
|
b552cc2b12
|
yaml: use UnmarshalStrict instead on Unmarshal
https://github.com/go-yaml/yaml/pull/262
|
2017-07-15 13:36:22 -03:00 |
|
Andrey Nering
|
81b0ffb7f4
|
rename: readTaskvarsFile() -> readTaskvars()
|
2017-07-08 15:10:01 -03:00 |
|
Andrey Nering
|
0da130ee2c
|
refactor: simplify some controls
|
2017-07-08 15:08:44 -03:00 |
|
Andrey Nering
|
082fa321cb
|
rename 2 files
- read_taskfile.go -> taskfile.go
- variable_handling.go -> variables.go
|
2017-07-08 14:58:43 -03:00 |
|