This project is mirrored from https://*****:*****@gitlab.com/gitlab-com/customer-success/workshops/templates/local-cache-for-basic-cicd-workshop.git.
Pull mirroring updated .
- 30 Aug, 2021 4 commits
-
-
Toshitaka Ito authored
This reverts commit 321cfa71
-
Toshitaka Ito authored
This reverts commit 11f1234b
-
Toshitaka Ito authored
Resolve "Add mvn-package job for artifacts" Closes #1 See merge request toshitakaito-demo/workshop-templates/local-cache-for-basic-cicd-workshop!1
-
Toshitaka Ito authored
-
- 26 Aug, 2021 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/805: Upgrade to Maven 3.8.2 Closes gh-805
-
Daniel Franco authored
See gh-805
-
- 14 May, 2021 2 commits
-
-
lsap authored
Hey Team, thanks in advance!
-
Frank Migliorino authored
Add using -Dspring-boot.run.jvmArguments to the notes for how to set up using MySQL.
-
- 12 May, 2021 3 commits
- 11 May, 2021 1 commit
-
-
Dave Syer authored
-
- 04 May, 2021 1 commit
-
-
Dave Syer authored
-
- 29 Apr, 2021 2 commits
-
-
Jinbo Wang authored
Signed-off-by:
Jinbo Wang <jinbwan@microsoft.com>
-
Dave Syer authored
-
- 28 Jan, 2021 4 commits
-
-
Dave Syer authored
-
Diego Lemos authored
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.
-
Dave Syer authored
-
Dave Syer authored
-
- 25 Dec, 2020 1 commit
-
-
Stephane Nicoll authored
-
- 29 Nov, 2020 4 commits
-
-
Stephane Nicoll authored
* pr/707: Downgrade to wro4j 1.8.0 remove .vscode folder from project repository Closes gh-707
-
Arka Bandyopadhyay authored
This commit downgrades the wro4j plugin to 1.8.0 as the latest version requires Java 11. See gh-707
-
Stephane Nicoll authored
Closes gh-706
-
Arka Bandyopadhyay authored
-
- 24 Nov, 2020 1 commit
-
-
Dave Syer authored
-
- 06 Nov, 2020 6 commits
-
-
Cesarion Pshebytski authored
Updated creation of user for mysql db. Previously lack of quotes resulted in creation of incorrect user (petclinic@% instead of just petclinic)
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/650: Upgrade to wro4j 1.9.0 Closes gh-650
-
Piyush Garg authored
See gh-650
-
Stephane Nicoll authored
* pr/670: Remove redundant junits dependencies Closes gh-670
-
Akash Solanki authored
See gh-670
-
- 27 Aug, 2020 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
- 29 Jul, 2020 1 commit
-
-
Martin Lippert authored
-
- 11 Jul, 2020 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
- 25 Jun, 2020 1 commit
-
-
Rognetta authored
Add some environment variables with defaults for the MySQL credentials. Closes #506
-