-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECS tooling rewrite brought about by the need to reuse field sets as a different name #864
Commits on Apr 16, 2020
-
Function to turn single word reuse locations into the dictionary nota…
…tion
Mathieu Martin committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 6568fe2 - Browse repository at this point
Copy the full SHA 6568fe2View commit details -
Validate that keys 'as' and 'at' are present in dictionary notation
Mathieu Martin committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for e0befee - Browse repository at this point
Copy the full SHA e0befeeView commit details -
Actually resolve the shorthands when reading schemas
Mathieu Martin committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 53556a0 - Browse repository at this point
Copy the full SHA 53556a0View commit details -
Mathieu Martin committed
Apr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 88313e7 - Browse repository at this point
Copy the full SHA 88313e7View commit details
Commits on Apr 17, 2020
-
Precompute the full path of a nesting, considering nesting as another…
… name
Mathieu Martin committedApr 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 05d2847 - Browse repository at this point
Copy the full SHA 05d2847View commit details -
Mathieu Martin committed
Apr 17, 2020 Configuration menu - View commit details
-
Copy full SHA for ee51313 - Browse repository at this point
Copy the full SHA ee51313View commit details
Commits on Apr 20, 2020
-
Mathieu Martin committed
Apr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 108dd35 - Browse repository at this point
Copy the full SHA 108dd35View commit details -
Mathieu Martin committed
Apr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for ab82e6e - Browse repository at this point
Copy the full SHA ab82e6eView commit details -
Mathieu Martin committed
Apr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for a3b5fde - Browse repository at this point
Copy the full SHA a3b5fdeView commit details -
Fix asciidoc link when nesting as another name
Mathieu Martin committedApr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 2918cdd - Browse repository at this point
Copy the full SHA 2918cddView commit details -
Change the wording of using a field set at the root of events (instea…
…d of 'top level').
Mathieu Martin committedApr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for d0c0271 - Browse repository at this point
Copy the full SHA d0c0271View commit details -
Mathieu Martin committed
Apr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for c90885f - Browse repository at this point
Copy the full SHA c90885fView commit details
Commits on Apr 22, 2020
-
Mathieu Martin committed
Apr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for df9843d - Browse repository at this point
Copy the full SHA df9843dView commit details
Commits on Apr 29, 2020
-
Start massive refactor of schema_reader...
Bunch of stuff moving to new script schema_processor.py
Mathieu Martin committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 503f90b - Browse repository at this point
Copy the full SHA 503f90bView commit details -
Make the 'reusable' field set properties explicit
Mathieu Martin committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for abee212 - Browse repository at this point
Copy the full SHA abee212View commit details -
Move a bunch of code to schema_processor.py
Mathieu Martin committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for e11fe38 - Browse repository at this point
Copy the full SHA e11fe38View commit details
Commits on Apr 30, 2020
-
Give schemas/README.md some much needed attention
Mathieu Martin committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 4b2039c - Browse repository at this point
Copy the full SHA 4b2039cView commit details
Commits on May 6, 2020
-
Mathieu Martin committed
May 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 819575c - Browse repository at this point
Copy the full SHA 819575cView commit details
Commits on May 7, 2020
-
About to turn the schema loader into a shotgun...
Anything can be merged over other fields. Here's not the place to enforce good ECS citizenry.
Mathieu Martin committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 0af1aa3 - Browse repository at this point
Copy the full SHA 0af1aa3View commit details -
The schema loader now merges EVERYTHING, taking special care of arrays
Mathieu Martin committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 4725167 - Browse repository at this point
Copy the full SHA 4725167View commit details -
Import the changes from PR elastic#821
Mathieu Martin committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for d16c361 - Browse repository at this point
Copy the full SHA d16c361View commit details -
Move nesting structure comment to top of file
Mathieu Martin committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 5b27a8b - Browse repository at this point
Copy the full SHA 5b27a8bView commit details -
Adjust tests for safe loading of schemas for new script name
Mathieu Martin committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 50a49a3 - Browse repository at this point
Copy the full SHA 50a49a3View commit details
Commits on May 8, 2020
-
Start future schema cleaner w/ basic visitor function to navigate the…
… nested tree
Mathieu Martin committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for a1c20d6 - Browse repository at this point
Copy the full SHA a1c20d6View commit details -
Raise clear error on missing schema name
Mathieu Martin committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 94ce10b - Browse repository at this point
Copy the full SHA 94ce10bView commit details -
Mathieu Martin committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 5344341 - Browse repository at this point
Copy the full SHA 5344341View commit details -
Make 'title' a schema_detail as well
Mathieu Martin committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 3fe758b - Browse repository at this point
Copy the full SHA 3fe758bView commit details -
Mathieu Martin committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for e28c737 - Browse repository at this point
Copy the full SHA e28c737View commit details -
Create a helper for list subtraction...
My brain can't deal with Python list comprehensions
Mathieu Martin committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 9bb6722 - Browse repository at this point
Copy the full SHA 9bb6722View commit details -
schema level cleanups looking pretty good
Mathieu Martin committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 6202462 - Browse repository at this point
Copy the full SHA 6202462View commit details
Commits on May 11, 2020
-
Extract the check for mandatory schema attributes to its own function
Mathieu Martin committedMay 11, 2020 Configuration menu - View commit details
-
Copy full SHA for ff17836 - Browse repository at this point
Copy the full SHA ff17836View commit details
Commits on May 12, 2020
-
Raise on multiline short descriptions
Mathieu Martin committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ab1b1c - Browse repository at this point
Copy the full SHA 0ab1b1cView commit details -
Fill in field name for intermediary fields as well
Mathieu Martin committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 7f7511d - Browse repository at this point
Copy the full SHA 7f7511dView commit details -
Refine docs around setting description and short in the YAMLs
Mathieu Martin committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for c693b62 - Browse repository at this point
Copy the full SHA c693b62View commit details -
Start the field cleaning code, reuse the short description check
Mathieu Martin committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for ee6819b - Browse repository at this point
Copy the full SHA ee6819bView commit details -
Mathieu Martin committed
May 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 2610d14 - Browse repository at this point
Copy the full SHA 2610d14View commit details -
Implement the simple defaults for fields
Mathieu Martin committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for c607ab0 - Browse repository at this point
Copy the full SHA c607ab0View commit details -
better multi-fields datatype support than before
Mathieu Martin committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 1ec38d1 - Browse repository at this point
Copy the full SHA 1ec38d1View commit details
Commits on May 13, 2020
-
Precalculate the 'path' to a field as we build the deeply nested stru…
…cture
Mathieu Martin committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for a6140a1 - Browse repository at this point
Copy the full SHA a6140a1View commit details -
Implement flat/dashed names for all fields. Close to feature parity w…
…ith schema_reader
Mathieu Martin committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 24bb145 - Browse repository at this point
Copy the full SHA 24bb145View commit details
Commits on May 15, 2020
-
Add intermediary=True to fields implicitly created to contain others.
They shouldn't be held to the same standards of completeness (e.g. presence of a description) as the other fields.
Mathieu Martin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 6a0bc77 - Browse repository at this point
Copy the full SHA 6a0bc77View commit details -
Correct my engrish. intermediary => intermediate
Mathieu Martin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 9d19424 - Browse repository at this point
Copy the full SHA 9d19424View commit details -
Precalculate the leaf field name
Mathieu Martin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for fcab216 - Browse repository at this point
Copy the full SHA fcab216View commit details -
In loader.py it's too early to determine namespacing under fs name
Mathieu Martin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for ff718ca - Browse repository at this point
Copy the full SHA ff718caView commit details -
Comment out all the 'path' stuff. Must be calculated later
Mathieu Martin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for f3ab162 - Browse repository at this point
Copy the full SHA f3ab162View commit details -
Tentative final state for cleaner.py, much simplified
Mathieu Martin committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 14850a5 - Browse repository at this point
Copy the full SHA 14850a5View commit details -
Mathieu Martin committed
May 15, 2020 Configuration menu - View commit details
-
Copy full SHA for b7e1adb - Browse repository at this point
Copy the full SHA b7e1adbView commit details
Commits on May 18, 2020
-
Move validation & normalizing of field reuse attributes to new script
Mathieu Martin committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 2d41e9b - Browse repository at this point
Copy the full SHA 2d41e9bView commit details -
Remove 'path' stuff from cleaner tests. Will happen in finalizer
Mathieu Martin committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 685d7a0 - Browse repository at this point
Copy the full SHA 685d7a0View commit details
Commits on May 25, 2020
-
Add another test for the already normalized self reuse
Mathieu Martin committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 490a822 - Browse repository at this point
Copy the full SHA 490a822View commit details -
Why does this throw my brain for a loop
Mathieu Martin committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for caee0ee - Browse repository at this point
Copy the full SHA caee0eeView commit details
Commits on May 26, 2020
-
Both foreign reuse and self-reuse work now :-D
Mathieu Martin committedMay 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 45e5384 - Browse repository at this point
Copy the full SHA 45e5384View commit details -
Move visitor to its own module
Mathieu Martin committedMay 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 88090fd - Browse repository at this point
Copy the full SHA 88090fdView commit details -
First reasonable stab at finalizing the fields.
Mathieu Martin committedMay 26, 2020 Configuration menu - View commit details
-
Copy full SHA for a8a451d - Browse repository at this point
Copy the full SHA a8a451dView commit details
Commits on May 27, 2020
-
New way to capture what's 'nested_here', make process.parent a reuse …
…tests
Mathieu Martin committedMay 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 6051d52 - Browse repository at this point
Copy the full SHA 6051d52View commit details -
Start capturing original_fieldset for reused fields as well, streamli…
…ne tests
Mathieu Martin committedMay 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 3bbc26f - Browse repository at this point
Copy the full SHA 3bbc26fView commit details -
Clean the allowed values as well
Mathieu Martin committedMay 27, 2020 Configuration menu - View commit details
-
Copy full SHA for c095081 - Browse repository at this point
Copy the full SHA c095081View commit details -
Fix problem with original_fieldset and write test for calculate_final…
…_values
Mathieu Martin committedMay 27, 2020 Configuration menu - View commit details
-
Copy full SHA for fe30e02 - Browse repository at this point
Copy the full SHA fe30e02View commit details -
Function docstrings in finalizer.py
Mathieu Martin committedMay 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 0263d56 - Browse repository at this point
Copy the full SHA 0263d56View commit details -
Remove inaccurate comment. finalizer.py works on the structure in place
Mathieu Martin committedMay 27, 2020 Configuration menu - View commit details
-
Copy full SHA for fccaa6c - Browse repository at this point
Copy the full SHA fccaa6cView commit details
Commits on May 28, 2020
-
Reasonable implementation of filtering subsets
Mathieu Martin committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 903b0bd - Browse repository at this point
Copy the full SHA 903b0bdView commit details -
First pass at moving the flattening to the intermediate files generatoar
Mathieu Martin committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for ca82b70 - Browse repository at this point
Copy the full SHA ca82b70View commit details -
Calculate flat_name for multi_fields
Mathieu Martin committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for ce65c69 - Browse repository at this point
Copy the full SHA ce65c69View commit details
Commits on Jun 1, 2020
-
Move helper func is_intermediate(field) to the helpers
Mathieu Martin committedJun 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 0f91bc4 - Browse repository at this point
Copy the full SHA 0f91bc4View commit details -
WIP new generator using all the new schema scripts
Mathieu Martin committedJun 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 1326f43 - Browse repository at this point
Copy the full SHA 1326f43View commit details -
WIP on intermediate_files.py generator for ECS YAML files
Mathieu Martin committedJun 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e836ca - Browse repository at this point
Copy the full SHA 8e836caView commit details -
Initial stab at fixing an issue around chained nestings: original_fie…
…ldset is incorrect
Mathieu Martin committedJun 1, 2020 Configuration menu - View commit details
-
Copy full SHA for d9acd1c - Browse repository at this point
Copy the full SHA d9acd1cView commit details -
Remove old debugging code, replace with comment as a hint
Mathieu Martin committedJun 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 388204c - Browse repository at this point
Copy the full SHA 388204cView commit details -
Fix bug where explicit legit object fields were incorrectly flagged a…
…s intermediate fields
Mathieu Martin committedJun 1, 2020 Configuration menu - View commit details
-
Copy full SHA for fa19654 - Browse repository at this point
Copy the full SHA fa19654View commit details
Commits on Jun 2, 2020
-
Don't publish the deeply nested ecs.yml for now
Mathieu Martin committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 42ea8f7 - Browse repository at this point
Copy the full SHA 42ea8f7View commit details -
Remove old versions of the code
Mathieu Martin committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for f3f44ab - Browse repository at this point
Copy the full SHA f3f44abView commit details -
Introduce new optional attribute about reuse, for order of performing…
… reuses
Mathieu Martin committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for f32e56f - Browse repository at this point
Copy the full SHA f32e56fView commit details -
Perform reuse in prescribed order. Temp copy by reference no longer n…
…ecessary.
Mathieu Martin committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for e13a05e - Browse repository at this point
Copy the full SHA e13a05eView commit details
Commits on Jun 3, 2020
-
Rewrite intermediate files generator using visitor pattern
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for d9b6b49 - Browse repository at this point
Copy the full SHA d9b6b49View commit details -
Comment out a bunch of things for initial PR review...
These are improvements we'll want to have, but they'll come as a separate PR.
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for c17c46d - Browse repository at this point
Copy the full SHA c17c46dView commit details -
Fix issue introduced in recent changes around reuse order. Add test.
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 342cc98 - Browse repository at this point
Copy the full SHA 342cc98View commit details -
All generated files except asciidocs, as of latest changes
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for d0d89c4 - Browse repository at this point
Copy the full SHA d0d89c4View commit details -
Revert back to passing normal nested fields to asciidoc generator.
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for d716c3a - Browse repository at this point
Copy the full SHA d716c3aView commit details -
introduce the new attribute 'reused_here' immediately, after all...
It removes one reason why we had to pass the deeply nested field structure to asciidoc in the first place.
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for ffd71f5 - Browse repository at this point
Copy the full SHA ffd71f5View commit details -
Append short description to 'reused_here'
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for eb83c25 - Browse repository at this point
Copy the full SHA eb83c25View commit details -
Use the new 'reused_here' attribute to populate the field reuse section
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 321cc5f - Browse repository at this point
Copy the full SHA 321cc5fView commit details -
Fix code listing allowed_values to use nested representation
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ca8fe1 - Browse repository at this point
Copy the full SHA 4ca8fe1View commit details -
Fix last remaining place that assumed deeply nested structure
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 81e626c - Browse repository at this point
Copy the full SHA 81e626cView commit details -
asciidoc as of now. one major problem left
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for caa0eb5 - Browse repository at this point
Copy the full SHA caa0eb5View commit details -
Fix subtle bug where self-nestings would incorrectly mark parent fiel…
…dset as reused
Mathieu Martin committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for f506a73 - Browse repository at this point
Copy the full SHA f506a73View commit details
Commits on Jun 4, 2020
-
Remove subset tests that have been replaced...
Update new tests to capture one more edge case that was tested in the deleted test.
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 86848b2 - Browse repository at this point
Copy the full SHA 86848b2View commit details -
Use new scripts to load ECS fields in test_ecs_spec.py
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 8b3d52d - Browse repository at this point
Copy the full SHA 8b3d52dView commit details -
Mathieu Martin committed
Jun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for dc71e03 - Browse repository at this point
Copy the full SHA dc71e03View commit details -
Mathieu Martin committed
Jun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for b33f8d3 - Browse repository at this point
Copy the full SHA b33f8d3View commit details -
Reset process.yml with the duplicated fields for initial review
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for e5140b9 - Browse repository at this point
Copy the full SHA e5140b9View commit details -
Add nesting of code_sig to process.parent again, for initial review
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 1496d83 - Browse repository at this point
Copy the full SHA 1496d83View commit details -
Also re-nest hash at process.parent
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 73ad62a - Browse repository at this point
Copy the full SHA 73ad62aView commit details -
Undo a wording improvement to simplify rewrite PR review
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for face9d4 - Browse repository at this point
Copy the full SHA face9d4View commit details -
Temporarily re-add object_type for initial review
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for fac6109 - Browse repository at this point
Copy the full SHA fac6109View commit details -
Merge branch 'master' into nest-as-rampage
Trivial conflict in changelog. Interesting conflict with elastic#851. The new scripts/schema/loader.py file has most of the new code around loading ECS files from git refs. In this merge commit I'm also slightly adjusting comments and wording of output messages around this.
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 0fac563 - Browse repository at this point
Copy the full SHA 0fac563View commit details -
Remove old PR ID from relevant changelog entries. This will be a clea…
…n new PR.
Mathieu Martin committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for b812cf7 - Browse repository at this point
Copy the full SHA b812cf7View commit details -
Mathieu Martin committed
Jun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 14c95e4 - Browse repository at this point
Copy the full SHA 14c95e4View commit details
Commits on Jun 8, 2020
-
Mathieu Martin committed
Jun 8, 2020 Configuration menu - View commit details
-
Copy full SHA for bf16551 - Browse repository at this point
Copy the full SHA bf16551View commit details -
Add failing test to sanity check, to catch mangled tracing fields
Mathieu Martin committedJun 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 96c06bb - Browse repository at this point
Copy the full SHA 96c06bbView commit details -
Mathieu Martin committed
Jun 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 78a3d6d - Browse repository at this point
Copy the full SHA 78a3d6dView commit details
Commits on Jun 9, 2020
-
Mathieu Martin committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 1e63726 - Browse repository at this point
Copy the full SHA 1e63726View commit details -
Finish the comment for subset_filter.py
Mathieu Martin committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 530691a - Browse repository at this point
Copy the full SHA 530691aView commit details -
Add __init__.py in unit tests so they're 'discovered' properly 🤦🏻♂️
Mathieu Martin committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 0fa6fe1 - Browse repository at this point
Copy the full SHA 0fa6fe1View commit details -
Mathieu Martin committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 035449e - Browse repository at this point
Copy the full SHA 035449eView commit details -
Mathieu Martin committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 0353f75 - Browse repository at this point
Copy the full SHA 0353f75View commit details -
Mathieu Martin committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 91e4660 - Browse repository at this point
Copy the full SHA 91e4660View commit details -
Fix issue with tracing fields getting mangled
Mathieu Martin committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 98745ca - Browse repository at this point
Copy the full SHA 98745caView commit details -
Adjust sanity check for new nesting under complete field name
Mathieu Martin committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 866f1b9 - Browse repository at this point
Copy the full SHA 866f1b9View commit details -
Mathieu Martin committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 34595a3 - Browse repository at this point
Copy the full SHA 34595a3View commit details -
Mathieu Martin committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 97613cf - Browse repository at this point
Copy the full SHA 97613cfView commit details -
Raise if either reused schema or destination schema have root=true
Mathieu Martin committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for c841c53 - Browse repository at this point
Copy the full SHA c841c53View commit details -
Mathieu Martin committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for d6ec0ac - Browse repository at this point
Copy the full SHA d6ec0acView commit details -
Marshall was right, these two functions were the same. Deleted one of…
… them.
Mathieu Martin committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 91e7f16 - Browse repository at this point
Copy the full SHA 91e7f16View commit details