Commit graph

  • 3153997748 removed docker build step matthewpdias 2018-03-07 15:29:59 -0800
  • 79b053c200 added configFileProvider matthewpdias 2018-03-07 15:11:47 -0800
  • d996061554 changed dummy step matthewpdias 2018-03-07 14:20:09 -0800
  • ac575a4f16 updated mvn command matthewpdias 2018-03-07 14:08:21 -0800
  • 905e3e9e4c changed curl url matthewpdias 2018-03-06 19:04:11 -0800
  • 48708ed17d updated curl url matthewpdias 2018-03-06 16:13:05 -0800
  • 7d63e7171d changed curl ip matthewpdias 2018-03-06 16:01:27 -0800
  • b3e771ee35 removed regression tests matthewpdias 2018-03-06 15:48:50 -0800
  • da1895c8d1 removed mvn settings matthewpdias 2018-03-06 15:39:32 -0800
  • 0015a2e4c1 pruned jenkinsfile matthewpdias 2018-03-06 15:34:32 -0800
  • 519d34e671 fixed missing }} matthewpdias 2018-03-06 15:20:31 -0800
  • fdf75b3114 adding resources for interview box matthewpdias 2018-03-06 15:16:52 -0800
  • 362466d43f Resolv da imagem Alex Baptista 2018-02-28 13:08:27 -0300
  • 9d74285758 Ajuste para exibir rota Alex Baptista 2018-02-28 12:59:58 -0300
  • 20fd117b1e Ajuste para exibição da pipeline no fluxo principal Alex Baptista 2018-02-28 08:26:48 -0300
  • 8fb68d50c3 Adicionando metada no template Alex Baptista 2018-02-27 22:15:50 -0300
  • 2b52f042be publicando versão funcional openshift template Alex Baptista 2018-02-25 22:26:10 -0300
  • 181b5e3ee7 Ajustes para build com openshift Alex Baptista 2018-02-25 21:28:29 -0300
  • 4ea915cbfc Added mocks for object of type Owner and Pet Gibran Khan 2018-02-25 18:04:32 -0500
  • 7a86dbd7fa FIX Dockerfile Alex Baptista 2018-02-25 19:29:47 -0300
  • 127cb86af7 Adicionando Dockerfile Alex Baptista 2018-02-25 19:24:01 -0300
  • b5f412d569
    Merge 7a44f46c84 into ce262966e9 mnhn329 2018-02-25 20:58:40 +0000
  • 7a44f46c84 Added tests for Vet class Maxim Nguyen 2018-02-25 15:55:38 -0500
  • a839859a3f Added TestPetTypeFormatter test class Zackkogan 2018-02-25 15:29:53 -0500
  • a9f9a826d7
    Merge pull request #7 from jadmalek/amanDev jadmalek 2018-02-25 14:31:35 -0500
  • aa595b12ba [TEST] Added missing assertEqual for getFirstName Aman Bhandal 2018-02-25 14:26:58 -0500
  • d074a71d78
    Merge d2637471be into ce262966e9 Aman Bhandal 2018-02-25 18:47:52 +0000
  • d2637471be [TEST] Added tests for Person, BaseEntity, and NamedEntity Aman Bhandal 2018-02-25 13:44:32 -0500
  • 122f60bc28
    Merge pull request #4 from artemmikhalitsin/mockito-tests jadmalek 2018-02-25 10:00:00 -0500
  • cd2c0c2233
    Merge pull request #5 from jadmalek/amandaDev jadmalek 2018-02-25 09:50:16 -0500
  • e1a35884b3
    Merge pull request #3 from jadmalek/jadDev jadmalek 2018-02-25 09:44:21 -0500
  • f00cd1233a
    Merge pull request #2 from jadmalek/rogerDev SunXP 2018-02-25 02:32:35 -0500
  • 506639c5d8 Addition to VisitController tests Amanda 2018-02-24 23:40:52 -0500
  • 8f516f8e3d Added comments for clarity Amanda 2018-02-24 23:39:23 -0500
  • 09a25b2cd0 Implemented Pet Controller tests with Mockito artemmikhalitsin 2018-02-24 23:35:38 -0500
  • 2b1ea2a3d6 [FIX] As per the requested changes, removed the private method for establishing the current date and made it part of the test setup. Also, made the testSetAndGetOwner more comprehensive by checking that each of the attributes particular to the owner were set and retrieved appropriately. Jad Malek 2018-02-24 23:06:43 -0500
  • 5fd342fcee
    Merge branch 'master' into rogerDev SunXP 2018-02-24 22:37:09 -0500
  • 8b0ddd27a8 Changed instance to ownerInstance, separated getPet tests, added assert for size in getPets SunXP 2018-02-24 22:33:52 -0500
  • e78fa0f68d
    Merge 6cb72af443 into ce262966e9 SunXP 2018-02-25 01:18:52 +0000
  • 9657254791 Fixed indentation from copy/paste EulPi 2018-02-24 19:53:28 -0500
  • bc81a84e48 Added VisitControllerTest and fixed pom.xml EulPi 2018-02-24 19:40:48 -0500
  • 8f6292f157
    Merge pull request #1 from jadmalek/sophiaDev Amanda W 2018-02-24 19:40:34 -0500
  • d20b9c7002 Requested changes of OwnerTest.java sophiaquach16 2018-02-24 19:30:38 -0500
  • 23b1d2bb58 Added test for Visit.java and VisitRepository.java Amanda 2018-02-24 17:47:17 -0500
  • cd8cee435e Updated pom.xml to match current springclinic master so that application can run Amanda 2018-02-24 17:46:13 -0500
  • b6d3dd1c11 [FIX] Further adjusted the assertEquals in PetTests to better compare the two parameters (as pointed out by @amawai) Jad Malek 2018-02-24 17:11:11 -0500
  • 36d98e5949 [FIX] Adjusted some of the code formatting and an assertEquals in the PetTests. Also, attempted to mock out the storage dependency purely for testing; however, since isolating the core application's spring-based use of db was more difficult than expected; the code was removed. Jad Malek 2018-02-24 16:58:23 -0500
  • 8c3eb6228c
    Merge 6cb72af443 into ce262966e9 SunXP 2018-02-24 21:11:36 +0000
  • 6cb72af443 Pulled name change correction from sophiaDev SunXP 2018-02-24 16:08:36 -0500
  • cdd422b8b3
    Merge 7c36089f6f into ce262966e9 sophiaquach16 2018-02-24 17:22:49 +0000
  • 7c36089f6f Changed test name in OwnerTest.java sophiaquach16 2018-02-24 11:52:42 -0500
  • 88bc05311a adding more unit tests to for the Owner class SunXP 2018-02-24 04:51:04 -0500
  • 6fbaa583cb [TEST] Added tests for the PetValidator.java class. These tests will ensure that the proper validation of name, type and birthDate by testing valid and invalid parameter inputs. Jad Malek 2018-02-23 14:26:59 -0500
  • 38121c4645 [TEST] Added tests for all the methods in the Pet.java (they were all mainly getters and setters). Will attempt to add more tests for this class or others. Jad Malek 2018-02-23 12:52:10 -0500
  • 06e40afe67 Added some missing tests for methods in Owner.java class sophiaquach16 2018-02-22 22:53:01 -0500
  • f9326428f1
    Merge 0d6662e831 into ce262966e9 dbmuse 2018-02-22 10:03:51 +0000
  • 90aa6ecfe5
    Merge c4dab30c5d into ce262966e9 nirushanm 2018-02-22 10:03:37 +0000
  • ce262966e9 Merge pull request #303 from arey:feature/date Stephane Nicoll 2018-02-22 11:03:26 +0100
  • d92a4218dd Add placeholder YYYY-MM-DD for date input field Antoine Rey 2018-02-15 17:44:48 +0100
  • 0b63f48df5
    Merge a46fa7baec into fadf7f4d11 Antoine Rey 2018-02-22 09:58:53 +0000
  • 1db05531bc
    Merge d91359018a into fadf7f4d11 DreamTeam 2018-02-22 09:58:00 +0000
  • fadf7f4d11 Merge pull request #278 from arey:feature/rest Stephane Nicoll 2018-02-22 10:57:34 +0100
  • 0d847edfdb Add spring-petclinic-rest URL Antoine Rey 2017-11-04 11:59:48 +0100
  • 106226929b Fix actuator exposure Stephane Nicoll 2018-02-22 10:57:12 +0100
  • 90ddac8423
    Merge f17eea034d into 34545e72a4 Antoine Rey 2018-02-22 09:55:38 +0000
  • 3873c2e720
    Merge 47fe646d42 into 34545e72a4 TECH_WORK 2018-02-22 09:51:12 +0000
  • ed774ae751
    Merge 938d33e81a into 34545e72a4 nirushanm 2018-02-22 09:49:41 +0000
  • dfcd30be60 Fix project's version Stephane Nicoll 2018-02-22 10:46:09 +0100
  • 34545e72a4 Merge pull request #301 from saturnism:patch-1 Stephane Nicoll 2018-02-22 10:36:13 +0100
  • c5abf45cbc Fix datasource initialization property Ray Tsang 2018-02-05 19:19:38 +0100
  • 330d2226b5
    Merge 6ee6771e8c into a52cbe93a2 Ray Tsang 2018-02-21 11:39:59 +0000
  • f716b691f6
    Merge 8d0938db5e into a52cbe93a2 Antoine Rey 2018-02-21 10:18:01 +0000
  • a52cbe93a2 Add ignores for vscode Dave Syer 2018-02-21 09:09:48 +0000
  • cdd802eeee Update webjars-locator dependency Stephane Nicoll 2018-02-21 10:48:01 +0100
  • 8d0938db5e
    Renaming webjars-locator-core Antoine Rey 2018-02-21 08:32:03 +0000
  • d3cbd2fb1a
    Merge 35d288cd78 into 6730a229a0 Christoph Knabe 2018-02-19 14:49:33 +0000
  • 35d288cd78 Avoid Maven build error 'dependencies.dependency.version' for org.webjars:webjars-locator:jar is missing. @ line 85, column 17 Christoph Knabe 2018-02-19 15:41:42 +0100
  • 407916acb3 Added version to webjar-locator. Chris Jones 2018-02-17 15:44:59 -0600
  • a46fa7baec Add placeholder YYYY-MM-DD for date input field Antoine Rey 2018-02-15 17:44:48 +0100
  • 30cdbf74ce
    Update readme.md saadhq20 2018-02-08 16:37:20 -0600
  • 0cb38eb371
    Create .travis.yml saadhq20 2018-02-08 16:32:28 -0600
  • ff4364ed0f
    Travis file creation vishakh2494 2018-02-08 15:20:18 -0600
  • 2372750913 Added travis file VISHAKH 2018-02-08 15:03:10 -0600
  • f071c3bd03
    Error vishakh2494 2018-02-08 14:33:02 -0600
  • b671d64725
    Travis file recreation vishakh2494 2018-02-08 14:14:34 -0600
  • 5eedcb620b
    Error resolve vishakh2494 2018-02-08 14:12:54 -0600
  • 0b4571665c
    Update readme2 pruvi9019 2018-02-07 16:16:24 -0600
  • 868e94e567
    Create readme2 pruvi9019 2018-02-07 16:15:03 -0600
  • 1786369f12
    Create .travis.yml pruvi9019 2018-02-07 16:07:52 -0600
  • 4099dc8593
    Delete .travis.yml pruvi9019 2018-02-07 16:07:28 -0600
  • c65408484b
    Added .travis file to my repo's root directory vishakh2494 2018-02-07 13:39:38 -0600
  • 159ca4eebf Updated POM file to identify the provider for rerunning flaky tests. Christopher Jones 2018-02-06 08:24:48 -0600
  • 359875d2d4 Another tweak to the build command. Christopher Jones 2018-02-06 08:01:06 -0600
  • 5d6bdf9e00 Another tweak to the build command. Christopher Jones 2018-02-06 07:58:08 -0600
  • 751253b995 Tweaked the surefire command-line argument. Christopher Jones 2018-02-06 07:53:31 -0600
  • cefcd4fad8 Updated the default build command to try and re-run goofy tests. Christopher Jones 2018-02-06 07:43:11 -0600
  • 6ee6771e8c
    Change spring.datasource.initialize to spring.datasource.initialization-mode` Ray Tsang 2018-02-05 19:19:38 +0100
  • c4dab30c5d
    Delete .travis.yml nirushanm 2018-02-04 16:58:07 -0600
  • 938d33e81a
    Delete .travis.yml nirushanm 2018-02-04 16:39:31 -0600
  • d76167cfe9 Merge pull request #39 from liatrio/PET-3-vets Ravi Kalaga 2017-09-28 13:32:07 -0400