Commit graph

57 commits

Author SHA1 Message Date
R. Ryantm a4b46044ba atlassian-jira: 9.4.0 -> 9.6.0 2023-03-19 18:39:41 +00:00
R. Ryantm 9240dc4a53 atlassian-jira: 9.2.0 -> 9.4.0 2022-12-02 04:56:34 +00:00
techknowlogick 7beaf4c941 atlassian-jira: 8.22.4 -> 9.2.0 2022-09-20 17:04:36 -04:00
Franz Pletz c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Maximilian Bosch 765cc35042
nixos/atlassian-jira: allow to store SSO password for crowd outside of the Nix store
The option `services.jira.sso.applicationPassword` has been replaced by
`applicationPasswordFile` that needs to be readable by the `jira`-user
or group.

The new `crowd.properties` is created on startup in `~jira` and the
secret is injected into it using `replace-secret`.
2022-07-16 13:01:29 +02:00
WilliButz 50dff7c678
atlassian-jira: 8.22.2 -> 8.22.4
includes fix for CVE-2022-26135

https://confluence.atlassian.com/jira/jira-server-security-advisory-29nd-june-2022-1142430667.html
https://confluence.atlassian.com/jirasoftware/issues-resolved-in-8-22-4-1141486890.html
2022-07-04 11:53:49 +02:00
techknowlogick 8fa007242c atlassian-jira: 8.22.0 -> 8.22.2 2022-04-20 23:14:47 -04:00
R. Ryantm f309e138eb atlassian-jira: 8.21.0 -> 8.22.0 2022-03-20 02:16:19 +00:00
R. Ryantm 2897904fc5 atlassian-jira: 8.20.1 -> 8.21.0 2022-02-12 22:17:14 -08:00
Robin Gloster e14e80d145
atlassian-jira: 8.19.0 -> 8.20.1 2021-11-02 11:00:17 +01:00
Meghea Iulian dc2002ce44
atlassian-jira: 8.16.1 -> 8.19 2021-09-07 10:20:59 +03:00
R. RyanTM a8458ce5dd atlassian-jira: 8.14.1 -> 8.16.1 2021-05-13 14:32:53 +00:00
R. RyanTM fe32b0136a atlassian-jira: 8.14.0 -> 8.14.1 2021-01-29 10:00:42 +00: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
R. RyanTM 18de1a3813 atlassian-jira: 8.13.0 -> 8.14.0 2020-12-05 08:22:02 +00:00
R. RyanTM 590bedc5ec atlassian-jira: 8.12.0 -> 8.13.0 2020-10-21 23:50:00 +00:00
vasile luta 44f439fc2c atlassian-jira: 8.10.0 -> 8.12.0 2020-09-06 09:35:50 +03:00
Simon Lackerbauer 8618e44f46 atlassian-jira: 8.9.0 -> 8.10.0 2020-07-11 14:06:07 +02:00
Meghea Iulian 9b5df08902
atlassian-jira: 8.8.0 -> 8.9.0 2020-05-30 09:29:28 +03:00
vasy 758f81df44
atlassian-jira: 8.7.1 -> 8.8.0 (#83218)
fix not starting service when jdk is jdk11
2020-03-28 09:25:13 +00:00
R. RyanTM 26a31f8c62 atlassian-jira: 8.7.0 -> 8.7.1 2020-03-12 23:54:52 +00:00
Simon Lackerbauer ba1862b69c atlassian-jira: 8.6.0 -> 8.7.0 2020-02-09 11:45:07 +01:00
vasile luta 137a9a1682 atlassian-jira: 8.5.0 -> 8.6.0 2020-01-06 12:38:19 +02:00
Simon Lackerbauer 3eff8b1ba9
atlassian-jira: 8.4.2 -> 8.5.0 2019-10-27 17:13:58 +01:00
Robin Gloster 92bd7a7650
atlassian-jira: 8.4.1 -> 8.4.2 2019-10-12 14:54:53 +02:00
WilliButz 39d7eeb5c0
atlassian-jira: 8.4.0 -> 8.4.1 2019-09-27 16:01:17 +02:00
R. RyanTM a8dc4e39db atlassian-jira: 8.3.2 -> 8.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atlassian-jira/versions
2019-09-25 23:24:40 -07:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Simon Lackerbauer af6323a73d
atlassian-jira: 8.3.0 -> 8.3.2 2019-08-19 15:51:27 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Simon Lackerbauer 790e8f451d atlassian-jira: 8.2.3 -> 8.3.0 2019-08-02 12:28:09 +02:00
Simon Lackerbauer 24aab9105c
atlassian-jira: 8.2.2 -> 8.2.3 2019-07-10 20:10:38 +02:00
R. RyanTM 40e6036813 atlassian-jira: 8.2.1 -> 8.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atlassian-jira/versions
2019-06-30 22:47:00 -07:00
Simon Lackerbauer 037dd9b796
atlassian-jira: 8.1.0 -> 8.2.1 2019-06-12 18:57:37 +02:00
Simon Lackerbauer e683811972
atlassian-jira: 8.0.1 -> 8.1.0 2019-04-08 20:58:02 +02:00
Simon Lackerbauer e2b4752596
atlassian-jira: 7.13.0 -> 8.0.1 2019-02-20 13:04:22 +01:00
Robin Gloster 6f02b86726
atlassian-jira: 7.12.3 -> 7.13.0 2019-01-07 21:54:23 +01:00
Simon Lackerbauer 50abe602b1
atlassian-jira: 7.12.1 -> 7.12.3 2018-10-27 11:29:54 +02:00
Simon Lackerbauer a431f3e35d
atlassian-jira: 7.12.0 -> 7.12.1 2018-09-13 19:32:33 +02:00
Simon Lackerbauer d347eed514 atlassian-jira: 7.11.2 -> 7.12.0
(cherry picked from commit b2f042dfd8edf67d3096ff3294ff9050890ecfdd)
2018-08-30 12:42:22 +02:00
Simon Lackerbauer 003ca4ecd2 atlassian-jira: 7.11.1 -> 7.11.2
(cherry picked from commit aa52aa68a33313e4e209872a0422622ae65116cc)
2018-08-30 12:42:22 +02:00
Simon Lackerbauer 9362fb6af4 atlassian-jira: 7.11.0 -> 7.11.1
(cherry picked from commit 093eb27a9e5793343f6506d063debb3d11794ac1)
2018-08-30 12:42:22 +02:00
Simon Lackerbauer 2799d11eb0
atlassian-jira: 7.9.2 -> 7.11.0 2018-07-23 15:58:04 +02:00
Robin Gloster abf36cfaed
atlassian-jira: 7.9.0 -> 7.9.2 2018-05-24 04:40:45 +02:00
Jean-Baptiste Giraudeau f46368be6a
atlassian-jira: 7.7.0 -> 7.9.0 2018-04-17 16:44:04 +02:00
Franz Pletz 9f16756f77
atlassian-jira: 7.5.2 -> 7.7.0 2018-01-24 02:14:54 +01:00
Jean-Baptiste Giraudeau d4622c6a07 atlassian-jira: 7.5.1 -> 7.5.2 2017-11-09 12:56:11 +01:00
Franz Pletz 369cbba140
atlassian-jira: 7.5.0 -> 7.5.1 2017-10-18 17:43:39 +02:00
Simon Lackerbauer 27ed570445
atlassian-jira: 7.4.1 -> 7.5.0 2017-09-20 23:51:42 +02:00
Franz Pletz 02791ced34
atlassian-{jira,confluence}: add crowd sso support 2017-08-04 02:13:42 +02:00