Commit Graph

334 Commits

Author SHA1 Message Date
Tony Tam
39cb6a24db updated dev versions 2016-07-17 15:43:30 -07:00
Tony Tam
d9aa1dd985 updated readme 2016-07-15 13:46:47 -07:00
wing328
bd7904d42a add more companies 2016-07-15 12:20:19 +08:00
wing328
ac3b60e390 add link to appveyor build 2016-07-14 22:47:38 +08:00
Justin Debbink
9fc7215d6d Update README to clean on mvn package 2016-07-13 11:44:57 -05:00
wing328
56951a2df4 update wording related to config.json 2016-07-07 17:25:54 +08:00
Reyna DeLoge
71289a1b71 Update README.md
Fix link!
2016-07-06 15:00:00 -07:00
Rowan J.K. Walker
70376c8e63 Fix typo in README.md
On line 379 -DapiTest should be -DapiTests and -DmodelTest should be -DmodelTests.
2016-07-05 21:48:25 +12:00
wing328
873e3974ed add badge for windows test 2016-07-05 00:29:42 +08:00
wing328
4f69a2d788 update wording in overview 2016-07-05 00:03:08 +08:00
DenisBiondic
f69f5de0bd Added my company (Conplement) 2016-07-01 12:32:08 +02:00
wing328
133c3abc57 add warning about code injection 2016-06-28 13:22:48 +08:00
Scott Lee Davis
435b4d9be9 Update README.md 2016-06-27 14:22:38 -07:00
wing328
81339ad98f add editor.swagger.io 2016-06-27 09:50:54 +08:00
wing328
e8b22a771b add http://kuroiwebdesign.com/ 2016-06-26 23:34:54 +08:00
aranyia
6f674e3a7f Added W.UP to companies using Swagger
W.UP is using Swagger codegen extensively for multiple projects on the server-side and mobile clients.
2016-06-25 00:45:17 +02:00
Peter Coles
add63009bf Minor typos in docs 2016-06-24 09:48:24 +01:00
wing328
eda6d35b9f add nancyfx template owner 2016-06-22 10:33:31 +08:00
wing328
c2f5d83d06 Merge branch 'nancyfx-codegen' of https://github.com/FinderSystems/swagger-codegen into FinderSystems-nancyfx-codegen
Conflicts:
	modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenModel.java
2016-06-21 23:47:49 +08:00
wing328
d7bfe5495e add wealthfront, gravitate solution, Mporium 2016-06-21 10:26:28 +08:00
wing328
450eb844e9 add guohuang as go server owner 2016-06-20 22:42:24 +08:00
Marcin Stefaniuk
5b7ed41b1b Extended list of generators. 2016-06-20 15:41:53 +02:00
Marcin Stefaniuk
897cd5c2ef Updated readme section with enlisted companies using Swagger Codegen. 2016-06-20 11:44:25 +02:00
wing328
514255c8b7 clean up toc 2016-06-20 14:16:22 +08:00
wing328
cc5e79cd0d move server stub doc to wiki 2016-06-17 19:36:24 +08:00
wing328
36325393bd add C++ Danielku15 2016-06-15 10:44:04 +08:00
wing328
a97402d1ee add http://www.lascaux.it/ 2016-06-13 15:15:21 +08:00
Peter
6cab3a2a37 added GraphHopper to projects/companies 2016-06-08 22:53:58 +02:00
wing328
34fed26e79 add epaul to the core team 2016-06-04 00:02:30 +08:00
wing328
a223dcd7c5 add Avenida Compras S.A 2016-05-31 21:35:19 +08:00
wing328
fb68f61a03 Merge pull request #2992 from jimschubert/swagger_codegen_ignore_docs
[codegen ignore] Add tests and docs, fix two minor issues
2016-05-30 21:34:12 +08:00
wing328
535a782239 add [Kabuku](http://www.kabuku.co.jp/en) 2016-05-30 11:01:32 +08:00
Jim Schubert
d172de260d [codegen ignore] Add tests, fix two minor issues
Tests are create to act on actual files to gauarantee functionality of
.swagger-codegen-ignore processing. Found two minor issues, one with
directory processing of files below the directory and another with
filename.* patterns reversing as *filename. for the pattern.

Added documentation to the README about .swagger-codegen-ignore file
support and syntax.
2016-05-28 22:25:45 -04:00
wing328
a86a4ac94e add dbbest 2016-05-26 15:42:45 +08:00
wing328
ce426ee868 add SCOOP software 2016-05-26 00:00:23 +08:00
wing328
4df140956f update version to 2.2.0-SNAPSHOT 2016-05-25 22:17:11 +08:00
wing328
917192e558 add Revault Sàrl 2016-05-23 20:56:14 +08:00
wing328
810d165f21 add zlx to ruby core team 2016-05-22 22:48:43 +08:00
Kim Sondrup
706dfea1a9 Added WEXO to list of companies using Swagger Codegen 2016-05-17 09:36:35 +02:00
Kyle Brooks
7c3facb682 Adding IMS Health to the list of companies
This is where I work, and I am using swagger-codegen for a project at work, so it counts.
2016-05-16 17:10:34 -07:00
wing328
5af4156c02 Merge pull request #2866 from jimschubert/cs/ignore_model_tests_option
[generator] Individual options to exclude tests and docs for apis and models
2016-05-16 23:10:41 +08:00
wing328
10f11ad91e add zlx 2016-05-16 14:37:47 +08:00
J Webb
f38bdae6c0 Fixes instructions for generating PHP Silex code. 2016-05-14 16:38:00 -04:00
Jim Schubert
96b98d22c5 [generator] Exclude api/model tests & docs via options
Adds support for system properties apiTests, modelTests, modelTests, modelDocs.
All accepting a boolean value to explicitly define whether or not these
should be generated.

These properties aren't considered "features", so specifying
-DmodelTests=false for example won't cause api or supportFiles to be ignored.

Includes additionalProperty excludeTests for when apiTests and modelTests are
both set to false.

Also includes update to csharp client generator to prevent generation of
the Test project or inclusion of the Test project when both api and
model tests are excluded.

see #2506
2016-05-13 22:04:45 -04:00
wing328
9df91a08cd add cchafer (author of Akka Scala) 2016-05-11 11:27:37 +08:00
wing328
e17710fc72 add pagerduty 2016-05-10 10:38:16 +08:00
wing328
d3c434e40f add mateuszmackowiak to core team 2016-05-09 21:53:01 +08:00
wing328
8a9ba0b3f3 Merge pull request #2803 from diyfr/SpringBootServer
Add Springboot documentation
2016-05-09 15:39:30 +08:00
diyfr
c039526993 Add Springboot documentation 2016-05-09 08:21:32 +02:00
wing328
9e8cbae0ec rearrange order for core member list 2016-05-09 00:46:17 +08:00
wing328
cfa2c54c15 removed kristof 2016-05-09 00:45:29 +08:00
wing328
20f3850eb2 add guideline for becoming a core team member 2016-05-09 00:30:55 +08:00
wing328
6b6a559aa5 add .net2.0 template creator 2016-05-08 23:24:14 +08:00
wing328
d4383ce4c1 update core team (js) 2016-05-08 22:33:52 +08:00
wing328
dcbc8975a0 update core team 2016-05-08 22:24:52 +08:00
wing328
46957bb6aa add swagger codegen core team 2016-05-08 18:48:22 +08:00
wing328
bff6c8bab4 add bitly 2016-05-07 08:47:30 +08:00
wing328
ec5d300bab added Pepipost 2016-05-04 18:26:13 +08:00
Kristof Vrolijkx
de5363c21b Correcting author 2016-04-29 08:49:48 +02:00
wing328
a54720a586 fix typo 2016-04-21 14:36:17 +08:00
wing328
7eebf17f58 add getting started section 2016-04-21 14:34:48 +08:00
John
2efb439f2e Update README.md
Adding a company to the list of companies using swagger.
2016-04-18 13:53:14 -05:00
wing328
a069ea1435 add http://developer.mypurecloud.com/ 2016-04-18 22:15:50 +08:00
wing328
3aeef74dd0 add link to wiki, faq 2016-04-13 15:57:02 +08:00
wing328
6240183545 update nodejs to nodejs-server 2016-04-12 10:41:59 +08:00
Paŭlo Ebermann
48630b4c47 fix link in README.md.
This was missed in #2515.
2016-04-09 10:35:10 +02:00
gabrielvv
5f01613572 Update README.md 2016-04-07 18:17:47 +02:00
Tony Tam
1fe2d3a165 release prepare 2016-04-06 14:07:52 -07:00
Alex
b0592449eb Update doc to support resteasy 2016-04-04 22:49:03 +06:00
wing328
5d5a6e049c update maven version 2016-03-26 10:59:08 +08:00
wing328
eb69db5720 add kuary 2016-03-23 21:47:38 +08:00
wing328
abee93b2c5 fix links without http:// 2016-03-22 22:20:26 +08:00
wing328
84af7cf3de add beemo, FH Münster 2016-03-22 22:09:50 +08:00
wing328
0941db6fbd lower case eureka 2016-03-22 16:13:37 +08:00
wing328
4026ba3e44 add - [Eureka](http://eure.jp/) 2016-03-22 15:57:23 +08:00
wing328
3147061345 add github integration 2016-03-14 13:39:07 +08:00
Cyrille B. Delavenne
042e331f8d Add LANDR Audio to the list of companies
Add LANDR Audio to the list of companies using Swagger Codegen
2016-03-11 16:46:45 -05:00
wing328
fd8ec21a63 add cloudboost 2016-03-04 21:53:16 +08:00
Tommy Alander
a415cd74fb sorted list :-) 2016-03-04 10:09:13 +01:00
Tommy Alander
fc654623d9 Add svenska spel to companies using swagger 2016-03-04 09:34:54 +01:00
Jono
6a450a3a96 Fix wget command in readme
The parameter being used was outputting a log file instead of changing downloading the file.
2016-03-03 16:15:19 -08:00
wing328
18262c1b61 Merge pull request #2256 from hiveship/fix-cxf-codegen
Fixes for JAXRS-CXF Codegen
2016-03-02 20:49:48 +08:00
Viktor Zeman
b6d2e5b2b7 updated section Companies
based on communication with @wing328 updated section "Companies/Projects using Swagger Codegen"
- added LiveAgent project
- added PostAffiliatePro project
2016-03-01 21:00:36 +01:00
wing328
6ca6606c8b add pixoneye 2016-03-01 18:11:52 +08:00
wing328
2171ca524f add zalando 2016-02-29 23:41:34 +08:00
Maelig Nantel
fff4b315df Update README.md 2016-02-29 09:49:51 +01:00
Maelig Nantel
fb954a9ecd Update README.md 2016-02-26 11:45:21 +01:00
Maelig Nantel
37e62b89bc Fixes for JAXRS-CXF Codegen 2016-02-26 10:56:26 +01:00
wing328
6bbd691913 add https://www.atlassian.com/ 2016-02-25 11:20:31 +08:00
jaz-ah
205348e11c Update README.md
added Activehours to list of company names
2016-02-23 11:48:49 -08:00
wing328
9ad139c554 add docusign 2016-02-22 22:43:03 +08:00
wing328
e770ba12aa add https://osdn.jp 2016-02-22 21:18:25 +08:00
wing328
7307210092 better instruction to update the company list 2016-02-22 14:00:59 +08:00
wing328
f55d1a80be added "in production", add link to submit a PR 2016-02-22 13:57:24 +08:00
wing328
dd37db14ed fix link to www.expectedbehavior.com 2016-02-22 01:05:44 +08:00
wing328
1090aa2d01 fix anchor 2016-02-22 01:03:06 +08:00
wing328
60424397c1 add company list 2016-02-22 01:02:26 +08:00
wing328
014e802d3c add a link to aspnet5 2016-02-20 22:09:49 +08:00
wing328
cf03cee58f update help generate 2016-02-19 18:19:58 +08:00
Kyle Anderson
57788614ca Fixed syntax in wget installation 2016-02-18 20:18:27 -08:00