sandeepds
4fd3a9f5e2
Docker setup
...
Docker setup
2019-08-26 17:23:13 +05:30
sandeepds
26bdc4ccaa
Removed Steps
...
Removed Steps
2019-08-26 17:04:55 +05:30
sandeepds
25b17dc4d7
Commented Sonar
...
Commented Sonar
2019-08-26 17:01:33 +05:30
sandeepds
114e44ffab
changed to war
...
changed to war
2019-08-26 16:58:17 +05:30
sandeepds
6004bba1f8
Image Creation
...
Image Creation
2019-08-26 16:57:32 +05:30
sandeepds
dc5a44ea9a
Created New Docker File
...
Created New Docker File
2019-08-26 16:16:19 +05:30
sandeepds
8c39163fe7
Created jar
...
Created jar
2019-08-26 15:36:59 +05:30
sandeepds
e5f24199fe
Updated Jfrog target
...
Updated Jfrog target
2019-08-26 13:29:48 +05:30
sandeepds
26aac77e91
Updated Jfrog
...
Updated Jfrog
2019-08-26 12:38:03 +05:30
sandeepds
2fe0c1ed48
Jfrog Updated
...
Jfrog Updated
2019-08-26 10:50:04 +05:30
sandeepds
76901a07ec
update times
...
update times
2019-08-26 10:17:25 +05:30
sandeepds
f03d63503c
Update Method
...
Update Method
2019-08-26 09:56:58 +05:30
sandeepds
a4eb473036
Update sonar command
...
Update sonar command
2019-08-26 09:34:42 +05:30
sandeepds
e30b1c5833
update sonar
...
update sonar
2019-08-26 09:33:40 +05:30
sandeepds
adbf11c4e9
Sonar Changes
...
Sonar Changes
2019-08-26 09:31:04 +05:30
sandeepds
69cf2b4ff7
Sonar
...
Sonar
2019-08-26 00:45:04 +05:30
sandeepds
f54eeb1fb9
Sonar Update
...
Sonar Update
2019-08-25 20:10:36 +05:30
sandeepds
5ff9a835b4
Updated Jenkins Sonar
...
Updated Jenkins Sonar
2019-08-25 18:46:28 +05:30
Sandeep Sridhar Dudi
a076a429e3
Commit
2019-08-25 18:05:48 +05:30
Sandeep Sridhar Dudi
03775e6da3
Removed Stage
2019-08-24 19:16:06 +05:30
sandeepds
25cd77fa72
Updated Git URL
...
Updated Git URL
2019-08-23 19:44:02 +05:30
sandeepds
ef1fca9267
Create jenkinsfile
...
Create Sample Jenkins File
2019-08-23 19:41:18 +05:30
michaelisvy
adb702feb5
Merge pull request #19 from CloudBees-community/gitignore-for-intellij
...
Add intellj project files to .gitignore
2013-06-13 21:40:45 -07:00
Cyrille Le Clerc
f0f8997b7c
Add intellj project files to .gitignore
2013-06-14 07:18:33 +03:00
Mic
a2a12c4d52
#18 Simplified Validator test so it doesn't have to use Spring config anymore
2013-06-14 09:39:46 +08:00
Mic
754e27c001
removing unneeded attribute name
2013-06-12 11:34:05 +08:00
Mic
7b8a9ec8bc
#18 fixing error related to VisitsViewTests
...
- test didn't have the suffix "Tests" so it was not taken into account
when running Maven in the comand line
2013-06-08 21:17:35 +08:00
Mic
4f8063e9b8
#18 fixing 2 errors related to ValidatorTests
...
- test didn't have the suffix "Tests" so it was not taken into account
when running Maven in the comand line
- the POM was not configured so it can find Spring config files placed
inside src/test/java
2013-06-08 21:15:34 +08:00
Mic
eb8ba79ba1
moved cache config files to dedicated folder
2013-06-05 09:04:41 +08:00
Mic
d1cc655aae
migrated from commons-dbcp to tomcat-jdbc
2013-06-05 08:59:59 +08:00
michaelisvy
b8b8e5a4ba
Merge pull request #17 from TejasM/master
...
Added a select Tag to validate pet type
2013-05-28 18:28:26 -07:00
TejasM
f0b00da185
Select Tag to validate pet type
2013-05-27 14:28:24 -04:00
Mic
bca9c48e92
unused imports
2013-05-25 06:24:19 +08:00
Mic
2b0d07bbba
moved from Model to Map so we do not use a Spring-specific class
2013-05-25 06:20:44 +08:00
Mic
bd9446e091
removed unneeded dependencies
2013-05-24 18:02:50 +08:00
Mic
6a1b4dd157
updated version of spring data and removed unused dependencies
2013-05-24 10:31:42 +08:00
Mic
46201191e8
upgraded version numbers for ehcache, logback, jadira-usertype, dandelion
2013-05-19 22:46:14 +08:00
Mic
840c0a417d
fixing JPA query for Vets
2013-05-09 01:26:48 +08:00
Mic
5bf31dbe5a
fixed JPA issue when updating existing owners/pets
2013-05-09 01:09:21 +08:00
Mic
e308871591
added a link to issue tracker
2013-05-07 10:58:21 +08:00
Mic
80159fa3d7
fixed bug in JPA implementation: "save" methods were implemented using "merge" instead of "persist"
2013-05-07 10:54:35 +08:00
Mic
a9b0b47480
ref doc
2013-05-06 11:00:13 +08:00
Mic
8890b3bf96
added a table in the ref doc
2013-05-06 10:57:17 +08:00
Mic
297e98fb05
version upgrades on Hibernate, Dandelion, jadira-usertype
2013-05-06 09:39:41 +08:00
Mic
c88e3d462a
added a JUnit test for Bean Validation
2013-05-03 10:36:54 +08:00
Mic
193e7583f1
added encoding configuration so people can enter Chinese characters inside all the forms.
2013-05-02 18:33:24 +08:00
Mic
9489b926ec
currently reverting to hibernate validator 4.3.1.Final as there seems to be some issues with EL lib
2013-05-02 18:03:32 +08:00
Mic
2b98dcd2af
migrated to Hibernate Validator 5.0.1 (see https://hibernate.atlassian.net/browse/HV-790 )
2013-05-02 12:28:43 +08:00
Mic
a485521b6d
changed file path. Thanks to @cmourouvin for letting me know.
2013-05-02 11:32:03 +08:00
Mic
753e8ea1c0
upgraded to latest versions of Logback, jaxb and Joda Time taglibs
2013-05-01 07:43:16 +08:00