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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 27 Apr, 2021 1 commit
-
-
Nikolay Chashnikov authored
When we serialize configuration of facets stored under external_build_system directory, we should resolve MODULE_DIR macro to parent directory of *.iml file located in the project sources, like we do for other components stored in the module file. (cherry picked from commit 45a47120d35e0be94affae17963116da0d96c386, IDEA-CR-71350) GitOrigin-RevId: c0f5ec02dc6ad5cf123876976d75f1647e382a00
-
- 26 Apr, 2021 6 commits
-
-
Sergey Patrikeev authored
(cherry picked from commit 6597d5509aab85463c2d3a0b8cf8c4e33590d4c1) IJ-CR-8640 GitOrigin-RevId: 0bf59e02fa8c63cc2bc0f0bd9333ffaa29c7b8d1
-
Irina.Petrovskaya authored
GitOrigin-RevId: fbd5125275370b437c02a9f29964870f6b298315
-
Nikolay Chashnikov authored
[workspace model] fix removal of duplicating files under .idea/libraries for libraries imported from external systems (IDEA-264052) If external storage is enabled for a project it may still have multiple configuration files under .idea/libraries for the same library because of bugs in previous versions, and in this case we should delete all files except the main one. (cherry picked from commit 7f44eecbb14836c4e0da29c2242b70b302e1815f) IDEA-CR-71343 GitOrigin-RevId: af9c7d40f6267dbb3240bb1020332c68d6c93aaf
-
Julia Beliaeva authored
(cherry picked from commit 0c91d86f286a256db0d3fdef8bc1c2f03a263a83) GitOrigin-RevId: d734e358378fe0e834661184785350f9476cd3d4
-
Tagir Valeev authored
(cherry picked from commit 8c1faec2cd6c5cbdd7b89f442cb46e2bf3ebd951) IJ-CR-8350 GitOrigin-RevId: a0e1012bb7cd99536ed0ae56485e28503d9ccc5e
-
Tagir Valeev authored
We assume that such methods return local object. However, we also assume that Collection/Map size is its field. But in fact, it may delegate to another collection Fixes IDEA-266180 Constant conditions & exceptions false positive with Guava Lists Review ID: IJ-CR-8113 (cherry picked from commit ba6f76bd1b34b1b9503b4be1ce85119ba54f6b3e) (cherry picked from commit 07884b0837e791e495f5f6e8289aa3fecc1d5fc3) GitOrigin-RevId: a244ab114b264741d8648a2423d0cce428ff6707
-
- 24 Apr, 2021 3 commits
-
-
Yann Cébron authored
(cherry picked from commit 8ea3848400ea2114cd0941dde4b9c04af58c33e1) IJ-CR-8279 GitOrigin-RevId: 97bffce2ff915dde057c5c8a710d1fdb077bb857
-
Yann Cébron authored
(cherry picked from commit 24eea1599a85a45bc4247313883790cec89436f7) IJ-CR-8279 GitOrigin-RevId: 4aafd0781a007eab4f819fcacb22687889acbb39
-
Sergey Patrikeev authored
GitOrigin-RevId: c7e46d5573d10d72c66e5b51882d0c68801db42e
-
- 23 Apr, 2021 28 commits
-
-
Sergey Patrikeev authored
Indexing diagnostics: generate an aggregate HTML page 'report.html' that contains links to individual diagnostics. (cherry picked from commit 9a75223a26146d0f0182cc40c14fe7618ff11685) GitOrigin-RevId: 25ecce05d0cf0ca870400bc879651c6afd18f38a
-
Sergey Patrikeev authored
HTML indexing diagnostics [IDEA-267366]: do not hide under 'minor-data' statistics with more than 1000 files. (cherry picked from commit 11885032cefc2a9881b03281dc3ef1b1ccda9026) GitOrigin-RevId: b10da1f5d52e3a90b256ae9331d3d11e5c9982cb
-
Sergey Patrikeev authored
(cherry picked from commit 3a585f624003cdfd23a1e496d88de119239a48ed) GitOrigin-RevId: 9a0f16c82b2a92c71064f9cb9ab650c4b2b5d93a
-
Sergey Patrikeev authored
(cherry picked from commit 8410e69fe02ca75d4b30887505c7d72a59087854) GitOrigin-RevId: 42fb8fdfc0a6ad615fea6ada1805a0a9dd4e2a9d
-
Sergey Patrikeev authored
Indexing diagnostics: generate an aggregate HTML page 'report.html' that contains links to individual diagnostics. (cherry picked from commit 9a75223a26146d0f0182cc40c14fe7618ff11685) GitOrigin-RevId: c8c6e3cf7e39cac8b0b987542b9af79e2cc64d6d
-
Sergey Patrikeev authored
(cherry picked from commit 16aa36ce679368da582b3335366cc72b3a19a07a) GitOrigin-RevId: 2af743436d1b128f26658c2837c403b8cc96c796
-
Sergey Patrikeev authored
(cherry picked from commit 28f8aa5a4ee5668102f6db77a094c3c7c2aef5e7) GitOrigin-RevId: 08d909871010f99adbb8e22b2184f3b7e91faadb
-
Sergey Patrikeev authored
(cherry picked from commit bb6d427d243491239db0b55de144072dbe4bf737) GitOrigin-RevId: d490e46a360d1d118aa3e859951bb788a0b2c5f4
-
Sergey Patrikeev authored
(cherry picked from commit 4c04f20dd399f32479695cd8a6a2bf0373bc8c43) GitOrigin-RevId: e965a2ffcb21b4190209866f5419b8d816fd144a
-
Sergey Patrikeev authored
HTML indexing diagnostics [IDEA-267366]: make the JSON schema backward compatible and lenient to new fields. (cherry picked from commit 53d72feae8f21b079acd10674282b6570dd8e93b) GitOrigin-RevId: 1a251d8088063846074ecee8ea804051f492a73b
-
Sergey Patrikeev authored
(cherry picked from commit bbe34d8643542fedb56df136aac832b0bf318d29) GitOrigin-RevId: d32dd77ec99c67bea24ec4ac12b118b3e4285a27
-
Sergey Patrikeev authored
(cherry picked from commit 78dcf40b20362aa07708ee046f18b80ec16a9134) GitOrigin-RevId: 96e8a2f9d594e26594b4a0321e241ed1f7481b19
-
Sergey Patrikeev authored
(cherry picked from commit bd954265a75c2463ddc9ee5f3835c8209ac5c28f) GitOrigin-RevId: 4468f2b86ef493abeabf504cb0733cd3f2aece06
-
Sergey Patrikeev authored
HTML indexing diagnostics [IDEA-267366]: for per file-type statistics print approximate time of indexing and loading contents. (cherry picked from commit 2179022fa9e32e7f4ad98228011ea6881ac1dcdd) GitOrigin-RevId: 555ced99de73a117e6250bbb5b36292ca822635d
-
Sergey Patrikeev authored
(cherry picked from commit b7fcfd56b18242bef69005a8ad15b11522f68aff) GitOrigin-RevId: 47b28b9cc3b71ab1d0da4b4cad030d4591728d24
-
Sergey Patrikeev authored
(cherry picked from commit 7984d4488b082689768023ec7097216b34406cf8) GitOrigin-RevId: 449e196b92fc64bc317d1dde9e9f341c4abf30d9
-
Sergey Patrikeev authored
(cherry picked from commit 43cd1aa68838ab2e387fbe1fd598c9c677f77507) GitOrigin-RevId: 0ad0a08ec48ecf5b23405aa3a6172394e298e9ae
-
Sergey Patrikeev authored
(cherry picked from commit 4dc01236e8bddd9d871f48f5c46f7c5c98f447a2) GitOrigin-RevId: 0bd2d7acbaa06f80d876e6a29fa3d19da202aa6c
-
Sergey Patrikeev authored
HTML indexing diagnostics [IDEA-267366]: name the field 'visible time' to distinct from 'in all threads' time. (cherry picked from commit 4c0b7a87c555bf6728162e5e5c2828867f54aa8e) GitOrigin-RevId: fbe5eeaf2f626ee3e4b571809cf2e232b8205991
-
Sergey Patrikeev authored
(cherry picked from commit 8445c425b51213da90ecafa4b7ff1c44dd729d53) GitOrigin-RevId: 27d5e8cedec716bfd31951e3e1e5f5757130248a
-
Sergey Patrikeev authored
(cherry picked from commit 5f034d25f4baf61d5af603ea6be1f9884ac6281a) GitOrigin-RevId: 2cfb83f88c844a38d91be27122dc1e4aeabc9b2c
-
Sergey Patrikeev authored
(cherry picked from commit 6a5ad30d8a5456ae72221457da660e957ad87435) GitOrigin-RevId: 0ea0dc53e57065cffdfbfedf5d04a52a94e67e78
-
Sergey Patrikeev authored
(cherry picked from commit c716ed3bd03e5e43906417317abbbbbce0b484b2) GitOrigin-RevId: b0a7ab741db5c774053afdb8554019b581b00fc9
-
Sergey Patrikeev authored
Indexing diagnostics HTML: don't render <textarea> with scanned/indexed files if files recording was disabled. (cherry picked from commit 8113fb12dc354012fb29c463fc08d292444e9415) GitOrigin-RevId: f0bbf5e2327a7d9422f4d242836b7326616cbf23
-
Sergey Patrikeev authored
Indexing diagnostics: generate an aggregate HTML page 'report.html' that contains links to individual diagnostics. (cherry picked from commit 9a75223a26146d0f0182cc40c14fe7618ff11685) GitOrigin-RevId: bc4f3b17669beae0c40ab97aac8d9caa4ef04cee
-
Sergey Patrikeev authored
This is needed to guarantee that the FUS reporter is called for the "started" and "finished" events. (cherry picked from commit bacf9183f6c6530beae22b00c5d66d5904e24d7b) GitOrigin-RevId: 694fbff395615b6858f620ff2b4fff6dc05b8c73
-
Sergey Patrikeev authored
(cherry picked from commit ab1ea4dd5806b7b229beb2b2064cb43e1351c463) GitOrigin-RevId: 99c12d0767b2044a2d3b80705a55089aeb248e80
-
Nadya Zabrodina authored
* every time on theme change; * when reopen WS; (cherry picked from commit 148586ab05f4752b4ef050042cbae233ed85c665) IJ-CR-8272 GitOrigin-RevId: 28ee37d8c3867227c5446b529911311381db4bf0
-
- 22 Apr, 2021 2 commits
-
-
Nikolay Chashnikov authored
(cherry picked from commit 0862c8c9688f55210aa882600320337167d58de7) IDEA-CR-71318 GitOrigin-RevId: 2234e4d89b70bfe55622dc6bf4e5cbdd4f00ca72
-
Mikhail Mazurkevich authored
[workspace model] IDEA-CR-71323 Avoid `Kryo#referenceResolver` reset after an entire object graph has been read This option allows us to reuse objects which were previously read instead of creating a new instances (cherry picked from commit 693399481040e04d4f5c0aee90f8af86e4d97877) IDEA-CR-71323 GitOrigin-RevId: d8c5b71613ad3bb40e537535247527a6af8d4842
-