aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/model/PackagesTest.kt
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-08-30Migrate to JUnit 5 and unify used test API (#3138)Ignat Beresnev
2023-02-09Remove old test data (#2824)Ignat Beresnev
2020-08-31Re-use includes form child tasks for all modules page generationsebastian.sellmair
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-31Let `DRI.packageName` always be a real package name for root packages ("")sebastian.sellmair
2020-07-09Fixes after rebaseAndrzej Ratajczak
2020-07-09Add rendering signatures testsAndrzej Ratajczak
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-04-16Change '<>' to '[]' in default package name as Windows prohibits filenames ↵Kamil Doległo
with '<>'
2020-04-15Fix path clash with top-level declarations, catch link resolving exception, ↵Kamil Doległo
remove default values while merging, merge expect by targets
2020-03-17Add expect with generationSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-02-28Port some of the core tests from the previous modelSzymon Świstun