-
-
Notifications
You must be signed in to change notification settings - Fork 49
Comparing changes
Open a pull request
base repository: springdoc/springdoc-openapi-gradle-plugin
base: 1.2.0
head repository: springdoc/springdoc-openapi-gradle-plugin
compare: master
Commits on May 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c7eea78 - Browse repository at this point
Copy the full SHA c7eea78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6285054 - Browse repository at this point
Copy the full SHA 6285054View commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4eba2f1 - Browse repository at this point
Copy the full SHA 4eba2f1View commit details
Commits on Jun 7, 2020
-
Add ability to set forkProperties on spring boot startup
Allows for 1 of 2 options 1. A static string of the properties you want to set openApi { forkProperties = "-Dspring.profiles.active=special" } 2. You can simply pass the values from whatever you sent to gradle gw clean generateOpenApiDocs -Dspring.profiles.active=special openApi { forkProperties = System.properties }
Configuration menu - View commit details
-
Copy full SHA for f9835dd - Browse repository at this point
Copy the full SHA f9835ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ab479 - Browse repository at this point
Copy the full SHA b9ab479View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c37a2 - Browse repository at this point
Copy the full SHA f4c37a2View commit details
Commits on Jun 8, 2020
-
Wanted to make sure all the properties could be set correctly and used so here is a test suite to do so. So to do so I used gradle test kit to be able to run gradle task and inject the current version of the plugin code. And run it with all the different options. Validating as it goes. Some of the tests were not possible without forkProperties so that helped. The strategy for testing is there is a stubbed out spring boot app under src/test/resources. For each test case it will copy that to a temp dir, execute the gradle tasks for the plugin passing different argument and validate the results.
Configuration menu - View commit details
-
Copy full SHA for 186f442 - Browse repository at this point
Copy the full SHA 186f442View commit details
Commits on Jun 9, 2020
-
Merge pull request #23 from zendern/fork-properties
Fork properties
Configuration menu - View commit details
-
Copy full SHA for dd19f35 - Browse repository at this point
Copy the full SHA dd19f35View commit details -
bnasslahsen committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 4889f72 - Browse repository at this point
Copy the full SHA 4889f72View commit details -
bnasslahsen committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 17fcd3c - Browse repository at this point
Copy the full SHA 17fcd3cView commit details -
bnasslahsen committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 2d73400 - Browse repository at this point
Copy the full SHA 2d73400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c443c5 - Browse repository at this point
Copy the full SHA 6c443c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0047a00 - Browse repository at this point
Copy the full SHA 0047a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff77958 - Browse repository at this point
Copy the full SHA ff77958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79026cb - Browse repository at this point
Copy the full SHA 79026cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c10bc8 - Browse repository at this point
Copy the full SHA 3c10bc8View commit details
Commits on Jun 10, 2020
-
bnasslahsen committed
Jun 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 519dedb - Browse repository at this point
Copy the full SHA 519dedbView commit details -
bnasslahsen committed
Jun 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 6a01489 - Browse repository at this point
Copy the full SHA 6a01489View commit details
Commits on Aug 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9214018 - Browse repository at this point
Copy the full SHA 9214018View commit details
Commits on Aug 23, 2020
-
Merge pull request #30 from david-caldwell-idexx/master
Fix incorrectly spelled parameter name in README
Configuration menu - View commit details
-
Copy full SHA for 4a5d90f - Browse repository at this point
Copy the full SHA 4a5d90fView commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f2a80aa - Browse repository at this point
Copy the full SHA f2a80aaView commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eab0d93 - Browse repository at this point
Copy the full SHA eab0d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fee884 - Browse repository at this point
Copy the full SHA 1fee884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0307d6d - Browse repository at this point
Copy the full SHA 0307d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b25ccce - Browse repository at this point
Copy the full SHA b25ccceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ff7de - Browse repository at this point
Copy the full SHA e1ff7deView commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6af220f - Browse repository at this point
Copy the full SHA 6af220fView commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b3fd20c - Browse repository at this point
Copy the full SHA b3fd20cView commit details
Commits on Feb 12, 2021
-
Merge pull request #38 from jeff-lauterbach-by/fix-37
Support yaml urls when using GroupedOpenApi
Configuration menu - View commit details
-
Copy full SHA for e23d952 - Browse repository at this point
Copy the full SHA e23d952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5427bbb - Browse repository at this point
Copy the full SHA 5427bbbView commit details
Commits on Feb 15, 2021
-
FIX: Cannot use multiple forkProperties
Eduard Tomek committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for c57f3ed - Browse repository at this point
Copy the full SHA c57f3edView commit details
Commits on Feb 24, 2021
-
Merge pull request #39 from edee111/fix/multiple-fork-properties
FIX: Cannot use multiple forkProperties
Configuration menu - View commit details
-
Copy full SHA for 79ac348 - Browse repository at this point
Copy the full SHA 79ac348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2c429 - Browse repository at this point
Copy the full SHA 8f2c429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1782a - Browse repository at this point
Copy the full SHA 5e1782aView commit details
Commits on Feb 26, 2021
-
Add ability to generate multiple OpenAPI docs
This commit adds a new extension property `groupedApiMappings` allowing a user of this plugin to specify multiple mappings of api url to file name. This is intended for use in projects utilising the springdoc GroupedOpenApi feature. When the `groupedApiMappings` property is specified the single api properties `apiDocsUrl` and `outputFileName` are ignored. The plugin attempts to download each mapping in turn. Fixes #40
Configuration menu - View commit details
-
Copy full SHA for 2986e64 - Browse repository at this point
Copy the full SHA 2986e64View commit details
Commits on Mar 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 82a59b6 - Browse repository at this point
Copy the full SHA 82a59b6View commit details
Commits on Mar 26, 2021
-
Merge pull request #41 from jrmcdonald/feat/issue-40-multiple-grouped…
…-apis Add ability to generate multiple OpenAPI docs
Configuration menu - View commit details
-
Copy full SHA for 3c3e275 - Browse repository at this point
Copy the full SHA 3c3e275View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9b211e - Browse repository at this point
Copy the full SHA d9b211eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f8f46 - Browse repository at this point
Copy the full SHA 22f8f46View commit details
Commits on Apr 10, 2021
-
Make plugin work under Gradle 7
Gradle 7 requires that task properties be annotated to indicate how they should be treated when calculating what artifacts need to be rebuilt. One of the methods in the gradle-processes plugin was missing an annotation, which caused the plugin to bomb out under Gradle 7. Fix it by subclassing the task in question and annotating the method.
Configuration menu - View commit details
-
Copy full SHA for f15ebd6 - Browse repository at this point
Copy the full SHA f15ebd6View commit details
Commits on Apr 12, 2021
-
upgraded kotlin & gradle versions
Nayan Hajratwala committedApr 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 095aa6e - Browse repository at this point
Copy the full SHA 095aa6eView commit details -
upgraded unit & cleaned up tests
Nayan Hajratwala committedApr 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 7cf1334 - Browse repository at this point
Copy the full SHA 7cf1334View commit details -
extracted more methods to simplify tests
Nayan Hajratwala committedApr 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 97962d5 - Browse repository at this point
Copy the full SHA 97962d5View commit details -
got rid of warnings & made more idomatic
Nayan Hajratwala committedApr 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 12ebc1b - Browse repository at this point
Copy the full SHA 12ebc1bView commit details
Commits on Apr 13, 2021
-
Merge pull request #46 from sgrimm/gradle7
Make plugin work under Gradle 7
Configuration menu - View commit details
-
Copy full SHA for 49ea922 - Browse repository at this point
Copy the full SHA 49ea922View commit details -
Merge pull request #48 from nhajratw/upgrade-gradle-kotlin
upgraded kotlin & gradle versions
Configuration menu - View commit details
-
Copy full SHA for 4be5249 - Browse repository at this point
Copy the full SHA 4be5249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aea7b9 - Browse repository at this point
Copy the full SHA 5aea7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3eb5c - Browse repository at this point
Copy the full SHA 7b3eb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c25ee6 - Browse repository at this point
Copy the full SHA 0c25ee6View commit details -
Nayan Hajratwala committed
Apr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for c613c6c - Browse repository at this point
Copy the full SHA c613c6cView commit details
There are no files selected for viewing
This file was deleted.