This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Separate object models into domain model and DTO #2702
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7dcf184
introduce a domain specific object model
apanicker-nflx 3d99e52
service layer wip
apanicker-nflx 2eb6505
core and contribs wip
apanicker-nflx cc71328
remove repeated external storage access in state machine
apanicker-nflx 6965c98
cassandra module changes
apanicker-nflx d504c22
redis persistence changes
apanicker-nflx 0e1f394
mysql persistence changes
apanicker-nflx 0ec7985
postgres persistence changes
apanicker-nflx 3a666ab
redis concurrency limit module changes
apanicker-nflx c567bda
updated IndexDAO APIs and corresponding ES implementations
apanicker-nflx bb27937
more changes per indexDAO api
apanicker-nflx f5fc7ce
fix tests in es modules due to new contract
apanicker-nflx 58407ff
fix unit tests as per new models
apanicker-nflx 6eaf508
rename objects and classes
apanicker-nflx 9830fca
fix integ tests
apanicker-nflx 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 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
2 changes: 1 addition & 1 deletion
2
...sistence/src/main/java/com/netflix/conductor/cassandra/config/CassandraConfiguration.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...persistence/src/main/java/com/netflix/conductor/cassandra/config/CassandraProperties.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...andra-persistence/src/main/java/com/netflix/conductor/cassandra/dao/CassandraBaseDAO.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...rsistence/src/main/java/com/netflix/conductor/cassandra/dao/CassandraEventHandlerDAO.java
This file contains 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 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
2 changes: 1 addition & 1 deletion
2
...a-persistence/src/main/java/com/netflix/conductor/cassandra/dao/CassandraMetadataDAO.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
cassandra-persistence/src/main/java/com/netflix/conductor/cassandra/util/Constants.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
cassandra-persistence/src/main/java/com/netflix/conductor/cassandra/util/Statements.java
This file contains 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this configuration be done for all projects? We will end up adding Spock tests for most of the modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can extend this to all java projects, i only added the ones that currently have spock tests