Commit graph

750 commits

Author SHA1 Message Date
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
Johannes Schnatterer
54d996f402 Jenkins: Disables concurrent builds.
Because ITs use the same port causing random failures on concurrent builds.
2018-01-09 16:20:24 +01:00
Johannes Schnatterer
3c5b37e451 Jenkins: Init global variables in order to avoid NPE.
Occurs in Jenkins ver. 2.73.3 and Pipeline: Groovy Plugin 2.42.

java.lang.NullPointerException
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovyCallSiteSelector.isVarArgsMethod(GroovyCallSiteSelector.java:231)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovyCallSiteSelector.findMatchingMethod(GroovyCallSiteSelector.java:200)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovyCallSiteSelector.staticMethod(GroovyCallSiteSelector.java:193)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onStaticCall(SandboxInterceptor.java:153)
	at org.kohsuke.groovy.sandbox.impl.Checker$2.call(Checker.java:186)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedStaticCall(Checker.java:190)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:97)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
	at WorkflowScript.run(WorkflowScript:42)
	at ___cps.transform___(Native Method)
2017-12-12 12:46:44 +01:00
Johannes Schnatterer
6ec7e7eee2 Jenkins: Removes deploy application stage.
Makes pipeline less dependent to its environment. No longer needs a preconfigured slave an a host to deploy the petclinic to via SSH. The demo content can now be used on more environments.
2017-12-12 09:25:47 +01:00
Johannes Schnatterer
b5b2dcf1c1 Jenkins: Discover FQDN from env var instead of using hard-coded one.
Makes pipeline less dependent to environment.
2017-12-12 09:22:29 +01:00
Dave Syer
c36452a2c3 Use leading / in app URL
Fixes gh-267
2017-11-03 14:17:56 +00:00
Sebastian Sdorra
fd8aca6d44 added smeagol configuration 2017-11-03 14:55:32 +01: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
Johannes Schnatterer
ef3e3defd4 Jenkins: Archive JUnit results also on failing tests 2017-10-10 16:46:19 +02:00
Johannes Schnatterer
e92ae405dd Jenkins: Run Test & Deploy stages in parallel 2017-10-09 15:31:28 +02:00
Philipp Czora
f4ebbafc14 Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
Philipp Czora
a33431821b Adds smeagol example 2017-10-09 09:56:08 +02:00
Philipp Czora
0f708a3709 Unignores integration test 2017-10-05 12:47:23 +02:00
Philipp Czora
3ca5d64a22 Adds integration test & edits Jenkins pipeline accordingly 2017-10-05 10:00:45 +02:00
Sebastian Sdorra
67481fe73b Fixes ansible deployment 2017-09-27 08:53:56 +02:00
Sebastian Sdorra
d55ae63656 Use snapshot version for demo 2017-09-27 08:37:58 +02:00
Sebastian Sdorra
f24fb87c1e Adds basic ansible deployment 2017-09-26 17:30:07 +02:00
Sebastian Sdorra
63d5dd3299 Fixes build and nexus deployment 2017-09-26 16:34:57 +02:00
Sebastian Sdorra
3b471b46c5 Adds Jenkinsfile 2017-09-25 15:14:26 +02: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
Dave Syer
101c9dc690 Update Spring Boot and Thymeleaf versions 2017-06-30 11:07:07 +01:00
Antoine Rey
ffa967c94b spring-petclinic-angular1 repo renamed to spring-petclinic-angularjs 2017-04-12 21:41:00 +02:00
Antoine Rey
fd1c742d4f Do not fail maven build when git directing is missing 2017-03-06 08:12:14 +00:00
Stephane Nicoll
f792522b3d Merge pull request #229 from henri-tremblay:ehcacheback
* pr/229:
  Polish contribution
  Put Ehcache back
2017-02-17 12:32:01 +01:00
Stephane Nicoll
75912a06c5 Polish contribution
Closes gh-229
2017-02-17 12:30:57 +01:00
Henri Tremblay
443d35eae2 Put Ehcache back 2017-02-17 06:22:26 -05:00
Dave Syer
63dadcc07f Make all entity fields private
Encapsulation is better that way (and tere is a getter for all of them
anyway).
2017-02-03 10:04:36 +00:00
Dave Syer
0a51540ad0 Fix serializability of Vet 2017-02-03 10:03:11 +00:00
Stephane Nicoll
be13722cc5 Polish 2017-02-03 08:37:02 +01:00