Modern cross-platform telemetry
Перейти к файлу
Michael Droettboom b676cdf3cf
[doc only] Documentation cleanup (#1103)
* [doc only] Documentation cleanup

This is just a basic cleanup of things I found reading through the user
documentation, mainly of the form:

- Correcting the uses of "Glean" vs. "Glean SDK"
- Updating a few facts that became out of date
- Removing a little Python -> C# copy-pasta
- Adding the missing new metric parameter `data_sensitivity`
- Not linking out to glean_parser for the metric parameter docs (which have been
  duplicated in the Glean Book for some time).

* [doc only] Address comments in the PR
2020-07-28 10:44:57 -04:00
.circleci Upgrade mdbook-dtmo 2020-07-20 13:42:11 +02:00
.github Switch to an auto-assign bot 2020-01-13 17:34:49 +01:00
bin Use bsd-sed compatible commands when replacing versions 2020-07-21 11:57:47 +02:00
build-scripts Remove unused variable in build script 2020-01-17 11:03:46 +01:00
docs [doc only] Documentation cleanup (#1103) 2020-07-28 10:44:57 -04:00
glean-core Implement ping tagging for iOS (#1100) 2020-07-28 14:34:49 +02:00
gradle/wrapper Upgrade Gradle in use 2020-05-13 17:45:31 +02:00
gradle-plugin Bumped version to 31.6.0 2020-07-24 13:42:02 -05:00
samples Deprecate `getUploadEnabled()` across all implementations 2020-07-22 11:06:34 +02:00
taskcluster Bug 1643378 - add consistency check for Github release version. 2020-06-29 18:24:41 +01:00
tools/analysis/ping-patterns [doc only] Spellcheck all the things (#723) 2020-02-20 18:34:15 +05:30
xcconfig Move common config 2019-03-28 15:22:05 -03:00
.buildconfig.yml Bumped version to 31.6.0 2020-07-24 13:42:02 -05:00
.coveragerc Bug 1639158: Fix Python coverage testing (#893) 2020-05-19 14:13:05 -04:00
.detekt.yml Relax naming of enums and classes as generated by glean_parser 2019-10-21 14:09:53 +02:00
.dictionary [doc only] Documentation cleanup (#1103) 2020-07-28 10:44:57 -04:00
.flake8 Update flake8 maximum line length (#447) 2019-11-06 08:31:10 -05:00
.flake8rc MAINT: Fix Python checking (#859) 2020-05-07 11:45:30 -04:00
.gitignore Bug 1643011 - Add C# Dispatchers 2020-06-10 10:31:38 -05:00
.swiftformat Ignore generated files for linting/formatting 2019-10-01 17:03:14 +02:00
.swiftlint.yml swift lint: Ignore long URLs 2020-04-15 10:46:16 +02:00
.taskcluster.yml Bug 1595808 - Update decision image. r=tomprince 2020-07-12 13:49:39 -04:00
.yamllint yamllint the circleci configuration (#635) 2020-01-09 22:48:07 +05:30
CHANGELOG.md Enable the c# Labeled Counter and add its documentation 2020-07-28 11:53:24 +02:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-28 09:35:44 -03:00
Cargo.lock Bumped version to 31.6.0 2020-07-24 13:42:02 -05:00
Cargo.toml Add a new crate for benchmarks 2020-02-04 09:57:47 +01:00
Cartfile.private iOS: Add GzipSwift as a dependency for tests 2020-05-18 18:26:53 +02:00
DEPENDENCIES.md Bumped version to 31.6.0 2020-07-24 13:42:02 -05:00
LICENSE Create initial Rust workspace 2019-03-18 13:03:49 +01:00
Makefile Add Make tasks to build and test the C# bindings 2020-07-21 16:05:56 +02:00
README.iOS.md Add an iOS readme 2019-09-30 10:17:45 +02:00
README.md Remove not-auto-updated coverage report 2020-06-09 10:06:36 +02:00
about.toml Add the missing 'Zlib' license to about.toml 2020-05-28 12:57:52 +02:00
build.gradle Drop the version requirement for lifecycle extensions down again 2020-06-12 11:53:47 +02:00
deny.toml Enable the Zlib license 2020-05-15 12:50:56 +02:00
glean.1.schema.json Bug 1625207 - device manufacturer & model are now optional 2020-03-31 16:25:24 +02:00
gradle.properties Update links and naming across the repository 2019-05-15 10:59:28 +02:00
gradlew Properly upgrade Gradle to 5.3.1 using the wrapper 2019-08-08 16:06:21 +02:00
gradlew.bat Properly upgrade Gradle to 5.3.1 using the wrapper 2019-08-08 16:06:21 +02:00
publish.gradle TC: Remove empty task 2020-06-03 11:56:39 +02:00
settings.gradle Rename the internal project to the simpler "glean" 2019-11-22 17:24:38 +01:00

README.md

Glean SDK

Glean logo

glean-core on crates.io License: MPL-2.0 The Glean SDK book Build Status

Documentation

All documentation is available online:

The Glean SDK Book

Overview

Refer to the documentation for using and developing the Glean SDK.

For an overview of Glean beyond just the SDK, see the section in the Firefox data docs.

The code in this repository is organized as follows:

Note: The Glean SDK requires at least Rust 1.41.0. Older versions are untested.

Contact

To contact us you can:

Credits

The Glean logo artwork was contributed by Diana Ciufo. It's licensed under MPL.

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/