Commit Graph

21 Commits

Author SHA1 Message Date
Conor Nosal 64d1e58f97 test coverage and linting 2019-12-06 13:58:56 +11:00
Mike Farah b6da773dde Bumbed snapcraft version 2019-11-01 12:40:35 +11:00
Mike Farah 97d1aa2b26 Added formatter, fixed docker build 2019-10-31 08:21:19 +11:00
Elliot d05391e244 update ci to use go 1.13, switch to golangci-lint 2019-10-31 08:21:19 +11:00
Azimjon Ilkhomov bc4bab9380 Fix typo 2019-08-05 11:30:20 +10:00
Mike Farah a5f5fb2562 Publish moves files after uploading for speedy retries 2019-05-16 14:54:58 +10:00
Mike Farah f8c1c3c1b4 Updated instructions w.r.t keys and values starting with dashes 2019-04-29 16:14:33 +10:00
Mike Farah 5e5468af3b Release instructions update 2019-03-22 16:03:11 +11:00
Mike Farah 785ee68a76 Improved docker build process 2018-10-25 17:49:46 +11:00
Mike Farah 28169b04f7 Added build support for all linux architectures supported by gox 2018-07-23 09:16:52 +10:00
Mike Farah 742cf748ac Added support for PPC architectures 2018-07-18 13:45:15 +10:00
Mike Farah c86aeca325 Fixed script for publishing from a mac 2018-05-07 20:39:18 +10:00
Mike Farah a4f124f24f Updated repo name 2018-05-07 16:40:23 +10:00
Mike Farah 0e4f9e8579 Update docs 2017-12-19 11:59:27 +11:00
Mike Farah cb48ba7173 Rename to yq 2017-12-18 15:29:41 +11:00
Mike Farah dc4f8a6adb Fixed vendor scripts 2017-12-18 15:29:41 +11:00
kenjones a00e6c5316 Task: Add release process 2017-09-24 21:10:57 -04:00
kenjones 72bd88cfa5 Feature: Adds support for --version
Resolves: #24
2017-09-23 01:08:39 -04:00
kenjones 6980be3800 Feature: Adds merge command
Adds merge command for merging multiple yaml files together.

Resolves: #31
2017-09-23 14:45:59 +10:00
kenjones cf2f23d747 Bugfix: Resolve failing acceptance test 2017-09-22 23:58:50 -04:00
kenjones 86639acf70 Task: Simplify development
The base directory has all shell scripts in scripts/
and all example/test files in examples/.
A Makefile provides all the commands with helpful information.
If a developer simply types `make` then vendor is properly updated,
the code is formatted, linted, tested, built, acceptance test run,
and installed.

Linting errors resolved.
Ignored test case (`TestParsePath`) updated to work as expected.
2017-09-23 08:37:34 +10:00