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

Server pages #2

Merged
merged 22 commits into from
Feb 15, 2024
Merged

Server pages #2

merged 22 commits into from
Feb 15, 2024

Commits on Feb 14, 2024

  1. Replace use of URL arguments with URL parameters

    mAdkins committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6d0cdff View commit details
    Browse the repository at this point in the history
  2. Make root page accessible as /index.html

    mAdkins committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8307128 View commit details
    Browse the repository at this point in the history
  3. Add appropriate suffixes to server products

    mAdkins committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0e693e6 View commit details
    Browse the repository at this point in the history
  4. Script to scrape pages from server using wget

    mAdkins committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a6ab7e8 View commit details
    Browse the repository at this point in the history
  5. Downloaded server pages for use with github pages

    mAdkins committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a177e89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e260cc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    6fdc369 View commit details
    Browse the repository at this point in the history
  2. Add 'go-slog' into server URLs so they will match the github pages co…

    …nfiguration
    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cf35d86 View commit details
    Browse the repository at this point in the history
  3. Add link to github pages from README.md

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e2c7a8f View commit details
    Browse the repository at this point in the history
  4. Fix comment

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    18678d9 View commit details
    Browse the repository at this point in the history
  5. Another try at the pages.yml workflow

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    991a5e1 View commit details
    Browse the repository at this point in the history
  6. Try to write to /tmp again

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d4d3476 View commit details
    Browse the repository at this point in the history
  7. Wrap command in quotes due to use of '>'

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c3d389b View commit details
    Browse the repository at this point in the history
  8. Update dependencies and add gin-utils

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bb0879f View commit details
    Browse the repository at this point in the history
  9. Add graceful exit to server

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0aeccb3 View commit details
    Browse the repository at this point in the history
  10. Fix script/pages to wait for server to start and then exit server aft…

    …er downloading pages
    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8706861 View commit details
    Browse the repository at this point in the history
  11. Don't download /go-slog/, use /go-slog/index.html

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f23d5ad View commit details
    Browse the repository at this point in the history
  12. Replace /tmp with runner.temp

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7e18bc4 View commit details
    Browse the repository at this point in the history
  13. Why won't the benchmark work?

    mAdkins committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2a1363d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe5276c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d190b8f View commit details
    Browse the repository at this point in the history
  16. Update benchmark results

    madkins23 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1e0eb5e View commit details
    Browse the repository at this point in the history