-
Notifications
You must be signed in to change notification settings - Fork 142
Use 'GeoIP'/'GeoLite' branding in documentation #403
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
Open
oschwald
wants to merge
6
commits into
main
Choose a base branch
from
greg/stf-555
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9f37353
Use 'GeoIP'/'GeoLite' branding in documentation and prose
oschwald aff389b
Update remaining GeoIP2 docstrings to GeoIP
oschwald 61c0fb7
Fix typo in models module docstring
oschwald 8456d75
Add mise configuration
oschwald d6d3ca8
Fix Anonymous IP database deprecation link
oschwald fe25129
Regenerate mise.lock with complete uv platform entries
oschwald File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| # @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html | ||
|
|
||
| [[tools.python]] | ||
| version = "3.13.11" | ||
| backend = "core:python" | ||
|
|
||
| [tools.python."platforms.linux-arm64"] | ||
| checksum = "sha256:f0f53642d65155007cbfa8601722f9bc189a5c8633f54fb78fcfef8bc817545f" | ||
| url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.13.11+20260127-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz" | ||
|
|
||
| [tools.python."platforms.linux-arm64-musl"] | ||
| checksum = "sha256:f0f53642d65155007cbfa8601722f9bc189a5c8633f54fb78fcfef8bc817545f" | ||
| url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.13.11+20260127-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz" | ||
|
|
||
| [tools.python."platforms.linux-x64"] | ||
| checksum = "sha256:ec6aef3fec3183593445c2a57378d7f140e3a1fe637e7fec1dbfba10c5076549" | ||
| url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.13.11+20260127-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz" | ||
|
|
||
| [tools.python."platforms.linux-x64-musl"] | ||
| checksum = "sha256:ec6aef3fec3183593445c2a57378d7f140e3a1fe637e7fec1dbfba10c5076549" | ||
| url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.13.11+20260127-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz" | ||
|
|
||
| [tools.python."platforms.macos-arm64"] | ||
| checksum = "sha256:718a87bf84d81cb81355488ca37be1f66c2252304be2090721016948de96e7ca" | ||
| url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.13.11+20260127-aarch64-apple-darwin-install_only_stripped.tar.gz" | ||
|
|
||
| [tools.python."platforms.macos-x64"] | ||
| checksum = "sha256:2a84ac3dff6892d857b3bf7fc00f88335ed97f4ac4577e0651a56cc7f13239d7" | ||
| url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.13.11+20260127-x86_64-apple-darwin-install_only_stripped.tar.gz" | ||
|
|
||
| [tools.python."platforms.windows-x64"] | ||
| checksum = "sha256:da73138f249d9eb38acf7b43225c40a8cd5ee2218474bbcf567e274626005f37" | ||
| url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.13.11+20260127-x86_64-pc-windows-msvc-install_only_stripped.tar.gz" | ||
|
|
||
| [[tools.uv]] | ||
| version = "0.11.15" | ||
| backend = "aqua:astral-sh/uv" | ||
|
|
||
| [tools.uv."platforms.linux-arm64"] | ||
| checksum = "sha256:6505075cec3f551fad4fe9026922967ff9c895c9f513c97682b24e7a1c9becd3" | ||
| url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-unknown-linux-musl.tar.gz" | ||
|
|
||
| [tools.uv."platforms.linux-arm64-musl"] | ||
| checksum = "sha256:6505075cec3f551fad4fe9026922967ff9c895c9f513c97682b24e7a1c9becd3" | ||
| url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-unknown-linux-musl.tar.gz" | ||
|
|
||
| [tools.uv."platforms.linux-x64"] | ||
| checksum = "sha256:200ccf2f351849c5d6698714e7e7eb9ead1e8c097dbdbb43730e1a4e059ceb87" | ||
| url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-unknown-linux-musl.tar.gz" | ||
|
|
||
| [tools.uv."platforms.linux-x64-musl"] | ||
| checksum = "sha256:200ccf2f351849c5d6698714e7e7eb9ead1e8c097dbdbb43730e1a4e059ceb87" | ||
| url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-unknown-linux-musl.tar.gz" | ||
|
|
||
| [tools.uv."platforms.macos-arm64"] | ||
| checksum = "sha256:7e5b336108f8576eda1939920ca0a805b4a9a3c3d3eb2f6140e38b7092fbe4f3" | ||
| url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-apple-darwin.tar.gz" | ||
|
|
||
| [tools.uv."platforms.macos-x64"] | ||
| checksum = "sha256:42bca7cc879d117ed7139a0e26de8cab0b6f033ad439a32144f324d1f8580d8c" | ||
| url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-apple-darwin.tar.gz" | ||
|
|
||
| [tools.uv."platforms.windows-x64"] | ||
| checksum = "sha256:04b98d414a9000e25e5e0e7c9f53749e66b790cdaffc582829e6f58c544ee11c" | ||
| url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-pc-windows-msvc.zip" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| [settings] | ||
| experimental = true | ||
| lockfile = true | ||
| disable_backends = [ | ||
| "asdf", | ||
| "vfox", | ||
| ] | ||
|
|
||
| [tools] | ||
| python = "latest" | ||
| uv = "latest" | ||
|
|
||
| [hooks] | ||
| enter = "mise install --quiet --locked" | ||
|
|
||
| [[watch_files]] | ||
| patterns = ["mise.toml", "mise.lock"] | ||
| run = "mise install --quiet --locked" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we might need this to be regenerated. I got some errors and running
mise installupdated it.