- 17 Jan, 2023 1 commit
-
-
Adrien Morais-Mestre authored
* replace macros for JSON is equal to * cleanup * Update src/behat/Api/Context/JsonContextTrait.php Co-authored-by:
Kevin Duret <kduret@centreon.com> Co-authored-by:
Kevin Duret <kduret@centreon.com>
-
- 04 Jan, 2023 1 commit
-
-
Kevin Duret authored
-
- 02 Dec, 2022 1 commit
-
-
abuathier authored
-
- 24 Oct, 2022 1 commit
-
-
Dmytro Iosypenko authored
fixed duplicated config in composer.json
-
- 04 Oct, 2022 1 commit
-
-
Dmytro Iosypenko authored
* Added iAmLoggedInWith method to ApiContext * Update src/behat/Api/Context/ApiContext.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com>
-
- 26 Sep, 2022 1 commit
-
-
Dmytro Iosypenko authored
* feat(phpstan) prepared phpunit and pest environments (#196) * Prepared PHPUnit and Pest Test environment * Fixed issues with config files * reinstalled pest with minor fixes to config files * deleted autogenerated files by pest * feat(phpstan): implementation of variable custom rules (#198) * Implementation of Variable length custom rules and Back Tick variable rules * Implementation of Misc PHPStan Custom Rules + refacto * Fixed namespace issue * Fixed class name typo * Fixed small typos * Implementation of Variable length custom rules and Back Tick variable rules * Implementation of Misc PHPStan Custom Rules + refacto * Fixed namespace issue * Fixed class name typo * Fixed small typos * implemented unit test for variable custom rules * deleted old files * fixes * removed calls to getType in StringBackquotesCustomRuleTest.php * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update StringBackquotesCustomRule.php * Update VariableLengthCustomRule.php Changed switch to match * Apply suggestions from code review Co-authored-by:
Kevin Duret <kduret@centreon.com> * feat(phpstan) implementation of log custom rules (#200) * implemented LoggerUseCaseCustomRule * implemented try/catch custom rule * refacto try/catch custom rule * refacto try/catch custom rule v2 * rewrite buildErrorMessage() method * corrected a bug in LoggerUseCaseCustomRule * refacto tests * implemented log custom rules and unit tests * added dependecy for unit tests * Update src/PHPStan/CustomRules/LogMethodInCatchCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/LoggerUseCaseCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/LoggerUseCaseCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/LogMethodInCatchCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/AbstractGetLoggerMethodsClass.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * refacto unit tests * Update src/PHPStan/CustomRules/AbstractGetLoggerMethodsClass.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/AbstractGetLoggerMethodsClass.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * feat(phpstan) implementation of repository custom rules (#205) * refacto of previous PR * Repository rules implementation * implemented unit tests for Repository custom rules part 1 * reorganized rules in folders by type, implemented unit tests * fix newlines * Update .gitignore Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/CentreonRuleErrorBuilder.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/RepositoryRules/RepositoryNameCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/RepositoryRules/RepositoryNameCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/RepositoryRules/RepositoryNameValidationByInterfaceCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> Co-authored-by:
Kevin Duret <kduret@centreon.com> * feat(phpstan) prepared phpunit and pest environments (#196) * Prepared PHPUnit and Pest Test environment * Fixed issues with config files * reinstalled pest with minor fixes to config files * deleted autogenerated files by pest * feat(phpstan): implementation of variable custom rules (#198) * Implementation of Variable length custom rules and Back Tick variable rules * Implementation of Misc PHPStan Custom Rules + refacto * Fixed namespace issue * Fixed class name typo * Fixed small typos * Implementation of Variable length custom rules and Back Tick variable rules * Implementation of Misc PHPStan Custom Rules + refacto * Fixed namespace issue * Fixed class name typo * Fixed small typos * implemented unit test for variable custom rules * deleted old files * fixes * removed calls to getType in StringBackquotesCustomRuleTest.php * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/StringBackquotesCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update StringBackquotesCustomRule.php * Update VariableLengthCustomRule.php Changed switch to match * Apply suggestions from code review Co-authored-by:
Kevin Duret <kduret@centreon.com> * feat(phpstan) implementation of log custom rules (#200) * implemented LoggerUseCaseCustomRule * implemented try/catch custom rule * refacto try/catch custom rule * refacto try/catch custom rule v2 * rewrite buildErrorMessage() method * corrected a bug in LoggerUseCaseCustomRule * refacto tests * implemented log custom rules and unit tests * added dependecy for unit tests * Update src/PHPStan/CustomRules/LogMethodInCatchCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/LoggerUseCaseCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/LoggerUseCaseCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/LogMethodInCatchCustomRule.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/AbstractGetLoggerMethodsClass.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * refacto unit tests * Update src/PHPStan/CustomRules/AbstractGetLoggerMethodsClass.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * Update src/PHPStan/CustomRules/AbstractGetLoggerMethodsClass.php Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com> * feat(phpstan) implementation of repository custom rules (#205) * refacto of previous PR * Repository rules implementation * implemented unit tests for Repository custom rules part 1 * reorganized rules in folders by type, implemented unit tests * fix newlines * Update .gitignore Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/CentreonRuleErrorBuilder.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/RepositoryRules/RepositoryNameCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/RepositoryRules/RepositoryNameCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update src/PHPStan/CustomRules/RepositoryRules/RepositoryNameValidationByInterfaceCustomRule.php Co-authored-by:
Kevin Duret <kduret@centreon.com> Co-authored-by:
Kevin Duret <kduret@centreon.com> * feat(phpstan) implementation of architecture custom rules (#207) * correction in Logger Custom Rule regarding Directory Separator * implemented architecture rules * implemented architecture rules * implemented unit tests for architecture rules * fixes * fix * refacto Exception Custom Rule * fix * fix * newlines in the end of files * newlines before return * Update src/PHPStan/CustomRules/Traits/UseCaseTrait.php * added additional checks for Repository Rules * fix check for exception in repo rule * refined Repository Custom Rules * Exception Rule: excluded a case when Exception is thrown in constructor * Exception Rule: removed exception for Exceptions in constructor method * fix(phpstan) implement a particular case in exception custom rule (#212) * excuded private methods from error checking * added unit test for constructor method exception from rule * additional checks to solve process exited with 1 issue * cleanup * composer.lock Co-authored-by:
Kevin Duret <kduret@centreon.com> Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com>
-
- 16 Sep, 2022 1 commit
-
-
Kevin Duret authored
Refs: MON-14509
-
- 05 Sep, 2022 1 commit
-
-
Dmytro Iosypenko authored
* installed php-cs-fixer as dependency, added .php-cs-fixer.dist.php config file * fix in config file * configured rule sharing * added documentation * fixed logic * removed group_import rule
-
- 30 Aug, 2022 1 commit
-
-
Dmytro Iosypenko authored
* installed php-cs-fixer as dependency, added .php-cs-fixer.dist.php config file * fix in config file * configured rule sharing * added documentation * fixed logic * Update src/PhpCsFixer/PhpCsFixerRuleSet.php Co-authored-by:
Kevin Duret <kduret@centreon.com> * Update .php-cs-fixer.dist.php Co-authored-by:
Kevin Duret <kduret@centreon.com> Co-authored-by:
Kevin Duret <kduret@centreon.com>
-
- 22 Aug, 2022 1 commit
-
-
Stéphane Chapron authored
-
- 05 Aug, 2022 2 commits
-
-
Kevin Duret authored
-
Kevin Duret authored
Refs: MON-14359
-
- 29 Jul, 2022 1 commit
-
-
hyahiaoui-ext authored
fix acceptance test of metrics
-
- 08 Jul, 2022 1 commit
-
-
Kevin Duret authored
-
- 28 Jun, 2022 1 commit
-
-
Kevin Duret authored
Refs: MON-12893
-
- 27 Apr, 2022 1 commit
-
-
hyahiaoui-ext authored
-
- 26 Apr, 2022 1 commit
-
-
Laurent Calvet authored
-
- 01 Apr, 2022 1 commit
-
-
Kevin Duret authored
-
- 08 Feb, 2022 1 commit
-
-
Kevin Duret authored
Co-authored-by:
Tom Darneix <tomdar87@outlook.com>
-
- 07 Feb, 2022 1 commit
-
-
Tom Darneix authored
-
- 27 Jan, 2022 1 commit
-
-
Kevin Duret authored
Co-authored-by:
jeremyjaouen <61694165+jeremyjaouen@users.noreply.github.com>
-
- 03 Jan, 2022 1 commit
-
-
Kevin Duret authored
Refs: MON-6124 Co-authored-by:
Jérémy Jaouen <jjaouen@centreon.com>
-
- 13 Dec, 2021 1 commit
-
-
Kevin Duret authored
-
- 08 Dec, 2021 1 commit
-
-
Kevin Duret authored
-
- 19 Oct, 2021 1 commit
-
-
Kevin Duret authored
-
- 04 Oct, 2021 2 commits
-
-
Kevin Duret authored
-
Kevin Duret authored
-
- 27 Sep, 2021 1 commit
-
-
Kevin Duret authored
-
- 23 Sep, 2021 1 commit
-
-
Kevin Duret authored
Refs: MON-7343 Co-authored-by:
Jérémy Jaouen <jjaouen@centreon.com>
-
- 10 Sep, 2021 1 commit
-
-
alaunois authored
-
- 01 Sep, 2021 1 commit
-
-
Laurent Calvet authored
-
- 20 Jul, 2021 1 commit
-
-
Laurent Calvet authored
-
- 29 Jun, 2021 1 commit
-
-
Kevin Duret authored
-
- 21 Jun, 2021 1 commit
-
-
jeremyjaouen authored
-
- 03 May, 2021 2 commits
-
-
Kevin Duret authored
-
Kevin Duret authored
-
- 28 Apr, 2021 1 commit
-
-
Kevin Duret authored
-
- 10 Mar, 2021 2 commits
-
-
Kevin Duret authored
-
Kevin Duret authored
-
- 08 Feb, 2021 1 commit
-
-
Kevin Duret authored
Refs: DEVOPS-216
-