Commit Graph

4745 Commits

Author SHA1 Message Date
Vladimir Krivosheev
4a176d4c02 IJ-CR-146078 extract intellij.platform.bootstrap
GitOrigin-RevId: b79efc92829111228e83058e54381d8e02116b6f
2024-10-05 22:01:55 +00:00
Vladimir Krivosheev
35d1573ec2 remove unneeded dependency on intellij.platform.resources and intellij.platform.resources.en
GitOrigin-RevId: 78867d5ce08f879b10011b360034e4781f3bd310
2024-09-27 13:47:17 +00:00
Aleksey Pivovarov
08102c3721 IJPL-158087 svn: fix flaky 'SvnConcurrentChangeListManagerTest.testSwitchedFileAndFolder'
Retry folder deletion if it got re-created in the process.

GitOrigin-RevId: ac2ea4ddd4576e83846d09f305b75e8c1abb095d
2024-09-19 12:31:32 +00:00
Roman Shevchenko
a5666abead [project] pruning FileChooserDescriptor overrides (IJPL-150176 prerequisite)
`BrowseFolderRunnable` and `*WithBrowseButton` family: getting rid of separate "title" and "description" parameters in favor of the chooser descriptor object, to avoid cloning the latter down the road.

GitOrigin-RevId: 33ec5968a1db953c60848974135055c288accf85
2024-09-06 11:41:43 +00:00
Aleksey Pivovarov
6ed5f9de03 IJPL-160901 svn: explicitly propagate 'SvnBindException'
GitOrigin-RevId: 4d833daea56ba823771c4ef47deb810b2616214f
2024-09-05 12:10:26 +00:00
Tagir Valeev
bab02f85ff Remove redundant casts
GitOrigin-RevId: 0ac4441bd3207f090a7d2f1b8e6718fdadaf3553
2024-09-02 21:01:25 +00:00
Gregory.Shrago
c96ded4cdc migrate getData to uiDataSnapshot: plugins
GitOrigin-RevId: ce5459169f986f82b4a1bc6241d028ce3027fb7c
2024-08-02 01:17:08 +00:00
Gregory.Shrago
21484f1e2e migrate getData to uiDataSnapshot: diff
GitOrigin-RevId: 4603e89b3ab046cbd59b25ea481f8109dae14736
2024-08-02 01:17:08 +00:00
Vladimir Krivosheev
398ebce1d5 split content report
GitOrigin-RevId: ef449bdf4c5480a6ee3ce43b4af118c2c6e31219
2024-07-25 19:20:06 +00:00
Vladimir Krivosheev
cf8cf718ce IJPL-158385 SvnFileUrlMappingImpl - pass scope to MergingUpdateQueue instead of Disposable
GitOrigin-RevId: c3e6fa4c42cd57c99fedad533410af4e4b7f66a4
2024-07-21 22:18:56 +00:00
Aleksey Pivovarov
b20e8e1710 svn: fix flaky SvnConcurrentChangeListManagerTest
GitOrigin-RevId: 6f4ca7f66a4349400785173f0c377558cd3164e3
2024-07-19 17:13:21 +00:00
Aleksey Pivovarov
9309e602d6 svn: improve error logging in tests
GitOrigin-RevId: 94165838fb8f2cc9b5c82bfab6c4e0bc9aa7510a
2024-07-15 20:23:45 +00:00
Aleksey Pivovarov
b4ca6c7ea3 diff: simplify DataContext of a DiffRequestProcessor
Avoid computing data context for a DiffViewer component twice.

