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

Add typescript to elasticsearch service #2473

Merged
merged 35 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2c13783
Add typescript to elasticsearch service
rolljee Sep 6, 2023
2396aad
Update default parameters
rolljee Sep 6, 2023
1d07b8d
Update docker compose
rolljee Sep 6, 2023
f333d5a
Update imports, lint & types
rolljee Sep 6, 2023
4acba1f
fix(lint): fixed lint and ts issues in elasticsearch file
rolljee Sep 6, 2023
69f96cb
Typescript update
rolljee Sep 6, 2023
6c95c7e
Fixes tests on elasticsearch
rolljee Sep 7, 2023
1de1bef
insert space (linting)
rolljee Sep 7, 2023
b4c3cb1
Update import
rolljee Sep 7, 2023
d138c33
Testing
rolljee Sep 7, 2023
733d3f9
Update to avoid breaking change
rolljee Sep 7, 2023
f6f3e62
Merge branch '2-dev' into feat/elasticsearch-typescript
rolljee Sep 13, 2023
4414cfb
Update some commands
rolljee Sep 19, 2023
319cd62
Merge ok
rolljee Sep 19, 2023
613e69b
Merge branch '2-dev' into feat/elasticsearch-typescript
rolljee Sep 19, 2023
fadf567
Merge 2-dev
rolljee Sep 20, 2023
7953f58
Functional tests legacy
rolljee Sep 20, 2023
c646f67
Update scrollId in features-legacy
rolljee Sep 20, 2023
20eaa6d
Taking time to make sonarcloud happy
rolljee Sep 21, 2023
0d41305
Mistake where made
rolljee Sep 21, 2023
677c686
Sonarlint
rolljee Sep 25, 2023
6128d70
Update types for linting and sonar
rolljee Sep 25, 2023
ad722c3
Uncomment lines
rolljee Sep 25, 2023
1c1aa70
Merge branch '2-dev' of github.com:kuzzleio/kuzzle into feat/elastics…
rolljee Oct 24, 2023
bf2e080
Update classname to avoid modifying thing that don't need to
rolljee Nov 29, 2023
f8b1463
Revert some changes
rolljee Nov 29, 2023
3f0ab19
Revert some changes
rolljee Nov 29, 2023
739994b
Revert
rolljee Nov 29, 2023
c6cc290
Revert linting of some files
rolljee Nov 29, 2023
4cafa70
Revert linting
rolljee Nov 29, 2023
0e6b1cc
Revert
rolljee Nov 29, 2023
4157839
Revert Linting
rolljee Nov 29, 2023
9869be5
Merge branch '2-dev' into feat/elasticsearch-typescript
rolljee Nov 29, 2023
a98ac81
Merge branch '2-dev' into feat/elasticsearch-typescript
rolljee Dec 6, 2023
6b5addb
Lint the application
rolljee Dec 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion features-legacy/support/api/mqtt.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Maybe your editor have bad configuration because final new line is generally required on projects

Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,3 @@ class MqttApi extends ApiBase {
}

module.exports = MqttApi;

Loading
Loading