Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing RPC #8

Merged
merged 13 commits into from
Jan 13, 2016
Merged

Removing RPC #8

merged 13 commits into from
Jan 13, 2016

Commits on Jun 15, 2015

  1. Add specific default username

    maurer committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    288977b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Added nix package file

    maurer committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    6258166 View commit details
    Browse the repository at this point in the history
  2. Ignore generated files

    maurer committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    c7da130 View commit details
    Browse the repository at this point in the history
  3. Pin our dependency versions

    maurer committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    457ad94 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. Configuration menu
    Copy the full SHA
    45e9014 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Configuration menu
    Copy the full SHA
    63604f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Updated to modern libs

    Won't build on Travis yet since it depends on an unaccepted PR for capnp
    maurer committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    be3e6ab View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Deps bump

    maurer committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    3e0d9d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Configuration menu
    Copy the full SHA
    9a221e5 View commit details
    Browse the repository at this point in the history
  2. Re-add C++ namespacing

    maurer committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    9491106 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Ripped out RPC functionality

    While RPC is a good end goal, it's slowing me down too much during
    prototyping. I'll re-add it later.
    maurer committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    e5cdaff View commit details
    Browse the repository at this point in the history
  2. Update README to reflect new requirements

    * Bump to Rust 1.5.0
    * Drop capnproto req since RPC has been ripped out.
    maurer committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    df02abc View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Update Travis to get tests working again

    * Remove build of capnproto
    * Add creation of "holmes" user on the database to test
    * Switch to IP-based connection (the unix socket is in a different place
      on my machine vs travis)
    maurer committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    90dab3f View commit details
    Browse the repository at this point in the history