Commit 799ae23
authored
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+23-5
- .dictionary+3-1
- CHANGELOG.md+15-1
- Cargo.lock+3-3
- DEPENDENCIES.md+3-3
- docs/dev/SUMMARY.md+1
- docs/dev/book.toml+1-1
- docs/dev/core/internal/client_id_recovery.md+58
- docs/dev/core/internal/index.md+3-1
- docs/dev/core/internal/upload.md+4-8
- docs/shared/mermaid-init.js+39-4
- docs/shared/mermaid.css-356
- docs/shared/mermaid.min.js+2.6k-47
- docs/user/book.toml+2-2
- docs/user/reference/metrics/object.md+1-1
- glean-core/Cargo.toml+2-2
- glean-core/build/Cargo.toml+1-1
- glean-core/build/src/lib.rs+1-1
- glean-core/ios/Glean/Metrics/ObjectMetric.swift+2-30
- glean-core/ios/GleanTests/Metrics/ObjectMetricTests.swift+117-15
- glean-core/metrics.yaml+89
- glean-core/python/glean/__init__.py+1-1
- glean-core/rlb/Cargo.toml+2-2
- glean-core/rlb/examples/crashing-threads.rs+7-4
- glean-core/rlb/src/lib.rs+1-1
- glean-core/rlb/src/net/mod.rs+2-1
- glean-core/rlb/tests/health_ping.rs+35-63
- glean-core/rlb/tests/health_ping_file_overwrite.rs+85
- glean-core/rlb/tests/signaling_done.rs+6
- glean-core/rlb/tests/test-thread-crashing.sh+7-2
- glean-core/src/core/mod.rs+249-4
- glean-core/src/database/mod.rs+2-2
- glean-core/src/error.rs+55
- glean-core/src/fd_logger.rs+1-1
- glean-core/src/histogram/exponential.rs+1-1
- glean-core/src/histogram/linear.rs+1-1
- glean-core/src/internal_metrics.rs+83
- glean-core/src/lib.rs+7-2
- glean-core/src/metrics/custom_distribution.rs+1-1
- glean-core/src/metrics/dual_labeled_counter.rs+1-1
- glean-core/src/ping/mod.rs-1
- glean-core/src/traits/custom_distribution.rs+2-3
- glean-core/src/upload/policy.rs+2-2
- glean-core/tests/clientid_textfile.rs+534
- gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy+1-1
- pyproject.toml+1-1
- samples/ios/app/glean-sample-app/AppDelegate.swift+2
- samples/ios/app/glean-sample-app/ViewController.swift+3
- samples/ios/app/glean-sample-appUITests/ViewControllerTest.swift+8
- samples/ios/app/metrics.yaml+24
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
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