-
Notifications
You must be signed in to change notification settings - Fork 702
Upgrade Express to v5 +Canvas v3 + code cleanup #1429
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
107 commits
Select commit
Hold shift + click to select a range
8dd927e
first attempt to upgrade express to v5
acalcutt b72f662
try to fix https://github.com/maptiler/tileserver-gl/issues/1411
acalcutt c7377e8
cleanup server.js
acalcutt 2e74bc7
cleanup serve_font.js
acalcutt 61e81e0
cleanup sever_rendered.js
acalcutt a0fb368
cleanup server_data.js
acalcutt b638208
cleanup serve_style
acalcutt d635d3c
Update serve_style.js
acalcutt c72d6f5
Move UV_THREADPOOL_SIZE to main thred
acalcutt 70d6986
cleanup utils.js
acalcutt e1460fb
Use common app.get for images and static images
acalcutt 8dc3809
add allowedTileSizes and option
acalcutt ab20e81
cleanup error responses
acalcutt 9f3a7ce
fix /style/id.json with next('route')
acalcutt 1f0ee0d
improve sprite path
acalcutt d255cdc
add parseFloadts around zxy
acalcutt c4adfa8
simplify server_data
acalcutt 3aaab82
move tile fetch and add fix verbose logging
acalcutt 848f7c5
add Handling request to verbose logging
acalcutt 5a883d9
first attempt to upgrade express to v5
acalcutt c9bc1ec
try to fix https://github.com/maptiler/tileserver-gl/issues/1411
acalcutt 12b818b
cleanup server.js
acalcutt b6537b5
cleanup serve_font.js
acalcutt d521546
cleanup sever_rendered.js
acalcutt 279421c
cleanup server_data.js
acalcutt 8ea4b50
cleanup serve_style
acalcutt 7cbafe8
Update serve_style.js
acalcutt 08e1d34
Move UV_THREADPOOL_SIZE to main thred
acalcutt c0e14bd
cleanup utils.js
acalcutt 40ecf4c
Use common app.get for images and static images
acalcutt d98cc33
add allowedTileSizes and option
acalcutt 4c6f379
cleanup error responses
acalcutt 592e74c
fix /style/id.json with next('route')
acalcutt 32fd488
improve sprite path
acalcutt 576f02e
add parseFloadts around zxy
acalcutt d6f7f5e
simplify server_data
acalcutt 99afa33
move tile fetch and add fix verbose logging
acalcutt d5d938b
add Handling request to verbose logging
acalcutt 6fddbae
merge elevation changes
acalcutt 8186aa1
lint format
acalcutt 7133587
Merge branch 'express-5-v2' into express-5
acalcutt 0d72d57
add verbose logging, improve headers
acalcutt 468779b
try to fix codeql
acalcutt 8bdd14a
test
acalcutt 3260611
all tests passing
acalcutt ff4ab84
cleanup unneeded changes
acalcutt d0aad8e
cleanup
acalcutt 4c58ebb
try to fix codeql error
acalcutt 6ab84eb
font fixes
acalcutt a805302
fix tile size issue
acalcutt 5f85802
try to improve scale + codeql
acalcutt b825c9a
codeql for sprite logging
acalcutt e1cae33
codeql serve fonts
acalcutt e6750dc
codeql fixes
acalcutt 8420ef1
fix failing test with multiple fonts
acalcutt faf01d7
Update serve_font.js
acalcutt 3517060
codeql
acalcutt d4aaa62
codeql
acalcutt afa5952
codeql
acalcutt 2be472b
Update utils.js
acalcutt f6b24a5
codeql
acalcutt f187d32
codeql
acalcutt 4abc616
codeql
acalcutt bc85d7a
codeql
acalcutt 4fe9bda
codeql sanitize
acalcutt 7a81e47
Update serve_font.js
acalcutt 0dcf296
Update serve_font.js
acalcutt 2505249
remove useless assignment
acalcutt 4e2e46a
move isGzipped
acalcutt 7e67f40
add if-modified-since and cache-control
acalcutt 23f50d0
use consistent cache control
acalcutt f888286
reformat
acalcutt c2f95ab
codeql
acalcutt 3def0d2
codeql
acalcutt 1c5ee75
codeql
acalcutt 59f4dcc
codeql
acalcutt aa936ea
codeql
acalcutt 1c3baef
codeql
acalcutt d85226f
codeql
acalcutt 9a98b38
Update serve_font.js
acalcutt e79e011
Update serve_font.js
acalcutt dce7732
Update serve_font.js
acalcutt 0f3629c
Update serve_style.js
acalcutt b1e1d72
Update serve_style.js
acalcutt e0574b1
Update serve_style.js
acalcutt 96b35a3
Revert "Update serve_style.js"
acalcutt 54bc82c
Revert "Update serve_style.js"
acalcutt 3fedd5b
Revert "Update serve_style.js"
acalcutt 1f69300
Add readFile function
acalcutt 340e5db
use readFile, add path.normalize
acalcutt 7dddbf7
Update serve_rendered.js
acalcutt 62a3212
simplify input checking
acalcutt 5de617d
Update utils.js
acalcutt e18874f
codeql
acalcutt aceb306
Revert "codeql"
acalcutt ecfcaeb
Revert "Update utils.js"
acalcutt 097c0e1
Revert "simplify input checking"
acalcutt 941e283
move allowed functions to utils.js
acalcutt 36cbcf7
use xy[0],xy[1],
acalcutt 8f28789
uprade canvas per https://github.com/maptiler/tileserver-gl/issues/1433
acalcutt 5315123
Merge remote-tracking branch 'upstream/master' into express-5
acalcutt 930e571
make font regex less restrictive
acalcutt 03b1c31
fix regex error
acalcutt 9f60dda
Merge remote-tracking branch 'upstream/master' into express-5
acalcutt 1df0550
Add version and changelog
acalcutt 38d64a7
Update CHANGELOG.md
acalcutt fde1b03
Update CHANGELOG.md
acalcutt 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.