aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/pageMerger
AgeCommit message (Collapse)Author
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-02-24Reorganize tabs for Classlike (#2764)Vadim Mishenev
2023-02-17Consistent alphabetical order of element groups in index and navigation (#2861)ilya-g
* Sort groups of divergent elements by their key first ignoring case, then preserving it * Add tests for sorting groups and navigation
2023-02-10Sort divergent elements deterministically (#2846)Ignat Beresnev
Fixes #2784
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-10-15Distinguish types from functions on navigationMarcin Aman
2020-09-08Remove topologicalSort since it is no longer usedAndrzej Ratajczak
2020-09-08Changed way of merging documentables to avoid exception on merging ↵Andrzej Ratajczak
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-03-18Fix minor bugs and add core testsSzymon Świstun
2020-03-17Add expect with generationSzymon Świstun
2020-02-28Test api moved to sensible packagePaweł Marks
2020-02-18Cleans up page mergers and moves them to base pluginPaweł Marks
2020-02-18Moves all core tests to base pluginPaweł Marks