Commit c6d1524
committed
Update Glean to v64.1.1
1 parent 2c9de07 commit c6d1524
File tree
5 files changed
+7
-9
lines changed- components/external
- gradle
- megazords/ios-rust/MozillaTestServices/MozillaTestServices.xcodeproj
5 files changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
- .buildconfig.yml+1-1
- .circleci/config.yml+11-12
- .dictionary+6-1
- .gitignore+2
- CHANGELOG.md+29-1
- Cargo.lock+5-5
- DEPENDENCIES.md+689-143
- Makefile+1-1
- README.md+1-1
- bin/build-rust-docs.sh+3
- docs/dev/core/internal/clearing.md+2-4
- docs/dev/core/internal/database.md+2-2
- docs/dev/cut-a-new-release.md+2-1
- docs/dev/testing.md+20
- docs/user/SUMMARY.md+3-1
- docs/user/_includes/label-limits.md+1-1
- docs/user/_includes/labels-parameter.md+1-1
- docs/user/_includes/string-errors.md+4
- docs/user/_includes/string-limits.md+2
- docs/user/language-bindings/android/gecko-content-processes-and-glean.md+16
- docs/user/reference/general/attribution-api.md+306
- docs/user/reference/general/index.md+2-1
- docs/user/reference/general/initializing.md+5-2
- docs/user/reference/general/toggling-collection-status.md+38-22
- docs/user/reference/metrics/custom_distribution.md+61-2
- docs/user/reference/metrics/index.md+2-2
- docs/user/reference/metrics/labeled_strings.md+2-3
- docs/user/reference/metrics/memory_distribution.md+56
- docs/user/reference/metrics/string.md+2-4
- docs/user/reference/metrics/timing_distribution.md+74-1
- docs/user/reference/pings/index.md+78
- docs/user/reference/yaml/metrics.md+1-1
- docs/user/user/adding-glean-to-your-project/index.md+1-1
- docs/user/user/metrics/adding-new-metrics.md+1-1
- docs/user/user/pings/index.md+49
- glean-core/Cargo.toml+3-3
- glean-core/android-native/dependency-licenses.xml+60-60
- glean-core/android/dependency-licenses.xml+60-60
- glean-core/android/src/main/java/mozilla/telemetry/glean/Glean.kt+36-2
- glean-core/android/src/main/java/mozilla/telemetry/glean/debug/GleanDebugActivity.kt+40-17
- glean-core/android/src/main/java/mozilla/telemetry/glean/private/LabeledMetricType.kt+1-1
- glean-core/android/src/main/java/mozilla/telemetry/glean/private/PingType.kt+20-15
- glean-core/android/src/test/java/mozilla/telemetry/glean/private/LabeledMetricTypeTest.kt+6-6
- glean-core/build/Cargo.toml+2-2
- glean-core/build/src/lib.rs+1-1
- glean-core/ios/Glean/Glean.swift+26
- glean-core/ios/Glean/Metrics/LabeledMetric.swift+2-2
- glean-core/ios/GleanTests/Metrics/LabeledMetricTests.swift+2-2
- glean-core/ios/sdk_generator.sh+1-1
- glean-core/metrics.yaml+113
- glean-core/python/glean/__init__.py+1-1
- glean-core/python/glean/glean.py+31-1
- glean-core/python/glean/metrics/__init__.py+4
- glean-core/python/glean/metrics/labeled.py+4-3
- glean-core/python/requirements_dev.txt+1-1
- glean-core/python/tests/metrics/test_labeled.py+2-2
- glean-core/rlb/Cargo.toml+3-3
- glean-core/rlb/examples/crashing-threads.rs+1-1
- glean-core/rlb/src/lib.rs+28-2
- glean-core/rlb/src/test.rs+46
- glean-core/src/core/mod.rs+75-2
- glean-core/src/core_metrics.rs+111
- glean-core/src/glean.udl+24
- glean-core/src/internal_metrics.rs+60
- glean-core/src/lib.rs+67-7
- glean-core/src/lib_unit_tests.rs+52
- glean-core/src/metrics/labeled.rs+2-2
- glean-core/src/ping/mod.rs+30-2
- glean-core/src/traits/labeled.rs+1-1
- glean-core/tests/labeled.rs+1-1
- glean-core/tests/ping_maker.rs+68
- gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy+2-2
- gradle/libs.versions.toml+3-3
- pyproject.toml+2-2
- samples/rust/metrics.yaml+88
- samples/rust/src/main.rs+1
- supply-chain/audits.toml+6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
961 | | - | |
| 961 | + | |
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
| |||
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments