Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/glean.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: mozilla/glean.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref

Commits on Mar 10, 2021

  1. Bumped version to 0.4.0 (#100)

    Beatriz Rizental authored Mar 10, 2021
    Copy the full SHA
    9fd25ec View commit details

Commits on Mar 11, 2021

  1. Bug 1697746 - Validate tags only when they are present (#101)

    Beatriz Rizental authored Mar 11, 2021
    Copy the full SHA
    95f0e57 View commit details

Commits on Mar 12, 2021

  1. Copy the full SHA
    d5e953e View commit details
  2. Bug 1689547 - Provide a ping encryption plugin (#96)

    Beatriz Rizental authored Mar 12, 2021
    Copy the full SHA
    2c1481d View commit details

Commits on Mar 15, 2021

  1. Enable the collection of labeled types

    This internally changes the id getter on the
    `MetricType` to read from the store in case
    of dyanmic labels, as done in the Glean SDK.
    This is required in order to attempt recording to
    Glean metrics before it gets initialized.
    Dexterp37 committed Mar 15, 2021
    Copy the full SHA
    9c9a8bd View commit details
  2. Introduce the labeled metric type

    This supports string, boolean and counter labeled
    types and ports over tests from the Kotlin implementation
    in the SDK and the glean-core internals.
    Dexterp37 committed Mar 15, 2021
    Copy the full SHA
    158b7a0 View commit details
  3. Add a changelog entry

    Dexterp37 committed Mar 15, 2021
    Copy the full SHA
    1af4fa0 View commit details
  4. Address review comments

    Dexterp37 committed Mar 15, 2021
    Copy the full SHA
    1c11990 View commit details
  5. Copy the full SHA
    b9a75cc View commit details
  6. Merge pull request #97 from Dexterp37/labeled

    Add labeled metric types
    Dexterp37 authored Mar 15, 2021
    Copy the full SHA
    647c5ad View commit details

Commits on Mar 16, 2021

  1. Bug 1690995 - Document how to add a new metric type (#103)

    Beatriz Rizental authored Mar 16, 2021
    Copy the full SHA
    a498264 View commit details

Commits on Mar 17, 2021

  1. Copy the full SHA
    2cf080a View commit details
  2. Fix tests

    Dexterp37 committed Mar 17, 2021
    Copy the full SHA
    f4662d8 View commit details

Commits on Mar 18, 2021

  1. Expose a "glean" command

    This exposes a "glean" command to be used as an
    interface for running the glean_parser by glean.js
    consuming products. It takes care of setting up a
    virtual environment and making sure that the parser
    and its dependencies are up to date.
    Dexterp37 committed Mar 18, 2021
    Copy the full SHA
    c2f605f View commit details
  2. Copy the full SHA
    49a64e5 View commit details
  3. Copy the full SHA
    50e9338 View commit details
  4. Copy the full SHA
    0b1d675 View commit details
  5. Add a changelog entry

    Dexterp37 committed Mar 18, 2021
    Copy the full SHA
    2d8ccd8 View commit details
  6. Merge pull request #104 from Dexterp37/circular_deps

    Bug 1698874 - Sever the circular dependencies in the database
    Dexterp37 authored Mar 18, 2021
    Copy the full SHA
    ba54710 View commit details
  7. Copy the full SHA
    1c0b020 View commit details
  8. Merge pull request #105 from Dexterp37/glean_cmd

    Expose a "glean" command
    Dexterp37 authored Mar 18, 2021
    Copy the full SHA
    6a7066b View commit details
  9. Bumped version to 0.5.0

    Dexterp37 committed Mar 18, 2021
    Copy the full SHA
    54afe86 View commit details
  10. Merge branch 'release-v0.5.0' into release

    # Conflicts:
    #	CHANGELOG.md
    #	glean/package-lock.json
    #	glean/package.json
    #	glean/src/core/constants.ts
    Dexterp37 committed Mar 18, 2021
    Copy the full SHA
    a95506f View commit details
Loading