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

Release 2.25.0 #2466

Merged
merged 23 commits into from
May 24, 2023
Merged

Release 2.25.0 #2466

merged 23 commits into from
May 24, 2023

Conversation

fmauNeko
Copy link
Contributor

2.25.0 (2023-05-24)

Bug fixes

  • [ #2463 ] Fix koncorde exists keyword translation to ES query ------ resolve #2347 (Shiranuit)
  • [ #2460 ] Fix document:search error response when index or collection are missing (Shiranuit)

New features

  • [ #2461 ] Add http protocol parameter additionalContentTypes (fmauNeko)
  • [ #2455 ] Add a new public _healthcheck route (rolljee)

Enhancements

  • [ #2459 ] Delete ID Card directly from Redis when Kuzzle is shutting down (Shiranuit)

rolljee and others added 23 commits May 5, 2023 11:25
* modified getting started guide

* fixed wording on the admin console home page

---------

Co-authored-by: Rémi GUINIER <rguinier@kuzzle.io>
* Add a new public _healthcheck route

* Linting

* Add documentation about this public healthcheck route
* refactor What Is Kuzzle wording

* fixed some issues on GPB page

* fixing links

---------

Co-authored-by: Rémi GUINIER <rguinier@kuzzle.io>
Delete ID Card directly from Redis when Kuzzle is shutting down
…onse

Fix document:search error response when index or collection are missing
…anslation

Fix koncorde exists keyword translation to ES query
…est-docker-compose

Separate test docker-compose from dev
@kuzzle
Copy link
Contributor

kuzzle commented May 24, 2023

Fails
🚫 Found some issues !

Executed Checks

❌ Branch Merge Check

Merging "2.25.0-proposal" into "master" is not allowed.
If you want to allow this PR to be merged into "master", add the following line to your PR body:

ci-allow-merge-into: master

❌ Changelog Tag Check

Pull Requests must have a changelog:XXX label.
If you want to allow this PR to not have a changelog tag, add the following line to the PR body:

ci-no-changelog-tag

✔️ PR Body Check

Generated by 🚫 dangerJS against 02ab881

@sonarcloud
Copy link

sonarcloud bot commented May 24, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 6 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

/**
* This function is never call but simply ensure the correctness of types definition
*/
function ensureEventDefinitionTypes() {

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function ensureEventDefinitionTypes.

app.cluster.broadcast<EventFoobar>("event:foobar", 30);

const promise: Promise<number> = app.trigger<EventFoobar>(

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable promise.
/**
* This function is never call but simply ensure the correctness of types definition
*/
async function ensureQueryDefinitionTypes() {

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function ensureQueryDefinitionTypes.
},
});

const age = response.result.age;

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable age.
@fmauNeko fmauNeko merged commit 0560fc4 into master May 24, 2023
38 of 39 checks passed
@fmauNeko fmauNeko deleted the 2.25.0-proposal branch May 24, 2023 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search with the 'exists' keyword of Koncorde DSL does not work as expected with arrays
6 participants