glean-parser 14.1.3__tar.gz → 14.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {glean_parser-14.1.3 → glean_parser-14.2.0}/CHANGELOG.md +4 -0
- {glean_parser-14.1.3/glean_parser.egg-info → glean_parser-14.2.0}/PKG-INFO +5 -1
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/history.md +4 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/metrics.py +9 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/schemas/metrics.2-0-0.schema.yaml +6 -1
- {glean_parser-14.1.3 → glean_parser-14.2.0/glean_parser.egg-info}/PKG-INFO +5 -1
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/all_metrics.yaml +27 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/.circleci/config.yml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/.editorconfig +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/.github/ISSUE_TEMPLATE.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/.github/dependabot.yml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/.github/pull_request_template.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/.gitignore +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/.swiftlint.yml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/AUTHORS.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/CODE_OF_CONDUCT.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/CONTRIBUTING.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/LICENSE +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/MANIFEST.in +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/Makefile +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/README.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/Makefile +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/_static/glean.jpeg +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/authors.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/conf.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/contributing.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/index.rst +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/installation.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/make.bat +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/metrics-yaml.rst +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/pings-yaml.rst +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/readme.md +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/docs/tags-yaml.rst +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/__init__.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/__main__.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/coverage.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/data_review.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/go_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/javascript.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/javascript_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/kotlin.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/lint.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/markdown.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/parser.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/pings.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/python_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/ruby_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/rust.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/schemas/metrics.1-0-0.schema.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/schemas/pings.1-0-0.schema.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/schemas/pings.2-0-0.schema.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/schemas/tags.1-0-0.schema.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/swift.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/tags.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/data_review.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/go_server.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/javascript.buildinfo.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/javascript.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/javascript_server.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/kotlin.buildinfo.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/kotlin.geckoview.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/kotlin.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/markdown.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/python_server.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/qmldir.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/ruby_server.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/rust.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/swift.jinja2 +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/translate.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/translation_options.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/util.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/validate_ping.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser.egg-info/SOURCES.txt +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser.egg-info/dependency_links.txt +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser.egg-info/entry_points.txt +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser.egg-info/not-zip-safe +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser.egg-info/requires.txt +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser.egg-info/top_level.txt +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/pytest.ini +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/requirements_dev.txt +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/server_telemetry/sdk-metrics-compat.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/server_telemetry/server-side-pings.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/setup.cfg +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/setup.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/conftest.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/all_pings.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/bad_ping.yamlx +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/core.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/duplicate_labeled.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/duplicate_send_in_ping.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/empty.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/event_key_ordering.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/events_with_types.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/fxa-server-metrics.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/fxa-server-pings.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/gecko.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/go_server_metrics.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/go_server_metrics_unsupported.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/invalid-ping-names.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/invalid.yamlx +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/jwe.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/metric-with-tags.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/mixed-expirations.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/object.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/old_event_api.yamlx +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/ordering.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/pings.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/rate.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/ruby_server_metrics_unsupported.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/ruby_server_pings_unsupported.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/schema-violation.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/send_if_empty_with_metrics.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/server_events_compare.go +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/server_events_compare.rb +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/server_metrics_no_events_no_pings.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/server_metrics_with_event.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/server_pings.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/single_labeled.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/smaller.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/tags.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/telemetry_mirror.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/text.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/text_invalid.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/unknown_ping_used.yaml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/wrong_key.yamlx +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/yaml_nits.yamlx +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/detekt.yml +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test-go/test.go.tmpl +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test-js/package.json +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test-js/test.js.tmpl +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test-py/test.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test-rb/test.rb.tmpl +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_cli.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_go_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_javascript.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_javascript_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_kotlin.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_lint.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_markdown.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_metrics.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_parser.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_pings.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_python_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_ruby_server.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_rust.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_swift.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_tags.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_translate.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_utils.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/test_validate_ping.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tests/util.py +0 -0
- {glean_parser-14.1.3 → glean_parser-14.2.0}/tools/extract_data_categories.py +0 -0
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 14.2.0
|
|
6
|
+
|
|
7
|
+
- New Metric Types: `labeled_{custom|memory|timing}_distribution` ([bug 1657947](https://bugzilla.mozilla.org/show_bug.cgi?id=1657947))
|
|
8
|
+
|
|
5
9
|
## 14.1.3
|
|
6
10
|
|
|
7
11
|
- Fix Kotlin/Swift code generation for object metrics, now generating top-level typealiases where needed ([#722](https://github.com/mozilla/glean_parser/pull/722))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: glean_parser
|
|
3
|
-
Version: 14.
|
|
3
|
+
Version: 14.2.0
|
|
4
4
|
Summary: Parser tools for Mozilla's Glean telemetry
|
|
5
5
|
Home-page: https://github.com/mozilla/glean_parser
|
|
6
6
|
Author: The Glean Team
|
|
@@ -79,6 +79,10 @@ $ glean_parser check < ping.json
|
|
|
79
79
|
|
|
80
80
|
## Unreleased
|
|
81
81
|
|
|
82
|
+
## 14.2.0
|
|
83
|
+
|
|
84
|
+
- New Metric Types: `labeled_{custom|memory|timing}_distribution` ([bug 1657947](https://bugzilla.mozilla.org/show_bug.cgi?id=1657947))
|
|
85
|
+
|
|
82
86
|
## 14.1.3
|
|
83
87
|
|
|
84
88
|
- Fix Kotlin/Swift code generation for object metrics, now generating top-level typealiases where needed ([#722](https://github.com/mozilla/glean_parser/pull/722))
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 14.2.0
|
|
6
|
+
|
|
7
|
+
- New Metric Types: `labeled_{custom|memory|timing}_distribution` ([bug 1657947](https://bugzilla.mozilla.org/show_bug.cgi?id=1657947))
|
|
8
|
+
|
|
5
9
|
## 14.1.3
|
|
6
10
|
|
|
7
11
|
- Fix Kotlin/Swift code generation for object metrics, now generating top-level typealiases where needed ([#722](https://github.com/mozilla/glean_parser/pull/722))
|
|
@@ -416,6 +416,15 @@ class LabeledString(Labeled, String):
|
|
|
416
416
|
class LabeledCounter(Labeled, Counter):
|
|
417
417
|
typename = "labeled_counter"
|
|
418
418
|
|
|
419
|
+
class LabeledCustomDistribution(Labeled, CustomDistribution):
|
|
420
|
+
typename = "labeled_custom_distribution"
|
|
421
|
+
|
|
422
|
+
class LabeledMemoryDistribution(Labeled, MemoryDistribution):
|
|
423
|
+
typename = "labeled_memory_distribution"
|
|
424
|
+
|
|
425
|
+
class LabeledTimingDistribution(Labeled, TimingDistribution):
|
|
426
|
+
typename = "labeled_timing_distribution"
|
|
427
|
+
|
|
419
428
|
|
|
420
429
|
class Rate(Metric):
|
|
421
430
|
typename = "rate"
|
|
@@ -115,7 +115,9 @@ definitions:
|
|
|
115
115
|
of the metric to be stored at a given set of labels. The labeled
|
|
116
116
|
metric types include:
|
|
117
117
|
|
|
118
|
-
`labeled_boolean`, `labeled_string`, `labeled_counter
|
|
118
|
+
`labeled_boolean`, `labeled_string`, `labeled_counter`,
|
|
119
|
+
`labeled_custom_distribution`, `labeled_memory_distribution`,
|
|
120
|
+
`labeled_timing_distribution`.
|
|
119
121
|
|
|
120
122
|
- `text`: Record long text data.
|
|
121
123
|
|
|
@@ -141,6 +143,9 @@ definitions:
|
|
|
141
143
|
- labeled_boolean
|
|
142
144
|
- labeled_string
|
|
143
145
|
- labeled_counter
|
|
146
|
+
- labeled_custom_distribution
|
|
147
|
+
- labeled_memory_distribution
|
|
148
|
+
- labeled_timing_distribution
|
|
144
149
|
- rate
|
|
145
150
|
- text
|
|
146
151
|
- object
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: glean_parser
|
|
3
|
-
Version: 14.
|
|
3
|
+
Version: 14.2.0
|
|
4
4
|
Summary: Parser tools for Mozilla's Glean telemetry
|
|
5
5
|
Home-page: https://github.com/mozilla/glean_parser
|
|
6
6
|
Author: The Glean Team
|
|
@@ -79,6 +79,10 @@ $ glean_parser check < ping.json
|
|
|
79
79
|
|
|
80
80
|
## Unreleased
|
|
81
81
|
|
|
82
|
+
## 14.2.0
|
|
83
|
+
|
|
84
|
+
- New Metric Types: `labeled_{custom|memory|timing}_distribution` ([bug 1657947](https://bugzilla.mozilla.org/show_bug.cgi?id=1657947))
|
|
85
|
+
|
|
82
86
|
## 14.1.3
|
|
83
87
|
|
|
84
88
|
- Fix Kotlin/Swift code generation for object metrics, now generating top-level typealiases where needed ([#722](https://github.com/mozilla/glean_parser/pull/722))
|
|
@@ -118,3 +118,30 @@ all_metrics:
|
|
|
118
118
|
text:
|
|
119
119
|
<<: *defaults
|
|
120
120
|
type: text
|
|
121
|
+
|
|
122
|
+
labeled_custom_distribution:
|
|
123
|
+
<<: *defaults
|
|
124
|
+
type: labeled_custom_distribution
|
|
125
|
+
range_min: 0
|
|
126
|
+
range_max: 100
|
|
127
|
+
bucket_count: 10
|
|
128
|
+
histogram_type: linear
|
|
129
|
+
labels:
|
|
130
|
+
- aLabel
|
|
131
|
+
- 2label
|
|
132
|
+
|
|
133
|
+
labeled_memory_distribution:
|
|
134
|
+
<<: *defaults
|
|
135
|
+
type: labeled_memory_distribution
|
|
136
|
+
memory_unit: kilobyte
|
|
137
|
+
labels:
|
|
138
|
+
- aLabel
|
|
139
|
+
- 2label
|
|
140
|
+
|
|
141
|
+
labeled_timing_distribution:
|
|
142
|
+
<<: *defaults
|
|
143
|
+
type: labeled_timing_distribution
|
|
144
|
+
time_unit: millisecond
|
|
145
|
+
labels:
|
|
146
|
+
- aLabel
|
|
147
|
+
- 2label
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_parser-14.1.3 → glean_parser-14.2.0}/glean_parser/templates/javascript.buildinfo.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_parser-14.1.3 → glean_parser-14.2.0}/tests/data/server_metrics_no_events_no_pings.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|