GitOrigin-RevId: 3b61fc4840d7cdb42cce76b22601ebd1f021d682
2024-07-13 19:22:13 +00:00
Tagir Valeev
d263e30396 Remove raw types in PopupStep#onChosen inheritors
GitOrigin-RevId: df36f1a249ab4d87c2d10e3d39c27f0351298921
2024-07-08 16:18:24 +00:00
Aleksey Pivovarov
e24d6f57a9 IJPL-157309 vcs: use a common notifications group for VcsBalloonProblemNotifier
GitOrigin-RevId: 09497eb67f4b129e52ea604735ebc4e2268e31f3
2024-07-05 18:12:47 +00:00
Gregory.Shrago
4d5b8847eb migrate getData to uiDataSnapshot: vcs
GitOrigin-RevId: 0dc4a83894cd35777959eab7235d2603117a1c9e
2024-06-26 02:39:39 +00:00
Daniil Ovchinnikov
07f7cdaf55 IJPL-1044 wrap clinit instance requests in non-cancellable section
GitOrigin-RevId: f63849ca504a01dbae51faac27f29e69f43bff86
2024-06-25 20:12:17 +00:00
Tagir Valeev
440654c48f Pattern variable can be used fixes; other warning fixes
GitOrigin-RevId: 49f37e7f5d748be50ee66fdf66a5c9b98b1b7432
2024-06-18 19:55:23 +00:00
Roman Shevchenko
dffc787d4c [project] moving SSHUtil to a more appropriate module
GitOrigin-RevId: 11bb97575b52914743114e64cbecc327ec1ec402
2024-06-07 08:04:35 +00:00
Nikolay Chashnikov
aa31d83053 [vcs] API cleanup: remove unused deprecated API (IJPL-503)
GitOrigin-RevId: 10f2c5996624b79261c4637f6b2a3d062b11a4c3
2024-05-16 18:02:00 +00:00
Dmitry Batrak
881b370b95 RDCT-1092 Hotkeys are displayed incorrectly in popups on different OS
replace SystemInfo.isMac with ClientSystemInfo.isMac() in keyboard-shortcuts-related code

GitOrigin-RevId: 640604dff8e09d1aeccd0edc156873dd63c09fea
2024-04-22 19:16:22 +00:00
Alexey Belkov
c31c206162 Apply Kotlin inspection "Move lambda argument out of parentheses" in some places
Mostly in simple cases like stdlib function calls
that don't affect readability.

GitOrigin-RevId: 535eab65931e4af5beaa7a2c12b7e501d320f35b
2024-04-09 16:36:04 +00:00
Bas Leijdekkers
8914e73ef2 svn: fix zero-tolerance warnings
GitOrigin-RevId: 50306ce6bc2e38242a12f0dc7cd6d5638e6de2ee
2024-03-21 11:04:32 +00:00
Andrei.Kuznetsov
2fa00f3c87 IJPL-578 Remove inline in EdtTestUtil, because in tests we need readable stacktraces, not high performance
GitOrigin-RevId: 15b3d01eb624d9d22d17c0f4f1af181fefca8054
2024-03-13 12:52:12 +00:00
Konstantin Aleev
6805630641 use comma-separated with a hyphen
GitOrigin-RevId: e340b56eec4c4230b0452027cfbf4a55c13b7ead
2024-02-21 14:03:31 +00:00
Gregory.Shrago
b4d1f5af37 avoid AnActionEvent.getRequiredData: vcs
Prefer silent exit to throwing an exception.

GitOrigin-RevId: ddfeec9d7c078cf0cd6e357554c8a49e6d54e75e
2024-02-16 03:08:43 +00:00
Vladimir Krivosheev
11a8751859 use kotlin.io.path.invariantSeparatorsPathString
GitOrigin-RevId: 4ee2eccc21ae3de6c13c1062ef4e80da48c0435b
2024-02-09 06:56:39 +00:00
Andrey Cherkasov
1a62d88764 Cleanup: use light services
^IDEA-254577

GitOrigin-RevId: 01afb3f2166f8713cd4599f37d43ecf7f4d2944c
2024-01-23 06:03:51 +00:00
Alexandr Suhinin
79653f2633 CR-101244 clean up: remove redundant overriding methods
GitOrigin-RevId: d4d165c6280b7bead925940c82b20f5300c7750a
2024-01-20 15:47:17 +00:00
Tagir Valeev
3c4517f5cc Apply 'Standard hashCode() method can be used' inspection
GitOrigin-RevId: e4e96a944a005c83f0869c0465398f2e97309cf5
2024-01-19 11:20:36 +00:00
Andrey Cherkasov
b9b5534945 [svn] Cleanup
See description of the "Eager creation of action presentation" inspection

^IDEA-315381

GitOrigin-RevId: 5a683ed740cf4b59d28a610f80add8afcc7b15cc
2024-01-17 13:39:05 +00:00
Aleksey Pivovarov
b2990261c2 vcs: update bundled strings - prefer 'Could not'
GitOrigin-RevId: 9998bc7370457115ce45b63a7cb312f649ef55ac
2024-01-11 18:08:00 +00:00
Aleksey Pivovarov
853386f595 IDEA-338848 vcs: workaround race between 'AbstractVcs.activate' and 'AbstractVcs.deactivate'
Make sure Disposable is always disposed, and does not leak a Project.

Follow-up: ca1a5bfb5d68022d20346ed7ea6c721a4efc856e

