Reorganize JSON schemas under `barectf/schemas/config`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 3 Sep 2020 16:03:35 +0000 (12:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 3 Sep 2020 16:03:35 +0000 (12:03 -0400)
commitc3fa1a144299ae3218fa61b56e2ea4f9dab19304
tree266feed42570f4279d581b7ede1c25f0439f39ff
parentd02c7d33ff9a0814d8ea97d10b4c840489c4e4e6
Reorganize JSON schemas under `barectf/schemas/config`

Instead of:

    2/
      config/
    3/
      config/
    common/
      config/

Use:

    config/
      2/
      3/
      common/

This requires less inodes.

On a more serious note, barectf might have schemas for other things than
configuration in the future, so all the existing schemas currently
really belong to the configuration domain.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
49 files changed:
barectf/config_parse_common.py
barectf/config_parse_v2.py
barectf/config_parse_v3.py
barectf/schemas/2/config/clock-type-pre-include.yaml [deleted file]
barectf/schemas/2/config/config-min.yaml [deleted file]
barectf/schemas/2/config/config-pre-field-type-expansion.yaml [deleted file]
barectf/schemas/2/config/config-pre-include.yaml [deleted file]
barectf/schemas/2/config/config.yaml [deleted file]
barectf/schemas/2/config/event-type-pre-include.yaml [deleted file]
barectf/schemas/2/config/field-type.yaml [deleted file]
barectf/schemas/2/config/include-prop.yaml [deleted file]
barectf/schemas/2/config/metadata-pre-include.yaml [deleted file]
barectf/schemas/2/config/stream-type-pre-include.yaml [deleted file]
barectf/schemas/2/config/trace-type-pre-include.yaml [deleted file]
barectf/schemas/3/config/clock-type-pre-include.yaml [deleted file]
barectf/schemas/3/config/config-pre-field-type-expansion.yaml [deleted file]
barectf/schemas/3/config/config-pre-include.yaml [deleted file]
barectf/schemas/3/config/config-pre-log-level-alias-sub.yaml [deleted file]
barectf/schemas/3/config/config.yaml [deleted file]
barectf/schemas/3/config/event-type-pre-include.yaml [deleted file]
barectf/schemas/3/config/field-type.yaml [deleted file]
barectf/schemas/3/config/include-prop.yaml [deleted file]
barectf/schemas/3/config/stream-type-pre-include.yaml [deleted file]
barectf/schemas/3/config/trace-pre-include.yaml [deleted file]
barectf/schemas/3/config/trace-type-pre-include.yaml [deleted file]
barectf/schemas/common/config/common.yaml [deleted file]
barectf/schemas/config/2/clock-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/2/config-min.yaml [new file with mode: 0644]
barectf/schemas/config/2/config-pre-field-type-expansion.yaml [new file with mode: 0644]
barectf/schemas/config/2/config-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/2/config.yaml [new file with mode: 0644]
barectf/schemas/config/2/event-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/2/field-type.yaml [new file with mode: 0644]
barectf/schemas/config/2/include-prop.yaml [new file with mode: 0644]
barectf/schemas/config/2/metadata-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/2/stream-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/2/trace-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/3/clock-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/3/config-pre-field-type-expansion.yaml [new file with mode: 0644]
barectf/schemas/config/3/config-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/3/config-pre-log-level-alias-sub.yaml [new file with mode: 0644]
barectf/schemas/config/3/config.yaml [new file with mode: 0644]
barectf/schemas/config/3/event-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/3/field-type.yaml [new file with mode: 0644]
barectf/schemas/config/3/include-prop.yaml [new file with mode: 0644]
barectf/schemas/config/3/stream-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/3/trace-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/3/trace-type-pre-include.yaml [new file with mode: 0644]
barectf/schemas/config/common/common.yaml [new file with mode: 0644]
This page took 0.026131 seconds and 4 git commands to generate.