Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-02 | Sync Jenkins (core: 2.91 -> 2.92) | Igor Pashev | 1 | -401/+535 | |
2017-12-01 | Jenkins: configure java.util.logging | Igor Pashev | 2 | -0/+3 | |
2017-11-29 | Update README.md | Igor Pashev | 1 | -2/+2 | |
2017-11-29 | Allow importing <nixsap/pkgs> | Igor Pashev | 1 | -3/+8 | |
2017-11-28 | hoogle: init at 5.0.13 | Igor Pashev | 2 | -0/+37 | |
2017-11-26 | sass-lint: init at 1.12.1 | Igor Pashev | 6 | -0/+2070 | |
2017-11-26 | (*BREAKING*) Jenkins: set user home directory | Igor Pashev | 2 | -1/+7 | |
BREAKING: user is now read-only | |||||
2017-11-26 | (*BREAKING*) Jenkins: introduce java properties | Igor Pashev | 2 | -12/+24 | |
Just like in Cassandra. First of all `hudson.model.DirectoryBrowserSupport.CSP` is needed. BREAKING: `jre` -> `jre.package` | |||||
2017-11-25 | xinclude2nix: style | Igor Pashev | 1 | -3/+3 | |
2017-11-25 | xinclude2nix: format with hindent -XArrows | Igor Pashev | 1 | -11/+14 | |
2017-11-25 | Remove space | Igor Pashev | 1 | -1/+1 | |
2017-11-25 | Jenkins app: fix key extraction | Igor Pashev | 1 | -1/+3 | |
Make sure files are captured into Nix store so that Nix daemon can access them and run xinclude2nix (which is still silently ignoring unreachable files). | |||||
2017-11-24 | Sync Jenkins (core: 2.79 -> 2.91) | Igor Pashev | 1 | -2498/+4731 | |
2017-09-19 | mariadb: 10.1.24 -> 10.1.26 | Igor Pashev | 2 | -39/+2 | |
2017-09-19 | Update check_aws_rds & check_aws_ec2_elb | Igor Pashev | 2 | -9/+10 | |
* `dig` now lives in bind.dnsutils (See https://github.com/NixOS/nixpkgs/commit/fa405aa26425e3632032d732edc0b85c8a23a074) * Use wrappers instead of in-place substitution (dangerous). * Update pmp-check-aws-rds.py: ignore UNKNOWN status by default (See https://github.com/percona/percona-monitoring-plugins/commit/7f4a9852a0e470698d90afc0036d2738a4906477) | |||||
2017-09-19 | Bump jenkins (core: 2.75 -> 2.79) | Igor Pashev | 1 | -1445/+2401 | |
2017-09-19 | cli: use GCC explicitly | Igor Pashev | 1 | -4/+3 | |
`runCommand` does not include C compiler, `runCommandCC` does, but we want GCC, so make sure we use it. | |||||
2017-09-19 | monitoring-plugins: 2.1.2 -> 2.2 | Igor Pashev | 2 | -18/+38 | |
Some more features enabled. | |||||
2017-08-22 | Update Jenkins (core: 2.73 -> 2.75) | Igor Pashev | 1 | -921/+1326 | |
2017-08-08 | Update Jenkins (core: 2.71 -> 2.73) | Igor Pashev | 1 | -1026/+1391 | |
2017-08-06 | sproxy2: 1.95.0 -> 1.96.0 | Igor Pashev | 1 | -2/+2 | |
2017-07-26 | mediawiki: 1.23.13 -> 1.23.17 | Igor Pashev | 1 | -2/+2 | |
2017-07-24 | cli: security.setuidOwners -> security.wrappers | Igor Pashev | 2 | -7/+5 | |
Require nixpkgs >= 17.03 | |||||
2017-07-24 | Update Jenkins (core: 2.67 -> 2.71) | Igor Pashev | 1 | -1397/+2067 | |
2017-07-16 | postcss-plugins: init | Igor Pashev | 7 | -0/+107154 | |
This should be similar jenkinsWithPlugins. | |||||
2017-07-16 | nodejs-sass: read package version from main.json | Igor Pashev | 1 | -2/+15 | |
2017-07-16 | postcss-cli: init at 4.1.0 | Igor Pashev | 6 | -0/+3393 | |
2017-07-16 | gpg: fix for recent nixpkgs | Igor Pashev | 1 | -1/+1 | |
2017-07-16 | Allow building and installing local packages | Igor Pashev | 2 | -1/+24 | |
2017-07-12 | nodejs-sass: init at 4.5.3 | Igor Pashev | 6 | -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-09 | memcached: use simple mapAttrs' | Igor Pashev | 1 | -4/+5 | |
2017-07-02 | mariadb: 10.1.21 -> 10.1.24 | Igor Pashev | 1 | -2/+2 | |
2017-07-02 | Update Jenkins (core: 2.61 -> 2.67) | Igor Pashev | 1 | -1981/+2858 | |
2017-06-12 | Apache Cassandra: init | Igor Pashev | 4 | -0/+426 | |
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-24 | Jenkins: allow spaces in job name | Igor Pashev | 1 | -2/+5 | |
2017-05-20 | mywatch: 0.2.1 -> 0.3.0 | Igor Pashev | 1 | -5/+5 | |
2017-05-17 | jenkins: get better looking path | Igor Pashev | 1 | -2/+2 | |
2017-05-17 | memcached: remove superfluous `-start` | Igor Pashev | 1 | -2/+2 | |
2017-05-17 | gnupg: remove superfluous `-start` | Igor Pashev | 1 | -2/+2 | |
2017-05-16 | sproxy2: 1.94.1 -> 1.95.0 | Igor Pashev | 1 | -2/+2 | |
2017-05-16 | Sync Jenkins (core: 2.57 -> 2.61) | Igor Pashev | 1 | -725/+1218 | |
2017-05-08 | Jenkins: define SHELL | Igor Pashev | 1 | -0/+1 | |
For the Jenkins user it's usually `nologin`, so we have to override it. | |||||
2017-05-07 | sproxy2: fix `datafile` option processing | Igor Pashev | 1 | -3/+3 | |
`datafile` is usually a derivation (a set at the very basic nix level), so it wasn't processed as a string, but rather as a fallback case "toString v". Other option is to use `lib.isDerivation`. | |||||
2017-05-07 | vbox: use fakeSSL for sproxy2 | Igor Pashev | 1 | -0/+5 | |
2017-05-07 | sproxy2: enable by default if there are backends | Igor Pashev | 1 | -2/+8 | |
2017-05-01 | Updated README | Igor Pashev | 1 | -3/+31 | |
2017-04-30 | Sync Jenkins (core: 2.54 -> 2.57) | Igor Pashev | 1 | -734/+931 | |
2017-04-30 | nix-serve: perl syntax check | Igor Pashev | 1 | -0/+1 | |
2017-04-30 | nix-serve: do not compress when NAR size < 1 KiB | Igor Pashev | 1 | -4/+22 | |
2017-04-30 | mysqlbackup: fail if any server is unavailable | Igor Pashev | 1 | -6/+12 | |