GitOrigin-RevId: ce86741ee1c75ea95e22b1b4eff247fe102e845c
2024-01-11 16:51:15 +00:00
Aleksey Pivovarov
b0d89e1f52 svn: do not use thread-local flags in RootsConvertor
GitOrigin-RevId: f01f16c19cf7ce7a656f30272be50df0cd19fdfa
2024-01-11 14:30:48 +00:00
Aleksey Pivovarov
cd2e254edb vcs: cleanup formating
GitOrigin-RevId: ddbf4a0fe2e7c27d3b16252e0b7612ba85030db4
2024-01-11 14:30:44 +00:00
Gregory.Shrago
ba3e31b0aa convert AnActionButton.fromAction usages
GitOrigin-RevId: 8de0fbb8042b8910663ed8cbd48e154a9d8b2231
2024-01-09 00:30:03 +00:00
Vladimir Krivosheev
02759a2fbb cleanup
GitOrigin-RevId: d604495f8a85ce366c875c87391353ceeb7b258e
2023-12-31 08:20:33 +01:00
Daniil.Bubnov
c175720bac AP-5836 Improve API - rename StringValidatedByRegexp
replace existing usages

GitOrigin-RevId: 6b3d710a6cd2a1c4a074ac467dbbcf51bd12bc98
2023-11-24 18:09:47 +00:00
Roman Shevchenko
fa18b04dfd [platform] migrating from DateFormatUtil#getIso8601Format to standard JRE formatter
GitOrigin-RevId: f9d61f51925a5b4959211baa55021930643a3cd9
2023-11-22 18:18:17 +00:00
Julia Beliaeva
27bdf3dadd [file-history] simplify VcsHistoryCache#editCached
GitOrigin-RevId: 518c56bcb34efe6dcba3783542605ba083a85cd9
2023-10-28 01:53:15 +00:00
Vladimir Krivosheev
7eb33862d7 IJPL-300 Do not use AllIcons class during ActionManager instantiation
GitOrigin-RevId: 3f6590989a50044398ef0f4414285b20444257f2
2023-10-20 20:08:32 +00:00
Tagir Valeev
51854f80b3 "Method can be static" fix massive application
GitOrigin-RevId: ed296b85922a6814d5c6057b5cbc720f0c546e41
2023-10-20 19:12:56 +00:00
Aleksey Pivovarov
237d151539 vcs: update copyright headers
GitOrigin-RevId: 15118bcf18e5693b908cc21575f7133764812a07
2023-10-19 13:34:54 +00:00
Aleksey Pivovarov
aefc0f35e8 vcs: cleanup
GitOrigin-RevId: 5362581cbd76dbf4001b80ed700607d874bf406a
2023-10-19 13:34:36 +00:00
Andrey Cherkasov
094b9fc6c1 The "Simplifiable service retrieving" inspection: cleanup
Merge-request: IJ-MR-116656
Merged-by: Andrey Cherkasov <Andrey.Cherkasov@jetbrains.com>

GitOrigin-RevId: d42dd51ec49b4176265baf2bb69df04a964418a3
2023-10-17 13:36:11 +00:00
Yann Cébron
469406d7cb [vcs] annotate Topic level
GitOrigin-RevId: 34dfbfb45a9708e66d4839ec2b6ae2e54d1cc4c4
2023-10-17 09:59:45 +00:00
Andrew Kozlov
42cb8648b4 [devkit] IDEA-236032 getInstance call simplified
GitOrigin-RevId: 3ebd035a96c478a9eece1a3013941ff0c5106f03
2023-10-12 21:46:35 +00:00
Andrey Cherkasov
46e2dfa159 The "Mismatch between light service level and its constructor" inspection: cleanup
GitOrigin-RevId: 2a6e7bcc32cb11f9fcdfa77c717aac6183182fb5
2023-10-12 03:02:23 +00:00
Denis Zaichenko
da25a99eab IDEA-333759 Commit modal opens with more files checked than selected in tool window
GitOrigin-RevId: 4b2df3f6754161cb35289a3f483b19c9056aa780
2023-10-05 14:40:58 +00:00
Aleksey Pivovarov
dc0098332c EA-917696 IJPL-53 diff: draw divider under explicit read lock
Follow-up: 8157673bdd3048a6990b1214d6e9780b26b348e6

GitOrigin-RevId: 50148365ab340e39d2e62d944d33c5ca38e25505
2023-10-04 16:04:47 +00:00