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: 2dcd512e7431
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a29603344a47
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 11, 2018

  1. redmine: refactor, cleanup, bug fix, and add functionality

    - added package option to specify which version of redmine
    - added themes option back in to allow specifying redmine themes
    - added plugins option back in to allow specifying redmine plugins
    - added database.socket option to allow mysql unix socket authentication
    - added port option to allow specifying the port rails runs on
    
    - cleaned up Gemfile so it is much less hacky
    - switched to ruby version 2.4 by default as suggested by documentation http://www.redmine.org/projects/redmine/wiki/redmineinstall#Installing-Redmine
    - fixed an annoyance (bug) in the service causing recursive symlinks
    - fixed ownership bug on log files generated by redmine
    - updates reflecting renames in nixos options
    
    - added a nixos test
    aanderse committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    1cb5b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72635ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975f476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ea9d86 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #48189 from aanderse/redmine

    redmine: refactor, cleanup, bug fix, and add functionality
    7c6f434c committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    a296033 View commit details
    Browse the repository at this point in the history