Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement: created new lookup library (#7087)
* Created new lookup library Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Rudimentary form of lookup working with Vrl. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Lookup can parse paths itself. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Restored VRL coalesce Signed-off-by: Stephen Wakely <stephen.wakely@datadoghq.com> * Updated property tests. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Fixed issue with inserting a path that changes the type. Plus a number of other tidy ups. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Clippy and formatting. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Removed unneeded file Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Removed commented out Path. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Formatting Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Vrl needs to include the . when displaying paths. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Feedback from blt. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Fixes following feedback from Jean. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Fixes following feedback from Bruce. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Clippy Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * More clippy fixes Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Renamed clone_lookup to be to_lookup Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Enable negative indexing Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Added quickcheck tests for lookups Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Fixed setting zero index Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Add limit to alternative component path Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Removed irrelevant tests Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Clippy Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Move rerun-if-changed instruction Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Tidied some comments. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Don't serialize metadata Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Update types when array index is changed. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Removed insert_null. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Clippy Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Minor comment fixes Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Remove serialize test as it is incorrect Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Feedback from Bruce. Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Don't wipe out metadata on vrl remove Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
- Loading branch information