summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/keycloak
AgeCommit message (Collapse)Author
2021-01-29keycloak: 11.0.3 -> 12.0.2Greizgh
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-05keycloak: 11.0.2 -> 11.0.3talyz
2020-10-29nixos/keycloak: Add support for MySQL and external DBs with SSLtalyz
- Add support for using MySQL as an option to PostgreSQL. - Enable connecting to external DBs with SSL - Add a database port config option
2020-10-29nixos/keycloak: Add testtalyz
2020-10-27nixos/keycloak: Inittalyz
2020-09-03keycloak: 10.0.2 -> 11.0.2Bruno Bigras
2020-06-29keycloak: 9.0.3 -> 10.0.2ngerstle
PR #91732 Closes #87230
2020-04-22keycloak: 9.0.2 -> 9.0.3ngerstle
2020-03-27keycloak: add platforms to metaMario Rodas
2020-03-27keycloak: 9.0.0 -> 9.0.2R. RyanTM
2020-02-26keycloak: init at 9.0.0ngerstle
PR #80897