yq/pkg/yqlib
Mike Farah 992fe066aa Improved property conversion docs 2022-02-01 15:34:17 +11:00
..
doc Improved property conversion docs 2022-02-01 15:34:17 +11:00
all_at_once_evaluator.go Added eval operator 2022-02-01 14:47:51 +11:00
all_at_once_evaluator_test.go Added eval operator 2022-02-01 14:47:51 +11:00
candidate_node.go Auto style when adding to empty maps/arrays 2022-01-27 09:58:13 +11:00
color_print.go Cleaning up exposed public api 2021-02-11 10:58:40 +11:00
context.go Slight performance improvement to context.ChildContext 2021-10-11 12:56:27 +11:00
data_tree_navigator.go Pass context through operators 2021-02-11 10:58:40 +11:00
decoder_xml.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
decoder_yaml.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
encoder.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_csv.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_csv_test.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_json.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_properties.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_properties_test.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_test.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_xml.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
encoder_yaml.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
expression_parser.go Added eval operator 2022-02-01 14:47:51 +11:00
expression_parser_test.go Added eval operator 2022-02-01 14:47:51 +11:00
expression_postfix.go Fixed collect op when working with multiple nodes 2021-11-30 13:19:44 +11:00
expression_processing_test.go Fixed collect op when working with multiple nodes 2021-11-30 13:19:44 +11:00
expression_tokeniser.go Added eval operator 2022-02-01 14:47:51 +11:00
file_utils.go refactor: move from io/ioutil to io and os packages (#1068) 2022-01-21 19:50:53 +11:00
front_matter.go Fixed #1062 2022-01-14 15:22:55 +11:00
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 Improved property conversion docs 2022-02-01 15:34:17 +11:00
lib.go Added eval operator 2022-02-01 14:47:51 +11:00
lib_test.go Add accessor for the yq logger instance (#1013) 2021-11-30 10:51:49 +11:00
matchKeyString.go Make deepMatch report in linear time 2021-10-14 18:45:25 +11:00
matchKeyString_test.go Make deepMatch report in linear time 2021-10-14 18:45:25 +11:00
operator_add.go Auto style when adding to empty maps/arrays 2022-01-27 09:58:13 +11:00
operator_add_test.go Auto style when adding to empty maps/arrays 2022-01-27 09:58:13 +11:00
operator_alternative.go Fixing alternative op bug #930 2021-09-02 15:36:23 +10:00
operator_alternative_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_anchors_aliases.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_anchors_aliases_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_assign.go New merge flag (n) to only merge in new fields (#1038) 2022-01-15 15:48:34 +11:00
operator_assign_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_booleans.go Fixing readonly ops not to modify context when paths dont exist 2021-05-16 14:17:13 +10:00
operator_booleans_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_collect.go Fixed collect op when working with multiple nodes 2021-11-30 13:19:44 +11:00
operator_collect_object.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_collect_object_test.go Auto style when adding to empty maps/arrays 2022-01-27 09:58:13 +11:00
operator_collect_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_comments.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
operator_comments_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_contains.go Added contains operator 2021-09-15 15:18:10 +10:00
operator_contains_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_create_map.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_create_map_test.go Fixed empty array op 2020-11-22 13:50:32 +11:00
operator_delete.go Added key operator 2021-11-24 09:57:35 +11:00
operator_delete_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_document_index.go Added key operator 2021-11-24 09:57:35 +11:00
operator_document_index_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_encoder_decoder.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
operator_encoder_decoder_test.go Can encode in XML! 2021-12-21 16:59:09 +11:00
operator_entries.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_entries_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_env.go Merged envsubst into env operators 2022-01-27 09:20:53 +11:00
operator_env_test.go Tests can have multiple env variables 2022-02-01 14:58:53 +11:00
operator_equals.go Fixing readonly ops not to modify context when paths dont exist 2021-05-16 14:36:13 +10:00
operator_equals_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_eval.go Added eval operator 2022-02-01 14:47:51 +11:00
operator_eval_test.go Tests can have multiple env variables 2022-02-01 14:58:53 +11:00
operator_file.go Added key operator 2021-11-24 09:57:35 +11:00
operator_file_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_flatten.go Fixed flatten error message 2021-10-26 15:43:43 +11:00
operator_flatten_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_group_by.go Added key operator 2021-11-24 09:57:35 +11:00
operator_group_by_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_has.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_has_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_keys.go Added more tests 2021-11-24 10:16:48 +11:00
operator_keys_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_length.go Added key operator 2021-11-24 09:57:35 +11:00
operator_length_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_load.go refactor: move from io/ioutil to io and os packages (#1068) 2022-01-21 19:50:53 +11:00
operator_load_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_map.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_map_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_multiply.go Added support for `*=` 2022-01-22 16:40:17 +11:00
operator_multiply_test.go Parameterised merge array by key example 2022-02-01 15:11:39 +11:00
operator_parent.go Added more tests 2021-11-24 10:16:48 +11:00
operator_parent_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_path.go Added key operator 2021-11-24 09:57:35 +11:00
operator_path_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_pipe.go Pass context through operators 2021-02-11 10:58:40 +11:00
operator_pipe_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_recursive_descent.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_recursive_descent_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_reduce.go nicer reduce example 2021-02-15 18:23:50 +11:00
operator_reduce_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_select.go Fixed select bug (#958) 2021-10-07 15:04:36 +11:00
operator_select_test.go Tweaking select docs 2022-01-15 18:22:26 +11:00
operator_self.go Pass context through operators 2021-02-11 10:58:40 +11:00
operator_sort.go Improved error message 2021-12-05 10:58:26 +11:00
operator_sort_keys.go Fixing readonly ops not to modify context when paths dont exist 2021-05-16 14:00:30 +10:00
operator_sort_keys_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_sort_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_split_document.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_split_document_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_strings.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_strings_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_style.go Added key operator 2021-11-24 09:57:35 +11:00
operator_style_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_subtract.go Multiply, substract with custom types 2022-01-22 16:12:59 +11:00
operator_subtract_test.go Multiply, substract with custom types 2022-01-22 16:12:59 +11:00
operator_tag.go Added key operator 2021-11-24 09:57:35 +11:00
operator_tag_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_traverse_path.go enable more linters (#1043) 2021-12-21 09:30:08 +11:00
operator_traverse_path_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_union.go Fixed #1048 2022-01-14 14:55:25 +11:00
operator_union_test.go Fixed #1048 2022-01-14 14:55:25 +11:00
operator_unique.go Added key operator 2021-11-24 09:57:35 +11:00
operator_unique_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_value.go Pass context through operators 2021-02-11 10:58:40 +11:00
operator_value_test.go Fixed header preprocessing! 2021-11-14 10:59:50 +11:00
operator_variables.go Updated var to work like jq #934 2021-09-12 16:55:55 +10:00
operator_variables_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operator_with.go Added with operator 2021-09-12 21:52:02 +10:00
operator_with_test.go Added XML decoder (#1044) 2021-12-21 15:02:07 +11:00
operators.go New merge flag (n) to only merge in new fields (#1038) 2022-01-15 15:48:34 +11:00
operators_test.go Tests can have multiple env variables 2022-02-01 14:58:53 +11:00
printer.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
printer_test.go Added eval operator 2022-02-01 14:47:51 +11:00
printer_writer.go Split printer 2021-10-30 10:04:41 +11:00
properties_test.go Improved property conversion docs 2022-02-01 15:34:17 +11:00
stream_evaluator.go Added eval operator 2022-02-01 14:47:51 +11:00
utils.go Added XML encoding/decoding (#1067) 2022-01-15 11:57:59 +11:00
write_in_place_handler.go Better fix #1062 (return error instead of panic) 2022-01-14 15:40:24 +11:00
xml_test.go Added eval operator 2022-02-01 14:47:51 +11:00