-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: adamko-dev/dokkatoo
base: v1.3.0
head repository: adamko-dev/dokkatoo
compare: v1.4.0
- 18 commits
- 126 files changed
- 2 contributors
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9eb584 - Browse repository at this point
Copy the full SHA d9eb584View commit details
Commits on May 1, 2023
-
Fix DokkaGenerator not clearing deleted files (#60)
* tidy up DokkatooGenerateTask * clear up the output directory before running DokkaGenerator * use a convention for setting DokkatooGenerateTask.workerLogFile * clean up test stuff * fix assertion for checking 'hello-again' does not exist
Configuration menu - View commit details
-
Copy full SHA for cefd52c - Browse repository at this point
Copy the full SHA cefd52cView commit details
Commits on May 3, 2023
-
Mention all-modules-page-plugin in README.md (#62)
Add all-modules-page-plugin workaround in README.md See #14
Configuration menu - View commit details
-
Copy full SHA for 4b44595 - Browse repository at this point
Copy the full SHA 4b44595View commit details -
* tidy up DokkatooHtmlPlugin, use registerBinding instead of registerFactory * improve buildscript DSL * add *DomainObjectContainers as extensions, so Gradle generates accessors * use workaround for gradle/gradle#24972 * add property for Versions * add some utilities for ObjectFactory * update README with new accessor
Configuration menu - View commit details
-
Copy full SHA for 2e9fde3 - Browse repository at this point
Copy the full SHA 2e9fde3View commit details
Commits on May 6, 2023
-
* use URI instead of URL, to improve Gradle up-to-date checks * minor docs fixes * fix DokkaSourceSetSpec after merge * fix remoteUrl in test --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98a1c0b - Browse repository at this point
Copy the full SHA 98a1c0bView commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9645b0 - Browse repository at this point
Copy the full SHA d9645b0View commit details -
big refactor of Parameter/Generator tasks, to better support Grade ca…
…ching (#69) * big refactor Parameter/Generator task There are a lot of under-the-hood changes which shouldn't affect 'regular' users, unless they were manually configuring tasks. In order to better support Gradle caching, the Dokka Generator JSON is no longer serialized to file. DokkatooGenerateTask now has the Dokka Generator configuration parameters as task properties. DokkatooPrepareParametersTask and DokkatooTask.WithSourceSets are deprecated. * revert removing superclass WithSourceSets from DokkatooPrepareModuleDescriptorTask * disable Gradle caching of DokkatooPrepareParametersTask * fix dokkaConfiguration logging * tidy up DokkaGeneratorWorker * fix package typo * remove WithSourceSets superclass from DokkatooPrepareModuleDescriptorTask * tidy up comments, minor code tidying * move DokkatooFormatPlugin util classes into separate files * add debug functionality for dumping Dokka Configuration JSON to a file
Configuration menu - View commit details
-
Copy full SHA for e659972 - Browse repository at this point
Copy the full SHA e659972View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 932388d - Browse repository at this point
Copy the full SHA 932388dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48366ea - Browse repository at this point
Copy the full SHA 48366eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fb1a8 - Browse repository at this point
Copy the full SHA 06fb1a8View commit details -
* try fixing font... * fix text scaling * update link to banner * update logos & banners * increase beak contrast * include more font characters * update png version of svg banner
Configuration menu - View commit details
-
Copy full SHA for 6d1d3b9 - Browse repository at this point
Copy the full SHA 6d1d3b9View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3ef26e - Browse repository at this point
Copy the full SHA b3ef26eView commit details
Commits on May 28, 2023
-
refactor the Gradle utils for downloading and updating the Dokka and …
…Dokkatoo example projects (#80)
Configuration menu - View commit details
-
Copy full SHA for e6a68b5 - Browse repository at this point
Copy the full SHA e6a68b5View commit details
Commits on May 29, 2023
-
Fix/unknown Android classes (#76)
* start setting up Android integration test project * refactor DokkatooExampleProjects convention plugin so that the `gradle.properties` files can be configured using a DSL * enable AndroidX in Android IT project * simplify UpdateDokkatooExampleGradleProperties * move DokkatooExampleProjects task group * tidy up buildsrc code * fix android-it project * mostly fix missing Android classes? - bump Android to 4.2.2 (because there's no Gradle plugin ID in previous versions, unknown reasons...) - lots of hacking around in DokkatooAndroidAdapter to fetch the files (the trick seems to be removing withVariantReselection()) - try using resolvedArtifacts instead of artifactFiles (might help with - hack around with the Dokka test project setup Gradle task (should be improved) * tidy up IJ dir exclusions * incremental improvement to fix Android implementation... * update logo src * tidy DokkatooKotlinAdapter * update api dump * add deprecation for setSourceSetname() * modify deprecation of sourceSetName setter * remove unused providers from KotlinSourceSetDetails * tidy up code * tidy up buildSrc example project utils * add Android SDK setup step * refactor DokkatooAndroidAdapter to prevent Caused by: org.gradle.internal.instantiation.ClassGenerationException: Could not generate a decorated class for type DokkatooAndroidAdapter. * update DokkaSourceSetBuilderTest. listOf() -> setOf() * try refining the ANDROID_SDK value setter, to help on CI/CD * remove commented out mavenLocal() in it-project * refactor template projects setup and Android local.properties utils * tidy `examples/build.gradle.kts` * tidy integration-tests build.gradle.kts
Configuration menu - View commit details
-
Copy full SHA for 08d6ce9 - Browse repository at this point
Copy the full SHA 08d6ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d0987 - Browse repository at this point
Copy the full SHA a4d0987View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d0cd5e - Browse repository at this point
Copy the full SHA 8d0cd5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb2becf - Browse repository at this point
Copy the full SHA fb2becfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d12b371 - Browse repository at this point
Copy the full SHA d12b371View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.4.0