Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7815c86c104a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fadceeb07589
Choose a head ref
  • 19 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 13, 2019

  1. Copy the full SHA
    a2aa01b View commit details
    Browse the repository at this point in the history
  2. nixos/cassandra: Allow setting of seed addresses

    Allow for more intuitive specifying of seed node addresses with Nix
    syntax.
    JohnAZoidberg committed Jun 13, 2019
    Copy the full SHA
    746b82b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f003143 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c1991fb View commit details
    Browse the repository at this point in the history
  5. nixos/cassandra: Fix test by listening on IP

    Seems like you can't have a node as its own seed when it's listening on
    an interface instead of an IP. At least the way it was done in the
    test doesn't work and I can't figure out any other way than to just
    listen on the IP address instead.
    JohnAZoidberg committed Jun 13, 2019
    Copy the full SHA
    6778ee1 View commit details
    Browse the repository at this point in the history
  6. cassandra: Properly wrap all binaries

    Would previously overwrite the binary with the wrapper and thus wrap
    itself (resulting in an infinite recursion on execution) for the
    binaries in /bin.t
    JohnAZoidberg committed Jun 13, 2019
    Copy the full SHA
    d8ad5ad View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2bcca92 View commit details
    Browse the repository at this point in the history
  8. nixos/cassandra: Allow setting JMX credentials

    If we have the ability to enable remote JMX we should also support
    setting credentials for that because they become required if you turn it
    on.
    JohnAZoidberg committed Jun 13, 2019
    Copy the full SHA
    35531f4 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4c880fd View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2d014f4 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    545ac18 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    2368345 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    3162f45 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    7d646f2 View commit details
    Browse the repository at this point in the history
  15. nixos/cassandra: Add option for password file path

    If you're on a multi user system you don't want to have the password in
    the nix-store. With the new jmxRolesFile option you can specify your own
    protected file instead.
    JohnAZoidberg committed Jun 13, 2019
    Copy the full SHA
    9ecd584 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    79f7f89 View commit details
    Browse the repository at this point in the history
  17. nixos/cassandra: Test remote auth only on v3.11+

    Below that it works but only when supplying a custom password file with
    restricted permissions (i.e. outside the nix-store). We can't do that
    using an absolute path in the tests.
    JohnAZoidberg committed Jun 13, 2019
    Copy the full SHA
    8e5ba87 View commit details
    Browse the repository at this point in the history
  18. nixos/cassandra: Don't force SimpleSeedProvider

    If the `seedAddresses` is not set, don't force `SimpleSeedProvider` to
    be in `seed_provider`. This could cause problems in a multi-datacenter
    deployment when a different seed provider is preferred.
    JohnAZoidberg committed Jun 13, 2019
    Copy the full SHA
    0350312 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Merge pull request #59179 from JohnAZoidberg/cassandra-module

    Fix Cassandra, improve config and tests
    aanderse committed Jun 14, 2019
    Copy the full SHA
    fadceeb View commit details
    Browse the repository at this point in the history