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: b71c308591e1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dba7af031d90
Choose a head ref
  • 7 commits
  • 13 files changed
  • 1 contributor

Commits on May 15, 2019

  1. foundationdb: refactor 'vsmake' build system into its own file [NFC]

    FoundationDB is currently in the process of migrating to CMake, and it
    will eventually be the only build system. In preparation for this, split
    off the current (somewhat nasty) builder into its own file, and allow
    default.nix to be more declarative -- containing only the main supported
    versions.
    
    Similarly, a cmake.nix file will be added later.
    
    There is no functional change here (NFC), only an organizational change
    (file moves, no hash changes).
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    34e15b1 View commit details
    Browse the repository at this point in the history
  2. foundationdb: refactor vsmake patch application

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    a13a0c8 View commit details
    Browse the repository at this point in the history
  3. foundationdb: init 6.1.6pre4898_26fbbbf, cmake build

    This adds a new build of FoundationDB 6.1, using the new, much improved
    with CMake build system with fewer patches and rough edges.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    3f1c680 View commit details
    Browse the repository at this point in the history
  4. nixos: add services.foundationdb.traceFormat option

    This allows us to specify JSON trace logging, which is useful for
    tooling to injest/transform logs.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 15, 2019
    2
    Copy the full SHA
    c55b923 View commit details
    Browse the repository at this point in the history
  5. nixos/foundationdb: chmod 0770 for logs/data files

    Slight oversight: this allows members of the FoundationDB group to read
    logs.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    427f1e5 View commit details
    Browse the repository at this point in the history
  6. nixos/foundationdb: default to ssd storage engine

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    2525b88 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #61009 from thoughtpolice/nixpkgs/fdb-61-fixes

    foundationdb: add fdb 6.1 with cmake build
    thoughtpolice committed May 15, 2019
    Copy the full SHA
    dba7af0 View commit details
    Browse the repository at this point in the history