Commit graph

755 commits

Author SHA1 Message Date
Oleg Mykolaishyn
8fb90c6d5c fdsf 2021-03-26 15:11:28 +02:00
Oleg Mykolaishyn
83479b8b79 1 2021-03-26 14:00:22 +02:00
Oleg Mykolaishyn
e8ebcbb6f5 ansible scripts 2021-03-26 13:51:59 +02:00
Oleg Mykolaishyn
ca95a17c46 ansible scripts 2021-03-26 13:50:47 +02:00
Oleg Mykolaishyn
c10b03eef1 m 2021-03-26 13:07:35 +02:00
Oleg Mykolaishyn
579a9ec85b image 2021-03-26 13:01:28 +02:00
Oleg Mykolaishyn
50382de7bc image 2021-03-26 13:00:36 +02:00
Oleg Mykolaishyn
9cd75422e4 2 2021-03-26 12:41:37 +02:00
Oleg Mykolaishyn
eee45ac942 Vse rabotaye 2021-03-26 12:15:09 +02:00
Oleg Mykolaishyn
151807900b working 2021-03-26 11:44:16 +02:00
Oleg Mykolaishyn
6569847067 spring 2021-03-26 10:53:52 +02:00
Oleg Mykolaishyn
1fde950ef0 spring 2021-03-26 10:36:05 +02:00
Oleg Mykolaishyn
3b5c65d7a1 without useradd 2021-03-26 02:41:37 +02:00
Oleg Mykolaishyn
c59e331ca5 without useradd 2021-03-26 02:35:09 +02:00
Oleg Mykolaishyn
11a097babc without useradd 2021-03-26 02:21:45 +02:00
Oleg Mykolaishyn
fafaa54621 without useradd 2021-03-26 02:13:12 +02:00
Oleg Mykolaishyn
47f5ccc6f5 without useradd 2021-03-26 02:07:24 +02:00
Oleg Mykolaishyn
c5bbbd90c5 without useradd 2021-03-26 02:04:53 +02:00
Oleg Mykolaishyn
1de2e264ec without useradd 2021-03-26 01:57:08 +02:00
Oleg Mykolaishyn
a3569a5444 without useradd 2021-03-26 01:47:49 +02:00
Oleg Mykolaishyn
24aa130fa7 without useradd 2021-03-26 01:41:54 +02:00
Oleg Mykolaishyn
660f7ff1f3 without useradd 2021-03-26 01:29:11 +02:00
Oleg Mykolaishyn
b4d35fae5f without useradd 2021-03-26 01:23:58 +02:00
Oleg Mykolaishyn
4b918f49c5 without useradd 2021-03-26 01:17:44 +02:00
Oleg Mykolaishyn
b11d2385f0 Dockerfile+ 2021-03-26 00:57:42 +02:00
Dave Syer
e2fbc56130 Only publish docker image from main branch 2021-01-28 12:01:57 +00:00
Diego Lemos
a0d743cfed Do not fail packaging if repo info is absent
As part of a process to build a BOSH release, I encountered the error
below while running `./mvnw package`:

```
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:3.0.1:revision (default) on project spring-petclinic: Could not complete Mojo execution...: Error: Could not get HEAD Ref, are you sure you have set the dotGitDirectory property of this plugin to a valid path? -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
```

That's because we are just interested on the source files for the BOSH
release, we don't care about repo metadata (so we exclude them).

Going through the [git-commit-id-maven-plugin
docs](https://github.com/git-commit-id/git-commit-id-maven-plugin/blob/master/maven/docs/using-the-plugin.md)
we learned it is possible to prevent the failure above via
configuration.

We propose then to set
`<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>`,
enabling use cases similar to ours.

FWIW `failOnNoGitDirectory` is already set to false.
2021-01-28 10:13:23 +00:00
Dave Syer
3a040886fe Add docker push to CI 2021-01-28 09:57:17 +00:00
Dave Syer
04471aec49 Update to Boot 2.4.2 2021-01-28 09:55:39 +00:00
Stephane Nicoll
02babdd8cb Upgrade to Spring Boot 2.4.1 2020-12-25 13:02:48 +01:00
Stephane Nicoll
8065ad00e2 Merge pull request #707 from Arka-Bandyopadhyay
* pr/707:
  Downgrade to wro4j 1.8.0
  remove .vscode folder from project repository

Closes gh-707
2020-11-29 11:44:14 +01:00
Arka Bandyopadhyay
0573cda3c2 Downgrade to wro4j 1.8.0
This commit downgrades the wro4j plugin to 1.8.0 as the latest version
requires Java 11.

See gh-707
2020-11-29 11:43:28 +01:00
Stephane Nicoll
502870d6c0 Remove IDE specific configuration files
Closes gh-706
2020-11-29 11:39:01 +01:00
Arka Bandyopadhyay
949278cd46 remove .vscode folder from project repository 2020-11-29 14:21:33 +05:30
Dave Syer
ab9135ad9b Upgrade to Spring Boot 2.4.0 2020-11-24 10:44:41 +00:00
Cesarion Pshebytski
8b1ac6736e Updated user for mysql
Updated creation of user for mysql db. Previously lack of quotes resulted in creation of incorrect user (petclinic@% instead of just petclinic)
2020-11-06 11:13:25 +00:00
Stephane Nicoll
7615395b1f Upgrade to Spring Boot 2.3.5 2020-11-06 08:30:48 +01:00
Stephane Nicoll
656b7c8b17 Merge pull request #650 from piyush-garg
* pr/650:
  Upgrade to wro4j 1.9.0

Closes gh-650
2020-11-06 07:55:44 +01:00
Piyush Garg
a1eaaa6878 Upgrade to wro4j 1.9.0
See gh-650
2020-11-06 07:54:59 +01:00
Stephane Nicoll
f6c1a69e6b Merge pull request #670 from akashsolanki
* pr/670:
  Remove redundant junits dependencies

Closes gh-670
2020-11-06 07:48:31 +01:00
Akash Solanki
e5ef4d34e3 Remove redundant junits dependencies
See gh-670
2020-11-06 07:47:17 +01:00
Stephane Nicoll
27109010a5 Restore version to 2.3.0.BUILD-SNAPSHOT 2020-08-27 15:05:30 +02:00
Stephane Nicoll
be0f161453 Upgrade to Checkstyle 8.32 2020-08-27 15:04:12 +02:00
Stephane Nicoll
2e5be53533 Upgrade to spring javaformat 0.0.25 2020-08-27 15:03:51 +02:00
Stephane Nicoll
d19963e174 Upgrade to Spring Boot 2.3.3 2020-08-27 15:03:32 +02:00
Martin Lippert
c42f95980a remove push-to-pws button from guide, since pws free trials end 2020-07-29 16:43:31 +02:00
Stephane Nicoll
02cc84223b Polish 2020-07-11 08:58:57 +02:00
Stephane Nicoll
5ad6bc3ccd Upgrade to spring javaformat 0.0.22 2020-07-11 08:58:57 +02:00
Rognetta
4953f87917 Update application-mysql.properties
Add some environment variables with defaults for the MySQL
credentials.

Closes #506
2020-06-25 17:12:30 +01:00
aleVeD
0390e85c25 adding new message in Spanish 2020-06-23 19:17:42 +01:00