Граф коммитов

1152 Коммитов

Автор SHA1 Сообщение Дата
Jan-Erik Rediger c1d1df2c87 Allow earlier versions of platformdirs 2024-11-08 17:30:30 +01:00
dependabot[bot] a016f9e612 Bump ruff from 0.7.0 to 0.7.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.7.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.0...0.7.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 10:19:34 +01:00
Chris H-C 46d7ba2ff3 Release v15.2.0 2024-10-22 11:29:10 -04:00
Chris H-C 6e0ce7934f Update release instructions to include nice-to-haves 2024-10-22 11:29:10 -04:00
dependabot[bot] 941c451f4f Bump ruff from 0.6.1 to 0.7.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.1...0.7.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 17:27:00 +02:00
Chris H-C 4586e38617 bug 1925346 - Support new metric type labeled_quantity 2024-10-21 14:10:56 -04:00
Arkadiusz Komarzewski 21b1e2da9e Release v15.1.0 2024-10-21 18:48:10 +02:00
Daniel Mueller c32ce0437b
extend go_server outputter to support custom pings (#758) 2024-10-21 17:38:54 +02:00
Adam Brouwers-Harries 303b23c4a9 Derive `Clone` for generated object structures 2024-10-15 11:01:24 +02:00
Jan-Erik Rediger 6a99f4eb2a Remove now-unused keyword argument
When we switched from just printing the error to raising it as an
exception, we accidentally left the `file` argument in.
It's not needed and not accepted by ValueError.
2024-10-08 11:47:04 +02:00
Jan-Erik Rediger cf0e3de0fa Clarify docs around disabling pings and its data 2024-09-30 16:20:07 +02:00
Alexandre Detiste 9f6e5f1b48 pin some version 2024-09-24 11:07:13 +02:00
Alexandre Detiste 885211134b replace deprecated appdirs with platformdirs 2024-09-24 11:07:13 +02:00
Jan-Erik Rediger b6982a193d Release v15.0.1 2024-09-02 12:51:36 +02:00
Jan-Erik Rediger 265613db1a Rust codegen: use correctly named parameter 2024-08-30 16:17:43 +02:00
Jan-Erik Rediger 5ce0f9708d Release v15.0.0 2024-08-19 15:01:40 +02:00
dependabot[bot] 4680a039ba Bump ruff from 0.5.0 to 0.6.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.0...0.6.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 10:38:10 +02:00
Jan-Erik Rediger 6e109c8fbf Remove Geckoview Streaming helper code
This is not in use anymore.
Last use removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1877836

We don't remove support for _parsing_ `gecko_datapoint` to stay
compatible with already existing old definition files.
2024-08-14 14:39:05 +02:00
Jan-Erik Rediger 98fbc269f4 Reapply "Bug 1906941 - Update kotlin jinja template import statement (#740)"
This reverts commit 6404b29e66.
2024-08-14 14:10:03 +02:00
Jan-Erik Rediger a3e988ce3c Release v14.5.2 2024-08-14 10:52:05 +01:00
Jan-Erik Rediger 1f06457162 Revert "Bug 1906941 - Update kotlin jinja template import statement (#740)"
This reverts commit 55f5e775ea.
2024-08-14 11:11:03 +02:00
Jan-Erik Rediger 46ee41d3ca Release 14.5.1 2024-08-05 14:51:31 +02:00
Jan-Erik Rediger f554043b6b Object metric (Rust): Use vec helper function to deserialize empty vec from null 2024-08-05 14:49:18 +02:00
Chris H-C b253e033fb Release v14.5.0 2024-08-02 14:34:33 -04:00
Travis Long 55f5e775ea
Bug 1906941 - Update kotlin jinja template import statement (#740)
Now that Glean v60.4.0 has released and `service-glean` android-component has
been removed, we can update the Kotlin template to use the glean import
of `HistogramBase` which will allow us to do away with the `HistogramMetricBase`
alias completely.
2024-08-02 11:59:16 -05:00
Chris H-C 4288777251 bug 1911165 - Fix rust codegen for typed extras 2024-08-02 10:39:56 +02:00
Chris H-C b7fd4141db Release v14.4.0 2024-08-01 14:31:28 -04:00
Chris H-C 5abc39b3ce bug 1910976 - Expand acceptable extra_keys property names to printable ASCII (from dotted.snake_case) 2024-08-01 14:30:10 -04:00
Arkadiusz Komarzewski f31535f28c Stringify event extra values in server JS template 2024-07-30 16:28:00 +02:00
Chris H-C a445de7f4c Release v14.3.0 2024-07-22 11:40:26 -04:00
Jan-Erik Rediger 2a4eadc559 Object metric (Swift): Set default empty array for array parameters
This way it becomes optional
2024-07-22 17:35:48 +02:00
Jan-Erik Rediger c1398a7933 Kotlin: Remove double-item naming 2024-07-22 17:35:48 +02:00
Jan-Erik Rediger 2cdc44f244 Kotlin: Generate a serializer for array wrappers 2024-07-22 17:35:48 +02:00
Chris H-C d246213820 bug 1909244 - Update rust codegen to handle LabeledMetricData 2024-07-22 11:25:40 -04:00
Barry Chen 64a46aad47
Add the `module_spec` option to the javascript_server outputter (#726) 2024-07-15 16:27:41 +02:00
Jan-Erik Rediger befa41565e Add codeowners
Generally owned by the Glean team, with server-side events implementation handled by @akkomar
2024-07-15 12:50:46 +02:00
Chris H-C 5cab2a2c18 Release v14.2.0 2024-07-12 13:35:29 -04:00
Chris H-C 2bd34de4a1 bug 1657947 - New metric types labeled_{custom|memory|timing}_distribution 2024-07-12 13:33:04 -04:00
Jan-Erik Rediger 433169091b Release v14.1.3 2024-07-11 12:14:26 +02:00
Jan-Erik Rediger 153b1520a4 Object metric: Generate typealias for top-level items 2024-07-11 12:12:19 +02:00
dependabot[bot] 9a45d9939c Bump ruff from 0.4.9 to 0.5.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.5.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.9...0.5.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 10:08:12 +02:00
dependabot[bot] a627c9704d Bump ruff from 0.4.2 to 0.4.9
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.2 to 0.4.9.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.2...v0.4.9)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:59:32 +02:00
dependabot[bot] 93f9b9697b Bump pytest from 8.2.0 to 8.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:55:28 +02:00
dependabot[bot] 93938be11f Bump coverage from 7.5.0 to 7.5.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.0 to 7.5.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.0...7.5.3)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 17:52:30 +02:00
Jan-Erik Rediger f484585a93 Release v14.1.2 2024-05-13 17:11:05 +02:00
Jan-Erik Rediger 43d6346b57 ping_schedule: Gracefully handle missing ping
This is for those cases where the referenced ping is not part of the
same ping definition, e.g. builtin pings.
2024-05-13 15:30:24 +02:00
Arkadiusz Komarzewski fe658d3648 Send internal server metrics only in events ping 2024-05-08 11:49:01 +02:00
Arkadiusz Komarzewski f0d9298981 Fix schema identifier of internal Glean metrics 2024-05-07 17:53:32 +02:00
Jan-Erik Rediger 3937120481 Set a default empty array if value is missing 2024-05-06 15:11:04 +02:00
akkomar 6fe8a8f8a4
Add definitions of SDK metrics for server-side Glean (#695)
Co-authored-by: Jan-Erik Rediger <jrediger@mozilla.com>
2024-05-03 13:33:42 +02:00