Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 #1431

Closed
wants to merge 366 commits into from
Closed

2.0 #1431

wants to merge 366 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    6dee436 View commit details
    Browse the repository at this point in the history
  2. Drop ListBundledPluginsTask

    hsz committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    58f4557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de4c604 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    135a51a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Adjust product releases list

    hsz committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3e30bce View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into 2.0

    # Conflicts:
    #	.teamcity/settings.kts
    #	CHANGELOG.md
    #	src/main/kotlin/org/jetbrains/intellij/IntelliJPlugin.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/memoize.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/model/AndroidStudioReleases.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/model/JetBrainsIdesReleases.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/model/ObjectFactory.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/model/ProductRelease.kt
    #	src/main/kotlin/org/jetbrains/intellij/tasks/ListProductsReleasesTask.kt
    #	src/main/kotlin/org/jetbrains/intellij/tasks/PatchPluginXmlTask.kt
    #	src/main/kotlin/org/jetbrains/intellij/tasks/RunIdeBase.kt
    #	src/main/kotlin/org/jetbrains/intellij/utils.kt
    #	src/test/kotlin/org/jetbrains/intellij/tasks/ListProductsReleasesTaskSpec.kt
    #	src/test/kotlin/org/jetbrains/intellij/tasks/PatchPluginXmlTaskSpec.kt
    #	src/testFixtures/kotlin/org/jetbrains/intellij/platform/gradle/IntelliJPlatformTestBase.kt
    hsz committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    cfa75d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1bb124 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Rewrite the ProductReleasesValueSource, bring back `PrintProductsRe…

    …leasesTask`, expose `ProductReleasesValueSource` factory for `intellijPlatform`
    hsz committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    570f28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a1ce0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Introduce new logger

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c486aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bc9b6 View commit details
    Browse the repository at this point in the history
  3. Move String.toIntelliJPlatformType() to the `org.jetbrains.intellij…

    ….platform.gradle.utils` package
    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    39af2bd View commit details
    Browse the repository at this point in the history
  4. Move String.toVersion() to the `org.jetbrains.intellij.platform.gra…

    …dle.utils.Version`
    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1def2f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    510cfe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac6bb1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dd9b79 View commit details
    Browse the repository at this point in the history
  8. Utils cleanup

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    33fc5a6 View commit details
    Browse the repository at this point in the history
  9. Utils cleanup

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e8e3741 View commit details
    Browse the repository at this point in the history
  10. Naming is hard

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ed8734b View commit details
    Browse the repository at this point in the history
  11. cleanup

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    becef26 View commit details
    Browse the repository at this point in the history
  12. cleanup tasks and plugins

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c94c5a7 View commit details
    Browse the repository at this point in the history
  13. Tests: adjust tasks renaming

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    228bfef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5261dfa View commit details
    Browse the repository at this point in the history
  15. Remove obsolete classes

    hsz committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b086e93 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    db14c40 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Logger cleanup

    hsz committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    24f5140 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into 2.0

    # Conflicts:
    #	.teamcity/settings.kts
    #	gradle.properties
    hsz committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    99234b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    6896b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    347e77a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Code documentation; small refactorings; fix the `CustomIntelliJPlatfo…

    …rmVersionAware` setup for utilizing the `localPath` property.
    hsz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c139245 View commit details
    Browse the repository at this point in the history
  2. Code documentation.

    hsz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aa88c69 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Code documentation.

    hsz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    faada21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5c90e View commit details
    Browse the repository at this point in the history
  3. Code documentation

    hsz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f6c7e1f View commit details
    Browse the repository at this point in the history
  4. Copyrights update

    hsz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    433348e View commit details
    Browse the repository at this point in the history
  5. Copyrights update

    hsz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3ab007a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    b28034f View commit details
    Browse the repository at this point in the history
  2. Restructure plugins

    hsz committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    efd2ca2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    f5a242b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    d28f404 View commit details
    Browse the repository at this point in the history
  2. Docs

    hsz committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a95b9b1 View commit details
    Browse the repository at this point in the history
  3. Docs

    hsz committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e0233f4 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into 2.0

    # Conflicts:
    #	.github/workflows/reusable-integrationTests.yml
    #	.github/workflows/reusable-unitTests.yml
    #	.teamcity/settings.kts
    #	gradle.properties
    #	src/main/kotlin/org/jetbrains/intellij/IntelliJPlugin.kt
    #	src/main/kotlin/org/jetbrains/intellij/jbr/JbrResolver.kt
    hsz committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0c2eac6 View commit details
    Browse the repository at this point in the history
  5. resolve jbr 21 to jcef jbr

    hsz committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    62b876a View commit details
    Browse the repository at this point in the history
  6. Tests fixes

    hsz committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5e14bca View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    b42602a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18af836 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    fe643d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Minor cleanup

    hsz committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    69ae957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f88936 View commit details
    Browse the repository at this point in the history
  3. Introduce ProductInfoResolver

    hsz committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cbb7cc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d015bb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49a6374 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b9ebac View commit details
    Browse the repository at this point in the history
  7. IntelliJPlatformDependenciesExtension: added plugin(notation), `plu…

    …gins(notations)`, `bundledPlugins(ids)` helpers
    hsz committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0a47e96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    071da76 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    4737b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810784a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. IntelliJPlatformRepositoriesExtension: rename recommended to `defau…

    …ltRepositories`; remove `jetbrainsRuntime` and `binaryReleasesAndroidStudio` from `defaultRepositories`
    hsz committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f7a4b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeb0bdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1743660 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    140964d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27904a2 View commit details
    Browse the repository at this point in the history
  3. Docs

    hsz committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    82d6c5b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Docs

    hsz committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    efbe7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b75ac View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    8e9c2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    968ebc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    521f73d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c604281 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Introduce PluginAware, bring back the idea.required.plugins.id ar…

    …gument in IntelliJPlatformArgumentProvider
    hsz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1d78ed5 View commit details
    Browse the repository at this point in the history
  2. Introduce PluginAware, bring back the idea.required.plugins.id ar…

    …gument in IntelliJPlatformArgumentProvider
    hsz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f2e153e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e68de8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55059e View commit details
    Browse the repository at this point in the history
  5. Use project cache directory for resolving the localPlatformArtifacts.

    Introduce `org.jetbrains.intellij.platform.localPlatformArtifacts` Gradle property
    hsz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2d94a84 View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    hsz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c602c2a View commit details
    Browse the repository at this point in the history
  7. Integration tests minor change

    hsz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1f1367e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5fb16a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7b1de7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    44a05f6 View commit details
    Browse the repository at this point in the history
  2. IntelliJPlatformBasePlugin: do not set the default plugin `IntelliJPl…

    …atformExtension.PluginConfiguration.name` using `project.name`
    hsz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ebc856e View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: rename gradle/gradle-build-action@v2 to `gradle/act…

    …ions/setup-gradle@v3`
    hsz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dc3f316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2bcc26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61bf9c8 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into 2.0

    # Conflicts:
    #	gradle.properties
    #	src/main/kotlin/org/jetbrains/intellij/IntelliJPlugin.kt
    hsz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    55ee367 View commit details
    Browse the repository at this point in the history
  7. Introduce BuildFeature.DOWNLOAD_SOURCES which controls the `idea.mo…

    …dule.downloadSources` property.
    hsz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a26fe23 View commit details
    Browse the repository at this point in the history
  8. KDocs

    hsz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    72b6f84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beae012 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Resolve the pluginName using PluginAware, make PrepareSandboxTask

    … use `project.name` instead of `pluginName`
    hsz committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d6ef266 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    a6dd0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17416f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dc060b View commit details
    Browse the repository at this point in the history
  4. IntelliJPlatformRepositoriesExtension: introduce `intellijDependencie…

    …s()` helper which now also belongs to the `defaultRepositories()` group
    hsz committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a5d28a7 View commit details
    Browse the repository at this point in the history
  5. code cleanup

    hsz committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f3eff49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f718a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    97102f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0ea9cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc81796 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e4aee2f View commit details
    Browse the repository at this point in the history
  2. Code instrumentation

    hsz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    27fbc38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8564a67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1fb15c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b119a18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d62e8a7 View commit details
    Browse the repository at this point in the history
  7. Tests: disable instrumentation

    hsz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    86b757c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf982f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b6add8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8955589 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1ed117 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ef9371 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3376d7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1634f63 View commit details
    Browse the repository at this point in the history
  15. Gradle 8.6

    YannCebron committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    67259a7 View commit details
    Browse the repository at this point in the history
  16. Kotlin 1.9.22

    YannCebron committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    18f5be6 View commit details
    Browse the repository at this point in the history
  17. GH workflows: add README

    YannCebron committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    29db178 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6aa2c42 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5661792 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d2aa31d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1922a4f View commit details
    Browse the repository at this point in the history
  22. IntelliJPlatformExtension.VerifyPlugin.Ides.recommended uses the no…

    …w fully lazy approach for adding recommended IDEs based on the currently used IntelliJ Platform
    hsz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cba6647 View commit details
    Browse the repository at this point in the history
  23. Move IntelliJPluginVerifierResolver, MarketplaceZipSignerResolver

    …, `PathResolver`, `ProductInfoResolver`, and `RuntimeResolver` resolvers to the `org.jetbrains.intellij.platform.gradle.resolvers.path` package
    hsz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5a0234a View commit details
    Browse the repository at this point in the history
  24. Resolvers refactoring

    hsz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3245034 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e980476 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    90a7504 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Resolvers refactoring

    hsz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6442f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ca5d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afbeb32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5672084 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    d66b7e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e1ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a389f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02e289e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be61d5 View commit details
    Browse the repository at this point in the history
  6. PathResolver: cleanup

    YannCebron committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    91889bf View commit details
    Browse the repository at this point in the history
  7. tasks.kt: cleanup

    YannCebron committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b7e160e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c3fc0a View commit details
    Browse the repository at this point in the history
  9. [build] enable build cache

    YannCebron committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    99d74d7 View commit details
    Browse the repository at this point in the history
  10. PluginsCache: add TODO

    YannCebron committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    51e220e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f40c08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3005cf2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    93fbe55 View commit details
    Browse the repository at this point in the history
  14. tasks.kt cleanup

    hsz committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5f003c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c827da6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    10df0a9 View commit details
    Browse the repository at this point in the history
  17. code cleanup

    hsz committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e98e0a8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1d14471 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9985b72 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    46f4570 View commit details
    Browse the repository at this point in the history
  21. Introduce TestFrameworkType for testFramework(type, version) depe…

    …ndencies helper; initial excludes of testFramework transitive dependencies
    hsz committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    78836dc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Use Gradle Kotlin DSL shorthands

    hsz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4cf0f5a View commit details
    Browse the repository at this point in the history
  2. Rename org.jetbrains.intellij.platform.gradle.provider to `org.jetb…

    …rains.intellij.platform.gradle.providers`
    hsz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    44d6032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ade6fae View commit details
    Browse the repository at this point in the history
  4. TestFrameworkType: drop Common and Core, rename Default to `J…

    …Unit4`, drop default type value of `testFramework(type, version)` method
    hsz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f44c3d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Introduce Coordinates model

    hsz committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cc974d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2e8f98 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    06675e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f047284 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Make intellijPlatform.platformPath and `intellijPlatform.productInf…

    …o` truly read-only, return direct value with no `Provider` involved
    hsz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3c4f8d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d7cc7 View commit details
    Browse the repository at this point in the history
  3. Fixed configuration cache issues

    hsz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8fe3e20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    febee44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a79230 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    954523a View commit details
    Browse the repository at this point in the history
  7. VerifyPluginConfigurationTaskSpec: warn about the missing IntelliJ Pl…

    …atform cache in the gitignore file
    hsz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f8ea95c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    a35d591 View commit details
    Browse the repository at this point in the history
  2. Make VerifyPluginProjectConfigurationTask rely on specific locations:…

    … `intellijPlatformCache` and `gitignoreFile`
    hsz committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    210a7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    965492e View commit details
    Browse the repository at this point in the history
  4. Introduce module descriptor to limit the IntelliJ Platform dependency…

    … jars, with a fallback resource file for backward compatibility
    hsz committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2fb356d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b9ef05 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'refs/remotes/hfhbd/noProjectInSettings'…

    … into 2.0
    
    # Conflicts:
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformDependenciesExtension.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformExtension.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformRepositoriesExtension.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/extensions.kt
    #	src/main/kotlin/org/jetbrains/intellij/platform/gradle/plugins/project/IntelliJPlatformBasePlugin.kt
    hsz committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    635425b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0e7566 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a57faa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84f6e37 View commit details
    Browse the repository at this point in the history
  10. tests: align names

    YannCebron committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4716471 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    590b930 View commit details
    Browse the repository at this point in the history
  12. remove obsolete handling of kotlin.incremental.useClasspathSnapshot

    … property (always Kotlin > 1.9.x)
    YannCebron committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f4f0879 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e7ef0a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9bd0df0 View commit details
    Browse the repository at this point in the history
  15. IntelliJPlatformDependenciesExtension: fixed cache issue in `addTestF…

    …rameworkDependency`
    hsz committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2409df6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. code cleanup

    hsz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5b89350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32b3b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a57d4e6 View commit details
    Browse the repository at this point in the history
  4. Switch JAXB to XMLUtil

    hsz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4955a87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65e2ac1 View commit details
    Browse the repository at this point in the history
  6. Make testFixturesCompileClasspath configuration transform and colle…

    …ct the IntelliJ Platform dependency
    hsz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8b9dc63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08db859 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94d6113 View commit details
    Browse the repository at this point in the history
  9. plugin: fix docs link

    YannCebron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    76b5441 View commit details
    Browse the repository at this point in the history
  10. Cleanup Gradle version catalog

    hsz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    11a963e View commit details
    Browse the repository at this point in the history
  11. ModuleDescriptor fixes

    hsz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2ffd863 View commit details
    Browse the repository at this point in the history
  12. Gradle: set JVM Toolchain to 17

    hsz committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5b9166b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    efd54e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    32b36d7 View commit details
    Browse the repository at this point in the history
  2. Smart XML.decode helper with XML parsing issues reporting, ClosestV…

    …ersionResolver refactoring, ClosestVersionResolverTest
    hsz committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4b82c40 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into 2.0

    # Conflicts:
    #	src/main/kotlin/org/jetbrains/intellij/IntelliJPlugin.kt
    hsz committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    00cbbeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    752f6cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4495d9f View commit details
    Browse the repository at this point in the history
  6. Bump org.jetbrains.dokka from 1.9.10 to 1.9.20

    Bumps org.jetbrains.dokka from 1.9.10 to 1.9.20.
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.dokka
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hsz committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9513577 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd28d09 View commit details
    Browse the repository at this point in the history
  8. Tests: LatestVersionResolverTest

    hsz committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c8ac005 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    278905e View commit details
    Browse the repository at this point in the history
  10. [build] GH: Java 17

    YannCebron committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e3b2c19 View commit details
    Browse the repository at this point in the history
  11. Revert "[build] GH: Java 17"

    This reverts commit e3b2c19.
    YannCebron committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4d86fc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Tests: PathResolverTest

    hsz committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a02cbab View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    502644a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b647c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. [build] Kotlin 1.9.23

    YannCebron committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0262191 View commit details
    Browse the repository at this point in the history
  2. [build] GH: Java 17

    2nd attempt
    YannCebron committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c2e9bb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3228361 View commit details
    Browse the repository at this point in the history
  4. Make ModuleDescriptorsValueSource backward compatible if there's no…

    … `module-descriptor.jar` file available within the IntelliJ Platform.
    
    Add explicit transitive dependencies exclusions.
    hsz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0e18762 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into 2.0

    # Conflicts:
    #	gradle/libs.versions.toml
    hsz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    41d2d12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    873ffd6 View commit details
    Browse the repository at this point in the history
  7. ModuleDescriptorsValueSource: Add `org.jetbrains.teamcity:serviceMess…

    …ages` to `explicitExclusions`
    hsz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3e3f12c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    fa513f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336ea90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83407e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a9e41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e1fd87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39c4b7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1310993 View commit details
    Browse the repository at this point in the history
  8. Tests: cleanup

    hsz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8099980 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f60e0b2 View commit details
    Browse the repository at this point in the history
  10. Cleanup resolvers

    hsz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6d60471 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acdf500 View commit details
    Browse the repository at this point in the history
  12. utils cleanup

    hsz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    da7c2ac View commit details
    Browse the repository at this point in the history
  13. Cleanup resolvers

    hsz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    675a6f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    314732a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5689661 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0cffd78 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e55c86 View commit details
    Browse the repository at this point in the history
  18. Tests fixes

    hsz committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    378de39 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f1c26dd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    8ef78bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c35423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b44c68 View commit details
    Browse the repository at this point in the history
  4. ExtractorTransformer checks if requested artifact belongs to our depe…

    …ndencies, ExtractorTransformerTargetResolver refactoring
    hsz committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d51393c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51eedf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    90be72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c532fdb View commit details
    Browse the repository at this point in the history
  3. Tests cleanup

    hsz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a0b5d80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cfaba6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    056b737 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ef23cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16e567d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed820e0 View commit details
    Browse the repository at this point in the history
  9. Drop RuntimeAware.runtimeExecutable, use `RuntimeAware.runtimeDirec…

    …tory` along with `resolveJavaRuntimeExecutable()`; cleanup
    hsz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    81dbc02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da2fad8 View commit details
    Browse the repository at this point in the history
  11. Make Aqua, DataGrip, DataSpell, RubyMine` binary dependencies a…

    …vailable in IntelliJPlatformTestBase
    hsz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4332009 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/master' into 2.0

    # Conflicts:
    #	gradle/libs.versions.toml
    hsz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    53f1a7a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84de4f3 View commit details
    Browse the repository at this point in the history