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

Simplify archived/deleted #352

Merged
merged 13 commits into from
Feb 23, 2017
Merged

Simplify archived/deleted #352

merged 13 commits into from
Feb 23, 2017

Conversation

dmdashenkov
Copy link
Contributor

Made methods markArchived and makeDeleted void instead of boolean to make the operations more fast.

# Conflicts:
#	server/src/main/java/org/spine3/server/aggregate/AggregateStorage.java
#	server/src/main/java/org/spine3/server/storage/memory/InMemoryAggregateStorage.java
#	server/src/main/java/org/spine3/server/storage/memory/TenantRecords.java
#	server/src/test/java/org/spine3/server/aggregate/AggregateStorageVisibilityHandlingShould.java
#	server/src/test/java/org/spine3/server/storage/RecordStorageShould.java
@dmdashenkov dmdashenkov self-assigned this Feb 22, 2017
@dmdashenkov dmdashenkov requested a review from armiol February 22, 2017 16:06
Copy link
Contributor

@armiol armiol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmdashenkov LGTM. Please consult with @alexander-yevsyukov as well.

@dmdashenkov
Copy link
Contributor Author

@alexander-yevsyukov PTAL

@codecov
Copy link

codecov bot commented Feb 22, 2017

Codecov Report

Merging #352 into master will increase coverage by 0.02%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##             master     #352      +/-   ##
============================================
+ Coverage     92.96%   92.99%   +0.02%     
+ Complexity     2287     2285       -2     
============================================
  Files           226      226              
  Lines          7496     7498       +2     
  Branches        574      570       -4     
============================================
+ Hits           6969     6973       +4     
  Misses          395      395              
+ Partials        132      130       -2

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 75d760f...f2b15cb. Read the comment docs.

@dmdashenkov dmdashenkov changed the title Simplify archived deleted Simplify archived/deleted Feb 23, 2017
Copy link
Contributor

@alexander-yevsyukov alexander-yevsyukov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dmdashenkov dmdashenkov merged commit 9a79024 into master Feb 23, 2017
@dmdashenkov dmdashenkov deleted the simplify-archived-deleted branch February 23, 2017 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants