Giuseppe Guerra
4e8c6dded7
Removed context.Context from DetectorsProvider
2023-06-28 10:27:13 +02:00
Giuseppe Guerra
ef462274e3
lint
2023-06-26 17:12:41 +02:00
Giuseppe Guerra
410677020c
refactoring
2023-06-21 17:15:59 +02:00
Giuseppe Guerra
0ff6236f14
Merge branch 'giuseppe/angular-deprecation/remote-patterns' into giuseppe/angular-deprecation/remote-patterns-db
2023-06-21 14:23:58 +02:00
Giuseppe Guerra
f9405522d0
Added angularinspector service definition in pluginsintegration
2023-06-21 13:56:53 +02:00
Giuseppe Guerra
76af239151
Removed unused test function newError500GCOMScenario
2023-06-21 11:36:17 +02:00
Giuseppe Guerra
6fdc40c8e8
Fix call to NewGCOMDetectorsProvider in newDynamicInspector
2023-06-21 11:35:47 +02:00
Giuseppe Guerra
7509e5cc99
Merge remote-tracking branch 'origin/giuseppe/angular-deprecation/remote-patterns' into giuseppe/angular-deprecation/remote-patterns
2023-06-21 11:34:52 +02:00
Giuseppe Guerra
c36f491ba3
Renamed Detect to DetectAngular and Detector to AngularDetector
2023-06-21 11:34:26 +02:00
Giuseppe Guerra
08a946c279
Removed GCOM cache
2023-06-21 11:25:24 +02:00
Giuseppe Guerra
bd220430b2
Moved GCOM test files
2023-06-21 11:21:26 +02:00
Giuseppe Guerra
aa176a1f5c
Fix merge conflict on updated angular patterns
2023-06-20 17:53:58 +02:00
Giuseppe Guerra
0a547f8907
WIP: Angular: cache patterns in db, moved gcom into pluginsintegration
...
More similar to signing keys fetching
2023-06-20 12:45:11 +02:00
Giuseppe Guerra
9e499fbb15
Renamed "harcoded" to "static" and "remote" to "dynamic"
...
from PR review, matches the same naming schema used for signing keys fetching
2023-06-19 17:43:03 +02:00
Giuseppe Guerra
f8c5318021
Renamed angularinspector.ProvideInspector to angularinspector.ProvideService
2023-06-19 17:36:48 +02:00
Giuseppe Guerra
7cc5999ceb
Renamed detector.go -> angulardetector.go and inspector.go -> angularinspector.go
...
Forgot to rename those two files to match the package's names
2023-06-19 17:35:19 +02:00
Giuseppe Guerra
e15793a89b
Chore: Split angualrdetector into angularinspector and angulardetector packages
...
Moved files around, changed references and fixed tests:
- Split the old angulardetector package into angular/angulardetector and angular/angularinspector
- angulardetector provides the detection structs/interfaces (Detector, DetectorsProvider...)
- angularinspector provides the actual angular detection service used directly in pluginsintegration
- Exported most of the stuff that was private and now put into angulardetector, as it is not required by angularinspector
2023-06-19 17:33:54 +02:00