This project is mirrored from https://gitee.com/mirrors/intellij-community.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 20 Sep, 2022 1 commit
  2. 05 Sep, 2022 1 commit
    • Stanislav Erokhin's avatar
      [kt-[213|221]-* ONLY] Cherry-pick the minimal version of the... · eaee7806
      Stanislav Erokhin authored
      [kt-[213|221]-* ONLY] Cherry-pick the minimal version of the KotlinGradlePluginVersions functionality
      
      In `kt-[213|221]-1.7.20` branches we need this commit so CI builds won't fail with
      "unknown argument kotlinGradlePluginVersion"
      
      GitOrigin-RevId: 283566c70aecb761b8fb827c695235cc72aa90b9
      eaee7806
  3. 17 Aug, 2022 1 commit
  4. 09 Aug, 2022 1 commit
    • Pavel Kirpichenkov's avatar
      [Kotlin] Update target plugin version in a test · 8d6ff8f9
      Pavel Kirpichenkov authored
      KTIJ-21638
      
      (cherry picked from commit 8cc19e0aabc8ba4eda1d400f1c4f48293c269409)
      
      IJ-CR-28008
      
      (cherry picked from commit 25d936a114033211eaf324ea53de5765c4012c4c)
      
      GitOrigin-RevId: 7628bf07404a98cf1e1f2bea02290ac0c1fb2eb8
      8d6ff8f9
  5. 02 Aug, 2022 3 commits
    • sebastian.sellmair's avatar
      [Kotlin][Import] Fix minor typo in MultiplePluginVersionGradleImportingTestCase · 78a23609
      sebastian.sellmair authored
      KTIJ-21692
      
      (cherry picked from commit 84fb6c6ffb87b83bfca839693a1838ba07b4fedb)
      
      GitOrigin-RevId: e14c5de9ff7f774f93343a0f1db6750b7362bb36
      78a23609
    • Pavel Kirpichenkov's avatar
      [Kotlin] MPP: support common KLIB dependneices without HMPP · 48a1a99d
      Pavel Kirpichenkov authored
      Without composite analysis IDE doesn't expect KLIB library
      dependencies in common code. However they might appear after
      1.6.21, so we have to create package fragment providers for
      such libraries even when pre-HMPP common analyzer is used.
      
      KTIJ-21638
      
      (cherry picked from commit e9394b953620a81444e5e0aca491c8609a514a13)
      
      IJ-CR-27260
      
      (cherry picked from commit 89dcf16b5d2872a15391e23b6dd6d01da9d763a3)
      
      GitOrigin-RevId: d09adc2df0d891d3f2145bab001556a4f23de89f
      48a1a99d
    • Pavel Kirpichenkov's avatar
      [Kotlin] add test for KTIJ-21638 · 997439a9
      Pavel Kirpichenkov authored
      (cherry picked from commit 2a6bb957faf695fbf58ec68beaa9aa6de0d912d5)
      
      IJ-CR-27260
      
      (cherry picked from commit 8d419b0275fd618b89e6fddcecb4e61a893a47dc)
      
      GitOrigin-RevId: 446cfa7ad64257bdc5ccaa614b62349eb1e4affe
      997439a9
  6. 26 Jul, 2022 2 commits
  7. 21 Jul, 2022 3 commits
  8. 14 Jul, 2022 3 commits
    • Stanislav Erokhin's avatar
      [kotlin kt-*-only] Do not shorten -dev- versions in kotlinCompilerVersionShort() · 8a1c51f9
      Stanislav Erokhin authored
      For `1.6.20-Beta-333` kotlinCompilerVersionShort() previously returned the full raw version,
      let's do the same for the dev versions, because actual maven artifacts for the
      dev version has the raw name
      
      Related issues: KTIJ-22209
      
      GitOrigin-RevId: 6d1748b068d2c884dd7e952736d9a98a15bfb863
      8a1c51f9
    • Stanislav Erokhin's avatar
      Revert "[kotlin] Use stable Kotlin version for "Configure Kotlin in Project" and relevant tests" · d0a927a9
      Stanislav Erokhin authored
      This reverts commit f44c5129d2c1b27510259dc5a2113aab6bf10462.
      
      #KTIJ-22209 Fixed
      
      GitOrigin-RevId: 07096ed5d3273aa0f1fd615704d34f688714bd8c
      d0a927a9
    • Nikita Bobko's avatar
      [kt-221/222-* only] Fix runtime errors during Kotlin plugin Maven artifacts build · 3afa12b0
      Nikita Bobko authored
      This commit fixes:
      
        Exception in thread "main" groovy.lang.MissingMethodException: No signature of method: org.jetbrains.intellij.build.impl.KotlinMavenArtifactsBuilder.generatePomXmlFile() is applicable for argument types: (String, org.jetbrains.intellij.build.impl.MavenArtifactsBuilder$MavenArtifactData) values: [/home/bobko/jb/kt-221-release/intellij/out/idea-ce/temp/pom-files/org/jetbrains/kotlin/compiler-plugins-android-extensions-stubs/221.SNAPSHOT/compiler-plugins-android-extensions-stubs-221.SNAPSHOT.pom, ...]
          at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:70)
          at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:80)
          at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
          at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171)
          at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:194)
          at org.jetbrains.intellij.build.impl.MavenArtifactsBuilder$_layoutMavenArtifacts_closure2.doCall(MavenArtifactsBuilder.groovy:60)
          at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.base/java.lang.reflect.Method.invoke(Method.java:566)
          at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
          at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
          at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274)
          at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
          at groovy.lang.Closure.call(Closure.java:412)
          at org.codehaus.groovy.runtime.DefaultGroovyMethods.callClosureForMapEntry(DefaultGroovyMethods.java:6082)
          at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2435)
          at org.codehaus.groovy.runtime.dgm$203.invoke(Unknown Source)
          at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:247)
          at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:56)
          at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
          at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
          at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:139)
          at org.jetbrains.intellij.build.impl.MavenArtifactsBuilder.layoutMavenArtifacts(MavenArtifactsBuilder.groovy:57)
          at org.jetbrains.intellij.build.impl.MavenArtifactsBuilder.generateMavenArtifacts(MavenArtifactsBuilder.groovy:47)
          at KomboMavenArtifactsBuildTarget.main(kombo.kt:53)
      
      Reproducible when you try to run KomboMavenArtifactsBuildTarget
      
      I have no idea why non-qualified call to the method leads to
      MissingMethodException and I don't have any enthusiasm to understand
      that. In master, this class is rewritten to Kotlin anyway. That's why I
      decided to work around it for kt-221-* branches.
      
      GitOrigin-RevId: be3eebf623155a7eda016a0d352d14e3831d3305
      3afa12b0
  9. 06 Jul, 2022 10 commits
  10. 04 Jul, 2022 1 commit
  11. 30 Jun, 2022 2 commits
  12. 27 Jun, 2022 4 commits
  13. 21 Jun, 2022 4 commits
  14. 09 Jun, 2022 2 commits
  15. 07 Jun, 2022 2 commits