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

Golang rewrite #83

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Golang rewrite #83

wants to merge 10 commits into from

Commits on Dec 25, 2017

  1. Rewrite to GoLang - Initial Import

    This is an in-progress commit of a rewrite of the schema tool to be in
    Go. This is mainly a major cleanup of the tooling but also an effort to
    simplify the distribution by being able to rely on single-binary
    releases. The rewrite also intends to change the internal model to allow
    for better exensibility and integration with other tooling.
    
    This commit represents a cleanup of several initial commits and does not
    consitute a working or complete rewrite of the tooling. It does however
    include a compilable CLI, a working web-server, some initial tests,
    scripts for licensing, and a usable Makefile along with some other
    supporting code necessary for the port.
    JohnMurray committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    c576c49 View commit details
    Browse the repository at this point in the history
  2. Lib Cleanup

    Cleanup of all 'lib' aspects of the code. Mainly fixing all linter
    warnings and properly documenting the code. Also moving chain and log
    into the lib/ folder to match the other convention of using cmd/ and
    server/
    JohnMurray committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    f315ed5 View commit details
    Browse the repository at this point in the history
  3. TravisCI - changed to use dep

    Needed to download and install dep and run 'dep ensure' on install
    JohnMurray committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    477643c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from appnexus/go-lib-cleanup

    Lib Cleanup
    JohnMurray committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    d61bcb9 View commit details
    Browse the repository at this point in the history
  5. Updated install documentation

    Still missing a full release process (and actual binaries to download)
    but the docs are updated now to reflect what _will_ be the new install
    process
    JohnMurray committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    71dc2d0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #82 from appnexus/go-install-docs

    Updated install documentation
    JohnMurray committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    789a1a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Travis Cleanup

    JohnMurray committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    878c128 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. update vendored code

    JohnMurray committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    47a93c2 View commit details
    Browse the repository at this point in the history
  2. Code Cleanup

    Resulting from running meta-linter on Travis, some fixes were
    in order.
    JohnMurray committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    8696b47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from appnexus/go-travis-cleanup

    Travis Cleanup
    JohnMurray committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    198699e View commit details
    Browse the repository at this point in the history