Commits
September 2024:
August 2024:
- Merge pull request #16 from alexwlchan/dependabot/pip/pytest-httpserver-1.1.0
- Bump pytest-httpserver from 1.0.12 to 1.1.0
July 2024:
- Merge pull request #15 from alexwlchan/dependabot/pip/pytest-8.3.2
- Bump pytest from 8.3.1 to 8.3.2
- Merge pull request #13 from alexwlchan/dependabot/pip/pytest-8.3.1
- Bump pytest from 8.2.2 to 8.3.1
- Merge pull request #14 from alexwlchan/dependabot/pip/pytest-httpserver-1.0.12
- Bump pytest-httpserver from 1.0.10 to 1.0.12
June 2024:
- Dependabot should be for GitHub Actions, not Bundler
- Merge pull request #12 from alexwlchan/dependabot/pip/pytest-8.2.2
- Bump pytest from 8.2.1 to 8.2.2
- Fix a failing test
- Fix the version number
- Switch to compiling the requirements with
uv
May 2024:
- Merge pull request #9 from alexwlchan/dependabot/pip/pytest-8.2.1
- Merge pull request #10 from alexwlchan/run-tests-off-flask
- Don’t rely on httpstat.us for the tests
- Create a basic conftest.py file
- Add a schedule to my Dependabot updates
- Remove a half-finished sentence
- Add some notes to the README; initial version
- Add a brief CONTRIBUTING note
- trigger another release
- Try to build Intel binaries for Intel
- Tweak the name of this action
- bump the changelog
- Actually I want the short version of the tag
- Add a couple more files to the zip archive
- Bump the changelog again
- Try rejigging the env vars a bit
- Trigger another release
- Add a first try at the upload-assets step
- Allow GitHub Actions to write to the repo
- Change the tag format to X.Y.Z
- Add an initial changelog entry
- Add a workflow to build on pushed tags
- Pin the version at 0.9 for now
- Add a bit more to the README
- Link to the blog post
- Merge pull request #5 from alexwlchan/add-version
- Add a flag to print the version number
- Acknowledge newzealandpaul
- Write some more bits in the README
- Add an initial README
- Tidy up a few more bits
- Move the WKWebView variable down
- Merge pull request #3 from alexwlchan/check-webarchive-saved-correctly
- Add a .gitattributes file
- Test that we get a correctly formatted webarchive file
- Make some indentation consistent
- Merge pull request #2 from alexwlchan/more-tests
- Add an HTTP 403 test
- Sip a failing test in GitHub Actions for now
- Add a couple more test cases
- Use pytest-xdist to make the tests go faster
- Add a test for missing hostnames
- Add a test for non-200 status codes
- Add a test for incorrect arguments
- Merge pull request #1 from alexwlchan/run-tests
- Add a basic set of tests
- Add a basic test setup
- Add some Dependabot config
- Add a license
- Initial commit