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

Deploy into production #134

Merged
merged 11 commits into from
Jan 15, 2024
Merged

Deploy into production #134

merged 11 commits into from
Jan 15, 2024

Conversation

yrodiere
Copy link
Member

No description provided.

yrodiere and others added 7 commits January 12, 2024 11:08
1. Diacritics removed by the asciifolding filters may be essential to
   the operation of some stemmers: e.g. "é" in French is not the same as
   "e" and may be handled differently; I guess Spanish and Portugese may
   have similar cases.
2. More to the point, we'll need to preserve case for some filters we'll
   introduce in the next few comments, in order to split on CamelCase.
The previous one could theoretically have led to removing content from
files that do not actually have a TOC.
No need to assert the total hit count in these cases.
This fixes indexing/searching of FQCN, in particular build items
mentioned in https://quarkus.io/guides/all-builditems
…ain fullContent field

This fixes:

* Some relevance issues caused by the big boost we used to give to
  *partial* (autocomplete) matches on
  config properties/env variables/FQCN.
* Build item names not getting highlighted.
@yrodiere yrodiere enabled auto-merge January 12, 2024 16:57
@yrodiere yrodiere requested a review from marko-bekhta January 12, 2024 16:57
marko-bekhta and others added 4 commits January 12, 2024 20:03
…-reported-issue

Add exception stacktrace to the reported status
Bumps `quarkus.version` from 3.6.4 to 3.6.5.

Updates `io.quarkus:quarkus-bom` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.6.4...3.6.5)

Updates `io.quarkus:quarkus-ide-config` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.6.4...3.6.5)

Updates `io.quarkus:quarkus-maven-plugin` from 3.6.4 to 3.6.5

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…on-3.6.5

Bump quarkus.version from 3.6.4 to 3.6.5
@yrodiere
Copy link
Member Author

Silence means consent, I guess :)

@yrodiere yrodiere disabled auto-merge January 15, 2024 08:31
@yrodiere yrodiere merged commit 1975a2a into production Jan 15, 2024
3 checks passed
@marko-bekhta
Copy link
Collaborator

Yes! 😃

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.

2 participants