Commit Graph

23 Commits

Author SHA1 Message Date
R. Ryantm
795aac7f9b phpExtensions.opentelemetry: 1.2.1 -> 1.3.1 2026-04-04 23:38:48 +00:00
Hythera
ada3a4aa11 maintainers: drop gaelreyrol 2025-12-31 17:47:05 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
50f1db7153 phpExtensions.opentelemetry: 1.2.0 -> 1.2.1 2025-10-02 10:13:59 +00:00
R. Ryantm
99cf2789b4 phpExtensions.opentelemetry: 1.1.3 -> 1.2.0 2025-07-16 17:13:27 +00:00
R. Ryantm
36b43931e3 phpExtensions.opentelemetry: 1.1.2 -> 1.1.3 2025-05-18 23:28:34 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Gaël Reyrol
448235fabe phpExtensions.opentelemetry: 1.1.1 -> 1.1.2
Diff: https://github.com/open-telemetry/opentelemetry-php-instrumentation/compare/1.1.1...1.1.2

Changelog: https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.2
2025-01-23 08:26:08 +01:00
Gaël Reyrol
13fba90003 phpExtensions.opentelemetry: 1.1.0 -> 1.1.1
Diff: https://github.com/open-telemetry/opentelemetry-php-instrumentation/compare/1.1.0...1.1.1

Changelog: https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.1
2025-01-21 08:56:52 +01:00
R. Ryantm
f5870a9b6d php84Extensions.opentelemetry: 1.1.0beta2 -> 1.1.0 2024-10-03 03:28:18 +00:00
R. Ryantm
7205ceb0c5 php81Extensions.opentelemetry: 1.0.3 -> 1.1.0beta2 2024-09-08 23:35:22 +00:00
R. Ryantm
0efa693b71 php81Extensions.opentelemetry: 1.0.2 -> 1.0.3 2024-05-05 16:07:54 +00:00
Pol Dellaiera
c759efa5e7 workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
Pol Dellaiera
93a10e1b2d phpPackages.opentelemetry: fix builds on Darwin
This should fix https://github.com/NixOS/nixpkgs/issues/304809
Issue introduced in a399db4352
2024-04-18 07:32:16 +02:00
R. Ryantm
a399db4352 php81Extensions.opentelemetry: 1.0.1 -> 1.0.2 2024-04-11 19:49:54 +00:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Gaël Reyrol
64054871bd phpExtensions.opentelemetry: 1.0.0 -> 1.0.1 2024-02-05 09:25:06 +01:00
Gaël Reyrol
9ce6a39cac phpExtensions.opentelemetry: 1.0.0RC3 -> 1.0.0 2023-10-25 14:39:59 +02:00
Gaël Reyrol
7fb74fbf3f phpExtensions.opentelemetry: 1.0.0RC2 -> 1.0.0RC3 2023-10-20 10:33:39 +02:00
Gaël Reyrol
bddcc722e0 phpExtensions.opentelemetry: 1.0.0beta7 -> 1.0.0RC2 2023-10-17 15:18:20 +02:00
Gaël Reyrol
321f0e19d2 phpExtensions.opentelemetry: 1.0.0beta6 -> 1.0.0beta7 2023-09-05 11:21:48 +02:00
Gaël Reyrol
72069257bf phpExtensions.opentelemetry: init at 1.0.0beta6 2023-08-26 10:14:07 +02:00