Commit Graph

28 Commits

Author SHA1 Message Date
Adam C. Stephens
97958e72e8
kanidm: add back 1.3 compatibility 2024-12-09 17:43:27 +00:00
Adam C. Stephens
efab2bbe79
kandim: fix update script and limit to main package 2024-12-04 13:35:00 +00:00
Adam C. Stephens
dda17ad20c
kanidm: support multiple versions, 1.4 and 1.3 2024-12-04 13:34:56 +00:00
oddlama
758ceddbe4
kanidm: 1.4.3 -> 1.4.4 2024-12-03 14:13:14 +01:00
oddlama
9ae96cf560
kanidm: 1.4.2 -> 1.4.3 2024-11-22 12:41:48 +01:00
Adam Stephens
171e7de37e
kanidm: 1.4.1 -> 1.4.2
https://github.com/kanidm/kanidm/releases/tag/v1.4.2
2024-11-08 20:55:51 -05:00
Martin Weinelt
a7d71f1650
kanidm: 1.4.0 -> 1.4.1
https://github.com/kanidm/kanidm/releases/tag/v1.4.1
2024-11-06 17:01:59 +01:00
Adam Stephens
ccb0d0efa0
kanidm: remove trailing slash 2024-11-01 10:58:21 -04:00
oddlama
2e485aa812
kanidm: update provisioning patches to 1.4.0 2024-11-01 13:24:42 +01:00
Martin Weinelt
ff1111666f
kanidm: 1.3.3 -> 1.4.0
https://github.com/kanidm/kanidm/releases/tag/v1.4.0
2024-11-01 03:58:13 +01:00
K900
598ae1f7a4 kanidm: fix build with Rust 1.82 2024-10-24 14:43:16 +03:00
Kerstin Humm
b12bcabd24
maintainers: remove erictapen from packages that I don't really maintain anymore 2024-10-22 12:32:29 +02: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
Adam Stephens
b95b048fbe
kanidm: require big-parallel for building
Build has timed out and been killed multiple times on hydra builds. This forces users to attempt to build it themselves, which they cannot due without sufficient resources.
2024-08-28 17:55:32 -04:00
Adam Stephens
e78f80bc6b
kanidm: 1.3.2 -> 1.3.3 2024-08-21 22:42:53 -04:00
Adam Stephens
32679fbfed
kanidm: pin updatescript to version tags 2024-08-21 22:21:16 -04:00
oddlama
558fa6abc6
nixos/kanidm: add provisioning of groups, persons and oauth2 systems 2024-08-16 14:12:35 +02:00
oddlama
59a463f593
kanidm: add optional secret provisioning patches 2024-08-13 00:32:40 +02:00
Adam Stephens
a29f18d7a6
kanidm: 1.3.1 -> 1.3.2
https://github.com/kanidm/kanidm/releases/tag/v1.3.0
2024-08-09 23:13:28 -04:00
Adam Stephens
f03bf83b1e
kanidm: 1.2.3 -> 1.3.1
https://github.com/kanidm/kanidm/releases/tag/v1.3.0
https://github.com/kanidm/kanidm/releases/tag/v1.3.1
2024-08-09 00:19:32 -04:00
K900
bb292ebc85 kanidm: allow dead code warnings 2024-07-26 10:20:16 +03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Bjørn Forsman
5a6c76e19d kanidm: 1.2.1 -> 1.2.3
* https://github.com/kanidm/kanidm/releases/tag/v1.2.2
* https://github.com/kanidm/kanidm/releases/tag/v1.2.3
2024-06-04 07:34:43 +02:00
K900
06208ec002 kanidm: don't LTO tests
Saves 30 minutes of build time.
2024-05-27 10:43:01 +03:00
Charles Hall
6a01a6ac24
kanidm: 1.2.0 -> 1.2.1 2024-05-18 09:48:51 -07:00
Adam Stephens
f513b05865
kanidm: add adamcstephens as maintainer 2024-05-01 09:47:46 -04:00
Adam Stephens
87ce2c95ae
kanidm: 1.1.0-rc.16 -> 1.2.0
https://github.com/kanidm/kanidm/releases/tag/v1.2.0

Added updatescript, and removed Cargo.lock as no more git deps.

New release process documented here:

a67d1f5160/book/src/support.md

Re-ordered test and removed anonymous login as logout no longer works:
[info]: Ignoring request to logout session - these sessions are not recorded
2024-05-01 09:47:06 -04:00
Adam Stephens
9e0290f49a
kanidm: move to by-name 2024-05-01 08:38:36 -04:00