Mike Farah
1405584892
New,Update now support anchors and aliases
2020-06-11 13:57:13 +10:00
Mike Farah
23de61a8d7
Can now update tag/style of nodes without affecting the value
2020-04-17 17:09:33 +10:00
Mike Farah
a46386e093
Fixed special characters in path for merging
2020-02-18 20:18:49 +11:00
Mike Farah
9864afc4e7
Fixed empty merge problem
2020-02-18 09:15:46 +11:00
Mike Farah
24e906bae6
Fixed numeric map key issue
2020-02-12 15:40:21 +11:00
Mike Farah
9de2573009
Fixed merge append arrays
2020-02-07 16:32:39 +11:00
Cory Cross
ea9df0eede
Fix path generation when merging file has period in key
...
The program generates a path for every leaf node in the
file-to-be-merged. It does not escape them if they contain a dot, as
the path-expressions document mentions is necessary.
Add in a test for this condition. Verified it fails without the fix.
2020-02-04 22:37:00 -08:00
Mike Farah
35fd5b7ae4
Extracted out is path expression checking logic
2020-01-11 19:30:27 +11:00
Mike Farah
74c7a4e027
it works! wip
2020-01-11 18:52:15 +11:00
Mike Farah
0621307391
Fixed linting errors
2020-01-09 21:27:52 +11:00
Mike Farah
924eb6c462
Added missing functions to interface
2020-01-09 21:18:24 +11:00
Mike Farah
52eef67e37
more tests, some refactoring
2020-01-09 08:17:56 +11:00
Mike Farah
1f7f1b0def
Merge arrays!
2020-01-05 17:28:24 +13:00
Mike Farah
1aa5ec1d40
Merge! wip
2020-01-05 17:14:14 +13:00
Mike Farah
625cfdac75
wip;
2019-12-31 15:21:39 +13:00
Mike Farah
4dbdd4a805
Deep splat!
2019-12-30 16:51:07 +13:00
Mike Farah
8a6af1720d
Fixed modify array issue!
2019-12-30 11:21:21 +13:00
Mike Farah
0652f67a91
Refactored!
2019-12-28 20:19:37 +13:00
Mike Farah
ff5b23251b
Refactor wip
2019-12-25 12:11:04 +11:00
Mike Farah
93dbe80a77
wip
2019-12-24 10:35:57 +11:00
Mike Farah
4fb44dbc47
Return path, smart print
2019-12-22 17:13:11 +11:00
Mike Farah
290579ac7f
Handle simple aliases
2019-12-16 20:38:55 +11:00
Mike Farah
a3cebec2fd
Added prefix command
2019-12-16 16:17:01 +11:00
Mike Farah
b81fd638d7
wip - new node
2019-12-15 19:34:05 +11:00
Mike Farah
d061b2f9f9
Can delete arrays
2019-12-12 20:47:22 +11:00
Mike Farah
9771e7001c
splatting
2019-12-09 13:44:53 +11:00
Mike Farah
972e2b9575
wip
2019-12-06 16:36:42 +11:00
Mike Farah
aad15ccc6e
better v3
2019-12-06 15:57:46 +11:00
Conor Nosal
64d1e58f97
test coverage and linting
2019-12-06 13:58:56 +11:00
Conor Nosal
4b3fbb878f
Split marshal package from yqlib, implement interfaces
2019-12-06 13:58:56 +11:00
Conor Nosal
26a09e6ec0
Move implementation files to yqlib and test packages to allow for imports:
...
- Move data_navigator, json_converter, merge, and path_parser to pkg/yqlib
- Extract yamlToString from yq to pkg/yqlib/yaml_converter
- Move utils_test to test/utils
2019-12-06 13:58:56 +11:00