summaryrefslogtreecommitdiff
path: root/pkgs/development/php-packages/couchbase
AgeCommit message (Collapse)Author
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
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-04-25treewide: switch instances of lib.teams.*.members to the new meta.teams ↵Fernando Rodrigues
attribute Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-08Revert "treewide: replace `rev` with `tag`"Winter
This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. 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 / 758551e4587d75882aebc21a04bee960418f8ce9
2025-04-07treewide: replace `rev` with `tag`Pol Dellaiera
2025-02-10treewide: replace substituteAll with replaceVarsWolfgang Walther
2024-11-01php83Extensions.couchbase: mark as brokenMaximilian Bosch
ZHF #352882 Doesn't compile with PHP 8.3: https://hydra.nixos.org/build/276605925 We actually want to use the `couchbase-php-client`[1] repo. I briefly tried to package it, but given that I don't care a bit about this specific extension and it was far too annoying (vendored C++ libraries, .gitattributes removing CMake files from the GitHub tarball, a random CMake "package manager" is used) I decided to not bother. If nobody steps up, I'd suggest to throw it out when PHP 8.2 becomes EOL. [1] https://github.com/couchbase/couchbase-php-client/
2024-08-03pkgs/development: remove unused argumentsSigmanificient
2024-05-04workflows/check-nix-format: enforce for php-packagesPol Dellaiera
2022-12-29php.extensions.couchbase: update `src` attributePol Dellaiera
So it can be automatically updated with `nix-update`
2022-06-08php: Drop declarations of internalDeps for jsonElis Hirwing
2022-02-13php74Extensions.couchbase: 3.2.1 -> 3.2.2R. Ryantm
2021-12-08php74Extensions.couchbase: 3.2.0 -> 3.2.1R. Ryantm
2021-08-15php74Extensions.couchbase: 3.1.2 -> 3.2.0Ilan Joselevich
2021-06-09php.extensions.couchbase: 2.6.2 -> 3.1.2Elis Hirwing
2021-06-08php.extensions: Add missing meta infoElis Hirwing
2021-06-04php: Upgrade from PHP 7.4 to 8.0 as default PHPElis Hirwing
2021-04-15phpPackages.couchbase: Remove extra emptry arraySandro
2021-02-27treewide/php-packages: Drop pkgs from arguments to packagesElis Hirwing
2020-12-01php80.packages.couchbase: mark as broken for php 8.0Soner Sayakci
2020-10-24phpExtensions.couchbase: 2.6.1 -> 2.6.2Elis Hirwing
2020-10-11phpExtensions.couchbase: Move to separate directoryElis Hirwing