1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Commit Graph

  • 0abda0098c Now on brew! Mike Farah 2017-12-25 06:30:49 +11:00
  • a409a7e82b Missed one replace in docs Mike Farah 2017-12-19 12:01:23 +11:00
  • 0e4f9e8579 Update docs Mike Farah 2017-12-19 11:59:27 +11:00
  • 0c932ba7dc Updated travis ci image Mike Farah 2017-12-19 11:39:54 +11:00
  • cb48ba7173 Rename to yq 1.14.0 Mike Farah 2017-12-18 09:11:08 +11:00
  • dc4f8a6adb Fixed vendor scripts Mike Farah 2017-12-18 11:23:33 +11:00
  • 1f6d7a50b2 Clearer README Mike Farah 2017-12-18 09:02:39 +11:00
  • 6fc3bdf58f Merge pull request #103 from mikefarah/task/upgrade-to-golang1.9 Kenny Jones 2017-09-27 07:07:16 -04:00
  • 87b33e8603 Task: Upgrade to Golang 1.9 kenjones 2017-09-27 07:05:18 -04:00
  • cc7eb84388 Task: Add docs on keys with dots kenjones 2017-09-25 22:36:49 -04:00
  • 9e3f8ebd0a Task: Prepare for development kenjones 2017-09-25 09:41:27 -04:00
  • 28bcbd321f Release v1.13.1 1.13.1 kenjones 2017-09-25 09:35:23 -04:00
  • 9dd4503b23 Merge pull request #42 from mikefarah/bugfix/append-empty-array Kenny Jones 2017-09-25 09:34:00 -04:00
  • 185d1faadb Bugfix: Append when array empty results in null value kenjones 2017-09-25 09:31:06 -04:00
  • 7b004cb456 Task: Prepare for development kenjones 2017-09-24 21:28:28 -04:00
  • 54c73eb34f Release v1.13.0 1.13.0 kenjones 2017-09-24 21:20:02 -04:00
  • 3b03a0852a Merge pull request #40 from kenjones-cisco/task/releasing Kenny Jones 2017-09-24 21:13:06 -04:00
  • a00e6c5316 Task: Add release process kenjones 2017-09-24 21:10:57 -04:00
  • 9d1a5b17b8 Merge pull request #39 from kenjones-cisco/feature/append-array Kenny Jones 2017-09-23 20:24:09 -04:00
  • c5f80a105d Feature: Add append to array kenjones 2017-09-23 20:21:16 -04:00
  • c17f8df8f8 Merge pull request #38 from kenjones-cisco/task/add-merge-docs Kenny Jones 2017-09-23 15:36:31 -04:00
  • 66c8390d54 Task: Add merge command docs kenjones 2017-09-23 15:33:23 -04:00
  • dda9b1f087 Merge pull request #37 from kenjones-cisco/bugfix/read-yaml-array Kenny Jones 2017-09-23 14:04:33 -04:00
  • 683de28c64 Merge pull request #34 from kenjones-cisco/feature/add-version Kenny Jones 2017-09-23 14:04:18 -04:00
  • 51fa1a87b7 Bugfix: Read yaml array kenjones 2017-09-23 13:53:04 -04:00
  • b9ac6a3d9d Merge pull request #36 from kenjones-cisco/bugfix/write-empty-array Kenny Jones 2017-09-23 09:39:01 -04:00
  • 499974c27e Bugfix: Write empty array value kenjones 2017-09-23 09:36:17 -04:00
  • 72bd88cfa5 Feature: Adds support for --version kenjones 2017-09-23 00:45:31 -04:00
  • 6980be3800 Feature: Adds merge command kenjones 2017-09-22 23:29:37 -04:00
  • 2933ea1684 Merge pull request #33 from kenjones-cisco/bugfix/acceptance Kenny Jones 2017-09-23 00:00:48 -04:00
  • cf2f23d747 Bugfix: Resolve failing acceptance test kenjones 2017-09-22 23:58:50 -04:00
  • 45e9ad870f Merge pull request #30 from kenjones-cisco/task/refactor-add-tests Kenny Jones 2017-09-22 23:09:04 -04:00
  • 53b2c64747 Task: Increase test coverage, includes refactor kenjones 2017-09-22 15:58:12 -04:00
  • 359ca5a117 Merge branch 'kenjones-cisco-bugfix/nonstring-keys' Mike Farah 2017-09-23 08:55:38 +10:00
  • 79baa49eaa Merge branch 'bugfix/nonstring-keys' of git://github.com/kenjones-cisco/yaml into kenjones-cisco-bugfix/nonstring-keys Mike Farah 2017-09-23 08:54:08 +10:00
  • 2cda78ce0b Vendor shas Mike Farah 2017-09-23 08:47:18 +10:00
  • 6d1e61c410 Merge branch 'master' into bugfix/nonstring-keys Mike Farah 2017-09-23 08:38:37 +10:00
  • 86639acf70 Task: Simplify development kenjones 2017-09-20 19:40:33 -04:00
  • 3beee3f804 Bugfix: Panic on non-string keys kenjones 2017-09-21 12:01:03 -04:00
  • 1ed8e7017e Can create arrays 1.12 Mike Farah 2017-08-08 17:04:30 +10:00
  • 5514d2300b Can update arrays Mike Farah 2017-08-08 16:55:57 +10:00
  • 5bb0934710 Handle arrays and strings when reading Mike Farah 2017-08-03 17:30:07 +10:00
  • cdd78af4bc Fixed bug #11: Inability to set field to empty string 1.11 Mike Farah 2017-06-06 10:19:32 +10:00
  • d07e436065 Update docs re using values that look like flags Mike Farah 2017-05-03 10:42:53 +10:00
  • b2a0964de2 switched from godeps to govendor, now supports new 'vendor' folder Mike Farah 2017-05-03 09:19:55 +10:00
  • 69e6bb354d Added doco regarding values starting with hyphens Mike Farah 2017-05-03 08:11:26 +10:00
  • ec25886528 Removed redundant code, updated doc w.r.t reading json files Mike Farah 2017-04-19 15:45:45 +10:00
  • c2000a446b Fixed writeCommands to maintain the same execution as was read in 1.10 Mike Farah 2017-04-18 15:55:43 +10:00
  • 08ba0083be formatting 1.9 Mike Farah 2017-04-18 09:14:06 +10:00
  • 909b62be54 Fixed ability to grow arrays Mike Farah 2017-04-18 08:53:27 +10:00
  • 0facf35d60 Fixed test flakeyness with using printf Mike Farah 2017-04-14 12:56:50 +10:00
  • a7c4813703 Updated doco Mike Farah 2017-04-14 12:40:03 +10:00
  • 373e0a5eb7 More tests Mike Farah 2017-04-14 12:39:55 +10:00
  • 124c57f9d9 README now links to doco Mike Farah 2017-04-13 15:44:31 +10:00
  • fb73a793bd Added doco Mike Farah 2017-04-13 15:36:59 +10:00
  • c22394b540 Updated readme 1.8 Mike Farah 2017-04-12 21:30:29 +10:00
  • b1ff47022b Updated readme Mike Farah 2017-04-12 21:17:54 +10:00
  • 82f1230db8 Added "new" command for creating new yaml Mike Farah 2017-04-12 21:10:00 +10:00
  • a3190f1504 Refactor write to allow new entries 1.7 Mike Farah 2017-04-12 09:16:54 +10:00
  • 44ee869e47 Maintain order 1.6 Mike Farah 2017-02-27 09:01:52 +11:00
  • 5d2d37a5f8 Fixed travis script, added Travis banner to readme Mike Farah 2017-02-13 07:55:06 +11:00
  • e3fc944709 Added travis config Mike Farah 2017-02-13 07:28:48 +11:00
  • 6ee9db9a70 Added License (MIT) Mike Farah 2017-02-10 16:00:25 +11:00
  • 0d75edfb67 Fixed updating array bug (Issue 3 in git) 1.5 Mike Farah 2017-02-09 13:57:05 +11:00
  • 037314af8a Merge pull request #2 from chaos95/master 1.4 Mike Farah 2016-03-19 13:05:57 +11:00
  • 2a283b4ef7 Fix #1 Morgan Larosa 2016-03-16 16:11:06 +11:00
  • 7ef556f22b Update README.md Mike Farah 2015-11-20 21:42:45 +11:00
  • 6b566fd983 Refactored code 1.3 Mike Farah 2015-10-13 21:42:36 +11:00
  • 001925a4d4 Release task now clears build directory first Mike Farah 2015-10-13 21:34:40 +11:00
  • 3dee7b89d2 Updated README Mike Farah 2015-10-13 21:31:02 +11:00
  • c955815aab Added json input functionality Mike Farah 2015-10-11 17:06:52 +11:00
  • 3720bf8211 Added json output functionality Mike Farah 2015-10-11 10:00:22 +11:00
  • 5f09aabf4c Extracted out common test code Mike Farah 2015-10-10 19:18:54 +11:00
  • 98751cf607 Using godeps Mike Farah 2015-10-10 12:57:11 +11:00
  • 2ec3b59da2 Added more help info about using write with an update script 1.2.1 Mike Farah 2015-10-09 21:30:15 +11:00
  • 56c923228d Fixed bug when using write command Mike Farah 2015-10-09 21:24:42 +11:00
  • c122b9a843 Fixed example in README Mike Farah 2015-10-08 20:07:27 +11:00
  • 15f51d4bf0 Can update a yaml file from an instruction yaml file 1.2 mfarah 2015-10-08 10:31:31 +11:00
  • 219105f999 Test result order no longer matters mfarah 2015-10-07 13:36:39 +11:00
  • 955ecc2547 Removed usage of log 1.1 mfarah 2015-10-06 16:39:19 +11:00
  • 1d5fbd5ad0 Use cobra for cli for nicer cli-ness mfarah 2015-10-06 16:07:09 +11:00
  • 1605938c2c Readme updates mfarah 2015-10-06 11:58:51 +11:00
  • 2780903b60 Fixed readme formatting mfarah 2015-10-06 11:51:36 +11:00
  • 81672d4efe Can now splat maps mfarah 2015-10-06 10:01:33 +11:00
  • 6a696c81db Individual tests now have their own test data mfarah 2015-10-06 10:01:45 +11:00
  • 805729e4f7 DRYd code mfarah 2015-10-06 09:25:55 +11:00
  • 7db31006da Fixed write bug: can now update yaml with single key in path mfarah 2015-10-05 15:59:59 +11:00
  • 8409be1cdf Removed debug printLn mfarah 2015-10-05 16:01:39 +11:00
  • c03c4813d4 Can read from STDIN mfarah 2015-10-05 15:48:34 +11:00
  • 5ee6a9b9ca Updated README mfarah 2015-10-05 14:48:57 +11:00
  • 8efc46deae Fixed bad paths causing recursing down scalar values mfarah 2015-10-05 14:47:24 +11:00
  • e4d5769f29 Added array splat functionality mfarah 2015-10-05 14:41:01 +11:00
  • fea6e0db3d Clarified README Mike Farah 2015-10-04 17:07:39 +11:00
  • 6823d43325 Added ability to update yaml files inplace Mike Farah 2015-10-03 18:28:30 +10:00
  • da4b1a6449 Minor Readme fix Mike Farah 2015-10-03 18:19:13 +10:00
  • 3a90629822 Remove trim flag as its not properly supported by the cli package 1.0 Mike Farah 2015-10-03 17:48:54 +10:00
  • 8aa69fc9ba Handles quoted values when writing Mike Farah 2015-10-03 17:25:13 +10:00
  • 690442d02e Handles keys that dont exit Mike Farah 2015-10-03 17:06:33 +10:00
  • d1c545cca0 Handle index out of range when reading arrays Mike Farah 2015-10-03 16:50:36 +10:00
  • c4af37ed68 Custom path parsing Mike Farah 2015-10-03 15:10:29 +10:00