-
Notifications
You must be signed in to change notification settings - Fork 7
1124 docs dont allow our host anymore #1129
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
fengelniederhammer
merged 1 commit into
main
from
1124-docs-dont-allow-our-host-anymore
Mar 21, 2025
Merged
1124 docs dont allow our host anymore #1129
fengelniederhammer
merged 1 commit into
main
from
1124-docs-dont-allow-our-host-anymore
Mar 21, 2025
Conversation
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
Resolves #1124
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This is a preview of the changelog of the next release. If this branch is not up-to-date with the current main branch, the changelog may not be accurate. Rebase your branch on the main branch to get the most accurate changelog. Note that this might contain changes that are on main, but not yet released. Changelog: 0.4.0 (2025-03-21)⚠ BREAKING CHANGES
Bug Fixes |
fengelniederhammer
approved these changes
Mar 21, 2025
JonasKellerer
added a commit
to loculus-project/loculus
that referenced
this pull request
Mar 26, 2025
LAPIS: ## [0.4.1](GenSpectrum/LAPIS@v0.4.0...v0.4.1) (2025-03-21) ### Bug Fixes * **lapis-docs:** allow all hosts ([#1129](GenSpectrum/LAPIS#1129)) ([d0ea4e2](GenSpectrum/LAPIS@d0ea4e2)), closes [#1124](GenSpectrum/LAPIS#1124) ## [0.4.0](GenSpectrum/LAPIS@v0.3.17...v0.4.0) (2025-03-21) ### ⚠ BREAKING CHANGES * **lapis:** No longer support .* wildcard in advanced queries. Use ? syntax instead. ### Bug Fixes * **lapis:** pass correctly escaped stop codon to SILO ([be1bb87](GenSpectrum/LAPIS@be1bb87)), closes [#1105](GenSpectrum/LAPIS#1105) SILO: ## [0.5.7](GenSpectrum/LAPIS-SILO@v0.5.6...v0.5.7) (2025-03-17) ### Bug Fixes * correctly expect an escaped stop codon in requests ([9b3c27a](GenSpectrum/LAPIS-SILO@9b3c27a)) ## [0.5.6](GenSpectrum/LAPIS-SILO@v0.5.5...v0.5.6) (2025-02-27) ### Features * add coverage field to Mutations output and make it possible to only return subset of the fields ([2b11472](GenSpectrum/LAPIS-SILO@2b11472)) ## [0.5.5](GenSpectrum/LAPIS-SILO@v0.5.4...v0.5.5) (2025-02-25) ### Bug Fixes * return proper error message when index is out of bounds for a HasMutations filter ([50e9f49](GenSpectrum/LAPIS-SILO@50e9f49))
1 task
anna-parker
pushed a commit
to loculus-project/loculus
that referenced
this pull request
Mar 26, 2025
LAPIS: ## [0.4.1](GenSpectrum/LAPIS@v0.4.0...v0.4.1) (2025-03-21) ### Bug Fixes * **lapis-docs:** allow all hosts ([#1129](GenSpectrum/LAPIS#1129)) ([d0ea4e2](GenSpectrum/LAPIS@d0ea4e2)), closes [#1124](GenSpectrum/LAPIS#1124) ## [0.4.0](GenSpectrum/LAPIS@v0.3.17...v0.4.0) (2025-03-21) ### ⚠ BREAKING CHANGES * **lapis:** No longer support .* wildcard in advanced queries. Use ? syntax instead. ### Bug Fixes * **lapis:** pass correctly escaped stop codon to SILO ([be1bb87](GenSpectrum/LAPIS@be1bb87)), closes [#1105](GenSpectrum/LAPIS#1105) SILO: ## [0.5.7](GenSpectrum/LAPIS-SILO@v0.5.6...v0.5.7) (2025-03-17) ### Bug Fixes * correctly expect an escaped stop codon in requests ([9b3c27a](GenSpectrum/LAPIS-SILO@9b3c27a)) ## [0.5.6](GenSpectrum/LAPIS-SILO@v0.5.5...v0.5.6) (2025-02-27) ### Features * add coverage field to Mutations output and make it possible to only return subset of the fields ([2b11472](GenSpectrum/LAPIS-SILO@2b11472)) ## [0.5.5](GenSpectrum/LAPIS-SILO@v0.5.4...v0.5.5) (2025-02-25) ### Bug Fixes * return proper error message when index is out of bounds for a HasMutations filter ([50e9f49](GenSpectrum/LAPIS-SILO@50e9f49)) Co-authored-by: Jonas Zarzalis (TNG) <[email protected]>
This was referenced May 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
resolves #1124
We now need to allow all hosts in astro config.
I tested it on staging and it works there.
PR Checklist
- [ ] All necessary documentation has been adapted.- [ ] The implemented feature is covered by an appropriate test.