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

WIP: Modularize -- Ability for server to be used as a package #26

Closed
wants to merge 16 commits into from
Closed

WIP: Modularize -- Ability for server to be used as a package #26

wants to merge 16 commits into from

Commits on Nov 28, 2016

  1. Begin major refactoring. Collapsed subpackages into top level, refact…

    …ored client handling code.
    jordanschalm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    4859e9d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Remove go from repo and icon name

    Remove old `server` package
    Refactor cmd package to work with new server
    Remove `models.go`, remove parts and refactor other parts into either `server.go` or `client.go`
    Change format of `allowed_hosts` to JSON array from comma separated string
    jordanschalm committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    ce5f3a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Change repo name

    jordanschalm committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    ce366b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e60264a View commit details
    Browse the repository at this point in the history
  3. Fix ROOT in makefile

    Refactor NewServer and server.run into server file
    Remove requirement for servers to receive appconfig
    jordanschalm committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    502939c View commit details
    Browse the repository at this point in the history
  4. fix imports in cmd

    jordanschalm committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    393f946 View commit details
    Browse the repository at this point in the history
  5. Add comments

    jordanschalm committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    68c4eff View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

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

Commits on Dec 6, 2016

  1. Move backend interface to guerrilla package

    Refactor MD5Hash method to not use pointers to strings (go strings are pointers under the hood already anyway)
    Refactor mysql+redis backend implementation to work with new backend interface and modified client struct
    Move concern of reading a configuration file to the command line interface
    jordanschalm committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    1068a90 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    f52ca17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b9110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dfb974 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    148d911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df865ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcbede1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a1999f View commit details
    Browse the repository at this point in the history