Mike Farah
|
72cdde78f6
|
Fixing issues found by codeql
|
2022-05-06 13:46:14 +10:00 |
|
Mike Farah
|
bbeae229ca
|
Disable strict XML parsing by default #1155
|
2022-03-28 14:05:10 +11:00 |
|
Mike Farah
|
fb148c305a
|
Added comparison ops (>,>=...)
|
2022-03-24 11:38:05 +11:00 |
|
Mike Farah
|
58be9829f9
|
Added pick operator
|
2022-03-10 13:39:51 +11:00 |
|
Mike Farah
|
8698433d44
|
Added line and column operators
|
2022-02-27 11:56:46 +11:00 |
|
Mike Farah
|
d7b158f855
|
Added string case operators
|
2022-02-22 16:17:23 +11:00 |
|
Mike Farah
|
71706af3d4
|
String op can now run on custom types
|
2022-02-22 14:50:45 +11:00 |
|
Mike Farah
|
8142e94349
|
Added reverse op
|
2022-02-22 14:15:31 +11:00 |
|
Mike Farah
|
665f6b0267
|
Fixed self assigned issue #1107
|
2022-02-20 14:29:52 +11:00 |
|
 Mike FarahandGitHub
|
b35893d783
|
Date Time Ops (#1110)
* Added datetime operators
* Added date subtract support
|
2022-02-14 15:37:43 +11:00 |
|
Mike Farah
|
26356ff4be
|
Added github action fix for parsing xml, updated linter
|
2022-02-07 11:55:55 +11:00 |
|
Mike Farah
|
535799462f
|
Added eval operator
|
2022-02-01 14:47:51 +11:00 |
|
 Samuel Cormier-IijimaandGitHub
|
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 FarahandGitHub
|
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 MORELandGitHub
|
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 |
|
  
|
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 DebbelerandMike Farah
|
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 |
|