summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/atlassian/jira.nix
Commit message (Collapse)AuthorAge
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* treewide: remove redundant quotesvolth2019-08-26
|
* nixos/jira: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-05-26
| | | | see https://github.com/NixOS/nixpkgs/issues/53852
* atlassian services: allow overriding package (#55685)Francesco Zanini2019-02-13
|
* atlassian modules: don't chown home recursivelyFranz Pletz2019-01-07
| | | | This can take a long time and should not be necassary anyway.
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* Add bash to jira PATH: required by health checks.Jean-Baptiste Giraudeau2018-04-17
|
* nixos/atlassian: Fix eval error in jrePackageaszlig2017-11-09
| | | | | | | | | | | The error got introduced by 4f3d971ef55b82ef349e5fb198196d2028fc0cf5, which removed the *Text attributes from the option. This in turn leads to an evaluation error while building the manual/manpage, because oraclejre8 is marked unfree. Signed-off-by: aszlig <aszlig@nix.build> Cc: @jbgi, @orivej, @globin
* Atlassian apps: remove misleading JRE switch logicJean-Baptiste Giraudeau2017-11-09
| | | | | | | | Only the Oracle JRE is supported by Atlassian appsAtlassian apps (see https://jira.atlassian.com/browse/JRASERVER-46152) Plus Atlassian apps are non free so the switch logic always chose Oracle JRE anyway. Option is kept in case someone want to patch apps to support openjdk.
* Fix atlassian services (optional attr. and systemd)Jean-Baptiste Giraudeau2017-11-09
| | | | | - Properly handle optional configuration. - Use ExecStart/ExecStop instead of script/stopScript.
* atlassian-{jira,confluence}: add crowd sso supportFranz Pletz2017-08-04
|
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* jira module: initFranz Pletz2016-10-12