aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs
AgeCommit message (Collapse)AuthorFilesLines
2017-07-16postcss-plugins: initIgor Pashev7-0/+107154
This should be similar jenkinsWithPlugins.
2017-07-16nodejs-sass: read package version from main.jsonIgor Pashev1-2/+15
2017-07-16postcss-cli: init at 4.1.0Igor Pashev6-0/+3393
2017-07-16gpg: fix for recent nixpkgsIgor Pashev1-1/+1
2017-07-12nodejs-sass: init at 4.5.3Igor Pashev6-0/+2532
*WARNING* This was added to make sure npm won't download any pre-built binaries (sic!). Instead it will build sass bindings in place, using bundled libsass (ok). preRebuild = '' SASS_FORCE_BUILD=true npm run-script build '';
2017-07-02mariadb: 10.1.21 -> 10.1.24Igor Pashev1-2/+2
2017-07-02Update Jenkins (core: 2.61 -> 2.67)Igor Pashev1-1981/+2858
2017-06-12Apache Cassandra: initIgor Pashev2-0/+73
Add the `nixsap.apps.cassandra` application and Apache Cassandra 3.11 package along with Hyperic Sigar. The application runs in single node mode just fine. Clustering is not tested yet. This is PoC on Java applications. A Java application should comprise: 1. JRE 2. Class path 3. Library path A Java "package" should include all jar/classes/libraries needed to run the application. Using symbolic links to pull in dependencies is fine. This is much similar to nix "environments". Apache Cassandra is the first example of this approach. Using $out/share/java/ and $out/lib/jni is to help building such environments (also with nix-env).
2017-05-20mywatch: 0.2.1 -> 0.3.0Igor Pashev1-5/+5
2017-05-16sproxy2: 1.94.1 -> 1.95.0Igor Pashev1-2/+2
2017-05-16Sync Jenkins (core: 2.57 -> 2.61)Igor Pashev1-725/+1218
2017-04-30Sync Jenkins (core: 2.54 -> 2.57)Igor Pashev1-734/+931
2017-04-30nix-serve: perl syntax checkIgor Pashev1-0/+1
2017-04-30nix-serve: do not compress when NAR size < 1 KiBIgor Pashev1-4/+22
2017-04-29Added nix-serve app and packageIgor Pashev2-0/+92
2017-04-25Update mydumperVaibhav Sagar1-2/+2
2017-04-23(* BREAKING *) jenkins: allow custom pluginsIgor Pashev2-39/+68
Plugin function should now return an attribute set instead of a list. Each plugin is now a derivation, not a plain attribute set. Now: pkgs.jenkinsWithPlugins (plugins: { inherit (plugins) BlameSubversion ... ; inherit (pkgs) my-plugin; }) Before: pkgs.jenkinsWithPlugins (plugins: [ plugins.BlameSubversion ... ])
2017-04-14Sync Jenkins (core: 2.52 -> 2.54)Igor Pashev1-2119/+2008
2017-04-03mariadb: added patch for MDEV-12366Igor Pashev2-0/+18
FLUSH PRIVILEGES can miss some roles
2017-03-31Sync Jenkins (core: 2.47 -> 2.52)Igor Pashev1-8088/+10199
2017-03-10rdsdump: wrap for mysql client binariesIgor Pashev1-1/+4
2017-02-20Sync Jenkins (core: 2.46 -> 2.47)Igor Pashev1-429/+396
2017-02-15Sync Jenkins (core: 2.44 -> 2.46)Igor Pashev1-1007/+1316
2017-02-07sproxy2: 1.94.0 -> 1.94.1Igor Pashev1-2/+2
2017-02-03Sync Jenkins (core: 2.41 -> 2.44)Igor Pashev1-895/+1408
2017-01-30sproxy2: 1.93.0 -> 1.94.0Igor Pashev1-2/+2
2017-01-29MariaDB: 10.1.18 -> 10.1.21Igor Pashev1-2/+2
2017-01-22Sync Jenkins (core: 2.39 -> 2.41)Igor Pashev1-1087/+1644
2017-01-22Ditch original sproxyIgor Pashev2-29/+0
2017-01-22Fetch from Hackage where possibleIgor Pashev4-28/+12
2017-01-12ldapply: openldap is implicitIgor Pashev1-2/+2
2017-01-12ldapply: 0.1.0 -> 0.2.0Igor Pashev3-18/+10
2017-01-08Sync Jenkins (core: 2.37 -> 2.39)Igor Pashev1-648/+666
2017-01-08Added modular OpenLDAP 2.4.44Igor Pashev1-0/+57
Enabled all backends, except perl, ndb, sql. Enabled all overlays. See also https://github.com/NixOS/nixpkgs/commit/8e319c5ddac707fb4cb3315f9eadea9a70fc8c84 Don't override original package to avoid massive rebuild of many packages including systemd.
2017-01-07Added ldapply 0.1.0+Igor Pashev3-0/+49
LDIF idempotent apply tool
2016-12-24Mediwiki Sproxy: user_name == user_emailIgor Pashev1-10/+1
2016-12-24IcingaWeb2: 2.3.4 -> 2.4.0Igor Pashev1-2/+2
Note that this new version should be able to work with new Icinga2 API instead of oldfashioned FIFO. This is not supported yet in nixsap :)
2016-12-22sproxy2: 1.92.0 -> 1.93.0Igor Pashev1-3/+3
Changed semantics of some options. If previous versions `key` and `client_secret` were files, now they are strings. If you need files, use `key.file` and `client_secret.file`.
2016-12-20Sync Jenkins (core: 2.33 -> 2.37)Igor Pashev1-1273/+2072
2016-12-20pkgs: updated some hashesIgor Pashev3-6/+6
fetchgit in recent nixpkgs (>= 16.09 ?) keeps some files.
2016-11-30Added kibana 5.0.2 (repacked tarball)Igor Pashev1-0/+32
2016-11-30sproxy: 1.90.2 -> 1.92.0Igor Pashev1-3/+3
2016-11-27NodeJS: init at 6.9.1 (LTS)Igor Pashev1-0/+57
2016-11-26Sync Jenkins (core: 2.32 -> 2.33)Igor Pashev1-682/+858
2016-11-26sproxy2: 1.90.1 -> 1.90.2Igor Pashev1-3/+3
2016-11-22sproxy2: 1.90.0 -> 1.90.1Igor Pashev1-3/+3
2016-11-19Added sproxy2Igor Pashev5-0/+118
2016-11-19mediawiki: $_ENV -> getenv()Igor Pashev1-2/+3
$_ENV stopped working in CLI
2016-11-19Made gpg smallerIgor Pashev1-0/+5
2016-11-19jenkinsUpdateCenter: updated (core 2.28 -> 2.32)Igor Pashev1-977/+1243