summary refs log tree commit diff
path: root/nixos/modules/services/databases/neo4j.nix
Commit message (Collapse)AuthorAge
* remove myself (erictapen) from packages which I don't use anymoreKerstin Humm2023-04-03
|
* nixos/*: convert internal option descriptions to MDpennae2022-08-31
| | | | we'll have to do it eventually, may as well be now.
* nixos/*: automatically convert option descriptionspennae2022-08-31
| | | | | | | | | | | | conversions were done using https://github.com/pennae/nix-doc-munge using (probably) rev f34e145 running nix-doc-munge nixos/**/*.nix nix-doc-munge --import nixos/**/*.nix the tool ensures that only changes that could affect the generated manual *but don't* are committed, other changes require manual review and are discarded.
* nixos/neo4j: HTTP connector togglinggardspirito2022-08-12
|
* nixos/neo4j: fix typogardspirito2022-08-12
|
* neo4j: remove deprecated configKerstin Humm2022-08-12
|
* neo4j: add erictapen as maintainerKerstin Humm2022-08-12
|
* nixos/neo4j: set some settings so warnings at startup disappearKerstin Humm2022-08-12
|
* neo4j: 3.5.14 -> 4.1.1Jonathan Ringer2022-08-12
|
* nixos/*: automatically convert option docs to MDpennae2022-08-03
| | | | once again using nix-doc-munge (https://github.com/pennae/nix-doc-munge/commit/69d080323ae27c0d8da3967c62b925a9aedb2828)
* nixos/*: replace </para><para> with double linebreakspennae2022-08-03
| | | | | | | | | | our xslt already replaces double line breaks with a paragraph close and reopen. not using explicit para tags lets nix-doc-munge convert more descriptions losslessly. only whitespace changes to generated documents, except for two strongswan options gaining paragraph two breaks they arguably should've had anyway.
* treewide: automatically md-convert option descriptionspennae2022-07-30
| | | | | | | | | | | | | | | | | | | | | | the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
* nixos/tarsnap, nixos/neo4j: defaultText for submodule optionspennae2021-12-09
| | | | | | | unfortunately we don't have a good way to represent defaults that reference other values of the current submodule, so we just use the relative path of the referenced value and assume that the submodule was declared as `rec`.
* treewide: add defaultText for options with simple interpolation defaultspennae2021-12-09
| | | | | | adds defaultText for all options that use `cfg.*` values in their defaults, but only for interpolations with no extra processing (other than toString where necessary)
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos: define the primary group of users where neededGuillaume Girol2021-09-12
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger2019-12-10
| | | | | | | | A centralized list for these renames is not good because: - It breaks disabledModules for modules that have a rename defined - Adding/removing renames for a module means having to find them in the central file - Merge conflicts due to multiple people editing the central file
* nixos/neo4j: Update module, make compatible with neo4j 3.4patternspandemic2018-07-12
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* neo4j service: neo4j-wrapper is deprecated, merge into neo4j.confWill Dietz2017-03-19
|
* neo4j service: fix package installed into env to match running serviceWill Dietz2017-03-19
|
* neo4j service: increase file limit, per warning emitted at startup (#23961)Will Dietz2017-03-18
|
* nixos/neo4j: Update to default JVM options from current release.Will Dietz2017-02-23
| | | | The options previously listed here were the defaults back in 2.1.x.
* neo4j: 2.1.3 -> 3.0.6Pavel Platto2016-10-16
|
* neo4j service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* nixos/neo4j: rename 'host' to 'listenAddress'Bjørn Forsman2015-12-24
| | | | More descriptive option name.
* types.uniq types.bool -> types.boolEelco Dolstra2015-06-15
|
* nixos/neo4j: add package optionJaka Hudoklin2014-10-18
|
* nixos: add neo4j database moduleJaka Hudoklin2014-08-23