Skip to content

Releases: mozilla/glean_parser

v1.6.0: Generate a lookup table for Gecko categorical histograms (#104)

17 Sep 13:01
674c5e9

Choose a tag to compare

* Generate a lookup table for Gecko categorical histograms

This adds a function to look up labeled counters that
will represent Gecko categorical histograms.

* Add an entry to HISTORY.rst

v1.5.1

10 Sep 08:53
39a54a6

Choose a tag to compare

Remove warnings in the generated Kotlin template (#97)

v1.5.0: Add support for Gecko scalars (#96)

10 Sep 07:39
a42467c

Choose a tag to compare

* Rename the Gecko output file for Kotlin

This additionally changes the function to get
the Glean type from the Gecko histogram name
from `get` to `getHistogram`.

* Move scalars out of the histograms mapping

* Bonus: fix import ordering in ktlint

* Don't declare functions as 'operator'

* Extend test coverage

* Make flake8 happy

* Make black happy this time :)

v1.4.2: Don't clear the output dir when generating markdown (#92)

04 Sep 15:24
a52b8cd

Choose a tag to compare

* Don't clear the output dir when generating markdown

* Don't use distutils.dir_utils

* Fix a typo

v1.4.0: Enable the generation of Markdown docs for Glean metrics and pings (#89)

27 Aug 17:02
3ed199f

Choose a tag to compare

* Add a second data review to the core.yaml test file

* Add the Markdown outputter and template

This allows to produce human-readable docs
from Glean registry files.

* Add the Kotlin outputter to the translate unit

* Add test coverage for the markdown outputter

* Make flake8 and black happy

* Bonus: remove the double definition of 'description'

* Don't break the table for multiline extra keys description

* Fetch ping information for custom pings from pings.yaml

* Add a disclaimer to the Markdown template

* Bonus: mention that jinja templates are not auto generated

* Remove dead code

v1.1.0: Merge pull request #81 from mdboom/all_pings

08 Aug 13:03
69c9549

Choose a tag to compare

1569765: Add check for special case of "all_pings"

v0.34.0: Enable the use of multiple categories for Gecko metrics (#79)

26 Jul 10:56
3879143

Choose a tag to compare

* Enable the use of multiple categories for Gecko metrics

This introduces a new template used for generating a
single mapping object. The object then calls in the
other generated metrics, if needed.

* Fix flake8 issues

Revert string_list -> string_set changes.

25 Jul 14:20
fe5185c

Choose a tag to compare

Merge pull request #78 from mozilla/revert-77-string_set

Revert "Rename 'string_list' to 'string_set'"

v0.32.0: Rename 'string_list' to 'string_set' (#77)

24 Jul 16:42
e9117c9

Choose a tag to compare

* Rename 'string_list' to 'string_set'

* Add test coverage for the 'string_set'

* Bonus: fix ktlint failures