-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify files for port detection for every detector (#28)
* Update dotnet detector with universal port detection Signed-off-by: thepetk <[email protected]> * Align go detectors to universal port detection Signed-off-by: thepetk <[email protected]> * TMP update detector Signed-off-by: thepetk <[email protected]> * Update various java frameworks Signed-off-by: thepetk <[email protected]> * Finalize quarkus port detection Signed-off-by: thepetk <[email protected]> * Update spring port detection Signed-off-by: thepetk <[email protected]> * Update Vertx port detection Signed-off-by: thepetk <[email protected]> * Use consistent naming for enricher models Signed-off-by: thepetk <[email protected]> * Update wildfly port detection Signed-off-by: thepetk <[email protected]> * Update angular port detection Signed-off-by: thepetk <[email protected]> * Add filtering to js files for express enricher Signed-off-by: thepetk <[email protected]> * Update next port detection Signed-off-by: thepetk <[email protected]> * Update nuxt port detection Signed-off-by: thepetk <[email protected]> * Update react port detection Signed-off-by: thepetk <[email protected]> * Update svelte js port detection Signed-off-by: thepetk <[email protected]> * Update vue js port detection Signed-off-by: thepetk <[email protected]> * Sort models Signed-off-by: thepetk <[email protected]> * Update laravel port detection Signed-off-by: thepetk <[email protected]> * Refactor django enricher Signed-off-by: thepetk <[email protected]> * Loop for every application file found during port detection process Signed-off-by: thepetk <[email protected]> * Refactor flask enricher Signed-off-by: thepetk <[email protected]> * Fix vertx port detection Signed-off-by: thepetk <[email protected]> * Remove unused model Signed-off-by: thepetk <[email protected]> * Add comments to all func in detector.go Signed-off-by: thepetk <[email protected]> * Improve detector_test coverage Signed-off-by: thepetk <[email protected]> * Add comments to model.go Signed-off-by: thepetk <[email protected]> * Update documentation for port detection Signed-off-by: thepetk <[email protected]> * Update docs/public/port_detection.md Signed-off-by: thepetk <[email protected]> Co-authored-by: Armel Soro <[email protected]> Signed-off-by: thepetk <[email protected]> * Update docs/public/port_detection.md Signed-off-by: thepetk <[email protected]> Co-authored-by: Armel Soro <[email protected]> Signed-off-by: thepetk <[email protected]> * Update docs/public/port_detection.md Signed-off-by: thepetk <[email protected]> Co-authored-by: Armel Soro <[email protected]> Signed-off-by: thepetk <[email protected]> * Return nil on not implemented GetApplicationFileInfos Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]> Co-authored-by: Armel Soro <[email protected]>
- Loading branch information
Showing
31 changed files
with
1,344 additions
and
451 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.