-
Notifications
You must be signed in to change notification settings - Fork 323
Split play-2.6 #10284
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
+550
−362
Merged
Split play-2.6 #10284
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
b506f74
chore: Split play-2.6 into play-2.6, play-appsec-2.6, and play-appsec…
bric3 7f9456c
wip
bric3 85db5b7
chore: Rename play-appsec-2.7 test packages
bric3 596a291
chore: Use test-fixtures in play-appsec-2.6
bric3 85e3b4a
fix: Muzzle artifact was incorrect
bric3 87662d0
chore: Remove needless gitignore
bric3 6fd4930
chore: Modernize build play-appsec-2.5 and play-appsec-2.7 configuration
bric3 1611c3d
chore: Re-run some tests on play 2.6 and play 2.7
bric3 f29a4ea
chore: Inline versions
bric3 4235959
fix: Proper inheritance of tests, disable appsec / Instrumentation Ga…
bric3 127f0eb
fix: play-appsec-2.7 has now two tests suite 2.7.+ and 2.+ (latest dep)
bric3 8e4baa0
fix: Deduplicate config in play-appsec-2.5 (similar to play-appsec-2.7)
bric3 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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
50 changes: 50 additions & 0 deletions
50
...lay-2.6/src/test/groovy/datadog/trace/instrumentation/play26/server/PlayServerTest.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| package datadog.trace.instrumentation.play26.server | ||
|
|
||
| class PlayServerTest extends AbstractPlayServerTest { | ||
| // Disabling involving Appsec / Instrumentation Gateway, they are tested in play-appsec-2.x modules | ||
|
|
||
| @Override | ||
| boolean testBlocking() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBlockingOnResponse() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testRequestBody() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyJson() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyUrlencoded() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyMultipart() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testResponseBodyJson() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| Map<String, ?> expectedIGPathParams() { | ||
| null | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyXml() { | ||
| false | ||
| } | ||
| } |
50 changes: 50 additions & 0 deletions
50
.../groovy/datadog/trace/instrumentation/play26/server/PlayServerWithErrorHandlerTest.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| package datadog.trace.instrumentation.play26.server | ||
|
|
||
| class PlayServerWithErrorHandlerTest extends AbstractPlayServerWithErrorHandlerTest { | ||
| // Disabling involving Appsec / Instrumentation Gateway, they are tested in play-appsec-2.x modules | ||
|
|
||
| @Override | ||
| boolean testBlocking() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBlockingOnResponse() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testRequestBody() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyJson() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyUrlencoded() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyMultipart() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| boolean testResponseBodyJson() { | ||
| false | ||
| } | ||
|
|
||
| @Override | ||
| Map<String, ?> expectedIGPathParams() { | ||
| null | ||
| } | ||
|
|
||
| @Override | ||
| boolean testBodyXml() { | ||
| false | ||
| } | ||
| } |
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
6 changes: 3 additions & 3 deletions
6
...ver/PlayServerWithErrorHandlerTest.groovy → ...ractPlayServerWithErrorHandlerTest.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
File renamed without changes.
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.