Sam Seay
c10d34742b
Ensure that schema and DB changes are reported to the changes JSON file, fix reporting bugs( #34238 )
2022-08-11 10:49:20 +12:00
Sam Seay
ecd17484bb
Generate a JSON file with changes from code-analyzer ( #33955 )
2022-07-21 19:37:59 +12:00
Sam Seay
fa5c2430ac
Migrate the analyzer's DB scan to the tmp repo clone approach ( #33919 )
...
Now the entire `code-analyzer` process operates on a temporary clone.
2022-07-18 16:10:04 +12:00
Sam Seay
5157bcf934
Use simple-git to produce diffs in the code analyzer ( #33837 )
...
In code-analyzer, clone the repo locally in a tmp folder and perform git operations on the copy instead of local files.
2022-07-14 15:39:38 +12:00
Paul Sealock
a2b6b9bd2d
Analyzer: Fix regex to handle multiple changes in a single file ( #33651 )
2022-07-01 07:12:34 +12:00
Paul Sealock
c617c70d46
Analyzer: Remove check for hook without description ( #33528 )
...
Remove check for hook without description
2022-06-22 17:00:33 +12:00
Paul Sealock
bdc4886acc
Analyzer: Surface hook descriptions ( #33396 )
2022-06-17 11:47:24 +12:00
Paul Sealock
7fcba06a62
Analyzer CLI: Allow commit hashes for comparisons ( #33356 )
2022-06-10 10:31:39 +12:00
Paul Sealock
c3fd7134cc
Analyzer: Turn on comments for database changes ( #33224 )
2022-06-09 09:25:49 +12:00
Paul Sealock
be15a35038
Analyzer CLI: Add other schemas to scan ( #33220 )
...
* Add schema
* update to new filepath
* test
* Revert "test"
This reverts commit d05a731a46
.
* remove unused import
* add products and orders scanning
* escape slashes
* save
* save
* save
* test
* save
* save
* better descriptions
* moar tests
* Revert "moar tests"
This reverts commit ad552db45b
.
* remove test
* better doc blocks
* check port first
* stop wp-env after operation is done
* remove ProductAttributesLookup
2022-06-08 15:11:55 +12:00
Paul Sealock
37905dd178
Analyzer CLI: Add Database scanning ( #33084 )
2022-05-27 07:52:39 +12:00
Paul Sealock
5de604e490
Add schema ( #33095 )
2022-05-20 11:08:51 +12:00
Paul Sealock
373ad382b5
Analyzer CLI: Refactor main file ( #33081 )
2022-05-20 10:02:40 +12:00
Claudio Sanches
2f4f8277bf
CLI tool and GH workflow to highlight PR changes ( #32063 )
2022-05-17 13:47:17 +12:00