Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commits on Jul 27, 2016

  1. Refactor extract method from CLI to Server#disable_buffering

    Ensuring that the output doesn't get buffered is particularly
    relevant once the server is started because Dredd relies on it.
    In order to be able to start programatically a server in
    the best conditions, that step should be part of the server
    starting procedure.
    
    Using a buffered output while loading the hookfiles, on the other
    hand poses no particular problem.
    gonzalo-bulnes committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    a132541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3ff7d View commit details
    Browse the repository at this point in the history
  3. Remove unused dependency

    Unless I'm wrong, declaring bundler as a dependency is superfluous
    (e.g. its version is not locked in the Gemfile).
    gonzalo-bulnes committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    75f2c2b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. Configuration menu
    Copy the full SHA
    db1f12f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    gonzalo-bulnes committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    94e0214 View commit details
    Browse the repository at this point in the history