Modern cross-platform telemetry
Перейти к файлу
Jan-Erik Rediger f220fc3188
Merge pull request #1504 from badboy/use-local-checkout
Bug 1693103 - CI(iOS): Use the local git for Carthage instead of re-fetching it remotely
2021-02-18 11:02:15 +01:00
.circleci Merge pull request #1504 from badboy/use-local-checkout 2021-02-18 11:02:15 +01:00
.github Change to lockfile-only strategy for dependency updates 2020-11-03 16:10:33 +01:00
bin CI: Generate docs for the target we also build 2021-02-10 11:24:23 +01:00
build-scripts iOS: Switch to using cargo-lipo to build universal library 2021-02-08 13:27:44 +01:00
docs Bug 1690088: Use explicitly passed-in buildinfo, if provided (#1495) 2021-02-16 11:28:46 -05:00
glean-core Bug 1690088: Use explicitly passed-in buildinfo, if provided (#1495) 2021-02-16 11:28:46 -05:00
gradle/wrapper Update Gradle to 6.5.1 2020-09-21 11:59:03 +02:00
gradle-plugin Bug 1690088: Use explicitly passed-in buildinfo, if provided (#1495) 2021-02-16 11:28:46 -05:00
samples Bug 1690088: Use explicitly passed-in buildinfo, if provided (#1495) 2021-02-16 11:28:46 -05:00
taskcluster Check the contents of produced Maven artifacts 2020-10-09 10:37:29 +02:00
tools/analysis/ping-patterns [doc only] Spellcheck all the things (#723) 2020-02-20 18:34:15 +05:30
xcconfig Set global deployment target a bit higher 2021-01-22 11:42:26 +01:00
.buildconfig.yml Bumped version to 34.1.0 2021-02-04 13:12:56 +01: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] Bug 1600006: Mention that the Kotlin testing API req robolectric (#1473) 2021-01-29 12:42:36 -05: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 1660120: Make Python bindings installable from source (#1203) 2020-09-09 11:01:39 -04: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 Bug 1690088: Use explicitly passed-in buildinfo, if provided (#1495) 2021-02-16 11:28:46 -05:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-28 09:35:44 -03:00
Cargo.lock Bump libc from 0.2.83 to 0.2.86 2021-02-09 06:14:19 +00:00
Cargo.toml Remove the minimal but unused benchmarking 2021-02-01 15:58:21 +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 34.1.0 2021-02-04 13:12:56 +01:00
LICENSE Create initial Rust workspace 2019-03-18 13:03:49 +01:00
Makefile Bug 1690088: Use explicitly passed-in buildinfo, if provided (#1495) 2021-02-16 11:28:46 -05:00
README.iOS.md Add an iOS readme 2019-09-30 10:17:45 +02:00
README.md Increase Minimum Support Rust Version to 1.43.0 2020-08-25 17:46:54 +02:00
about.toml Add the missing 'Zlib' license to about.toml 2020-05-28 12:57:52 +02:00
build.gradle Bug 1690887: Fix Android build for Java 11 (#1486) 2021-02-05 09:04:26 -05: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 Bump to the Android Gradle Plugin 4.0.1 2020-09-21 11:59:03 +02:00
gradlew Update Gradle to 6.5.1 2020-09-21 11:59:03 +02:00
gradlew.bat Update Gradle to 6.5.1 2020-09-21 11:59:03 +02:00
publish.gradle Check the contents of produced Maven artifacts 2020-10-09 10:37:29 +02:00
settings.gradle Adjust the build system to work with Gradle 6.5.1 2020-09-21 11:59:03 +02:00
setup.py 1660120: Make Python bindings installable from source (#1203) 2020-09-09 11:01:39 -04: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.43.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/