Commit Graph

  • d915b66e70 Merge pull request #755 from okinskas/ambassador Ilkka Seppälä 2018-07-08 09:55:36 +03:00
  • 328f917749 #564: Collection Pipeline pattern nikhilbarar 2018-07-02 00:42:04 +05:30
  • ae07423470 First proposal Agustí Becerra Milà 2018-07-01 16:29:07 +02:00
  • 7add7b833c Merge branch 'master' into ambassador Ovidijus Okinskas 2018-06-29 14:34:31 +01:00
  • c7f9266768 Merge pull request #753 from Argyro-Sioziou/master Narendra Pathai 2018-06-28 13:55:32 +05:30
  • 0453bf9063 General cleanup. Simplifying code. Replacing all prints with appropriate Logger. Ovidijus Okinskas 2018-06-23 13:24:07 +01:00
  • f9bdd58bb7 Merge remote-tracking branch 'upstream/master' Argyro-Sioziou 2018-06-14 18:34:27 +03:00
  • 57f60c5ebf Updating javadoc comments Argyro-Sioziou 2018-06-14 18:30:46 +03:00
  • 51659fe9c5 Updating HayesVisitor and ZoomVisitor Argyro-Sioziou 2018-06-14 18:04:30 +03:00
  • 04d80f05c8 Adding consequences in README.md Argyro-Sioziou 2018-06-14 17:56:14 +03:00
  • 6636fb151b Adding AllModemVisitor interface Argyro-Sioziou 2018-06-14 12:40:41 +03:00
  • 6a0fa747ad Fixing typos Argyro-Sioziou 2018-06-14 12:18:46 +03:00
  • 8b1ed95d6b Updating ConfigureForDosVisitorTest and ConfigureForUnixVisitorTest classes Argyro-Sioziou 2018-06-14 12:14:35 +03:00
  • 6167d06dce Removing test case Argyro-Sioziou 2018-06-14 12:02:34 +03:00
  • 49feead13f Removing interfaces' test classes Argyro-Sioziou 2018-06-14 11:59:02 +03:00
  • 179a02bcdd Removing default constructors Argyro-Sioziou 2018-06-14 11:52:23 +03:00
  • 71f61cd40e #466, #509: Added diagrams and Readme files nikhilbarar 2018-06-13 23:40:36 +05:30
  • d54e29051f #466: Fix Checkstyle Issues nikhilbarar 2018-06-13 02:54:09 +05:30
  • 4456a440bc Monitor Object pattern #466 nikhilbarar 2018-06-13 02:43:25 +05:30
  • c48a1e9193 #509: Checkstyle Fixes nikhilbarar 2018-06-11 01:56:32 +05:30
  • 971a74e13a #509: Component Object Pattern nikhilbarar 2018-06-11 00:38:03 +05:30
  • 868e4561b5 Updating pom dependencies and adding license. Ovidijus Okinskas 2018-06-05 21:16:16 +01:00
  • c4dd94a019 Fixing CheckStyle issues in Test classes. Ovidijus Okinskas 2018-06-05 07:32:29 +01:00
  • ff579fabcf Fixing CheckStyle issues. Ovidijus Okinskas 2018-06-04 22:50:59 +01:00
  • 5393c96247 Adding README.md Ovidijus Okinskas 2018-06-04 22:32:05 +01:00
  • bae51f5803 Adding license to test classes. Ovidijus Okinskas 2018-06-04 21:27:04 +01:00
  • 74190e36bb Adding tests for each class. Ovidijus Okinskas 2018-06-04 21:20:04 +01:00
  • 6b10f4bdd1 Adding appropriate comments on classes and full description in App.java. Removing added function in ServiceAmbassador as it's not appropriate for the example. Ovidijus Okinskas 2018-06-04 20:36:10 +01:00
  • 73925cef2e Ambassador adds logging, imitates trying to connect to remote service and provides new client-side functionality. Need to clean up code, add tests and add descriptive comments. Ovidijus Okinskas 2018-06-03 22:20:40 +01:00
  • 987994f0fe Add license headers Ilkka Seppälä 2018-06-03 14:15:11 +03:00
  • 95df47e418 Disable intermittently failing test Ilkka Seppälä 2018-06-03 14:15:00 +03:00
  • afe85e22e7 Enhancing code format Argyro-Sioziou 2018-05-29 01:37:53 +03:00
  • 4023944240 Adding README.md file giorgosmav21 2018-05-27 17:10:20 +03:00
  • 17164c282a Adding class diagram Argyro-Sioziou 2018-05-27 17:07:34 +03:00
  • 27f58e0925 Adding HayesTest and ZoomTest giorgosmav21 2018-05-27 17:04:22 +03:00
  • 36a14778dc Adding App class giorgosmav21 2018-05-27 17:02:56 +03:00
  • 5e1da6361f Adding ConfigureForDosVisitor and ConfigureForUnixVisitor Argyro-Sioziou 2018-05-27 16:58:38 +03:00
  • 97718846d1 Adding HayesVisitor and ZoomVisitor Argyro-Sioziou 2018-05-27 16:55:08 +03:00
  • bbdf1cd738 Adding Hayes and Zoom classes giorgosmav21 2018-05-27 16:51:26 +03:00
  • 323395daaf Adding ModemVisitorTest giorgosmav21 2018-05-27 16:49:05 +03:00
  • 75734a6b7d Adding Modem abstract class giorgosmav21 2018-05-27 16:45:43 +03:00
  • 3f92b8f84e Adding ModemTest Argyro-Sioziou 2018-05-27 16:37:13 +03:00
  • 18a75c0620 Adding ModemVisitor interface Argyro-Sioziou 2018-05-27 16:12:31 +03:00
  • 9e15abbafc Adding pom.xml file Argyro-Sioziou 2018-05-27 15:49:35 +03:00
  • e9a219f643 Merge branch 'master' of https://github.com/Argyro-Sioziou/java-design-patterns into acyclic-visitor Argyro-Sioziou 2018-05-27 15:44:04 +03:00
  • 8bf53fe91d Adding acyclic-visitor module in pom.xml Argyro-Sioziou 2018-05-27 15:11:06 +03:00
  • c713dbcbf4 Merge pull request #752 from christophercolumbusdog/master Ilkka Seppälä 2018-05-27 10:59:52 +03:00
  • f3e1cd3a1d Fix checkstyle Christian Cygnus 2018-05-25 22:47:23 -05:00
  • 4ab46c7fcb #643 Fix flaky tests for throttling pattern Christian Cygnus 2018-05-25 22:26:35 -05:00
  • d7893c1fc2 Updated incorrect tag Narendra Pathai 2018-05-16 12:36:17 +05:30
  • eddfe76a84 Merge pull request #717 from waisuan/master Narendra Pathai 2018-05-16 12:31:20 +05:30
  • a386d4266d Fixed UnitTest Evan Sia Wai Suan 2018-05-12 18:18:44 +01:00
  • 29edeabaae Fixes based on code review feedback Evan Sia Wai Suan 2018-05-12 17:47:03 +01:00
  • abcc39871b Merged with upstream Evan Sia Wai Suan 2018-05-12 16:12:23 +01:00
  • 4ac6f90c96 Merge pull request #748 from pelmegov/clean-converter-class Ilkka Seppälä 2018-04-29 10:39:51 +03:00
  • a8d89ca861 Parameters in Converter class methods was renamed. A base class must not contain the concrete entities names or concrete class names pelmegov 2018-04-28 19:34:57 +03:00
  • 998600f09e Merge pull request #744 from pokemon4e/master Ilkka Seppälä 2018-04-12 21:02:08 +03:00
  • 1e04b17a2d Merge pull request #743 from MottoX/cleanup Ilkka Seppälä 2018-04-12 20:39:45 +03:00
  • 187b16c9e0 Merge pull request #740 from mernst/coverage-documentation Ilkka Seppälä 2018-04-12 20:37:30 +03:00
  • 3b45f2cad6 Consistent naming for EIP patterns #733 Milena Sapunova 2018-04-12 15:24:57 +03:00
  • 65e1cae2de Cleanup unnecessary code MottoX 2018-04-11 16:11:37 +08:00
  • 0b7343dd34 Correct the command for computing code coverage Michael Ernst 2018-04-09 16:38:09 -07:00
  • 379a825182 Merge pull request #714 from dheeraj-mummareddy/master Ilkka Seppälä 2018-04-08 20:01:42 +03:00
  • 522fbc035f delete the incorrect package Dheeraj Mummareddy 2018-04-08 10:56:48 -04:00
  • 40e5cc628a minor code review comments and Updating license header Dheeraj Mummareddy 2018-04-08 10:56:10 -04:00
  • 7a13012855 Merge branch 'master' of github.com:iluwatar/java-design-patterns Dheeraj Mummareddy 2018-04-08 10:38:16 -04:00
  • 1c0e0cd88b Set version for next development iteration Ilkka Seppälä 2018-03-31 10:36:05 +03:00
  • 3407392664 Reach milestone 1.19.0 1.19.0 Ilkka Seppälä 2018-03-31 10:34:25 +03:00
  • 474c218f85 Update license headers Ilkka Seppälä 2018-03-31 10:25:58 +03:00
  • 17ea0b17f6 Disable flaky tests mentioned in issue #643 and #699 Ilkka Seppälä 2018-03-31 10:16:56 +03:00
  • 7d4ccc6490 Merge pull request #730 from Deathnerd/master Ilkka Seppälä 2018-03-31 09:50:28 +03:00
  • 8b06ea52ab Removed unnecessary changes outside of scope of the task Wes Gilleland 2018-03-28 01:41:43 -04:00
  • 86ee59c232 Add Java annotation to code blocks in README files Wes Gilleland 2018-03-28 01:35:43 -04:00
  • 5a9f1b017e Merge branch 'master' into java9 java9 Ilkka Seppälä 2018-03-24 17:19:59 +02:00
  • 6879990857 Merge pull request #726 from valery1707/patch-1 Ilkka Seppälä 2018-03-24 16:24:05 +02:00
  • 855cf75dd6 Merge pull request #729 from S177LM/patch-1 Ilkka Seppälä 2018-03-22 17:38:32 +02:00
  • ecad864703 Fixed typo S177LM 2018-03-20 19:51:04 +01:00
  • c3b102e547 fixing the link Dheeraj Mummareddy 2018-03-14 19:22:39 -04:00
  • 69be74c016 Update SonarCloud badge valery1707 2018-03-14 20:20:15 +03:00
  • 3f9a5a254e code review comments Dheeraj Mummareddy 2018-03-13 12:03:23 -04:00
  • 05a9c030c0 Merge branch 'master' of github.com:iluwatar/java-design-patterns Dheeraj Mummareddy 2018-03-12 09:19:55 -04:00
  • c723289bbb Merge pull request #723 from Juaanma/patch-1 Ilkka Seppälä 2018-03-11 21:59:13 +02:00
  • 477da92e2f Merge pull request #724 from anthonycampbell/master Ilkka Seppälä 2018-03-11 21:23:32 +02:00
  • ac57d67f45 solution to issue #602. Implemented multiton with enum, added example to app.java, a test for the enum, and commented my code anthonycampbell 2018-03-08 16:08:09 -08:00
  • 960d2ea6f7 solution to issue #602. Implemented multiton with enum, added example to app.java, a test for the enum, and commented my code anthonycampbell 2018-03-08 15:52:35 -08:00
  • 87cb33f69b Fixed tests Juan Manuel Suárez 2018-03-07 17:43:03 -03:00
  • 915a1f3eb0 Forgot to delete row's @Override Juan Manuel Suárez 2018-03-07 17:26:39 -03:00
  • c8fd0bc23d Merge pull request #716 from baislsl/javadoc-fix Ilkka Seppälä 2018-03-07 21:52:50 +02:00
  • 696ed86aff Captain is implementing RowingBoat - Adapter pattern Juan Manuel Suárez 2018-03-07 00:19:33 -03:00
  • e0b8f6f850 fix checkstyle baislsl 2018-03-06 16:09:22 +08:00
  • 143213483c fixing typo Dheeraj Mummareddy 2018-03-05 21:41:24 -05:00
  • 678fa93838 update readme and thanks to Amazon Web Services & cloud guru Dheeraj Mummareddy 2018-03-05 21:25:08 -05:00
  • b2607010b4 update readme and ready for review Dheeraj Mummareddy 2018-03-05 21:23:42 -05:00
  • b2dd36f607 adding backend as a service with lambda + api gateway + dynamodb Dheeraj Mummareddy 2018-03-05 20:51:32 -05:00
  • af6973884f merge from upstream and fixing conflicts Dheeraj Mummareddy 2018-03-04 17:46:29 -05:00
  • 3894a0bb6c Merge branch 'master' of github.com:iluwatar/java-design-patterns Dheeraj Mummareddy 2018-03-04 17:33:58 -05:00
  • 49f8434911 Merge branch 'master' of github.com:iluwatar/java-design-patterns Dheeraj Mummareddy 2018-03-04 17:33:27 -05:00
  • 55bbb88ac9 Merge branch 'master' into master Evan Sia Wai Suan 2018-03-04 23:51:04 +08:00
  • ce88fd723e Merge branch 'master' of https://github.com/waisuan/java-design-patterns Sia Wai Suan 2018-03-04 15:25:55 +00:00
  • e01d640499 Merge pull request #713 from baislsl/master Ilkka Seppälä 2018-02-25 08:54:00 +02:00