Thiloparn
e80e782d13
Update data.sql
2021-03-25 19:43:28 +01:00
Thiloparn
042f8f2731
Update SpeedOfferController.java
2021-03-25 19:42:41 +01:00
Thiloparn
f2324efb9f
Update FoodOfferController.java
2021-03-25 19:42:18 +01:00
Thiloparn
f9452671bb
Corrercion de errores
2021-03-25 19:12:46 +01:00
Thiloparn
346a049fe2
Pubicaciones de speedOffer y foodOffer hechas. Falta comprobar que
...
funcionan correctamente.
2021-03-24 14:42:38 +01:00
Abraham Garcia
a10a0c2476
Merge pull request #20 from cheapy-ispp/005-iniciosesion
...
005 iniciosesion
2021-03-23 19:14:58 +01:00
Abraham
e67d404669
funcionaaaaa
2021-03-23 19:13:46 +01:00
Antonio Vidal
5b924de49d
Cambios
2021-03-23 18:46:20 +01:00
Antonio Vidal
619f3e66e2
Merge pull request #19 from cheapy-issp/005-iniciosesion
...
005 iniciosesion
2021-03-23 16:58:13 +01:00
Antonio Vidal
ce05bea9c0
Arreglo de fallos en el despliegue
2021-03-23 16:56:21 +01:00
Antonio Vidal
91a0c235c1
Merge pull request #18 from cheapy-issp/develop
...
Merge pull request #17 from cheapy-issp/005-iniciosesion
2021-03-23 16:16:54 +01:00
Antonio Vidal
c85a24259e
Merge pull request #17 from cheapy-issp/005-iniciosesion
...
005 iniciosesion
2021-03-23 16:15:43 +01:00
Antonio Vidal
2c46cba4d4
Merge branch 'develop' into 005-iniciosesion
2021-03-23 16:15:24 +01:00
Antonio Vidal
652ca51d7e
Arreglo de las clases respecto develop
2021-03-23 15:49:28 +01:00
davsotpon
93ca48e624
Merge pull request #16 from cheapy-issp/009-cambiarVistas
...
Algunos cambios de diseño
2021-03-23 14:16:27 +01:00
David
36b07bc4dd
Algunos cambios de diseño
2021-03-23 14:08:35 +01:00
davsotpon
8b41f69f02
Merge pull request #15 from cheapy-issp/009-cambiarVistas
...
Primeros cambios en las vistas
2021-03-23 12:59:31 +01:00
David
0f933acd52
Primeros cambios en las vistas
2021-03-23 12:55:11 +01:00
javgranar
817273d732
Merge pull request #14 from cheapy-issp/006-entidades
...
006 entidades
2021-03-22 20:34:35 +01:00
Javier
98a78f15bd
Arreglo de entidades y de la configuracion mysql
2021-03-22 20:32:04 +01:00
Javier
018195af62
Entidades creadas
2021-03-22 19:21:44 +01:00
Javier
8b13d4b2a5
Entidades con error OneToOne en Users y Authorities
2021-03-21 21:11:08 +01:00
Javier
6a63b08705
Entidades inicio
2021-03-21 18:36:29 +01:00
Abraham
3420933e82
incluir el security en el pom y crear el package configuration
2021-03-21 11:34:39 +01:00
Pablo Franco Sánchez
aa068be971
Merge branch 'travis' into develop
2021-03-20 18:44:26 +01:00
Pablo Franco Sánchez
8bf33eb52a
Update pom.xml
2021-03-20 17:33:23 +01:00
Thiloparn
7e3bc6550e
Merge pull request #8 from cheapy-issp/branch-004
...
Limpieza de los archivos .sql
2021-03-20 17:28:33 +01:00
Thiloparn
6dcdd4b6cd
Limpieza de los archivos .sql
2021-03-20 17:27:31 +01:00
Pablo Franco Sánchez
cdb705c3bc
Cambios en .travis.yml
2021-03-20 16:40:01 +01:00
abemorcardc
2a1e10dffc
Merge pull request #6 from cheapy-issp/branch-003
...
Configurado usando jsp
2021-03-18 19:45:44 +01:00
Thiloparn
f110d7d204
Configurado usando jsp
2021-03-18 19:42:04 +01:00
abemorcardc
fc172600be
Merge pull request #5 from cheapy-issp/branch-001
...
Configuracion inicial
2021-03-18 18:35:31 +01:00
abemorcardc
a54355e7a8
Merge pull request #3 from cheapy-issp/branch-002
...
Configuracion para el funcionamiento con MySQL
2021-03-18 18:33:46 +01:00
abemorcardc
5317a2a58d
Añadido servicio de Owner y modificados los tests
2021-03-18 18:32:21 +01:00
abemorcardc
48ae594b90
Reorganizadas las clases y renombradas a cheapy
2021-03-18 00:35:57 +01:00
abemorcardc
6fe1d6b1fb
Eliminadas clases a excepción de Owner y las básicas
2021-03-17 20:39:03 +01:00
Thiloparn
acfba7c43b
Configuracion para el funcionamiento con MySql
2021-03-17 20:37:28 +01: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