-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix(ci):correct syntax #381
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SonarQube Quality Gate |
bouda1
approved these changes
Sep 22, 2022
tuntoja
added a commit
that referenced
this pull request
Oct 5, 2022
* enh(engine/environment): code optimized and simplified * enh(sonar): unit test for environment * enh(sonar): comment to avoid touch char** _env * enh(sonar): remove unused functions and small syntax fix * enh(sonar): data is a const method * enh(sonar): remove unused operators * fix(engine/environment): little optimizations Co-authored-by: David Boucher <dboucher@centreon.com> REFS: MON-14588 * enh(broker/bam): Several logs added to better understand inherited downtimes * enh(broker/bam): Several logs added to better understand inherited downtimes * fix(broker/unified_sql): all sql queries are not considered as very important. The stream won't close because of a query that fails * fix(broker): notification_number is u64 now * fix(broker/config): retry_interval defined to 15s by default REFS: MON-15116 MON-12130 * fix(ci):correct syntax (#381) * MON-14908 servicegroups and hostgroups are cleaned later (#383) REFS:MON-14908 * fix(broker/bam): forced svc checks deduplicated (#385) * fix(broker/bam): forced svc checks deduplicated * fix(broker/bam): cleanup of dead code REFS: MON-15086 * fix(broker): build may failed because of dependencies not declared * enh(cmake): A work to accept C++17 compilation * REFS:MON-10736 * MON-10736 add gdb backtrace for process still alive * MON-10736 grpc lock * MON-10736 grpc core on shutdown and tests correction (#389) REFS:MON-10736 * fix(broker/bam): monitoring stream does not block anymore when sending forced checks to engine * fix(broker/bam): bam tests are fixed now * cleanup(tests): python code formatted with autopep8 * cleanup(broker/bam): comments added REFS: MON-15086 * fix(tests): regression in Common.py fixed * enh(conan): conanfile updated to match packages requirements on openssl * fix(broker): stats engine was subject to deadlocks (#391) REFS: MON-15225 * update jenkinsfile for unstable delivery Co-authored-by: denliA <91119589+denliA@users.noreply.github.com> Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com> Co-authored-by: jean-christophe81 <98889244+jean-christophe81@users.noreply.github.com>
bouda1
added a commit
that referenced
this pull request
Nov 24, 2022
* enh(engine/environment): code optimized and simplified * enh(sonar): unit test for environment * enh(sonar): comment to avoid touch char** _env * enh(sonar): remove unused functions and small syntax fix * enh(sonar): data is a const method * enh(sonar): remove unused operators * fix(engine/environment): little optimizations Co-authored-by: David Boucher <dboucher@centreon.com> REFS: MON-14588 * enh(broker/bam): Several logs added to better understand inherited downtimes * enh(broker/bam): Several logs added to better understand inherited downtimes * fix(broker/unified_sql): all sql queries are not considered as very important. The stream won't close because of a query that fails * fix(broker): notification_number is u64 now * fix(broker/config): retry_interval defined to 15s by default REFS: MON-15116 MON-12130 * fix(ci):correct syntax (#381) * MON-14908 servicegroups and hostgroups are cleaned later (#383) REFS:MON-14908 * fix(broker/bam): forced svc checks deduplicated (#385) * fix(broker/bam): forced svc checks deduplicated * fix(broker/bam): cleanup of dead code REFS: MON-15086 * fix(broker): build may failed because of dependencies not declared * enh(cmake): A work to accept C++17 compilation * REFS:MON-10736 * MON-10736 add gdb backtrace for process still alive * MON-10736 grpc lock * MON-10736 grpc core on shutdown and tests correction (#389) REFS:MON-10736 * fix(broker/bam): monitoring stream does not block anymore when sending forced checks to engine * fix(broker/bam): bam tests are fixed now * cleanup(tests): python code formatted with autopep8 * cleanup(broker/bam): comments added REFS: MON-15086 * fix(tests): regression in Common.py fixed * enh(conan): conanfile updated to match packages requirements on openssl * fix(broker): stats engine was subject to deadlocks (#391) REFS: MON-15225 * update jenkinsfile for unstable delivery Co-authored-by: denliA <91119589+denliA@users.noreply.github.com> Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com> Co-authored-by: jean-christophe81 <98889244+jean-christophe81@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Correct syntax for delivery
Fixes # (issue)
Type of change
Target serie