Conversation
Current gjson version is 1.1.3 which lacks several features such as: - Modifier `@flatten` to transform a json `[1, [2, 3]]` to `[1, 2, 3]` https://github.com/tidwall/gjson/blob/master/SYNTAX.md#modifiers - Join multipaths https://github.com/tidwall/gjson/blob/master/SYNTAX.md#multipaths Upgrading to latest version of gjson will resolve above issues.
Also fix `--log-output=loki` not pushing any logs
Add allowedLabels to remove unwanted labels from loki
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=========================================
Coverage ? 72.64%
=========================================
Files ? 166
Lines ? 17634
Branches ? 0
=========================================
Hits ? 12811
Misses ? 4260
Partials ? 563
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Update goja to latest master
edcd94a to
a384ab1
Compare
…Compile Prevent loop when babel can transpile but goja can't parse
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=========================================
Coverage ? 72.15%
=========================================
Files ? 166
Lines ? 12787
Branches ? 0
=========================================
Hits ? 9226
Misses ? 3011
Partials ? 550
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
5f3038c to
1d91d09
Compare
1d91d09 to
e83501d
Compare
This doesn't replicate what was done in the packaging/ directory, but we can iterate on the details.
34330c5 to
3433437
Compare
95810f1 to
2276fcd
Compare
a4ea190 to
03575dc
Compare
03575dc to
7ec5459
Compare
No description provided.