Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: static-web-server/static-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.34.0
Choose a base ref
...
head repository: static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.35.0
Choose a head ref
  • 8 commits
  • 20 files changed
  • 4 contributors

Commits on Dec 3, 2024

  1. docs: v2.34.0 [skip ci]

    joseluisq committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d142db9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. fix: directory listing HTML content outside of body tag (#511)

    * The closing body tag has been moved right before the closing html tag
    
    * Fixed minor formatting issues
    alxv-su authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    206900b View commit details
    Browse the repository at this point in the history
  2. feat: build and push devel Docker image on master branch changes (#512

    )
    
    * chore: build and push devel image on master changes via ci workflow (#508) by @mschoettle
    
    * ci: build and push devel image on master
    
    * Temporarily enable devel docker release on pull request
    
    * add build release
    
    * ci: build only amd64 and use devel dockerfiles
    
    * temporarily disable login to docker hub
    
    * fix tag
    
    * add cache for binary
    
    * test release binary
    
    * move binary to the right place
    
    * update action versions
    
    * disable docker hub image
    
    * test tags
    
    * test tags
    
    * test tags
    
    * add permissions to scratch job
    
    * apply feedback
    
    * remove test step
    
    * Address comments
    
    * refactor: prefer job matrix strategy and x86_64-unknown-linux-musl
    
    ---------
    
    Co-authored-by: Matthias Schoettle <[email protected]>
    joseluisq and mschoettle authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    b46a7a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. fix: netbsd 9.2 broken source link used by cross tool for cross-compi…

    …ling (#513)
    
    It fixes a broken link that contains `libexecinfo.so` needed by the `cross` tool when cross-compiling to NetBSD.
    joseluisq authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    35bb607 View commit details
    Browse the repository at this point in the history
  2. refactor: update github ci workflows (#514)

    It updates all GitHub CI workflow dependencies to their corresponding latest stable versions and improves them when necessary.
    joseluisq authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    1c4929d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. chore: update dependencies 09-01-2025 (#515)

    * chore: update dependencies 09-01-2025
    * fix: needless single-use named lifetime in `static_files::handle()`
    joseluisq authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    c236674 View commit details
    Browse the repository at this point in the history
  2. docs: devel docker images [skip ci] (#516)

    it complements PR #512
    joseluisq authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    284eb50 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. v2.35.0

    joseluisq committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    82c5483 View commit details
    Browse the repository at this point in the history
Loading