about summary refs log tree commit diff
path: root/pkgs/servers/computing/storm/default.nix
Commit message (Collapse)AuthorAge
* treewide: use optionalStringFelix Buehler2023-02-13
|
* treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott2022-06-04
| | | | these are the easily identifiable cases and will not be comprehensive
* storm: 2.3.0 -> 2.4.0R. Ryantm2022-03-23
|
* python,pythonPackages: make aliasesRobert Schütz2022-01-16
| | | | | Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
* treewide: fix homepages with permanent redirect to httpsBen Siraphob2021-12-29
|
* storm: 2.2.0 -> 2.3.0Thomas Gerbet2021-11-28
| | | | | Fixes CVE-2021-38294 and CVE-2021-40865. https://storm.apache.org/2021/09/27/storm230-released.html
* treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* storm: 2.1.0 -> 2.2.0R. RyanTM2020-10-25
|
* apache-storm: 1.2.1 -> 2.1.0rnhmjoj2020-06-22
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* storm: 1.0.1 -> 1.2.1mko2018-04-12
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* storm: 0.8.2 -> 1.0.1Edward Tjörnhammar2016-07-13
| | | | | | For this package to be useful you need to wrap it in a fhs-user-env and/or create a nixos module. Previous version had become completely broken/useless though.
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* Merge PR #901: adding StormVladimír Čunát2013-09-10
| | | | | vcunat edit: use symlink instead of hardlink (failed for me with a cross-device error), minor whitespace cleanup
* I henceforth will maintain as my Github username.Danny Wilson2013-09-02
|
* Improved Storm package.Danny Wilson2013-09-02
| | | | | | | - Add config to defaults.yaml, to allow topologies to include their own storm.yaml. - Symlink extra jars in lib/ since it's nearly impossible to add a classpath to Storm's config. - Include native jzmq library in java.library.path - Use package default args.
* Make Storm conf and log path configurable via symlinks.Danny Wilson2013-09-02
| | | | | | - The bin/storm script makes too many assumptions about file locations and java classpath that I couldn't figure out a better way. Fix jzmq build on NixOS: java source was treated as ASCII.
* Add storm package.Danny Wilson2013-09-02