-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: TrueBrain/TrueWiki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: TrueBrain/TrueWiki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 15 files changed
- 2 contributors
Commits on Mar 1, 2024
-
chore(e2e): validate wait_for_url() against full URL (#517)
Seemly this is a change in Playwright, that partial URLs no longer imply ** in front of them.
Configuration menu - View commit details
-
Copy full SHA for cb23160 - Browse repository at this point
Copy the full SHA cb23160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 457187f - Browse repository at this point
Copy the full SHA 457187fView commit details -
chore(deps): bump the actions group with 5 updates (#518)
Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `4` | | [OpenTTD/actions](https://github.com/openttd/actions) | `4` | `5` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) Updates `OpenTTD/actions` from 4 to 5 - [Release notes](https://github.com/openttd/actions/releases) - [Commits](OpenTTD/actions@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenTTD/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4850c57 - Browse repository at this point
Copy the full SHA 4850c57View commit details -
chore(deps): bump the dependencies group with 16 updates (#515)
Bumps the dependencies group with 16 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.1` | `3.9.3` | | [anyio](https://github.com/agronholm/anyio) | `4.2.0` | `4.3.0` | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `42.0.5` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.40` | `3.1.42` | | [httpcore](https://github.com/encode/httpcore) | `1.0.2` | `1.0.4` | | [httpx](https://github.com/encode/httpx) | `0.26.0` | `0.27.0` | | [multidict](https://github.com/aio-libs/multidict) | `6.0.4` | `6.0.5` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0` | | [python-slugify](https://github.com/un33k/python-slugify) | `8.0.1` | `8.0.4` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.39.1` | `1.40.6` | | [sniffio](https://github.com/python-trio/sniffio) | `1.3.0` | `1.3.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.10.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.1` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.2.12` | `0.2.13` | | [wikitextparser](https://github.com/5j9/wikitextparser) | `0.55.7` | `0.55.8` | Updates `aiohttp` from 3.9.1 to 3.9.3 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.1...v3.9.3) Updates `anyio` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.2.0...4.3.0) Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](certifi/python-certifi@2023.11.17...2024.02.02) Updates `cryptography` from 41.0.7 to 42.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.7...42.0.5) Updates `gitpython` from 3.1.40 to 3.1.42 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.42) Updates `httpcore` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@1.0.2...1.0.4) Updates `httpx` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.26.0...0.27.0) Updates `multidict` from 6.0.4 to 6.0.5 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.0.4...v6.0.5) Updates `python-dateutil` from 2.8.2 to 2.9.0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.8.2...2.9.0) Updates `python-slugify` from 8.0.1 to 8.0.4 - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](un33k/python-slugify@v8.0.1...v8.0.4) Updates `sentry-sdk` from 1.39.1 to 1.40.6 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.39.1...1.40.6) Updates `sniffio` from 1.3.0 to 1.3.1 - [Commits](python-trio/sniffio@v1.3.0...v1.3.1) Updates `typing-extensions` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.9.0...4.10.0) Updates `urllib3` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.1.0...2.2.1) Updates `wcwidth` from 0.2.12 to 0.2.13 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.2.12...0.2.13) Updates `wikitextparser` from 0.55.7 to 0.55.8 - [Changelog](https://github.com/5j9/wikitextparser/blob/master/CHANGELOG.rst) - [Commits](5j9/wikitextparser@v0.55.7...v0.55.8) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: python-slugify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sniffio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wcwidth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: wikitextparser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f9e679 - Browse repository at this point
Copy the full SHA 7f9e679View commit details
Commits on Jul 3, 2024
-
chore(deps): bump the dependencies group across 1 directory with 17 u…
…pdates (#528) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pycparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: wikitextparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3536ce - Browse repository at this point
Copy the full SHA a3536ceView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.2...v1.8.3