Commit Graph

30 Commits

Author SHA1 Message Date
Jared Biel
459a13da1b datadog_trace: 1.16.0 -> 1.19.2 2026-05-07 10:40:38 -05:00
Piotr Kwiecinski
9f38df96e1 phpExtensions.datadog_trace: 0.97.0 -> 1.16.0 2026-01-26 01:28:06 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
K900
f96ac2dcd6 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-26 09:07:48 +03:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Ihar Hrachyshka
dd0f03a56c treewide: remove usage of deprecated apple_sdk framework stubs
They are not doing anything right now. This is in preparation for their
complete removal from the tree.

Note: several changes that affect the derivation inputs (e.g. removal of
references to stub paths in build instructions) were left out. They will
be cleaned up the next iteration and will require special care.

Note: this PR is a result of a mix of ugly regex (not AST) based
automation and some manual labor. For reference, the regex automation
part was hacked in: https://github.com/booxter/nix-clean-apple_sdk

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-19 20:28:20 -04: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
Piotr Kwiecinski
22ee62f58d php84Extensions.datadog_trace: mark broken 2025-01-19 14:12:33 +01:00
Piotr Kwiecinski
bd46f57740 php8{1-3}Extensions.datadog_trace: use fetchCargoVendor 2025-01-19 14:05:50 +01:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Pol Dellaiera
c759efa5e7 workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
R. Ryantm
bcf0d4b0fc php81Extensions.datadog_trace: 0.96.0 -> 0.97.0 2024-02-05 14:15:00 +01:00
R. Ryantm
9873e4b7a7 php81Extensions.datadog_trace: 0.95.0 -> 0.96.0 2023-12-27 11:11:46 +00:00
R. Ryantm
bfbebb4158 php81Extensions.datadog_trace: 0.94.0 -> 0.95.0 2023-12-17 17:22:08 +00:00
R. Ryantm
1b732db24b php81Extensions.datadog_trace: 0.93.1 -> 0.94.0 2023-11-27 02:40:01 +00:00
github-actions[bot]
3c43b804d4 Merge master into staging-next 2023-11-03 18:01:23 +00:00
R. Ryantm
6177ec01d3 php81Extensions.datadog_trace: 0.92.2 -> 0.93.1 2023-11-03 05:16:06 +00:00
Randy Eckenrode
c2e00b14cd phpExtensions.datadog_trace: switch to overrideSDK
Using overrideSDK allows datadog_trace to use the correct SDK frameworks
even when they are propagated from curl.
2023-10-26 13:26:39 -04:00
R. Ryantm
5e01915ea9 php81Extensions.datadog_trace: 0.89.0 -> 0.92.2 2023-10-12 10:17:07 +00:00
Pol Dellaiera
9c0cf2eacf phpExtensions.ddtrace: fix pname
The issue has been introduced in https://github.com/NixOS/nixpkgs/pull/242166
2023-08-16 17:44:02 +02:00
Pol Dellaiera
676380cddb phpExtensions.datadog_trace: fix builds on Linux 2023-07-12 17:01:58 +02:00
Pol Dellaiera
020b80bf26 phpExtensions.datadog_trace: prevent buildPecl to always use the same version of PHP 2023-07-10 17:03:11 +02:00
Pol Dellaiera
c8bb2d35d9 phpExtensions.datadog_trace: 0.82.0 -> 0.89.0 2023-07-10 14:08:36 +02:00
iliana etaoin
c711b865c9 php.extensions.datadog_trace: correct license metadata
https://github.com/DataDog/dd-trace-php/blob/0.82.0/LICENSE
2023-06-28 03:18:27 +00:00
Thomas Gerbet
77031e5309 php80Extensions.datadog_trace: 0.70.0 -> 0.82.0
Fixes the build with PHP 8.2 and 8.0

https://github.com/DataDog/dd-trace-php/releases/tag/0.82.0
https://github.com/DataDog/dd-trace-php/releases/tag/0.81.1
https://github.com/DataDog/dd-trace-php/releases/tag/0.81.0
https://github.com/DataDog/dd-trace-php/releases/tag/0.80.0
https://github.com/DataDog/dd-trace-php/releases/tag/0.79.0
https://github.com/DataDog/dd-trace-php/releases/tag/0.78.0
2023-01-08 20:49:35 +01:00
Elis Hirwing
566793db55 Merge pull request #198037 from SuperSandro2000/php-cleanup
phpExtensions: little cleanup
2022-11-21 08:25:31 +01:00
Pol Dellaiera
1812d1540e php82: init at 8.2.0rc6 2022-11-16 18:57:26 +01:00
Sandro Jäckel
355a7527cc phpExtensions.datadog_trace: cleanup 2022-10-27 11:38:27 +02:00
shayne
72c95f2878 php.extensions.datadog_trace: init at 0.70.0 2022-03-01 11:40:47 -05:00