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.
deduplicating Elastic logic, reorganising definitions, improving exce… #54
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
Uh oh!
There was an error while loading. Please reload this page.
deduplicating Elastic logic, reorganising definitions, improving exce… #54
Changes from all commits
5ce2cfc9c97a8eFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 35 in source/ingest/questdbIngestClient.cpp
Customize this struct's copy constructor to participate in resource management. Customize or delete its copy assignment operator. Also consider whether move operations should be customized.
Check warning on line 38 in source/ingest/questdbIngestClient.cpp
Declare this variable in a separate statement.
Check failure on line 46 in source/ingest/questdbIngestClient.cpp
Replace this use of "void *" with a more meaningful type.
Check warning on line 72 in source/ingest/questdbIngestClient.cpp
Using HTTP is insecure. Use HTTPS instead.
Check warning on line 72 in source/ingest/questdbIngestClient.cpp
Use std::format instead of concatenating pieces manually.
Check failure on line 77 in source/ingest/questdbIngestClient.cpp
Use stronger SSL and TLS versions
Check failure on line 98 in source/ingest/questdbIngestClient.cpp
Explicitly capture all local variables required in this lambda.
Check failure on line 98 in source/ingest/questdbIngestClient.cpp
Explicitly capture the required scope variables.
Check warning on line 105 in source/ingest/questdbIngestClient.cpp
Fill this compound statement, remove it, or add a nested comment explaining why it is empty.
Check warning on line 116 in source/ingest/questdbIngestClient.cpp
The result of "std::move" should not be passed as a const reference.
Check warning on line 127 in source/ingest/questdbIngestClient.cpp
Replace this const reference to "std::string" by a "std::string_view".
Check warning on line 142 in source/ingest/questdbIngestClient.cpp
Use the init-statement to declare "rc" inside the if statement.
Check warning on line 151 in source/ingest/questdbIngestClient.cpp
Use std::format instead of concatenating pieces manually.
Check warning on line 185 in source/ingest/questdbIngestClient.cpp
Use std::format instead of concatenating pieces manually.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.