Skip to content
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

WIP: Issue #114: Scanning by nested properties #116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

derjust
Copy link
Owner

@derjust derjust commented Jan 14, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Jan 14, 2018

Codecov Report

Merging #116 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #116      +/-   ##
============================================
+ Coverage     48.86%   48.94%   +0.07%     
  Complexity      422      422              
============================================
  Files            70       70              
  Lines          1850     1847       -3     
  Branches        352      351       -1     
============================================
  Hits            904      904              
+ Misses          826      824       -2     
+ Partials        120      119       -1
Impacted Files Coverage Δ Complexity Δ
...repository/query/AbstractDynamoDBQueryCreator.java 50% <ø> (+3.19%) 11 <0> (ø) ⬇️
...a/dynamodb/mapping/event/LoggingEventListener.java 100% <0%> (ø) 9% <0%> (ø) ⬇️
...modb/marshaller/Instant2IsoDynamoDBMarshaller.java 100% <0%> (ø) 8% <0%> (ø) ⬇️
.../data/dynamodb/mapping/event/AfterDeleteEvent.java 100% <0%> (ø) 1% <0%> (ø) ⬇️
...ynamodb/repository/query/DynamoDBQueryCreator.java 57.14% <0%> (ø) 2% <0%> (ø) ⬇️
...ng/data/dynamodb/mapping/event/AfterLoadEvent.java 100% <0%> (ø) 1% <0%> (ø) ⬇️
...data/dynamodb/mapping/event/BeforeDeleteEvent.java 100% <0%> (ø) 1% <0%> (ø) ⬇️
...g/data/dynamodb/mapping/event/AfterQueryEvent.java 100% <0%> (ø) 1% <0%> (ø) ⬇️
...ng/data/dynamodb/mapping/event/AfterScanEvent.java 100% <0%> (ø) 1% <0%> (ø) ⬇️
...ta/dynamodb/marshaller/DateDynamoDBMarshaller.java 100% <0%> (ø) 7% <0%> (ø) ⬇️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 500b5fa...f77b4f1. Read the comment docs.

Provides `@Configurable` annotation for JUnit tests to bootstrap a (in-memory) DynamoDB database for real-life testing of AWS SDK calls.
By no means should this replace the TI tests that aim for the standalon DynamoDB integration testing!
@derjust derjust changed the title Issue #114: Scanning by nested properties WIP: Issue #114: Scanning by nested properties Jan 28, 2018
@derjust derjust added this to In Progress in 5.0.2 Bugfix release Jan 31, 2018
@derjust derjust moved this from In Progress to To Do in 5.0.2 Bugfix release Feb 2, 2018
@derjust derjust moved this from To Do to In Progress in 5.0.2 Bugfix release Feb 2, 2018
@derjust derjust removed this from In Progress in 5.0.2 Bugfix release Mar 6, 2018
@derjust derjust moved this from In progress to To do in 5.0.3 - Maintenance & security release Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants