Ivan Semenov
f1326e8bbf
[ui] do not count invisible components as panel content
...
GitOrigin-RevId: 95e24712063663d27052fdef07dad9df527e3241
2023-01-23 18:22:53 +00:00
Ivan Semenov
38e0bd025e
[collab] fix OverlaidOffsetIconsIcon painting
...
if component isn't passed the repaint for async icons will not work
GitOrigin-RevId: 4bcd1783f13985b0b157ca27019b331e21be43df
2023-01-23 18:22:51 +00:00
Ivan Semenov
e51b11e3de
[gitlab] basic merge request timeline
...
GitOrigin-RevId: be7859f2ae59ae4e80cd1d9d2a1717ee76bdeee3
2023-01-23 18:22:49 +00:00
Ivan Semenov
946bcbea9f
[collab/github] make vertical/horizontal panels scrollable
...
GitOrigin-RevId: d7dde4a753612d4a31049af50e26b90dff5e7892
2023-01-23 18:22:47 +00:00
Ivan Semenov
b6822634af
[gitlab] set the correct date format for GQL API
...
GitOrigin-RevId: 938026649f7989007d990410712d82c93809773b
2023-01-23 18:22:44 +00:00
Ivan Semenov
6704b238d0
[gitlab] move dto class
...
GitOrigin-RevId: 39100c6f3416c6b999f5e594b29b8ef055ff32b7
2023-01-23 18:22:42 +00:00
Ivan Semenov
46460de1b0
[collab] ensure proper threading for async icon
...
GitOrigin-RevId: 5f50a6610ff62c0cc4b0a4db37a74d0fea9aaa78
2023-01-23 18:22:40 +00:00
Ivan Semenov
ed61287b7c
[collab] fix URI building
...
URI is very "special" and we need to jump through a couple of hoops to make it append a relative path correctly
GitOrigin-RevId: 79efb2a4e2a142f2592ad895d017c9fe47694764
2023-01-23 18:22:37 +00:00
Ivan Semenov
f2ce6c6726
[collab] replace custom class with flow
...
GitOrigin-RevId: 4c3e704a2a74574c2bc2017d13ad8f38a7e6553c
2023-01-23 18:22:35 +00:00
Ivan Semenov
3f242cd6bc
[collab/github/space] use more generic implementation of a component list
...
GitOrigin-RevId: f5d0828ffd3ba0a0caf1cb4b8e593457193a9d3f
2023-01-23 18:22:33 +00:00
Ivan Semenov
75892683fc
[gitlab] fix logger
...
GitOrigin-RevId: a84178280f95fd331956a926a0383bc0e79a46fa
2023-01-23 18:22:31 +00:00
Ivan Semenov
5a43ca357f
[gitlab] extract fun
...
GitOrigin-RevId: 046e3ab85ac6e8f066b1247dc288cc0f1eaaf4e6
2023-01-23 18:22:28 +00:00
Ivan Semenov
13da1eb98e
[github] lookup PR details for timeline file instead of setting it from outside
...
GitOrigin-RevId: 3609bfa378a4d6a4deaad7a8270224be475135db
2023-01-23 18:22:26 +00:00
Ivan Semenov
22b9460af1
[github/gitlab/collab] convert connection holders into project services
...
GitOrigin-RevId: 2869c4ca8e5a88c4143798fd48a3cd8c1bb7ecbd
2023-01-23 18:22:24 +00:00
Ivan Semenov
79003e6ba1
[github/gitlab/collab] extract connection holder
...
GitOrigin-RevId: 45d3fbf69599ea674339766a07eba6f9d6dee4aa
2023-01-23 18:22:22 +00:00
Ivan Semenov
32805ddfc2
[github] put coroutine scope into context instead of implementing disposable
...
GitOrigin-RevId: 581550f992c29ab6da8e7463fcd7ce4dc4feae18
2023-01-23 18:22:20 +00:00
Ivan Semenov
18ca780a98
[github] load data context in a suspending manner
...
GitOrigin-RevId: a28f7b4b0f4fc72ba3f26b3ab3f47c2a9de8232b
2023-01-23 18:22:17 +00:00
Ivan Semenov
c31ec33c4b
[collab/github] simplify vitual files structure and extract
...
GitOrigin-RevId: 4869dc658a2999b2a600f77c78245b63149278c8
2023-01-23 18:22:15 +00:00
Anna Kozlova
d65fe4b68c
[kotlin] k2: cleanup find usages tests (KTIJ-19703)
...
all tests pass, no need in dedicated directives
GitOrigin-RevId: 4859e26aba4d81ba27455b588bc245acb2416662
2023-01-23 18:12:33 +00:00
Anna Kozlova
ef00347f9d
[kotlin] find usages: avoid ktType -> psiType conversion
...
it doesn't work well for local classes for now
GitOrigin-RevId: d659b5d915100b938f51b85982ff045ab9795ab0
2023-01-23 18:12:29 +00:00
Anna Kozlova
6bdb09bae5
[kotlin] explicitly execute potentially slow override/implement search under progress (KTIJ-24371)
...
GitOrigin-RevId: 9a47fa8a9a622353e34cfd0e9ca0d04bb07429a0
2023-01-23 18:12:26 +00:00
Piotr Tomiak
fd5710e37e
WEB-59095 Open source HTML Tools plugin
...
GitOrigin-RevId: 9dfe3826d3acc25091af745f85fbe14826d9921f
2023-01-23 18:07:20 +00:00
Mikhail Pyltsin
e1803d1e64
[jvm-inspections] IDEA-310343 Patterns as arguments for logging
...
GitOrigin-RevId: 1cd24345ff2dc8b3892c8b4347c85ae51aa6017c
2023-01-23 18:01:33 +00:00
Sergei Tachenov
9c774f536e
[UI] IDEA-311241 Compact mode: fix left/right editor tab insets
...
We modify insets to decrease the height of editor tabs, but accidentally
the left/right insets that don't affect height were modified too.
GitOrigin-RevId: a3273549c7115555b6f681bc2940a03b5815fddc
2023-01-23 17:53:32 +00:00
Kirill Likhodedov
36f7fe2da5
settings-sync: set value before decrementing the CountDownLatch which waits for this value to be set
...
Otherwise, countDown() can release the latch, when the pushSnapshot is not set yet which results in UninitializedPropertyAccessException.
GitOrigin-RevId: 14153a622d1a2ef4913ea10471bc939f3aaf02fd
2023-01-23 17:52:00 +00:00
Yuriy Artamonov
233702c5e5
[statistics] IDEA-311159 ValidationRulesPersistedStorage visible in memory dominators report
...
GitOrigin-RevId: 511695b20fe9155c7984d338c0141df4edc70a78
2023-01-23 17:39:06 +00:00
anastasia.katsman
69949a823e
[rdct-tests]: minor refactorings
...
GitOrigin-RevId: 07c4695eb16ca83a87eddbc9aa7ea879ba2ac13d
2023-01-23 17:23:30 +00:00
anastasia.katsman
3542a0e7db
[rdct-tests]: isDistributedTestMode is defined in one place
...
GitOrigin-RevId: 42d1a13ca8e4c4e52d45b6f5dcac8d0df5a7f1a0
2023-01-23 17:23:28 +00:00
anastasia.katsman
aaa7d24b5c
[rdct-tests]: remove no longer needed toModel method
...
GitOrigin-RevId: 27c5d55cffb5017e3b64426853da65ecdd373022
2023-01-23 17:23:27 +00:00
Daniil Ovchinnikov
9efdafc8a2
don't fail everything if coroutine probes are failed to load on win arm64
...
https://github.com/Kotlin/kotlinx.coroutines/issues/3473
```
at kotlinx.coroutines.repackaged.net.bytebuddy.agent.Attacher.install(Attacher.java:106)
at kotlinx.coroutines.repackaged.net.bytebuddy.agent.ByteBuddyAgent.install(ByteBuddyAgent.java:608)
... 38 more
Caused by: java.lang.UnsatisfiedLinkError: Unable to load library 'attach_hotspot_windows':
...
```
GitOrigin-RevId: 4c76d76437de0323cc87d79d9bf7c29c3d7692a8
2023-01-23 17:15:36 +00:00
Alex Plate
d6f8e37b1a
[Workspace Model] Disable orphanage storage
...
GitOrigin-RevId: 06a6af9ba237583647059a915a251ef88f1b781d
2023-01-23 17:14:27 +00:00
Alex Plate
d000a0ca2a
[Workspace Model] Fix loading of empty iml file
...
GitOrigin-RevId: 365f3968f2977e26dc99f50fca53aad55b72f353
2023-01-23 17:14:24 +00:00
Alex Plate
c11cd69252
[Workspace Model] Orphanage fixes
...
GitOrigin-RevId: f111f074033a4d22d2ec85c2ea82924832e598da
2023-01-23 17:14:21 +00:00
Alex Plate
3925ce9a3a
[Workspace Model] Rename to EntitiesOrphanage
...
GitOrigin-RevId: d092969ab0dbf7a7096be2f34b34160a46f7bd80
2023-01-23 17:14:18 +00:00
Alex Plate
d0f2376868
[Workspace Model] Update excludes in fast way
...
GitOrigin-RevId: f4b2f928f47244ae8431a785f30df30bf317bdd9
2023-01-23 17:14:15 +00:00
Alex Plate
94a68b4377
[Workspace Model] Disable orphanage registry key
...
GitOrigin-RevId: 189af219e311e6d17a82602e97fd7c515f4bd96e
2023-01-23 17:14:12 +00:00
Alex Plate
ad6ded6f67
[Workspace Model] Add docs
...
GitOrigin-RevId: 4bcb1f7987f2f74812447fccc16f0b74aae5755e
2023-01-23 17:14:10 +00:00
Alex Plate
697e0a1b03
[Workspace Model] Fix removing iml on removing custom root
...
GitOrigin-RevId: 71b945c947f3b0a043f988de8c815d6f62609527
2023-01-23 17:14:07 +00:00
Alex Plate
2ace5d45cb
[Workspace Model] Update test files
...
GitOrigin-RevId: aff84b52efb5a3e16137141c39e8a15213aa76be
2023-01-23 17:14:04 +00:00
Alex Plate
7f44c97dbc
[Workspace Model] Fix issue with iml saving
...
GitOrigin-RevId: 0ab3a0705273c48f4171c8b491933a6f99498764
2023-01-23 17:14:01 +00:00
Alex Plate
d304f3d5d2
[Workspace Model] Fix JPS compilation
...
GitOrigin-RevId: 9a5705bcc746fc854557546ed2bc841ef55fcffe
2023-01-23 17:13:58 +00:00
Alex Plate
e4d31e9c41
[Workspace Model] Add action to print modules
...
GitOrigin-RevId: 3acc46a517f504a2b47c4a3d8412c0dea27a718b
2023-01-23 17:13:55 +00:00
Alex Plate
fa9db6a643
[Workspace Model] Add benchmarks
...
GitOrigin-RevId: 758906533f35a1787e50bd5337f80e0ebb1a9528
2023-01-23 17:13:52 +00:00
Alex Plate
e4c2225114
[Workspace Model] Add some loggin
...
GitOrigin-RevId: 9ed29844c19c46a623de1fc84f64e505fdd9dda6
2023-01-23 17:13:49 +00:00
Alex Plate
b5a739b066
[Workspace Model] Refactor orphanage
...
GitOrigin-RevId: fba9efc26b374acdad43dfa4c13b57ca32711efd
2023-01-23 17:13:46 +00:00
Alex Plate
f84ef1eeb9
[Workspace Model] Refactor module loading
...
GitOrigin-RevId: c7cd9aab457cdbe58664597f259f218a7b948786
2023-01-23 17:13:43 +00:00
Alex Plate
23838bdc73
[Workspace Model] Load additional elements
...
GitOrigin-RevId: 32f22a6d08ee56f61b2f3182405b518fe312da32
2023-01-23 17:13:40 +00:00
Alex Plate
bafce17728
[Workspace Model] Add excludes
...
GitOrigin-RevId: c2cd49c576b7948123615be001c4bd0804f6cfbd
2023-01-23 17:13:37 +00:00
Alex Plate
1d75617094
[Workspace Model] Adding orphans to already added entities
...
GitOrigin-RevId: 52d649104e9a23c21d8aca5f6d9cea7d6fb0947a
2023-01-23 17:13:34 +00:00
Alex Plate
869f9050f2
[Workspace Model] Add key to turn on/off
...
GitOrigin-RevId: ae8eda5a84b88443e09aed21492a433dce22b8c9
2023-01-23 17:13:31 +00:00