Commit graph

609 commits

Author SHA1 Message Date
EulPi
22589ba699
Merge 9ee46faf8d into 932f17ddae 2018-04-03 04:01:20 +00:00
EulPi
9ee46faf8d Fixed tests 2018-04-03 00:00:34 -04:00
EulPi
0fdde05b30 Merge conflicts 2018-04-02 23:51:15 -04:00
EulPi
1b8913f5ae Shadow Read mod 2018-04-02 23:50:08 -04:00
Zackkogan
f5f4c25945 minor fixes
fix some small things so the code runs
2018-04-02 23:47:08 -04:00
Zackkogan
359e2cfa19 Merge branch 'NewDatastore' of https://github.com/jbk5988/spring-petclinic into NewDatastore 2018-04-02 23:33:16 -04:00
Zackkogan
ab3082021f Fix test method
Test method was not working. Should be working now.
2018-04-02 23:33:09 -04:00
rajee10
ef27f2edb4
Update inconsistency
If it is inconsistent, update the new owner with the old owner
2018-04-02 23:30:57 -04:00
EulPi
fc12751b2c Merge conflicts 2018-04-02 23:28:33 -04:00
EulPi
2562a955ae Merge Conflicts Addressed 2018-04-02 23:27:21 -04:00
Zackkogan
2300f72c52 Adds Shadow Write Test Method
Commit adds the test method for the shadow write. It ensures that any inconsistencies are properly handled and that changes to the old database are properly mirrored in the new database.
2018-04-02 23:20:21 -04:00
EulPi
ac846db4c3 Shadow Read + Refactoring 2018-04-02 23:20:03 -04:00
Unknown
a620f52dce Merge remote-tracking branch 'origin/NewDatastore' into NewDatastore 2018-04-02 23:13:32 -04:00
Unknown
f4796d5d57 Added Consistency Checking Mechanism
Consistency checker was added wih tester
2018-04-02 23:13:21 -04:00
Zackkogan
24f731083c Implement Shadow Writes
Adds code for shadow writes.
2018-04-02 22:49:53 -04:00
Unknown
ed62231e88 Added Test to illustrate access of store
Store access can now be achieved through data jpa tests
2018-04-02 22:30:34 -04:00
Unknown
267fbb9d9d Added Hash Map Store for owner entity
Added a hash map store for the owner database table as well as static data object definitions.
2018-04-02 21:35:40 -04:00
Stephane Nicoll
932f17ddae Fix dead links
Closes gh-314
2018-03-26 14:00:56 +02:00
Stephane Nicoll
b527de52f5 Upgrade to Spring Boot 2.0.0.RELEASE 2018-03-14 16:32:27 -04:00
Gibran Khan
4ea915cbfc Added mocks for object of type Owner and Pet 2018-02-25 18:04:32 -05:00
Zackkogan
a839859a3f Added TestPetTypeFormatter test class
tests the PetTypeFormatter by breaking teh dependencies with PetTypeRepository and PetType using mocks
Also renames the folder to teamkoganM2additions
2018-02-25 15:29:53 -05:00
EulPi
9657254791 Fixed indentation from copy/paste 2018-02-24 19:53:28 -05:00
EulPi
bc81a84e48 Added VisitControllerTest and fixed pom.xml 2018-02-24 19:40:48 -05:00
Stephane Nicoll
ce262966e9 Merge pull request #303 from arey:feature/date
* pr/303:
  Add placeholder YYYY-MM-DD for date input field
2018-02-22 11:03:26 +01:00
Antoine Rey
d92a4218dd Add placeholder YYYY-MM-DD for date input field
Closes gh-303
2018-02-22 11:03:05 +01:00
Stephane Nicoll
fadf7f4d11 Merge pull request #278 from arey:feature/rest
* pr/278:
  Add spring-petclinic-rest URL
2018-02-22 10:57:34 +01:00
Antoine Rey
0d847edfdb Add spring-petclinic-rest URL
Closes gh-278
2018-02-22 10:57:18 +01:00
Stephane Nicoll
106226929b Fix actuator exposure 2018-02-22 10:57:12 +01:00
Stephane Nicoll
dfcd30be60 Fix project's version 2018-02-22 10:46:09 +01:00
Stephane Nicoll
34545e72a4 Merge pull request #301 from saturnism:patch-1
* pr/301:
  Fix datasource initialization property
2018-02-22 10:36:13 +01:00
Ray Tsang
c5abf45cbc Fix datasource initialization property
Closes gh-301
2018-02-22 10:35:34 +01:00
Dave Syer
a52cbe93a2 Add ignores for vscode 2018-02-21 09:51:59 +00:00
Stephane Nicoll
cdd802eeee Update webjars-locator dependency 2018-02-21 10:48:01 +01:00
Dave Syer
6730a229a0 Add repository declarations for snapshots 2018-01-20 09:38:36 +00:00
Dave Syer
c91b73e75e Update version of Petclinic 2018-01-11 09:16:04 +00:00
Dave Syer
cf35266336 Tidy up compiler warnings 2018-01-11 09:15:18 +00:00
Dave Syer
14ef611d70 Update to Spring Boot 2.0 snapshots 2018-01-09 17:50:14 +00:00
Dave Syer
c36452a2c3 Use leading / in app URL
Fixes gh-267
2017-11-03 14:17:56 +00:00
sunflower2014
e20b43b009 Update PetControllerTests.java
correct testProcessCreationFormHasErrors method's post url
2017-11-03 11:38:44 +00:00
Oscar Utbult
23f65ba7d0 Fix broken tests 2017-11-03 11:33:06 +00:00
Oscar Utbult
45da5a4d3b Fix date formatting 2017-11-03 11:33:06 +00:00
thetric
5b0f037d06 fix: make id 'lastName' in findOwners.html unique
previously the div.control-group and the containing input shared the same id
2017-11-03 11:32:19 +00:00
dastier
3e65dee237 fix button text in createOrUpdatePetForm.html in case of new pet (issue #252) 2017-11-03 11:31:53 +00:00
Antoine Rey
4ab6a800c8 Removing .springBeans 2017-11-03 11:28:32 +00:00
Antoine Rey
4be8ba2c43 Replace @RequestMapping by their corresponding shortcut @GetMapping and @PostMapping 2017-11-03 11:28:12 +00:00
Antoine Rey
4b3d6abfed Reference new forks: spring-petclinic-kotlin, spring-petclinic-graphql and spring-petclinic-rest 2017-11-03 11:26:41 +00:00
Aditya Ketkar
05e891cec1 Removed redundant javadoc comments 2017-11-03 11:19:20 +00:00
Dave Syer
fa3b7f9a4c Add CLA link to readme 2017-11-03 11:18:23 +00:00
Antoine Rey
162d8d8e45 Add Apache 2.0 license #260 2017-11-03 11:11:31 +00:00
Jeric Bryle Sy Dy
cdbfafe077 set pet to owner to avoid null owner when user gets an error on new pet page 2017-09-21 13:31:05 +01:00