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

Make entities immutable and create proper update methods that state by signature what can be updated. #342

Merged
merged 23 commits into from
Nov 17, 2016

Commits on Oct 21, 2016

  1. Started refactoring all update repository methods to use IDs and proper

    definition what can be updated.
    
    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    3e2a0db View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Further update refactoring

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    8609c4d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Removed all setters in repo model

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    b71f65c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Continued read only entites

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    23c16a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Completed immutable refactoring

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    00e2060 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Continued

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    5a87084 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Switched to builder pattern for entity update and create

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    6803806 View commit details
    Browse the repository at this point in the history
  2. Merged with master

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    8794a85 View commit details
    Browse the repository at this point in the history
  3. Fix after merge

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    66ffdb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Added constraints. Cleaned up code.

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    9d02906 View commit details
    Browse the repository at this point in the history
  2. fixed nullpointer.

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    5a1aef1 View commit details
    Browse the repository at this point in the history
  3. Fixed DS update problem.

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    cacb41f View commit details
    Browse the repository at this point in the history
  4. Fix UI editing non-updatable fields

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    c0126bf View commit details
    Browse the repository at this point in the history
  5. Fix nullpointer.

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    83bc28a View commit details
    Browse the repository at this point in the history
  6. Fix missing ID issue

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    5278428 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Fixed empty find by in

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    74f5821 View commit details
    Browse the repository at this point in the history
  2. return empty optional if collection is empty

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    f83c4c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Merged with master

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    664ec2a View commit details
    Browse the repository at this point in the history
  2. Removed unneeded repository methods

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    b42f0fe View commit details
    Browse the repository at this point in the history
  3. Remove further methods that are unneeded.

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    d5052bb View commit details
    Browse the repository at this point in the history
  4. Fix target info event sending

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    821b2f0 View commit details
    Browse the repository at this point in the history
  5. Fixed targetupdateevent

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    9e27b14 View commit details
    Browse the repository at this point in the history
  6. Fixed eventing

    Signed-off-by: kaizimmerm <[email protected]>
    kaizimmerm committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    78c2c1e View commit details
    Browse the repository at this point in the history