forked from RatScanner/RatScanner
-
Notifications
You must be signed in to change notification settings - Fork 2
Restore RatEye submodule integration and add scan diagnostics #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4b457f8
Restore RatEye submodule and add scan diagnostics
DysektAI 0a57bcb
Update RatEye inventory recognition
DysektAI 0e6ee91
docs: protect RatEye repository boundary
DysektAI 02de3fd
fix: address RatEye integration review
DysektAI 11ee69a
fix: preserve scan diagnostic fidelity
DysektAI f4e0772
chore: advance RatEye review fixes
DysektAI 81fd715
fix: close production review gaps
DysektAI a4e75a0
chore: advance RatEye production review fixes
DysektAI a625d83
chore: advance RatEye compatibility fixes
DysektAI 1410a97
chore: advance RatEye recovery hardening
DysektAI 29d6be9
chore: advance RatEye template refresh fix
DysektAI e81865f
chore: advance atomic RatEye icon refresh
DysektAI 5ea239e
chore: advance reviewed RatEye scan fixes
DysektAI 9d4ed68
chore: advance atomic RatEye correlation fix
DysektAI 3a51ed0
chore: advance captured-byte RatEye cache fix
DysektAI 4a2980c
chore: advance strict RatEye cleanup reporting
DysektAI f4af877
fix: advance RatEye snapshot refresh
DysektAI 51eec4e
test: harden diagnostic manifest assertions
DysektAI 8a4ce40
fix: harden final review validation
DysektAI 676ef7c
fix: address final submodule review findings
DysektAI 78c2d09
fix: harden checkout integrity parsing
DysektAI cda68f1
chore: advance RatEye constructor cleanup
DysektAI a1e40ae
chore: advance RatEye CI stabilization
DysektAI 14fe1fc
chore: advance RatEye disposal hardening
DysektAI File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,4 @@ | |
| **/*.xml | ||
| **/obj/** | ||
| **/bin/** | ||
| src/ScanEngine/** | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [submodule "RatEye"] | ||
| path = src/ScanEngine | ||
| url = https://github.com/tarkovtracker-org/RatEye.git |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ | |
| "**/bin/**", | ||
| "**/obj/**", | ||
| "**/publish/**", | ||
| "**/.vs/**" | ||
| "**/.vs/**", | ||
| "src/ScanEngine/**" | ||
| ] | ||
| } | ||
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <Project> | ||
| <PropertyGroup Condition="'$(MSBuildProjectName)' == 'RatEye'"> | ||
| <!-- RatEye remains independently packable, but RatScanner integration builds | ||
| should not create a package as a side effect. --> | ||
| <GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
| </PropertyGroup> | ||
| </Project> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.