Commit 3384fe7
authored
File tree
4 files changed
+10
-10
lines changed- components/external
- gradle
- megazords/ios-rust
4 files changed
+10
-10
lines changed- .buildconfig.yml+1-1
- .circleci/config.yml+11-11
- .circleci/jazzy.yml+1-1
- .dictionary+2-1
- CHANGELOG.md+18-1
- Cargo.lock+2-2
- DEPENDENCIES.md+674-128
- bin/run-ios-build.sh+1-1
- bin/run-ios-sample-app-build.sh+1-1
- bin/run-ios-sample-app-test.sh+1-1
- bin/run-ios-tests.sh+1-1
- bin/update-xcode-version.sh+2-1
- docs/dev/ios/setup-ios-build-environment.md+1-1
- glean-core/Cargo.toml+1-1
- glean-core/android-native/dependency-licenses.xml+57-57
- glean-core/android/dependency-licenses.xml+57-57
- glean-core/ios/Glean/Net/HttpPingUploader.swift+29-26
- glean-core/metrics.yaml+52-2
- glean-core/python/glean/__init__.py+9-8
- glean-core/rlb/Cargo.toml+2-2
- glean-core/rlb/tests/health_ping.rs+86-4
- glean-core/src/core/mod.rs+11
- glean-core/src/database/mod.rs+21-1
- glean-core/src/internal_metrics.rs+37
- glean-core/src/lib.rs+4
- gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy+1-1
- pyproject.toml+1-1
- samples/ios/app/README.md+1-1
- samples/python/Makefile+2-15
- samples/python/glean-sample/__main__.py+3
- samples/python/pyproject.toml+7
- samples/python/requirements.txt-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 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
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