Robert Winkler
|
cd38ed01a4
|
Updated documentation.
|
2016-03-22 16:38:20 +01:00 |
|
Robert Winkler
|
5f965e6378
|
Updated documentation.
|
2016-03-22 16:33:20 +01:00 |
|
Robert Winkler
|
d20bce81f0
|
Merge remote-tracking branch 'origin/master'
|
2016-03-21 16:44:52 +01:00 |
|
Robert Winkler
|
d9e2397f48
|
Updated documentation.
|
2016-03-21 16:43:42 +01:00 |
|
Robert Winkler
|
6fe35c34be
|
Updated readme
|
2016-03-19 15:22:01 +01:00 |
|
Hugo de Paix de Coeur
|
05924c5813
|
Merge branch 'master' into features/sparser-1.0.18
# Conflicts:
# build.gradle
|
2016-03-18 15:48:43 +01:00 |
|
Robert Winkler
|
b931d7f3af
|
Fixes #116 Section titles of generated HTTP request/response have the same level
|
2016-03-18 15:39:03 +01:00 |
|
Robert Winkler
|
5b970eb2c8
|
Merge remote-tracking branch 'origin/master'
|
2016-03-18 15:06:24 +01:00 |
|
Robert Winkler
|
52b5bf2361
|
Renamed operationsGroupedBy to pathsGroupedBy to be backward compatible.
|
2016-03-18 15:06:17 +01:00 |
|
Hugo de Paix de Coeur
|
8eee21baf0
|
renamed intoFolder -> toFolder, asString -> toString for consistency
|
2016-03-18 13:20:36 +01:00 |
|
Robert Winkler
|
e99656704f
|
Merge pull request #114 from ahus1/translation_to_german
translation of labels to German
|
2016-03-18 13:05:37 +01:00 |
|
Alexander Schwartz
|
235e5b7ddf
|
translation of labels to German
|
2016-03-18 12:50:27 +01:00 |
|
Robert Winkler
|
69e7992f3e
|
Updated markup-document-builder to 1.0.0-SNAPSHOT
|
2016-03-18 10:39:14 +01:00 |
|
Robert Winkler
|
29bfddc8d2
|
DiffUtils assertThatAllFilesAreEqual iterates over the expectedDirectory instead of the actualDirectory now. This allows to check only 2 files instead of always all 4 S2M documents.
|
2016-03-18 08:22:59 +01:00 |
|
Robert Winkler
|
3fc8a897a1
|
Removed mavenLocal() in build.gradle.
|
2016-03-18 08:12:41 +01:00 |
|
Hugo de Paix de Coeur
|
451e377cac
|
inverted actual/expected in DiffUtils.assertThatAllFilesAreEqual for consistency with tests habits
|
2016-03-17 17:15:44 +01:00 |
|
Hugo de Paix de Coeur
|
6379b3ccf1
|
fixed #107 : Possibility to write the output into just one file instead of a folder
|
2016-03-17 17:10:53 +01:00 |
|
Hugo de Paix de Coeur
|
456f27c85b
|
Merge branch 'master' into features/sparser-1.0.18
|
2016-03-17 15:38:06 +01:00 |
|
Hugo de Paix de Coeur
|
c739649f20
|
fixed typo bug in withSwaggerMarkupLanguage which was setting the bad markupLanguage variable
|
2016-03-17 15:37:37 +01:00 |
|
Hugo de Paix de Coeur
|
3dceb21bd5
|
Merge branch 'master' into features/sparser-1.0.18
|
2016-03-16 19:16:08 +01:00 |
|
Hugo de Paix de Coeur
|
23331930cc
|
introduced .withSwaggerMarkupLanguage configuration to automatically convert Swagger file description into the target S2M language
|
2016-03-16 19:13:57 +01:00 |
|
Hugo de Paix de Coeur
|
da48f49a25
|
Merge branch 'master' into features/sparser-1.0.18
|
2016-03-16 16:32:36 +01:00 |
|
Hugo de Paix de Coeur
|
3775f26458
|
fixed refactoring bug in PathsDocumentBuilder::DefinitionDocumentResolverFromOperation
|
2016-03-16 16:30:20 +01:00 |
|
Robert Winkler
|
365d3278ff
|
Added getRequiredMarkupLanguage method to Swagger2MarkupProperties
|
2016-03-16 16:09:01 +01:00 |
|
Robert Winkler
|
7cc9742530
|
Merge remote-tracking branch 'origin/master'
|
2016-03-16 15:51:01 +01:00 |
|
Robert Winkler
|
0648a9cbea
|
Added two getPath methods to Swagger2MarkupProperties.
|
2016-03-16 15:50:48 +01:00 |
|
Hugo de Paix de Coeur
|
7766276abc
|
Merge branch 'master' into features/sparser-1.0.18
# Conflicts:
# build.gradle
|
2016-03-16 15:50:41 +01:00 |
|
Hugo de Paix de Coeur
|
19bc2dd0e2
|
moved generated test results to build/test for consistency with MDB
|
2016-03-16 15:37:37 +01:00 |
|
Robert Winkler
|
6126260aae
|
Added a URIUtils class with a new convertUriWithoutSchemeToFileScheme method.
|
2016-03-16 15:15:30 +01:00 |
|
Robert Winkler
|
cdd0bc52e2
|
Added a getRequiredURI and updated the getURI method in Swagger2MarkupProperties
|
2016-03-16 14:07:24 +01:00 |
|
Hugo de Paix de Coeur
|
ccf3ee8e7d
|
use new MDB .withHeaderColumn
|
2016-03-16 13:51:55 +01:00 |
|
Robert Winkler
|
54147bbddb
|
Merge remote-tracking branch 'origin/master'
|
2016-03-16 12:42:33 +01:00 |
|
Robert Winkler
|
914fa2da0f
|
Refactored Swagger2MarkupConfigBuilder to use Apache Commons configuration.
|
2016-03-16 12:42:27 +01:00 |
|
Hugo de Paix de Coeur
|
d41b14bbff
|
added anchors for operations and definitions in !separated mode too
switched paths anchors to getId() instead of getTitle()
|
2016-03-16 11:39:37 +01:00 |
|
Robert Winkler
|
354d2167fb
|
Added enum examples to swagger_petstore.yaml.
|
2016-03-16 08:52:09 +01:00 |
|
Hugo de Paix de Coeur
|
9eb7c671cd
|
Merge branch 'master' into features/sparser-1.0.18
|
2016-03-15 18:14:48 +01:00 |
|
Hugo de Paix de Coeur
|
aee7708cd1
|
Use swagger-compat-spec-parser:1.0.18-SNAPSHOT
|
2016-03-15 18:07:20 +01:00 |
|
Robert Winkler
|
e3f946ecf8
|
Added missing javadoc to Swagger2MarkupConfig.
|
2016-03-15 15:51:08 +01:00 |
|
Robert Winkler
|
c25b6be1f3
|
Moved String constants PROPERTIES_PREFIX and EXTENSION_PREFIX into Swagger2MarkupConfig interfaces
|
2016-03-15 15:49:27 +01:00 |
|
Hugo de Paix de Coeur
|
eff69079a6
|
added Swagger2MarkupConfig, Swagger2MarkupExtensionRegistry documentation
|
2016-03-15 14:44:42 +01:00 |
|
Robert Winkler
|
8d8d4cd5d0
|
Added a method getExtensionsProperties to Swagger2MarkupConfig and withExtensionProperties to Swagger2MarkupConfigBuilder so that a user is able to configure its Swagger2Markup extension.
|
2016-03-15 13:42:36 +01:00 |
|
Hugo de Paix de Coeur
|
4bce1234af
|
fixes package paths after massive package refactoring (2/2)
|
2016-03-15 12:12:44 +01:00 |
|
Hugo de Paix de Coeur
|
d892f0b39d
|
fixes package paths after massive package refactoring
|
2016-03-15 11:23:52 +01:00 |
|
Robert Winkler
|
831e949d91
|
Uncommented tests which are not necessary anymore.
|
2016-03-15 11:04:53 +01:00 |
|
Robert Winkler
|
d48b9c217b
|
The S2MConfig and S2MRegistry are interfaces now so that other users can develop their own implementations and don't have to use our default implementations.
|
2016-03-15 09:59:32 +01:00 |
|
Robert Winkler
|
124a66aaa9
|
Merge branch 'master' of https://github.com/Swagger2Markup/swagger2markup
|
2016-03-15 08:43:31 +01:00 |
|
Robert Winkler
|
08eb6841fc
|
Refactor extension SPI to use the ServiceLoader by default
|
2016-03-15 08:43:26 +01:00 |
|
Hugo de Paix de Coeur
|
e74ac9fda5
|
fixes copy code to support last mdb commits
|
2016-03-14 19:28:07 +01:00 |
|
Robert Winkler
|
d4bbcc3acc
|
Allow to use http proxy settings in unit tests.
|
2016-03-14 15:43:40 +01:00 |
|
Robert Winkler
|
9655e113c0
|
Fixed order of examples and security scheme definitions.
|
2016-03-14 15:43:20 +01:00 |
|