-
Notifications
You must be signed in to change notification settings - Fork 3
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
implement media server in MapeoManager #365
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
39bc4cb
update blob api
achou11 077492c
major refactoring
achou11 7f5284c
update blob plugin tests
achou11 421b010
set up media server in MapeoManager
achou11 df3544b
rename getBaseUrl opt to getMediaBaseUrl in BlobApi
achou11 b2f0aec
small format fix
achou11 81d909a
create MediaServer class
achou11 b44c2fa
remove unused symbol
achou11 2800c72
simplify manager start + stop test
achou11 8bef7ef
shorten names of prefix constants
achou11 84c9f74
update test message
achou11 cc61a9b
Add failing test
gmaclennan 58ed4f0
speed up timeout test with fake timers
gmaclennan c2503cc
bind this.getProject to this
gmaclennan 95b5d62
use projectPublicId in blob-api
gmaclennan 943dc63
temp fix to blobApi
gmaclennan b154eea
small plugin updates
achou11 4c38fff
Merge branch 'main' into media-server
achou11 e50272d
fix issues with start and stop
achou11 64861a3
remove accidental solo
achou11 9ae53a6
Merge branch 'main' into media-server
achou11 5b0d7e8
move fastify to direct deps
achou11 a90efe4
use call instead of bind for server.listen()
achou11 3d4bbd4
remove onRequest hook
achou11 3dfbf27
update BlobApi projectId opt to projectPublicId
achou11 2e13b42
comment out failing BlobApi test assertion
achou11 3282473
reinsert accidentally removed ts-expect-error
achou11 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 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 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 was deleted.
Oops, something went wrong.
This file contains 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 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 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.
This fixes the e2e media-server test, but it breaks the blob-api test because the hash is incorrect.