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

Commit Graph

  • b0d1afb601
    Update CONTRIBUTING.md Mike Farah 2020-02-21 21:16:47 +11:00
  • b286636909
    Create CODE_OF_CONDUCT.md Mike Farah 2020-02-21 21:13:14 +11:00
  • bdf47c9797 Separated contribution notes Mike Farah 2020-02-21 21:11:59 +11:00
  • 1cc20d52bb
    Create CONTRIBUTING.md Mike Farah 2020-02-21 21:11:34 +11:00
  • 651d9edf88 Updating readme Mike Farah 2020-02-21 21:08:28 +11:00
  • 903605df39 Updating readme Mike Farah 2020-02-21 21:07:37 +11:00
  • 0f9facc84b Update issue templates Mike Farah 2020-02-21 21:04:54 +11:00
  • 5af86b1333 Update issue templates Mike Farah 2020-02-21 21:00:36 +11:00
  • 2bd2a85a4c Fixed trailing empty docs 3.1.2 Mike Farah 2020-02-21 11:37:59 +11:00
  • ceb76e5c17 Fixed trailing empty docs Mike Farah 2020-02-21 11:34:26 +11:00
  • 44322f0248 Fixed writing to null document Mike Farah 2020-02-21 11:02:10 +11:00
  • 0347516d82 Always print new line so wc works properly Mike Farah 2020-02-21 10:29:37 +11:00
  • a46386e093 Fixed special characters in path for merging Mike Farah 2020-02-18 20:18:49 +11:00
  • f5c3beb159 Added test for https://github.com/mikefarah/yq/issues/361 Mike Farah 2020-02-18 20:02:09 +11:00
  • 9864afc4e7 Fixed empty merge problem Mike Farah 2020-02-13 18:08:13 +11:00
  • 69fae2d9cb Inc Deb version Roberto Mier Escandon 2020-02-16 20:16:23 +01:00
  • 83c13ce392 Fixed empty merge problem - need to visit empty arrays and objects Mike Farah 2020-02-13 14:56:54 +11:00
  • d83c46eec2 Uncomment line in publish script Mike Farah 2020-02-13 10:22:52 +11:00
  • 65802f9e0e updated readme Mike Farah 2020-02-12 16:28:24 +11:00
  • 07309e1685 Inc snapcraft version 3.1.1 Mike Farah 2020-02-12 16:27:25 +11:00
  • 24e906bae6 Fixed numeric map key issue Mike Farah 2020-02-12 15:40:21 +11:00
  • f084f2bb23 Inc version for next release Mike Farah 2020-02-12 12:04:41 +11:00
  • 96a4161a92 Fixed explode anchors for array roots Mike Farah 2020-02-12 11:03:40 +11:00
  • 5cc01e43bc Can supply value for write from file Mike Farah 2020-02-08 14:01:44 +11:00
  • 9de2573009 Fixed merge append arrays Mike Farah 2020-02-07 16:32:39 +11:00
  • 29521f2e3e Simplified when to visit a node Mike Farah 2020-02-07 14:52:37 +11:00
  • af5724ba29 Updated readme Mike Farah 2020-02-07 11:28:56 +11:00
  • 0a39d29c53 Updated readme Mike Farah 2020-02-07 11:26:29 +11:00
  • 72cd3e4a2a Fixed explode for aliases to scalars 3.1.0 compare Mike Farah 2020-02-07 10:42:07 +11:00
  • d40ad9649d Fixed explode for aliases to scalars Mike Farah 2020-02-07 10:09:20 +11:00
  • 63313ebb02 Merge branch 'coryrc-fix-merge-with-dots' into compare Mike Farah 2020-02-07 09:10:25 +11:00
  • de3bfaef60 Merge branch 'fix-merge-with-dots' of git://github.com/coryrc/yq into coryrc-fix-merge-with-dots Mike Farah 2020-02-07 09:09:52 +11:00
  • 108b5cb093 Fixed explode for simple anchors Mike Farah 2020-02-07 09:08:52 +11:00
  • b116f40348 Major version bump for new features Mike Farah 2020-02-06 12:20:51 +11:00
  • ea9df0eede Fix path generation when merging file has period in key Cory Cross 2020-02-04 22:27:08 -08:00
  • b7dd3e8e0a Added explode test Mike Farah 2020-02-05 15:08:13 +11:00
  • dc13fa99f7 wip: explode anchors Mike Farah 2020-02-05 14:10:59 +11:00
  • 179049a535 Always allow empty Mike Farah 2020-02-04 14:39:32 +11:00
  • 2fa8b24272 Can merge one file Mike Farah 2020-02-04 14:33:35 +11:00
  • f1dbe13f21 Can write and merge into empty files :) Mike Farah 2020-02-04 14:21:54 +11:00
  • 02258fbaae Fixed deep splatting merge anchors - dont visit twice Mike Farah 2020-02-04 14:10:12 +11:00
  • 6f0538173b Fix delete adding entries Mike Farah 2020-02-04 09:58:20 +11:00
  • 6840ea8c78 can set indent levels Mike Farah 2020-02-03 16:52:12 +11:00
  • 70b88fa778 Pretty print everything test Mike Farah 2020-02-03 16:40:17 +11:00
  • bfc1a621c4 Pretty print everything Mike Farah 2020-02-03 16:37:53 +11:00
  • 166f866f28 Pretty print json Mike Farah 2020-02-03 16:31:03 +11:00
  • b3598aaa43 Updated readme Mike Farah 2020-02-03 16:21:00 +11:00
  • 14ac791eaf Fixed compare output, added tests Mike Farah 2020-02-03 15:35:00 +11:00
  • 25293a6894 Check write errors Mike Farah 2020-02-03 14:28:38 +11:00
  • d828b214cc More powerful compare Mike Farah 2020-02-03 14:15:12 +11:00
  • 9e47685271 Compare first cut Mike Farah 2020-02-03 13:59:16 +11:00
  • 699fce9da4 Added default value flag - for printing out a value when reading and there are no matches Mike Farah 2020-02-03 10:13:48 +11:00
  • f52de57652 Don't fail when reading an empty file Mike Farah 2020-02-03 09:15:16 +11:00
  • b7554e6e76 Pretty print disclaimer Mike Farah 2020-01-31 16:37:24 +11:00
  • ec25511f1b Pretty print Mike Farah 2020-01-31 16:35:01 +11:00
  • c6a52012ab Prefer download binary Mike Farah 2020-01-31 10:37:27 +11:00
  • 63ded205e8 Added docs for validate Mike Farah 2020-01-31 10:32:44 +11:00
  • d1c1ab0a75 Added validate command 3.0.1 v3 Mike Farah 2020-01-30 16:34:43 +11:00
  • 6ec8386f9e Fixed bad yaml handling Mike Farah 2020-01-30 16:32:28 +11:00
  • 4dbe3636c2 Splat array is now the fallback instead of parsing int Mike Farah 2020-01-30 15:11:47 +11:00
  • 4a5bd0ff5b No need to log error Mike Farah 2020-01-30 15:00:27 +11:00
  • 44f36833cf Fixed delete array pattern matching v3-prod Mike Farah 2020-01-30 14:55:58 +11:00
  • 789ea02096 Merge branch 'v3' Mike Farah 2020-01-30 13:00:14 +11:00
  • 7c27491dd6 Removed user docs Mike Farah 2020-01-30 10:32:34 +11:00
  • 720cc8f798 Update cli docs Mike Farah 2020-01-30 09:58:21 +11:00
  • abda0e38af Removed unused dep Mike Farah 2020-01-22 16:39:41 +11:00
  • 5cd4c347b0 Updated user docs link Mike Farah 2020-01-22 16:25:52 +11:00
  • 1a4d8158ba Removed custom value parsing logic Mike Farah 2020-01-20 08:42:08 +11:00
  • 8a65822b0b Updated docs to include value parsing Mike Farah 2020-01-20 08:35:03 +11:00
  • b7148adf20 #323 Fix the unit test Ryan SIU 2020-01-15 10:56:29 +08:00
  • 64d38e9f03 #323 Refactor the cobra command with standard structure Ryan SIU 2020-01-13 17:11:56 +08:00
  • 3a387e65be Updated travis ci build Mike Farah 2020-01-15 09:01:51 +11:00
  • 56ba7c9a43 Updated travis ci build Mike Farah 2020-01-15 09:01:08 +11:00
  • d203ec7b56 Accidently changed sample.yaml Mike Farah 2020-01-15 08:55:01 +11:00
  • e2f79a3dae bolden contribute disclaimer Mike Farah 2020-01-13 10:21:28 +11:00
  • 2d7be26ad5 wip update docs advanced-search Mike Farah 2020-01-13 16:58:11 +11:00
  • 2f9f8665dd bolden contribute disclaimer v2 Mike Farah 2020-01-13 10:21:28 +11:00
  • 3dea1efc03 Allow merge commands to specify overwrite and append simultaneously Conor Nosal 2020-01-05 17:46:35 -05:00
  • 547787f3ae #314 Fix the big int changing into float Ryan SIU 2020-01-10 15:44:36 +08:00
  • 3e83ff7ac8 #20 Read the top level keys only Ryan SIU 2020-01-10 16:34:31 +08:00
  • 350a8343e9 adv search with prefix! Mike Farah 2020-01-11 19:52:33 +11:00
  • a3f8f9df10 more bits Mike Farah 2020-01-11 19:38:16 +11:00
  • 35fd5b7ae4 Extracted out is path expression checking logic Mike Farah 2020-01-11 19:30:27 +11:00
  • 2d237e7e8e it works! wip Mike Farah 2020-01-11 19:13:52 +11:00
  • 74c7a4e027 it works! wip Mike Farah 2020-01-11 18:52:15 +11:00
  • f18c5161e0 Fixed sponge instructions Mike Farah 2020-01-11 16:01:32 +11:00
  • eeeeeffd7b Added note about v3 Mike Farah 2020-01-11 11:44:02 +11:00
  • 96955ffa9c release notes Mike Farah 2020-01-11 09:55:24 +11:00
  • 9361b8b3e9 Beta 3.0.0-beta Mike Farah 2020-01-11 09:14:32 +11:00
  • 24dcb56466 Inc version - fix help text Mike Farah 2020-01-11 09:13:42 +11:00
  • 728cbe991a Print path is more accurate than keys (i think) Mike Farah 2020-01-11 09:07:39 +11:00
  • 854f5f0fc9 wip json encoding Mike Farah 2020-01-10 22:01:59 +11:00
  • feba7b04fa Added path stack to string test Mike Farah 2020-01-09 21:36:05 +11:00
  • 0621307391 Fixed linting errors Mike Farah 2020-01-09 21:27:52 +11:00
  • 924eb6c462 Added missing functions to interface Mike Farah 2020-01-09 21:18:24 +11:00
  • 52eef67e37 more tests, some refactoring Mike Farah 2020-01-09 08:17:56 +11:00
  • 38d35185bc Can overwrite and append with merge Mike Farah 2020-01-06 16:27:00 +13:00
  • d8c29b26c1 Merge can allow empty merges! Mike Farah 2020-01-06 16:22:24 +13:00
  • e3f4eedd51 Fixed merge new array Mike Farah 2020-01-06 10:12:38 +13:00
  • 690da9ee74 Fixed merge new array Mike Farah 2020-01-06 10:12:30 +13:00