Commit graph

961 commits

Author SHA1 Message Date
Attilio
ca755be44a Improvements in VisitRepository.findByPetId implementation.
- In the Jdbc implementation: pets belonging to a visit were not added.
- In the Jpa implementation: query variable was wrong.
- Test case: AbstractClinicServiceTests.shouldFindVisitsByPetId()
2016-06-15 22:46:47 +02:00
Antoine Rey
817fabd9ea Fix #155 Fix logback + JMX memory leak on web application reload 2016-06-06 18:37:44 +02:00
Antoine Rey
05f7cf4e3f Merge pull request #152 from DevFactory/release/general-code-quality-fix-1
General code quality fix-1
2016-05-13 19:49:46 +02:00
Faisal Hameed
ad3d322fc6 Fising squid:S2970, squid:S1192, squid:S1488, squid:UselessParenthesesCheck 2016-05-13 14:59:46 +05:00
Antoine Rey
44b591f537 Using Spring Boot Dataflow UI graphic theme 2016-04-08 18:23:18 +02:00
Antoine Rey
e74b1bc160 #141 Configure Unicode and UTF-8 MySQL database for Chinese language 2016-04-05 22:05:41 +02:00
Antoine Rey
b68d7fc4f3 Merge pull request #146 from trepel/mvnwrunreadmefix
Fix of how to run Petclinic in readme
2016-04-05 09:52:09 +02:00
Antoine Rey
fa8bb74320 Merge pull request #145 from liouxiao/fix-for-issue-144
Fix #144 Redundant 'less than' symbol in exception.jsp
2016-04-05 09:51:32 +02:00
Tomas Repel
597d29c85d Fix of how to run Petclinic in readme 2016-04-05 09:01:37 +02:00
XIAO XI LIU
e6ca8a37a5 fix issue #144: remove redundant less-than sign 2016-04-05 07:04:33 +08:00
XIAO XI LIU
ea8ab0735e Merge branch 'bootstrap-3' of https://github.com/liouxiao/spring-petclinic into bootstrap-3 2016-04-05 06:33:11 +08:00
Antoine Rey
9a150fcc45 Merge pull request #131 from ameya-pandilwar/update-link-title
Update link navigation title to make it consistent
2016-04-04 08:36:55 +02:00
Antoine Rey
7dcf82af94 Fix #78 Migrate to Bootstrap 3.x 2016-04-04 08:13:51 +02:00
Antoine Rey
482eeb1c21 Revert "Jetty 9.3 support"
This reverts commit 4b1f7a7a58.
2016-03-13 10:14:05 +01:00
Antoine Rey
4b1f7a7a58 Jetty 9.3 support 2016-03-13 10:10:30 +01:00
Antoine Rey
203d20efcc Upgrade to Spring IO Platform 2.0.3 2016-03-09 08:40:57 +01:00
Antoine Rey
78a2532b33 Merge pull request #136 from lukasz-szewc/staticFiles-jquery-url-fix
Fixes #135 Fixed url for jquery-ui.
2016-03-08 18:23:41 +01:00
Antoine Rey
9ad12d39e4 Merge pull request #134 from broccolinisoup/master
owners search has been case insensitive
2016-03-06 13:53:19 +01:00
lukasz-szewc
87d025f854 fixed url for jquery-ui. There was typo "query" instaed of "jquery" and file cannot be loaded 2016-03-05 18:50:45 +01:00
kadinyazilimci
e7f68999bf owners search has been case insensitive 2016-02-25 09:36:20 +10:00
Antoine Rey
df4e3a5541 Merge pull request #132 from patrickcrocker/mvnwrapper
added missing .mvn folder needed for maven wrapper
2016-02-20 11:29:14 +01:00
patrickcrocker
3185ed472a added missing .mvn folder needed for maven wrapper 2016-02-19 14:49:30 -06:00
Ameya Pandilwar
6f349ec2eb Update link navigation title to make it consistent 2016-02-07 18:31:11 -05:00
Antoine Rey
ca8781b0e5 #129 add travis-ci "build status" badge 2016-02-06 18:55:52 +01:00
michaelisvy
cc53f63824 travis.ml -> .travis.yml 2016-02-06 15:02:14 +08:00
michaelisvy
216db91dc9 Adding Travis configuration file
#129
2016-02-06 14:58:31 +08:00
Antoine Rey
843ce282eb Upgrade to Spring IO Platform 2.0.2 2016-02-05 20:21:54 +01:00
Antoine Rey
3623eab490 Merge pull request #127 from thinkshihang/patch-1
Correct initialization script file's name
2016-02-04 08:11:39 +01:00
thinksh
0504ec9fe3 Update petclinic_db_setup_mysql.txt
Correct initialization script file's name
2016-02-03 23:19:46 -05:00
Antoine Rey
d6697d8853 Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
Antoine Rey
3a9e0f3f12 Align petclinic version to the Spring Framework one 2016-01-30 14:32:27 +01:00
Antoine Rey
95de1d9f8b Using Mockito and Hamcrest version from the Spring.IO Platform 2016-01-30 14:30:19 +01:00
Antoine Rey
2398c4d798 Merge pull request #119 from colinbut/master
Added test classes for Controllers plus tests for PetTypeFormatter
2016-01-30 14:26:26 +01:00
Antoine Rey
c65cfb6c11 moving from Webjars to Bower #83: renaming bower_components to vendor, update readme.md 2016-01-30 14:00:12 +01:00
Antoine Rey
4803b71b4d Merge pull request #125 from faissalwise/bower
moving from Webjars to Bower #83
2016-01-30 12:31:39 +01:00
IHABRITANE
540d31ed21 moving from Webjars to Bower #83 2016-01-25 17:22:41 +00:00
michaelisvy
a768e877ef fixed ehcache dependency 2015-12-22 17:19:34 +01:00
michaelisvy
71fa089df3 Spring IO platform 2.0.1
#121
2015-12-22 17:12:49 +01:00
Colin But
845d31e8ed Added test class for Controllers plus a test for PetTypeFormatter 2015-11-20 13:56:44 +00:00
Antoine Rey
288548c674 Merge pull request #113 from trepel/visitdatefix
Using jodatime LocalDate instead of DateTime for visits
2015-11-02 18:42:26 +01:00
Tomas Repel
e00dfb3fe0 Using jodatime LocalDate instead of DateTime for visits 2015-11-02 10:51:04 +01:00
Antoine Rey
19d7767318 #98 Add a contributing section 2015-10-28 18:39:02 +01:00
Antoine Rey
92de6557e1 Fix #111 For pet's birthday we are now using jodatime LocalDate instead of DateTime 2015-10-28 08:57:42 +01:00
Antoine Rey
4aa89ae4e2 Fix #110 owner and pet validators failed 2015-10-28 08:30:44 +01:00
Antoine Rey
dd552f4970 Fix #108 owner update 2015-10-26 18:35:40 +01:00
Antoine Rey
3bcf84543e #77 move Session scope attributes to the request scope instead 2015-10-23 08:42:27 +02:00
Antoine Rey
6a94d7e60a Remove uncessary _method=put parameter and enable the "POST new visit" HTTP request 2015-10-21 08:25:07 +02:00
Antoine Rey
4c0d311fff Merge pull request #106 from trepel/dandelionupdate
Update of Dandelion to 1.1.1
2015-10-20 19:35:20 +02:00
Antoine Rey
5e11b4bbcc JMeter script from Julien Dubois 2015-10-20 18:59:55 +02:00
Tomas Repel
63d8f1213c Update of Dandelion to 1.1.1 2015-10-19 10:53:10 +02:00