Commit History

Author SHA1 Message Date
  Hugo Sales 97243151fa [TOOL] CS-fixer does not accept a list of files, so we need to run it on each file individually 3 years ago
  Hugo Sales 29bb11e8bc [TOOLS] Don't fail commit when checking tools fail 3 years ago
  Hugo Sales 6ada5e60d2 [TOOLS] Make PHP-CS-Fixer and PHP-Doc-check run inside the tooling container 3 years ago
  Hugo Sales b65ee4c21d [TOOLS][CS-FIXER] Fix incorrect transformation 3 years ago
  Hugo Sales 9d7f43cd28 [TOOLS][PHPStan][TESTS][Docker] Rework testing Docker container into a more generic tooling container. Keep services up and run coverage and phpstan as commands, for performance and ease of use 3 years ago
  Hugo Sales 9742a07bae [TOOLS][git] Add option to skip pre-commit steps by defining one of `SKIP_ALL`, `SKIP_CS_FIX`, `SKIP_DOC_CHECK`, `SKIP_PHPSTAN` variables before the `git commit` command 3 years ago
  Hugo Sales ddb9702b1c [TOOLS][PHPStan] Add support for deducing the correct entity type from a table name. Needs refactoring and can only run inside container, as it connects to the database itself 3 years ago
  Hugo Sales 0eb0236feb [TOOLS] Run PHPStan on the whole codebase on each commit 3 years ago
  Hugo Sales 4ec9b910c2 [TOOLS] Fix pre commit hook to allow for partial file commits (git add -p/git reset -p) 3 years ago
  Hugo Sales 1d6d20aacb [TOOLS] In pre-commit hook, only run php-doc-check if some PHP file changed 3 years ago
  Diogo Peralta Cordeiro 55b06705d5 [SCRIPTS] pre-commit now has variables double quoted 3 years ago
  Hugo Sales 67d4702743 [HOOKS] Update pre-commit script to check for missing documentation in functions 4 years ago
  Hugo Sales cc72373e3d [DOCTRINE][SCHEMADEF] Create a new metadata driver to allow us to continue using static schemaDef functions 4 years ago