-
Notifications
You must be signed in to change notification settings - Fork 92
Add partial Configuration Cache compatibility #433
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
Open
Nouran-11
wants to merge
37
commits into
nebula-plugins:main
Choose a base branch
from
Nouran-11:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
439aae4
Fix Compatibility in LintService and LintGradleTask
Nouran-11 221078a
Merge branch 'nebula-plugins:main' into main
Nouran-11 85b579e
main
Nouran-11 1e6b04c
Merge remote-tracking branch 'origin/main'
Nouran-11 26c9a4e
Merge branch 'nebula-plugins:main' into main
Nouran-11 a500a1c
Add `ProjectInfo` and `ProjectTree` classes
Nouran-11 97c8efa
Integrate `ProjectTree` computation in `LintGradleTask`
Nouran-11 5206747
Add `getAllFiles` method and`AppliedFilesAstVisitor` constructor with…
Nouran-11 2e18e54
Conditionally Remove DependencyService for Model-Aware Rules
Nouran-11 3ca28be
Add Overloaded removeForProject Method and buildRules method with Sup…
Nouran-11 bd2837a
Integrate `ProjectInfo` into `GradleLintPatchAction`
Nouran-11 941e341
Integrate projectInfo and ProjectTree instead of project
Nouran-11 77995b6
Integrate projectInfo and ProjectTree instead of project
Nouran-11 fc1a292
Integrate projectInfo and ProjectTree instead of project
Nouran-11 a79b6cf
Merge remote-tracking branch 'origin/main' into fixing-cc-nebula
Nouran-11 5319a23
Merge remote-tracking branch 'upstream/main' into fixing-cc-nebula
Nouran-11 b46ff28
Overload for lintService.ruleSet
Nouran-11 94ece27
fix AppliedFilesAstVisitor
Nouran-11 580bb0c
Use `findByType()` instead of `getByType()`
Nouran-11 ed9bf8a
Integrate `ProjectInfo` into GradleLintPatchAction`
Nouran-11 8902d78
Fix `GradleLintPatchAction`
Nouran-11 db9e58e
Fix `GradleLintPatchActionSpec`
Nouran-11 40372e7
Fix `GradleLintPatchAction`
Nouran-11 3b64570
Integrate `ProjectInfo` into `GradleLintInfoBrokerAction`
Nouran-11 6e2776f
fix `GradleLintInfoBrokerAction`
Nouran-11 66fcc31
Move action creation to configuration time in FixGradleLintTask
Nouran-11 f9af7c4
Integrate `ProjectInfo` and `ProjectTree` into `GradleLintReportTask`
Nouran-11 c6046f8
Create GradleLintPatchAction at configuration time using ProjectInfo …
Nouran-11 0568d44
Make `ProjectInfo` and `ProjectTree` internal in GradleLintReportTask…
Nouran-11 5777258
Add try and catch of config cache compatibility
Nouran-11 37354cd
Trade serialization problems for potential execution problems
abstratt 1c0c023
Add CompitabilityTest
Nouran-11 e1f2691
delete test
Nouran-11 0081973
SpaceAssignmentRule compatibility
Nouran-11 4312972
SpaceAssignmentRule compatibility
Nouran-11 653c6da
revert changes for SpaceAssignmentRule
Nouran-11 2354013
Merge pull request #3 from Nouran-11/fixing-cc-nebula
Nouran-11 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
21 changes: 16 additions & 5 deletions
21
src/main/groovy/com/netflix/nebula/lint/GradleLintInfoBrokerAction.groovy
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.