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

pg_tileserv: 1.0.10 → 1.0.11 #285856

Merged
merged 1 commit into from Feb 6, 2024
Merged

pg_tileserv: 1.0.10 → 1.0.11 #285856

merged 1 commit into from Feb 6, 2024

Conversation

sikmir
Copy link
Member

@sikmir sikmir commented Feb 2, 2024

Description of changes

https://github.com/CrunchyData/pg_tileserv/releases/tag/v1.0.11

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Contributor

@imincik imincik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes looks good.

Manually tested:

export DATABASE_URL=postgresql://localhost/imincik

./result/bin/pg_tileserv
INFO[0000] pg_tileserv 1.0.11
INFO[0000] Run with --help parameter for commandline options
INFO[0000] Using database connection info from environment variable DATABASE_URL
INFO[0000] Serving HTTP  at http://0.0.0.0:7800/
INFO[0000] Serving HTTPS at http://0.0.0.0:7801/
INFO[0000] Using CoordinateSystem.SRID 3857 with bounds [-2.00375083427892e+07, -2.00375083427892e+07, 2.00375083427892e+07, 2.00375083427892e+07]
INFO[0000] Connected as 'imincik' to 'imincik' @ 'localhost'
INFO[0000] Serving HTTP  at 0.0.0.0:7800
curl http://localhost:7800/health

200 OK

@imincik
Copy link
Contributor

imincik commented Feb 6, 2024

When accessing http://localhost:7800 it complains about missing

open ./assets/index.html: no such file or directory

but this is not a new problem.

@imincik imincik merged commit 6fa8c40 into NixOS:master Feb 6, 2024
28 checks passed
@sikmir sikmir deleted the pg_tileserv branch February 6, 2024 09:05
@sikmir
Copy link
Member Author

sikmir commented Feb 6, 2024

When accessing http://localhost:7800 it complains about missing

open ./assets/index.html: no such file or directory

but this is not a new problem.

TODO:

@imincik
Copy link
Contributor

imincik commented Feb 6, 2024

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/week-in-geospatial-team/37035/7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants