Commit Graph

  • 909b62be54 Fixed ability to grow arrays Mike Farah 2017-04-18 08:53:27 +1000
  • 0facf35d60 Fixed test flakeyness with using printf Mike Farah 2017-04-14 12:56:50 +1000
  • a7c4813703 Updated doco Mike Farah 2017-04-14 12:40:03 +1000
  • 373e0a5eb7 More tests Mike Farah 2017-04-14 12:39:55 +1000
  • 124c57f9d9 README now links to doco Mike Farah 2017-04-13 15:44:31 +1000
  • fb73a793bd Added doco Mike Farah 2017-04-13 15:36:59 +1000
  • c22394b540 Updated readme 1.8 Mike Farah 2017-04-12 21:30:29 +1000
  • b1ff47022b Updated readme Mike Farah 2017-04-12 21:17:54 +1000
  • 82f1230db8 Added "new" command for creating new yaml Mike Farah 2017-04-12 21:10:00 +1000
  • a3190f1504 Refactor write to allow new entries 1.7 Mike Farah 2017-04-12 09:16:54 +1000
  • 44ee869e47 Maintain order 1.6 Mike Farah 2017-02-27 09:01:52 +1100
  • 5d2d37a5f8 Fixed travis script, added Travis banner to readme Mike Farah 2017-02-13 07:55:06 +1100
  • e3fc944709 Added travis config Mike Farah 2017-02-13 07:28:48 +1100
  • 6ee9db9a70 Added License (MIT) Mike Farah 2017-02-10 16:00:25 +1100
  • 0d75edfb67 Fixed updating array bug (Issue 3 in git) 1.5 Mike Farah 2017-02-09 13:57:05 +1100
  • 037314af8a Merge pull request #2 from chaos95/master 1.4 Mike Farah 2016-03-19 13:05:57 +1100
  • 2a283b4ef7 Fix #1 Morgan Larosa 2016-03-16 16:11:06 +1100
  • 7ef556f22b Update README.md Mike Farah 2015-11-20 21:42:45 +1100
  • 6b566fd983 Refactored code 1.3 Mike Farah 2015-10-13 21:42:36 +1100
  • 001925a4d4 Release task now clears build directory first Mike Farah 2015-10-13 21:34:40 +1100
  • 3dee7b89d2 Updated README Mike Farah 2015-10-13 21:31:02 +1100
  • c955815aab Added json input functionality Mike Farah 2015-10-11 17:06:52 +1100
  • 3720bf8211 Added json output functionality Mike Farah 2015-10-11 10:00:22 +1100
  • 5f09aabf4c Extracted out common test code Mike Farah 2015-10-10 19:18:54 +1100
  • 98751cf607 Using godeps Mike Farah 2015-10-10 12:57:11 +1100
  • 2ec3b59da2 Added more help info about using write with an update script 1.2.1 Mike Farah 2015-10-09 21:30:15 +1100
  • 56c923228d Fixed bug when using write command Mike Farah 2015-10-09 21:24:42 +1100
  • c122b9a843 Fixed example in README Mike Farah 2015-10-08 20:07:27 +1100
  • 15f51d4bf0 Can update a yaml file from an instruction yaml file 1.2 mfarah 2015-10-08 10:31:31 +1100
  • 219105f999 Test result order no longer matters mfarah 2015-10-07 13:36:39 +1100
  • 955ecc2547 Removed usage of log 1.1 mfarah 2015-10-06 16:39:19 +1100
  • 1d5fbd5ad0 Use cobra for cli for nicer cli-ness mfarah 2015-10-06 16:07:09 +1100
  • 1605938c2c Readme updates mfarah 2015-10-06 11:58:51 +1100
  • 2780903b60 Fixed readme formatting mfarah 2015-10-06 11:51:36 +1100
  • 81672d4efe Can now splat maps mfarah 2015-10-06 10:01:33 +1100
  • 6a696c81db Individual tests now have their own test data mfarah 2015-10-06 10:01:45 +1100
  • 805729e4f7 DRYd code mfarah 2015-10-06 09:25:55 +1100
  • 7db31006da Fixed write bug: can now update yaml with single key in path mfarah 2015-10-05 15:59:59 +1100
  • 8409be1cdf Removed debug printLn mfarah 2015-10-05 16:01:39 +1100
  • c03c4813d4 Can read from STDIN mfarah 2015-10-05 15:48:34 +1100
  • 5ee6a9b9ca Updated README mfarah 2015-10-05 14:48:57 +1100
  • 8efc46deae Fixed bad paths causing recursing down scalar values mfarah 2015-10-05 14:47:24 +1100
  • e4d5769f29 Added array splat functionality mfarah 2015-10-05 14:41:01 +1100
  • fea6e0db3d Clarified README Mike Farah 2015-10-04 17:07:39 +1100
  • 6823d43325 Added ability to update yaml files inplace Mike Farah 2015-10-03 18:28:30 +1000
  • da4b1a6449 Minor Readme fix Mike Farah 2015-10-03 18:19:13 +1000
  • 3a90629822 Remove trim flag as its not properly supported by the cli package 1.0 Mike Farah 2015-10-03 17:48:54 +1000
  • 8aa69fc9ba Handles quoted values when writing Mike Farah 2015-10-03 17:25:13 +1000
  • 690442d02e Handles keys that dont exit Mike Farah 2015-10-03 17:06:33 +1000
  • d1c545cca0 Handle index out of range when reading arrays Mike Farah 2015-10-03 16:50:36 +1000
  • c4af37ed68 Custom path parsing Mike Farah 2015-10-03 15:10:29 +1000
  • 01845ea923 Split code Mike Farah 2015-10-02 09:05:13 +1000
  • 58bdb3ed21 Checking forceString parameter now less strict Mike Farah 2015-10-02 08:50:08 +1000
  • 0cb8a47ccb Added getValue tests mfarah 2015-10-01 15:20:07 +1000
  • 35ceb01222 DRY'd tests mfarah 2015-10-01 14:43:57 +1000
  • c1b803364a Now attempts to parse the write value type mfarah 2015-10-01 10:41:43 +1000
  • 364c1a8af3 Can update yam to stdout Mike Farah 2015-09-29 16:29:32 +1000
  • 2a0290aeac updated help Mike Farah 2015-09-29 11:05:28 +1000
  • 4ea8d5c4ee Precheckin now installs if tests pass Mike Farah 2015-09-29 11:05:20 +1000
  • eeb16443d4 Can update simple properties (to stdout) Mike Farah 2015-09-29 10:56:28 +1000
  • eebd319246 Nicely formats output Mike Farah 2015-09-29 10:56:12 +1000
  • 5a3c3a7152 Added release link in readme Mike Farah 2015-09-29 10:20:31 +1000
  • 41156468a9 Added release task 0.1 Mike Farah 2015-09-29 09:39:44 +1000
  • 404746ab22 Added acceptance test mfarah 2015-09-28 13:26:02 +1000
  • 0c5188acb5 Added prechecking script, fixed lint errors mfarah 2015-09-28 11:58:56 +1000
  • 9869a41122 gofmt'ed mfarah 2015-09-28 12:00:38 +1000
  • ccd95146fe Added test mfarah 2015-09-28 11:39:16 +1000
  • 6550822778 Updated README mfarah 2015-09-28 10:50:32 +1000
  • 17e05d14ab Added install instructions Mike Farah 2015-09-27 15:06:02 +1000
  • 1234215037 Can handle arrays Mike Farah 2015-09-27 13:40:09 +1000
  • bcf2ee8bcc Updated readme Mike Farah 2015-09-27 13:29:20 +1000
  • 6a35a5f382 Simplified code Mike Farah 2015-09-27 13:18:33 +1000
  • b1c670e121 First cut - can recursively read yaml! Mike Farah 2015-09-27 13:11:10 +1000
  • da31cbe672 Added cli niceness Mike Farah 2015-09-27 09:38:44 +1000
  • c4bc70955e Reads from file Mike Farah 2015-09-27 08:20:42 +1000
  • c00f686a74 init Mike Farah 2015-09-27 08:15:49 +1000
  • 66e832a1fc Initial commit Mike Farah 2015-09-27 08:14:44 +1000