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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v34.0.0
Choose a base ref
...
head repository: mozilla/glean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v34.1.0
Choose a head ref
  • 18 commits
  • 31 files changed
  • 5 contributors

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    467f484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1befd3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a2a900 View commit details
    Browse the repository at this point in the history
  4. [doc only] Bug 1600006: Mention that the Kotlin testing API req robol…

    …ectric (#1473)
    
    * [doc only] Bug 1600006: Mention that the Kotlin testing API req robolectric
    
    * Update spellcheck dictionary
    mdboom authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    3bc5799 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff86631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41f793b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Remove the minimal but unused benchmarking

    It's starting to cause problems on CI, probably because of linking
    issues or running out of memory.
    It's been untouched and unused in a long while now, let's just remove
    it.
    
    [doc only]
    badboy committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a03e579 View commit details
    Browse the repository at this point in the history
  2. Swift: Check and reset dirty flag on startup

    This will avoid sending a dirty startup ping if the previous run of the application didn't
    successfully and completely initialize Glean.
    
    Unfortunately this is impossible to really test.
    Because we currently consider initialization as a "foreground notification" (for the lack of other signals)
    we immediately re-set the dirty flag to true.
    So once the `initialization` completes we can't observe the previous
    state anymore.
    badboy committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9ac52ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1470 from mozilla/no-more-benchmark

    Remove the minimal but unused benchmarking
    badboy authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    66e69d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1476 from mozilla/dirty-startup-fix-swift

    Bug 1647764 - Swift: Check and reset dirty flag on startup
    badboy authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    70444f6 View commit details
    Browse the repository at this point in the history
  5. Go into more detail on metric expiry (#1479)

    * Go into more detail on metric expiry
    
    * Update metric-parameters.md
    
    * Update metric-parameters.md
    wlach authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    54f6dd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    3083ae5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1481 from mozilla/client-activity-python

    Bug 1688842 - Python: Expose the client activity API
    badboy authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b692e41 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Clear the dirty ping on shutdown in the RLB

    This makes sure no baseline ping with reason
    `dirty_startup` is generated when starting RLB
    consumers after a clean shutdown.
    Dexterp37 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    86bad27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1483 from Dexterp37/shutdown_dirty

    Bug 1690751 - Clear the dirty ping on shutdown in the RLB
    Dexterp37 authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7bccb13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28d9dc0 View commit details
    Browse the repository at this point in the history
  4. Bumped version to 34.1.0

    badboy committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    978556d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b277ae View commit details
    Browse the repository at this point in the history
Loading