File tree
4 files changed
+5
-5
lines changed- components/external
- gradle
- megazords/ios-rust
4 files changed
+5
-5
lines changed- .buildconfig.yml+1-1
- .circleci/config.yml+46-5
- CHANGELOG.md+26-1
- Cargo.lock+2-2
- DEPENDENCIES.md+2-2
- docs/user/user/collected-metrics/metrics.md+59-2
- glean-core/Cargo.toml+1-1
- glean-core/ios/Glean.xcodeproj/project.pbxproj+8
- glean-core/ios/Glean/Glean.swift+2-2
- glean-core/ios/Glean/Metrics/DatetimeMetric.swift+1-1
- glean-core/ios/Glean/Metrics/EventMetric.swift+1-1
- glean-core/ios/Glean/Metrics/UuidMetric.swift+1-1
- glean-core/ios/Glean/Net/PingUploader.swift+6-6
- glean-core/ios/GleanTests/PingUploaderTests.swift+42
- glean-core/ios/GleanTests/makeCapablePingUploadRequestForTests.swift+31
- glean-core/metrics.yaml+126
- glean-core/pings.yaml+23
- glean-core/python/glean/testing/__init__.py+10-2
- glean-core/python/requirements_dev.txt+1-1
- glean-core/python/tests/metrics/test_uuid.py+3-11
- glean-core/python/tests/test_glean.py+31-46
- glean-core/python/tests/test_network.py+1-1
- glean-core/rlb/Cargo.toml+2-2
- glean-core/rlb/examples/delayed-ping-data.rs+8-6
- glean-core/rlb/examples/enabled-pings.rs+7
- glean-core/rlb/examples/mps-delay.rs+7-4
- glean-core/rlb/examples/pending-gets-removed.rs+3-1
- glean-core/rlb/examples/ping-lifetime-flush.rs+7
- glean-core/rlb/src/lib.rs+1
- glean-core/rlb/src/test.rs+7
- glean-core/rlb/tests/health_ping.rs+115
- glean-core/rlb/tests/overflowing_preinit.rs+1-1
- glean-core/rlb/tests/test-delayed-ping-data.sh+3-3
- glean-core/rlb/tests/test-enabled-pings.sh+3-3
- glean-core/rlb/tests/test-mps-delay.sh+3-4
- glean-core/rlb/tests/test-pending-gets-removed.sh+6-6
- glean-core/rlb/tests/test-ping-lifetime-flush.sh+6-6
- glean-core/rlb/tests/test-shutdown-blocking.sh+1-1
- glean-core/rlb/tests/test-thread-crashing.sh+1-1
- glean-core/rlb/tests/upload_timing.rs+2
- glean-core/rlb/tests/uploader_capabilities.rs+2
- glean-core/src/core/mod.rs+4-1
- glean-core/src/glean_metrics.rs+1-1
- glean-core/src/internal_metrics.rs+76-16
- glean-core/src/internal_pings.rs+13
- glean-core/src/lib.rs+186-2
- gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy+1-1
- pyproject.toml+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments