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

Implemented a web server to browse a repository (snapshots, files) #4276

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

Commits on Apr 25, 2024

  1. Implemented a web server to browse a repository (snapshots, files)

    The code is pretty bad and unorganized, I am very new at Go.
    
    But it works!
    ducalex authored and fd0 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3541a3a View commit details
    Browse the repository at this point in the history
  2. fixed compilation issues

    ducalex authored and fd0 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e977c9f View commit details
    Browse the repository at this point in the history
  3. improved readability

    ducalex authored and fd0 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5fc118f View commit details
    Browse the repository at this point in the history
  4. satisfy the linter

    ducalex authored and fd0 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    993eb70 View commit details
    Browse the repository at this point in the history
  5. Rework server

    fd0 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8a5ac6d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    d463996 View commit details
    Browse the repository at this point in the history
  2. Fix server

    fd0 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    303dda6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    fb45bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd72014 View commit details
    Browse the repository at this point in the history
  3. serve: Change assets embedding

    fd0 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c374a4e View commit details
    Browse the repository at this point in the history