yq/pkg/yqlib
Mike Farah 439bcaad25 Added multiple object example from PR #1226 2022-05-27 11:22:10 +10:00
..
doc Added multiple object example from PR #1226 2022-05-27 11:22:10 +10:00
all_at_once_evaluator.go handled EvaluateNodes panic (#1140) 2022-03-15 13:28:52 +11:00
all_at_once_evaluator_test.go handled EvaluateNodes panic (#1140) 2022-03-15 13:28:52 +11:00
candidate_node.go Improved handling of trailing document comments 2022-05-25 10:54:03 +10:00
color_print.go
compare_operators.go Fixing issues found by codeql 2022-05-06 13:46:14 +10:00
compare_operators_test.go Added comparison ops (>,>=...) 2022-03-24 11:38:05 +11:00
context.go Date Time Ops (#1110) 2022-02-14 15:37:43 +11:00
data_tree_navigator.go
decoder.go Added base64 support 2022-02-23 09:26:35 +11:00
decoder_base64.go Fixed base64/xml decode an empty string #1209 2022-05-27 11:18:38 +10:00
decoder_properties.go Fixes auto expansion of properties #1127 2022-03-01 11:29:11 +11:00
decoder_test.go Decoder Properties (#1099) 2022-02-10 12:02:53 +11:00
decoder_xml.go Fixed base64/xml decode an empty string #1209 2022-05-27 11:18:38 +10:00
decoder_yaml.go Decoder Properties (#1099) 2022-02-10 12:02:53 +11:00
encoder.go
encoder_base64.go Added base64 support 2022-02-23 09:26:35 +11:00
encoder_csv.go
encoder_csv_test.go
encoder_json.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
encoder_properties.go
encoder_properties_test.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
encoder_test.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
encoder_xml.go Disable strict XML parsing by default #1155 2022-03-28 14:05:10 +11:00
encoder_yaml.go
expression_parser.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
expression_parser_test.go handled EvaluateNodes panic (#1140) 2022-03-15 13:28:52 +11:00
expression_postfix.go Bumping to go1.18, bumping dev tools 2022-03-28 14:18:55 +11:00
expression_processing_test.go Envsubst params (#1147) 2022-03-20 10:56:50 +11:00
expression_tokeniser.go Fixed base64/xml decode an empty string #1209 2022-05-27 11:18:38 +10:00
file_utils.go Bumping to go1.18, bumping dev tools 2022-03-28 14:18:55 +11:00
front_matter.go
front_matter_test.go refactor: move from io/ioutil to io and os packages (#1068) 2022-01-21 19:50:53 +11:00
json_test.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
lib.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
lib_test.go
matchKeyString.go
matchKeyString_test.go
operator_add.go Fixing issues found by codeql 2022-05-06 13:46:14 +10:00
operator_add_test.go Fixes append map bug when key matches value in existing map #1200 2022-04-28 14:45:45 +10:00
operator_alternative.go
operator_alternative_test.go
operator_anchors_aliases.go Fixed self assigned issue #1107 2022-02-20 14:29:52 +11:00
operator_anchors_aliases_test.go
operator_assign.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_assign_test.go Fix typo (#1222) 2022-05-24 18:18:27 +10:00
operator_booleans.go Boolean fix (#1148) 2022-03-20 12:55:58 +11:00
operator_booleans_test.go Boolean fix (#1148) 2022-03-20 12:55:58 +11:00
operator_collect.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_collect_object.go
operator_collect_object_test.go Added multiple object example from PR #1226 2022-05-27 11:22:10 +10:00
operator_collect_test.go
operator_column.go Added line and column operators 2022-02-27 11:56:46 +11:00
operator_column_test.go Added line and column operators 2022-02-27 11:56:46 +11:00
operator_comments.go Improved handling of trailing document comments 2022-05-25 10:54:03 +10:00
operator_comments_test.go Improved handling of trailing document comments 2022-05-25 10:54:03 +10:00
operator_contains.go
operator_contains_test.go
operator_create_map.go
operator_create_map_test.go
operator_datetime.go Date Time Ops (#1110) 2022-02-14 15:37:43 +11:00
operator_datetime_test.go Date Time Ops (#1110) 2022-02-14 15:37:43 +11:00
operator_delete.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_delete_test.go
operator_document_index.go
operator_document_index_test.go Added snake_case version of camelCase operators (snake case now prefered) 2022-02-11 09:05:17 +11:00
operator_encoder_decoder.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
operator_encoder_decoder_test.go Fixed base64/xml decode an empty string #1209 2022-05-27 11:18:38 +10:00
operator_entries.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_entries_test.go
operator_env.go Envsubst params (#1147) 2022-03-20 10:56:50 +11:00
operator_env_test.go Envsubst params (#1147) 2022-03-20 10:56:50 +11:00
operator_equals.go
operator_equals_test.go Fix typo (#1222) 2022-05-24 18:18:27 +10:00
operator_eval.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_eval_test.go Tests can have multiple env variables 2022-02-01 14:58:53 +11:00
operator_file.go
operator_file_test.go Added snake_case version of camelCase operators (snake case now prefered) 2022-02-11 09:05:17 +11:00
operator_flatten.go
operator_flatten_test.go
operator_group_by.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_group_by_test.go
operator_has.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_has_test.go
operator_keys.go
operator_keys_test.go
operator_length.go
operator_length_test.go
operator_line.go Added line and column operators 2022-02-27 11:56:46 +11:00
operator_line_test.go Added line and column operators 2022-02-27 11:56:46 +11:00
operator_load.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_load_test.go Added load_base64 2022-02-23 09:38:17 +11:00
operator_map.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_map_test.go
operator_multiply.go Fixing issues found by codeql 2022-05-06 13:46:14 +10:00
operator_multiply_test.go Improved handling of trailing document comments 2022-05-25 10:54:03 +10:00
operator_parent.go
operator_parent_test.go
operator_path.go
operator_path_test.go
operator_pick.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
operator_pick_test.go Added pick operator 2022-03-10 13:39:51 +11:00
operator_pipe.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_pipe_test.go
operator_recursive_descent.go
operator_recursive_descent_test.go
operator_reduce.go Fixed SEGV error #1096 2022-02-09 11:47:21 +11:00
operator_reduce_test.go
operator_reverse.go Added reverse op 2022-02-22 14:15:31 +11:00
operator_reverse_test.go Added reverse op 2022-02-22 14:15:31 +11:00
operator_select.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_select_test.go Tweaking select docs 2022-01-15 18:22:26 +11:00
operator_self.go
operator_sort.go Fixing issues found by codeql 2022-05-06 13:46:14 +10:00
operator_sort_keys.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_sort_keys_test.go
operator_sort_test.go Fixed sort dropping head comment #1181 2022-04-14 12:19:15 +10:00
operator_split_document.go
operator_split_document_test.go Added snake_case version of camelCase operators (snake case now prefered) 2022-02-11 09:05:17 +11:00
operator_strings.go Added string case operators 2022-02-22 16:17:23 +11:00
operator_strings_test.go Fix typo (#1222) 2022-05-24 18:18:27 +10:00
operator_style.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_style_test.go
operator_subtract.go Fixing issues found by codeql 2022-05-06 13:46:14 +10:00
operator_subtract_test.go Date Time Ops (#1110) 2022-02-14 15:37:43 +11:00
operator_tag.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_tag_test.go Added type as an alias for tag #1195 2022-04-27 09:11:43 +10:00
operator_traverse_path.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
operator_traverse_path_test.go Nicer error message when trying to use merge anchor tags other than maps #1184 2022-04-27 14:46:52 +10:00
operator_union.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_union_test.go
operator_unique.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
operator_unique_test.go Updated unique docs 2022-04-29 12:16:57 +10:00
operator_value.go
operator_value_test.go
operator_variables.go Fixed SEGV error #1096 2022-02-09 11:47:21 +11:00
operator_variables_test.go Fix typo (#1222) 2022-05-24 18:18:27 +10:00
operator_with.go Fixes with operation bug #1174 2022-04-14 12:03:18 +10:00
operator_with_test.go Fixes with operation bug #1174 2022-04-14 12:03:18 +10:00
operators.go Boolean fix (#1148) 2022-03-20 12:55:58 +11:00
operators_test.go Envsubst params (#1147) 2022-03-20 10:56:50 +11:00
printer.go Improved handling of trailing document comments 2022-05-25 10:54:03 +10:00
printer_test.go Added colors to json output #1208 2022-05-22 21:19:59 +10:00
printer_writer.go Added github action fix for parsing xml, updated linter 2022-02-07 11:55:55 +11:00
properties_test.go Fixes auto expansion of properties #1127 2022-03-01 11:29:11 +11:00
stream_evaluator.go Improved handling of trailing document comments 2022-05-25 10:54:03 +10:00
utils.go Improved handling of trailing document comments 2022-05-25 10:54:03 +10:00
write_in_place_handler.go
xml_test.go Fixed base64/xml decode an empty string #1209 2022-05-27 11:18:38 +10:00