Samuel Cormier-Iijima
8195ff8b9b
Add a new envsubst
operator to replace environment variables in strings ( #1082 )
2022-01-25 19:33:30 +11:00
Mike Farah
6e33132de9
Added support for *=
2022-01-22 16:40:17 +11:00
Mike Farah
a6c79f3410
Multiply, substract with custom types
2022-01-22 16:12:59 +11:00
Mike Farah
2526b03d67
Added JSON conversion tests and doc generation
2022-01-21 20:26:19 +11:00
Mike Farah
ec8ef312ef
Added XML encoding/decoding ( #1067 )
...
* Added XML encoding/decoding
* Minor fixes
* Improve yq doc
* Lint
2022-01-15 11:57:59 +11:00
Mike Farah
2ee9c65bc2
Added global xml prefs for simplicity
2021-12-21 16:52:54 +11:00
Matthieu MOREL
59752fb36d
enable more linters ( #1043 )
...
* enable revive linter
* enable gochecknoinits linter
* enable unconvert linter
* enable unparam linter
* enable asciicheck linter
* enable depguard linter
* enable nakedret linter
* enable megacheck linter
* enable nolintlint linter
* enable predeclared linter
* Update go.yml
* Update go.yml
2021-12-21 09:30:08 +11:00
Mike Farah
e22df34158
Added sort_by operator
2021-12-04 13:54:12 +11:00
Mike Farah
2f05f7390f
wip
2021-12-04 13:25:32 +11:00
Mike Farah
14f8f92b76
Added map, map_values
2021-12-01 10:32:36 +11:00
Mike Farah
feb97c9872
Fixed collect op when working with multiple nodes
2021-11-30 13:19:44 +11:00
Rob Ferguson
d41b44dc42
Add accessor for the yq logger instance ( #1013 )
...
Allow consumers of yqlib to customize the logger instance.
Closes #432
Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
Co-authored-by: Carolyn Van Slyck <me@carolynvanslyck.com>
Co-authored-by: Rob Ferguson <robert.j.ferguson@nasa.gov>
2021-11-30 10:51:49 +11:00
Mike Farah
733e63d1fb
Added more tests
2021-11-24 10:16:48 +11:00
Mike Farah
b44fecdfa5
Added key operator
2021-11-24 09:57:35 +11:00
Mike Farah
356eff3b0b
wip
2021-11-16 16:21:08 +11:00
Mike Farah
80084e89cc
Added flatten operator
2021-10-26 15:42:25 +11:00
Mike Farah
2491051fd9
Added group_by operator
2021-10-26 15:13:26 +11:00
Mike Farah
7288d34778
Added decoder op
2021-10-22 12:37:47 +11:00
Mike Farah
cdc5ef7b15
Added encoder op
2021-10-22 12:00:47 +11:00
Mike Farah
2db8140d7f
Added contains operator
2021-09-15 15:18:10 +10:00
Mike Farah
084a0f6f1e
Merge branch 'subtract'
2021-09-12 21:59:07 +10:00
Mike Farah
6002604251
Added with operator
2021-09-12 21:52:02 +10:00
Mike Farah
1cfbbde796
Added missing closing bracket error check
2021-09-12 15:49:50 +10:00
Mike Farah
13c42db238
Adding subtraction support for arrays
2021-09-07 16:58:34 +10:00
Mike Farah
3543a2dbdc
Fixed union infinite loop #930
2021-09-05 11:07:40 +10:00
Mike Farah
eea2c97cd8
Can process hex numbers
2021-09-02 15:26:44 +10:00
Mike Farah
5c0a5bd9d3
Added capture regex operator
2021-07-11 11:08:18 +10:00
Mike Farah
b9d01f1e95
Added test operator
2021-07-09 15:54:56 +10:00
Mike Farah
cc7ea83506
(wip) regex match op
2021-07-09 14:58:31 +10:00
Monica Debbeler
f67a83a5bc
Fix for gosec rule G104 - handle errors
2021-07-07 13:50:04 +10:00
Mike Farah
3f51a44596
Fixing readonly ops not to modify context when paths dont exist
2021-05-16 14:00:30 +10:00
Mike Farah
f4392f8658
Added any_c and all_c operators
2021-05-14 15:03:28 +10:00
Mike Farah
8e14b3b393
Added any and all operators
2021-05-14 14:29:55 +10:00
Mike Farah
8627441705
Added unique operator
2021-05-14 09:43:52 +10:00
Mike Farah
cc08afc435
Added with_entries
2021-05-09 15:12:50 +10:00
Mike Farah
941a453163
Added from_entries op
2021-05-09 14:18:25 +10:00
Mike Farah
77630ca179
Added to_entries op
2021-05-09 13:59:23 +10:00
Mike Farah
c8630fe4f3
Fixes delete issue #793
2021-04-25 12:05:56 +10:00
Mike Farah
daf0bfe1b9
Added string substitute command
2021-04-15 16:09:47 +10:00
Mike Farah
12d3425b4a
Added subtract operator (numbers only)
2021-03-25 08:12:01 +11:00
Mike Farah
4f3fe256aa
Fixed precedence of CREATE_MAP ( https://github.com/mikefarah/yq/issues/753 )
2021-03-19 12:09:32 +11:00
Mike Farah
9072e8d3b3
Added context variable for reduce
2021-02-15 17:31:12 +11:00
Mike Farah
c4faa70143
wip - reduce!
2021-02-15 14:27:00 +11:00
Mike Farah
30027a8cf4
Added not equals operator
2021-02-11 10:58:40 +11:00
Mike Farah
691efadfac
Fixed variable precedence
2021-02-11 10:58:40 +11:00
Mike Farah
9e56b364c2
Fixing op precedences
2021-02-11 10:58:40 +11:00
Mike Farah
85ec32e3db
Added variables
2021-02-11 10:58:40 +11:00
Mike Farah
0707525b29
Added keys operator
2021-02-11 10:58:40 +11:00
Mike Farah
62acee54c3
Added split string operator
2021-02-11 10:58:40 +11:00
Mike Farah
d21c94cf4f
Added join strings operator
2021-02-11 10:58:40 +11:00
Mike Farah
626e9cacaf
Split doc operator
2021-02-11 10:58:40 +11:00
Mike Farah
02ef99560d
Fixing add,multiply,alternative operator precendences
2021-02-11 10:58:40 +11:00
Mike Farah
91c72d2d9e
Added merge if empty
2021-02-11 10:58:40 +11:00
Mike Farah
ba223df4ac
Moved eval function to eval interface
2021-02-11 10:58:40 +11:00
Mikhail Katychev
9ae03e0a1c
added EvaluateNodes and EvaluateCandidateNodes to yqlib
2021-02-11 10:58:40 +11:00
Mike Farah
49ac2bac13
Cleaning up exposed public api
2021-02-11 10:58:40 +11:00
Mike Farah
286590b01e
fixing exposed functions and interfaces
2021-02-11 10:58:40 +11:00
Mike Farah
34bc33d5c5
strenv
2021-02-11 10:58:40 +11:00
Mike Farah
2e81384eed
Can assign-update comments
2021-02-11 10:58:40 +11:00
Mike Farah
0328cfd619
Added prettyPrint flag
2020-12-28 11:40:41 +11:00
Mike Farah
a88c2dc5d3
Traverse Array Operator
2020-12-27 22:48:20 +11:00
Mike Farah
1b0bce5da6
Added alias operator;
...
alias, anchor and explode ops are now all documented together
2020-12-22 12:23:13 +11:00
Mike Farah
f112bde5fe
Added anchor operator
2020-12-22 11:57:41 +11:00
Mike Farah
f305e8fa12
Fixed delete full path
2020-12-22 11:45:51 +11:00
Mike Farah
a23272727d
Added Alternative op
2020-12-21 11:32:34 +11:00
Mike Farah
2c3357702d
clarified pipe parsing tests
2020-12-01 18:08:41 +11:00
Mike Farah
c9dbf04da3
Added pipe and length docs, fix pipe precedence
2020-12-01 17:58:07 +11:00
Mike Farah
363fe5d283
Added sort keys operator
2020-12-01 15:06:54 +11:00
Mike Farah
9bc66c80b6
Added write-inlplace flag
2020-11-30 16:05:07 +11:00
Mike Farah
8de10e550d
wip - write in place
2020-11-29 20:25:47 +11:00
Mike Farah
1258fa199e
Updated lib todo list
2020-11-28 11:25:10 +11:00
Mike Farah
3a030651a3
Added append equals, merge append. Fixed creating numeric arrays
2020-11-28 11:24:16 +11:00
Mike Farah
5205f01248
Fixed recursive decent on empty objects/arrays
2020-11-25 15:01:12 +11:00
Mike Farah
1ce30b25dc
Add operator!
2020-11-24 13:07:19 +11:00
Mike Farah
3d6a231722
Added has operator
2020-11-24 11:38:39 +11:00
Mike Farah
064cff1341
added path operator!
2020-11-22 12:19:57 +11:00
Mike Farah
e451119014
Added File operators
2020-11-20 23:08:12 +11:00
Mike Farah
d38caf6bc2
Added File operators
2020-11-20 22:57:32 +11:00
Mike Farah
4e385a1b93
get file wip
2020-11-20 15:50:15 +11:00
Mike Farah
8e1ce4ca70
Updated todo
2020-11-19 22:12:34 +11:00
Mike Farah
9bd9468526
Minor fixes
2020-11-19 22:11:26 +11:00
Mike Farah
75044e480c
Added plain assignment
2020-11-19 17:08:13 +11:00
Mike Farah
36084a60a9
Added tag operator
2020-11-19 16:45:05 +11:00
Mike Farah
9b48cf80e0
updated todo
2020-11-18 20:43:36 +11:00
Mike Farah
dcacad1e7e
docs
2020-11-18 10:32:30 +11:00
Mike Farah
2c062bc2a5
Added printer test
2020-11-18 09:52:03 +11:00
Mike Farah
a57944d123
Fixed printer
2020-11-16 12:09:57 +11:00
Mike Farah
db4762ef7c
more docs
2020-11-14 13:38:44 +11:00
Mike Farah
708ff02e8d
Fixed collect object for multi doc
2020-11-13 13:19:54 +11:00
Mike Farah
2edf64182b
refining
2020-11-06 14:37:01 +11:00
Mike Farah
b290a65602
document index
2020-11-06 12:11:38 +11:00
Mike Farah
05520c2168
more tests
2020-11-06 11:45:18 +11:00
Mike Farah
5ab584afac
comment ops!
2020-11-06 11:23:26 +11:00
Mike Farah
b1f139c965
refactored
2020-11-04 10:48:43 +11:00
Mike Farah
d19e9f6917
read command
2020-10-13 12:51:37 +11:00
Mike Farah
fea8510061
Added comments merge strategy
2020-07-17 15:51:03 +10:00
Mike Farah
d66a709213
refactored array merge flags into a strategy
2020-07-17 13:26:20 +10:00
Mike Farah
2fc39b3865
Can overwrite arrays when merging
2020-07-17 13:07:32 +10:00
Mike Farah
b11661a1be
Refactored merge - will allow more sophisticated mergin
2020-06-18 09:44:36 +10:00
Mike Farah
80e7f46538
Dont log mergePathStackToString - end up with duplicate logs
2020-06-18 09:03:40 +10:00