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

Go Backend #13

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

Go Backend #13

wants to merge 11 commits into from

Commits on Dec 8, 2019

  1. Structre project for golang

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    a7bddb4 View commit details
    Browse the repository at this point in the history
  2. Use CDNs for external JS content

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    f44a582 View commit details
    Browse the repository at this point in the history
  3. Flatten CSS into the HTML for use in templates

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    eced785 View commit details
    Browse the repository at this point in the history
  4. Add a basic Dockerfile for building with Docker

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    4f99cdd View commit details
    Browse the repository at this point in the history
  5. Parse json config from golang backend

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    87c3626 View commit details
    Browse the repository at this point in the history
  6. Use HTML templates to add items to dash via golang

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    429ed0b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Add simple login form similar to original dash

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    15e416a View commit details
    Browse the repository at this point in the history
  2. Parse user and allow for simple logon

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7a134db View commit details
    Browse the repository at this point in the history
  3. Use multi-stage docker build

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    5345fc0 View commit details
    Browse the repository at this point in the history
  4. Modify documentation for docker usage

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    b7c8c54 View commit details
    Browse the repository at this point in the history
  5. Modify dockerfile to work with buildx

    Signed-off-by: Will Fantom <w.fantom@lancs.ac.uk>
    WillFantom committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    a08eb3a View commit details
    Browse the repository at this point in the history