Skip to content

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
merged 1 commit into from
Mar 21, 2025

Conversation

JonasKellerer
Copy link
Contributor

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.

Copy link

vercel bot commented Mar 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lapis ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2025 1:32pm

Copy link
Contributor

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

  • lapis: No longer support .* wildcard in advanced queries. Use ? syntax instead.

Bug Fixes

  • lapis-docs: allow all hosts (4caf6e4), closes #1124
  • lapis: pass correctly escaped stop codon to SILO (be1bb87), closes #1105

@fengelniederhammer fengelniederhammer merged commit d0ea4e2 into main Mar 21, 2025
9 checks passed
@fengelniederhammer fengelniederhammer deleted the 1124-docs-dont-allow-our-host-anymore branch March 21, 2025 14:01
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))
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs don't "allow our host" anymore
2 participants