Commit Graph

257 Commits

Author SHA1 Message Date
124fd33da0 Remove use of coveralls-maven-plugin (sonarqube.com covers this) 2016-11-01 21:31:54 +02:00
1c02785927 Add SonarQube.com badge 2016-10-23 14:35:45 +02:00
7e77216919 remove link, resolves #479
to avoid confusion, the link is removed.
For more information on why this is done please look at the referenced issue
2016-08-15 11:53:39 +02:00
bf7b682549 Add License Shield 2016-04-24 12:25:05 +02:00
ab2aad3226 Work on #226, moved pattern specific references to respective patterns. And removed credits section from Home page. 2016-01-27 12:55:59 +05:30
9544dd321a Rephrase readme title 2015-12-28 20:09:53 +02:00
f59f18091e Remove Coverity scan #327 2015-12-27 21:23:09 +02:00
6b1356a160 Add Gitter link to README.md 2015-12-26 12:12:33 +02:00
e09dda6037 A Warning for beginners in the Readme. 2015-10-14 06:41:32 -03:00
ba6511fe5d Work on #226, moved POSA reference and some J2EE design pattern references 2015-09-24 12:23:02 +05:30
65add323ed Work on #208, explained the ways our patterns can be explored 2015-09-11 13:51:44 +05:30
7a1c2ee413 Work on #208, added getting started section in README and linked it to programming priciples site 2015-09-08 12:49:54 +05:30
9eb64bc0e5 Removed the Markdown Plus custom heading id's
Because the renderer of github doesnt support markdown plus...
2015-09-06 19:33:56 +02:00
1bef44c4e8 fix #237
- Removed Self-Links and instead used another way of making custom id's
- Removed TOC
- Removed Back to top arrows
- Made FAQ an extra page
2015-09-06 18:54:23 +02:00
782c0b8320 Work on #226, moved pattern specific credits to respective pattern pages in website 2015-09-03 18:17:07 +05:30
4135179040 Updated build badge to redirect to Travis on click
This allows for quick review of last build.
2015-09-02 15:17:06 +05:30
981c0bdcd8 #228 Added link to developer wiki 2015-08-30 16:00:06 +03:00
cc0b93dc50 #228 Fixed "Introduction" header 2015-08-30 15:55:29 +03:00
8cc72b15a4 #228 Moved developer information to project wiki 2015-08-30 15:53:33 +03:00
5ce932ceb7 Work on #213
- properly categorize all patterns
- remove pattern list from readme
- minor fixes to readme
- removed "introduction" because its not a pattern and an error i
committed some time ago
2015-08-20 21:40:07 +02:00
9691a371e6 Work on #221 documented agreed guideline in README
Agreed guideline is conveyed and configuration link for eclipse and IntelliJ is also added.
2015-08-20 11:52:20 +05:30
86b85623f3 Updated 'How to Contribute' Instructions 2015-08-15 20:50:03 +02:00
fbb12b53ba Work towards #56: Splitting up the README
I did the job and splitted up the readme, hopefully everything was
splitted correctly...
2015-08-13 23:54:40 +02:00
9ca69c72a3 Added reference to POSA and white paper of pattern in README 2015-08-12 11:33:49 +05:30
5ecb6ce152 Added Gitter badge 2015-08-11 19:33:28 +00:00
5d8ff14ffc Fixup 2015-08-11 12:16:51 +05:30
8e1d0a642e Added go to top links in various sections 2015-08-11 12:10:58 +05:30
41ab86763e Updated README for better navigational summary
Links to various important sections of README is provided at the top so that it becomes easily navigable.
2015-08-11 11:58:02 +05:30
a95bd31b8a Merge pull request #194 from dmitz/step-builder
#111 Implementation of Step Builder pattern
2015-08-10 21:21:45 +03:00
0beb19426c Minor fixes in Step Builder 2015-08-10 10:20:13 +03:00
2238369fc0 Better capitalization in the readme.
Also reworded some sentences and wrapped one or two huge lines I would need to
change anyway.

Closes #192
2015-08-08 10:27:50 -03:00
e3f2da8544 Wrapping some parts of the README at 80.
Notes:
  some lines had breaks at varying positions, fixed to 80.
  this improves readability to me immensely
  some stuff should not be wrapped and other parts are just hard to
    wrap, so I am satisfied with this for now.

[ci skip]
2015-08-07 10:31:53 -03:00
f52d7d3dbc #111 Implementation of Step Builder pattern 2015-08-07 16:17:47 +03:00
8a4911a4eb Fixed several typos in the README. 2015-08-06 20:05:32 -03:00
8e5b7a2ad7 Merge pull request #182 from npathai/master
PR for #180 change links to relative
2015-07-30 19:56:11 +03:00
fba92e281d Changed the absolute links in README to relative links for issue #180 2015-07-30 12:41:24 +05:30
960fac5ea0 Implemented half sync half async pattern #109 2015-07-30 11:01:10 +05:30
88c2e7dacd Changed improper description about double dispatch in FAQ section 2015-07-29 16:50:36 +05:30
3adffb62da Update README.md 2015-07-27 21:00:30 +03:00
afd5612e17 Update README.md 2015-07-27 20:52:00 +03:00
18618dfbec #68 Added class diagram and referenced it from the README.md 2015-07-23 00:49:04 +03:00
4f0414a637 Merge branch 'async-method-invocation' of https://github.com/trautonen/java-design-patterns into trautonen-async-method-invocation
Conflicts:
	pom.xml
2015-07-23 00:32:07 +03:00
0fc009cba2 #89 Added book reference 2015-07-23 00:17:51 +03:00
869c578fe3 #89 Added Business Delegate pattern description to README.md 2015-07-23 00:16:32 +03:00
6fbac15e64 #68: Documented async method invocation. 2015-07-22 23:36:59 +03:00
6b11329ae0 #55 Added book reference 2015-07-22 01:17:42 +03:00
9040c8bec6 #55 Added Repository description to README.md 2015-07-22 01:15:30 +03:00
1371f75e36 #90 Added book reference 2015-07-19 14:19:05 +03:00
3fc25a2102 #90 Added pattern description to README.md 2015-07-19 14:17:01 +03:00
fb8ca3cd88 #91 Added real world example 2015-07-13 23:45:58 +03:00