Commit graph

19 commits

Author SHA1 Message Date
R. RyanTM 765d5c71e4 keycloak: 15.0.0 -> 15.0.1 2021-08-08 14:47:09 +00:00
R. RyanTM 293ff93946 keycloak: 14.0.0 -> 15.0.0 2021-07-31 14:44:37 +00:00
R. RyanTM 0b204c6f48 keycloak: 13.0.1 -> 14.0.0 2021-06-19 09:31:03 +00:00
R. RyanTM 153eed5204 keycloak: 13.0.0 -> 13.0.1 2021-05-26 08:47:17 +00:00
R. RyanTM 4922556d92 keycloak: 12.0.4 -> 13.0.0 2021-05-07 05:21:37 +00:00
R. RyanTM e1bd676313 keycloak: 12.0.3 -> 12.0.4 2021-03-03 00:16:46 +00:00
R. RyanTM d1efce55f1 keycloak: 12.0.2 -> 12.0.3 2021-02-17 02:03:42 +00:00
Greizgh 3a6548807b keycloak: 11.0.3 -> 12.0.2 2021-01-29 09:16:16 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
talyz 23b43eb476
keycloak: 11.0.2 -> 11.0.3 2020-11-05 18:39:44 +01:00
talyz 89e83833af
nixos/keycloak: Add support for MySQL and external DBs with SSL
- 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-29 12:47:10 +01:00
talyz 31fe90d6ef
nixos/keycloak: Add test 2020-10-29 12:07:49 +01:00
talyz 513599a6d7
nixos/keycloak: Init 2020-10-27 19:01:26 +01:00
Bruno Bigras 489a130885 keycloak: 10.0.2 -> 11.0.2 2020-09-03 23:53:05 -04:00
ngerstle a4f0ed59b1
keycloak: 9.0.3 -> 10.0.2
PR #91732
Closes #87230
2020-06-29 21:57:09 +02:00
ngerstle 06e55a145b keycloak: 9.0.2 -> 9.0.3 2020-04-22 23:45:32 +02:00
Mario Rodas 8a774b7d56
keycloak: add platforms to meta 2020-03-27 04:20:00 -05:00
R. RyanTM b260826c9a keycloak: 9.0.0 -> 9.0.2 2020-03-27 04:07:13 +00:00
ngerstle 2dd9829569
keycloak: init at 9.0.0
PR #80897
2020-02-26 23:33:04 +01:00