aboutsummaryrefslogtreecommitdiff
path: root/runners/cli/src
AgeCommit message (Expand)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
2023-08-30Migrate to JUnit 5 and unify used test API (#3138)Ignat Beresnev
2023-05-31Fix missing tab entries for module names with space (#3019)Ignat Beresnev
2023-04-25Tidy/remove unnecessary imports and suppressions (#2975)aSemy
2023-02-20Change default logging level of console apps (#2871)Ignat Beresnev
2023-01-10Revise documentation (#2728)Ignat Beresnev
2022-12-16Display `SinceKotlin` everywhere (#2708)Vadim Mishenev
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-02-15Fix loading empty properties by CLI json parser (#2362)Andrzej Ratajczak
2022-02-14Shutdown coroutines dispatchers after each module pass (#2325)Ignat Beresnev
2022-01-12Add global settings to JSON dokka cli input (#2292)Andrzej Ratajczak
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-06-22Logging in CLI (#1976)Marcin Aman
2021-04-29Make module name optional in cli (#1850)Marcin Aman
2021-04-06Suppress inherited members (#1814)Marcin Aman
2021-03-26Reintroduce multimodule documentation (#1804)Marcin Aman
2021-03-01Add ability to suppress obvious functions like equals, toString... (#1758)Marcin Aman
2021-02-24Fix parameters on cli and bump kotlinx.cli (#1755)Marcin Aman
2020-11-27Changing how multimodule location provider works and improving gfm link subst...Błażej Kardyś
2020-11-27Implement immediate temaplates resolutionPaweł Marks
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-10-06Change in CLI module name to be optional, but with default valueAndrzej Ratajczak
2020-09-04Javadoc version number is always 0.0.1 #1406Marcin Aman
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-25Relative paths fixAndrzej Ratajczak
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are expected...sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-07-27Correct newer javadoc linksBłażej Kardyś
2020-07-20Address review comments and fix integration testsAlex Saveau
2020-07-20Improve JSON parsing for CLIAlex Saveau
2020-07-14Introduce some small CLI configuration fixesKamil Doległo
2020-07-13Remove `format` from dokka DokkaConfigurationsebastian.sellmair
2020-07-07Implement simple cli integration testsebastian.sellmair
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-06Replace direct creation of ExternalDocumentationLink with ExternalDocumentati...Kamil Doległo
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...sebastian.sellmair
2020-06-18Implement default configurationssebastian.sellmair
2020-06-16Refactor CLIAndrzej Ratajczak
2020-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-06-04All modules page generationBłażej Kardyś
2020-05-20Merging of platform dependent hints in sourceset treeBłażej Kardyś
2020-05-14Update to 1.4-M2, Native fails with an exceptionKamil Doległo