Граф коммитов

3137 Коммитов

Автор SHA1 Сообщение Дата
Beatriz Rizental eda8c4c686
Bug 1654384 - Add a specific simulator to each of the distributions metrics on the book (#1150) 2020-08-19 10:19:43 +02:00
Jan-Erik Rediger 15bd281d3a
Merge pull request #1157 from mozilla/ci-setup 2020-08-19 09:29:04 +02:00
Jan-Erik Rediger d0149a5ac6
Merge pull request #1151 from mozilla/os-log 2020-08-19 09:28:43 +02:00
Jan-Erik Rediger 0ef5a87d99
Merge pull request #1159 from mozilla/fix-android-upgrade
Bug 1659548 - CI: Downgrade Android image to use
2020-08-18 15:08:07 +02:00
Jan-Erik Rediger 14181a32d6 CI: Downgrade Android image to use
CircleCI recently upgraded that image from OpenJDK 8 to OpenJDK 11.
We pin to the old version for now.
2020-08-18 14:54:18 +02:00
Jan-Erik Rediger d9896b838f Docs: Call out how to find the TaskCluster tasks 2020-08-18 13:33:58 +02:00
Jan-Erik Rediger a573385b99 Update docs to use the right link-checker
[doc only]
2020-08-18 10:48:02 +02:00
Jan-Erik Rediger 8a843aebf4 Re-order chapters
Keep the most important ones first.

[doc only]
2020-08-18 10:48:02 +02:00
Jan-Erik Rediger cdc87e1bd9 Document our CI setup
[doc only]
2020-08-18 10:48:02 +02:00
Michael Droettboom 7f73abeaf1
Merge hotfix-v32.1.0 into main (#1156) 2020-08-17 15:53:22 -04:00
Michael Droettboom ccb6b163e5
Increase rate limiter to 15 pings per minute. (#1154)
* Increase rate limiter to 15 pings per minute

* Update docs.
2020-08-17 14:57:10 -04:00
Beatriz Rizental 6e7c2eb073
Add license header to error.rs (#1153) 2020-08-17 11:18:19 +02:00
Jan-Erik Rediger be50c3b9b2
Merge pull request #1143 from mozilla/bring-back-beta 2020-08-17 10:56:35 +02:00
Jan-Erik Rediger 7979515d1c Document how to access the Glean logs
[doc only]
2020-08-14 15:43:44 +02:00
Jan-Erik Rediger 2735a4567f
Merge pull request #1152 from mozilla/tool-upgrade 2020-08-13 16:41:14 +02:00
Jan-Erik Rediger 8e24f8646e
Merge pull request #1149 from mozilla/mps-tests
Bug 1536792 - Remove old and unused test code for Metrics ping scheduler
2020-08-13 15:53:08 +02:00
Jan-Erik Rediger d53b56d658 CI: Check cbindgen checksum
[doc only]
2020-08-13 15:48:37 +02:00
Jan-Erik Rediger cc338a1bab CI: Update cargo-deny
[doc only]
2020-08-13 15:48:34 +02:00
Jan-Erik Rediger 12a9d5a0d3 Use unified logging on iOS from the Rust side
The unified logging system is recommended by Apple: https://developer.apple.com/documentation/os/logging/
We connect the Rust logging side to OSLog, all logs will be available in
the system log (and can be viewed through Console.app).
The log levels can be configured through the `log` utility.
2020-08-13 15:37:51 +02:00
Travis Long f0c45123d9 Add changelog entry 2020-08-13 08:06:10 -05:00
Travis Long 1e3df6e810 Add glean-ios test logs from device to CI artifacts 2020-08-13 08:06:10 -05:00
Travis Long 0ceeb553d4 Fix zip command to add recurse flag 2020-08-13 08:06:10 -05:00
Travis Long 57a195ddcd Bug 1655100 - Capture device logs to diagnose intermittent test failure 2020-08-13 08:06:10 -05:00
Travis Long df3fe522a2 Bug 1657441 - Fix deprecation warning in iOS sample app.
- This fixes the deprecation warning in the iOS sample app by removing the use of `getUploadEnabled` in favor of persisting the state of the upload enabled preference in `UserDefaults`.
- Also includes a minor refactor of the handler for the toggle to simplify it.
2020-08-12 06:59:29 -05:00
Jan-Erik Rediger 315916750c Remove old and unused test code for Metrics ping scheduler
As written the test doesn't work anymore.

1. We changed how init works (it's not a single `initialized` variable anymore that tracks state)
2. We now assert that we're on the right thread (which breaks the `GlobalScope.async` here)
3. We have other tests covering the main gist of this test, mainly the one named `Data recorded before Glean inits must not get into overdue pings`
2020-08-12 12:18:45 +02:00
Beatriz Rizental 86b817eeec
Bugs 1648012, 1648007 - Remove Debug View Tag code from C# and Python (#1147) 2020-08-10 16:08:26 +02:00
Michael Droettboom 07f5210ae7
Bug 1657908: Use a better link checker in CI and fix links (#1146)
* Bug 1657908: Use a better link checker in CI and fix links

The Python-based linkchecker had buggy checking of anchors within pages,
which has caused a number of our internal doc links to break.

This replaces it with a different link checking tool, and then corrects
all of the errors it found.

* sudo make me a sandwich

* Combine lines
2020-08-10 08:15:49 -04:00
Alessio Placitelli 60394c5830
Merge pull request #1145 from Dexterp37/csharp_experiments
Bug 1648412 - Implement the experiments API in C#
2020-08-10 11:40:07 +02:00
Alessio Placitelli 6db50e0411 Update the changelog and user docs for the C# experiments API 2020-08-07 18:37:02 +02:00
Alessio Placitelli 1263a0b3aa Implement the C# experiments API
This closely follows the Kotlin implementation.
2020-08-07 18:36:47 +02:00
Alessio Placitelli 74964cc36b BONUS: Fix wrong comment in the EventMetricType 2020-08-07 18:36:20 +02:00
Alessio Placitelli ef3bdc8768 Add the boilerplate FFI code for C# experiments 2020-08-07 18:35:59 +02:00
Beatriz Rizental e697751e18
Bug 1601550 - Enforce disk quota on pending pings directory (#1110) 2020-08-07 11:44:01 +02:00
Jan-Erik Rediger 6018ca45c2 TC: Include clippy in Rust Beta test
[skip ci]
2020-08-07 11:32:13 +02:00
Jan-Erik Rediger eb80648f20 Bug 1574424 - Run Rust tests on beta again
[skip ci]
2020-08-07 11:32:10 +02:00
Jan-Erik Rediger edcb84a969
Merge pull request #1142 from mozilla/remove-tinfo-hack
Bug 1574419 - Remove libtinfo version hack from CI build
2020-08-07 11:15:38 +02:00
Jan-Erik Rediger 8a85fdb06a Bug 1574419 - Remove libtinfo version hack from CI build 2020-08-07 10:49:37 +02:00
Jan-Erik Rediger 3fe09838aa
Merge pull request #1134 from Dexterp37/android_proguard_testapi
Bug 1655116 - Suppress proguard warnings for `mozilla.telemetry.glean.testing.**`
2020-08-07 10:32:04 +02:00
Jan-Erik Rediger a2329debee
Merge pull request #1137 from mdboom/integration-checklist
[doc only] Bug 1657598: Add Glean integration checklist
2020-08-07 10:31:16 +02:00
Jan-Erik Rediger bbaf35efcb
Merge pull request #1126 from mdboom/python-measure-methods 2020-08-07 10:30:32 +02:00
Jan-Erik Rediger cc10acebab
Merge pull request #1139 from mdboom/python-windows-skip-if-doc-only
Skip Python Windows tests if doc only
2020-08-07 10:29:36 +02:00
Michael Droettboom 0b3eb0a96b Skip Python Windows tests if doc only 2020-08-06 11:18:27 -04:00
Alessio Placitelli 3ca8aec8ec
Merge pull request #1138 from Dexterp37/csharp_version
Make the C# language bindings use the official Glean SDK version
2020-08-06 17:01:53 +02:00
Alessio Placitelli 657cbf250c Bump the C# bindings version to the current one
This is required so that the regexp in the update
script doesn't fail next time.
2020-08-06 16:50:38 +02:00
Alessio Placitelli 4a02a54c9e Update the release script to bump the C# versions 2020-08-06 16:42:00 +02:00
Michael Droettboom 4cf4814b09 [doc only] Bug 1657598: Add Glean integration checklist 2020-08-06 10:00:21 -04:00
Michael Droettboom 0802dc9505 Add comment 2020-08-06 09:20:33 -04:00
Michael Droettboom 76881c7fe5 Bug 1634626: Python: Add measure context manager 2020-08-06 09:19:56 -04:00
Alessio Placitelli 7d72bc6baa
Merge pull request #1136 from Dexterp37/remove_ac_dependency
Bug 1641941 - Remove the dependency on Android-Components
2020-08-06 14:33:05 +02:00
Alessio Placitelli 010be4ef28 Fixup test files 2020-08-06 14:23:59 +02:00