Alexey.Merkulov
80a73f6507
[debugger] Update debugger agent to support instrumentation breakpoints
...
IDEA-370744
GitOrigin-RevId: 9e4544d9a20b29c9f69d37cbbab24745f9fde815
2026-02-03 05:54:15 +00:00
Maksim Zuev
02b310af9e
[debugger] IDEA-385233 Show a placeholder for throttled frames
...
GitOrigin-RevId: bc35301dd0795092a0581609e68f5c4f76d58a80
2026-01-29 20:31:29 +00:00
Maksim Zuev
b1356651f6
[debugger] IDEA-385233 Increase debugger overhead quota
...
* do not trigger notifications too often
* also disable
GitOrigin-RevId: 714d73a20ac75ba3b3a4e2a9603bc3a8d1baf01b
2026-01-29 20:31:29 +00:00
Maksim Zuev
d1ecb5dd2b
[debugger] IDEA-384880 Add an ability to disable overhead detector
...
Space-RevId: 4b1a3517241fa03c06a8ab394c31711863857707
GitOrigin-RevId: 14333fc38a85a76ead63c303aefae3cb66b8cc07
2026-01-21 15:04:19 +00:00
Maksim Zuev
8192dc88b8
[debugger] IDEA-375488 Detect async stack traces overhead
...
GitOrigin-RevId: 5922d71819a6c85a8cbcfe2dbdefdcbafb3b4bb0
2026-01-20 23:34:34 +00:00
Andrzej Głuszak
2eb1b83286
IJI-3370 Bump deps
...
Merge-request: IJ-MR-185818
Merged-by: Andrzej Gluszak <Andrzej.Gluszak@jetbrains.com >
GitOrigin-RevId: 177cbe0f3c33d0434c8180705ffbfbab1794d836
2026-01-10 18:03:47 +00:00
Titouan Bion
1ef4c1b933
IJI-3198: Replace hermetic_cc_toolchain by toolchains_llvm in @community and root modules
...
- `rules_jvm` and `jps_to_bazel` are not migrated to avoid duplicating the patch
GitOrigin-RevId: e2bcfc929083bd1cff7456c71372b1fc3cb59709
2026-01-09 17:27:50 +00:00
Leonid Shalupov
d8de864e7f
IJI-3359 Bazel: provide dev builds for community (IDEA + Android Studio)
...
also provide all build targets for both community and ultimate
GitOrigin-RevId: b282a3cae421a1b30a02b9101f5e0a07e2d38518
2025-12-11 17:15:28 +00:00
Andrzej Głuszak
63b0d3227c
IJI-3260 Bump rules_kotlin to version 2.2.0
...
Merge-request: IJ-MR-182775
Merged-by: Andrzej Gluszak <Andrzej.Gluszak@jetbrains.com >
GitOrigin-RevId: 8db8074acfafd2c67d9e8deab7ce220fed3848da
2025-11-20 16:37:18 +00:00
Leonid Shalupov
b36c2d2829
[bazel] cleanup: bump versions of rules_java and bazel_skylib due to Bazel warnings
...
newer versions were used anyway and Bazel warns about this:
WARNING: For repository 'rules_java', the root module requires module version rules_java@8.11 .0, but got rules_java@8.14 .0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'bazel_skylib', the root module requires module version bazel_skylib@1.7.1, but got bazel_skylib@1.8.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
GitOrigin-RevId: 979ebbaa66b8918bb0c7aefe2f5b3ed1b16c1d48
2025-10-16 10:01:27 +00:00
Andrzej Głuszak
cbe97e6e9e
[maintenance] Stop using forked rules_python
...
We used forked rules_python because upstream didn't define a checksum for windows aarch64 3.11 cpython. This has been already addressed: 05735c8fa4/python/versions.bzl (L482)
So it no longer makes sense to use the fork.
Merge-request: IJ-MR-176875
Merged-by: Andrzej Gluszak <Andrzej.Gluszak@jetbrains.com >
GitOrigin-RevId: eedb95ffac9a738276f59857d247c939b3b9e583
2025-09-29 19:46:03 +00:00
Ilia Kirianovskii
6589b48ae5
[bazel] Use custom remote_java_tools_windows with vc_redist .dll files (IJI-3004)
...
https://github.com/bazelbuild/rules_java/issues/316
GitOrigin-RevId: b1456985c53e8d11dcde08f60a855734abc46353
2025-09-04 18:03:48 +00:00
Nikolay Chashnikov
6d32156bd8
[bazel build] compile using JBR 21 and use JVM 21 target level by default (IJPL-176259)
...
GitOrigin-RevId: 0eaf0895dbc72be209b8f9acf046becc06a6fd1a
2025-08-30 07:50:09 +00:00
Leonid Shalupov
884f112f4b
kotlin tests: greatly simplify test data Bazel labels
...
GitOrigin-RevId: d467c588697d54a44737752d8127bcdde704c895
2025-08-21 20:30:11 +00:00
Evgenii Ilichev
1f46eeef22
bazel: add debugger-agent as a kotlin test dependency
...
GitOrigin-RevId: 1244ce715c8039dae45ce29306da890a8e0fcd3b
2025-08-21 18:02:57 +00:00
Evgenii Ilichev
c1fca0a2ed
bazel: introduce ATTACH_LIBRARY_BY_LABEL and ATTACH_AGENT_BY_LABEL markers for kotlin testData files
...
coroutineHierarchy2.kt: remove unnecessary dependencies
GitOrigin-RevId: 95de60443e3ca65ebeea9f6ddded7381d71e7ae0
2025-08-20 21:31:58 +00:00
Evgenii Ilichev
ebc8c7aa4e
bazel: introduce ATTACH_LIBRARY_BY_LABEL and ATTACH_AGENT_BY_LABEL markers for kotlin testData files
...
in order to be able to resolve dependencies in bazel hermetic test mode
GitOrigin-RevId: 9d1241341492ea7d4d5d9c9a136c8b33e0c649cf
2025-08-18 12:15:27 +00:00
Ilia Kirianovskii
ecdb27be8d
[bazel] Set tool java runtime version to remotejbr_17 in common.bazelrc (IJI-2943)
...
Also adds community/build/jbr-toolchains.bzl w/ jbrsdk v17.0.15b1381.5.
GitOrigin-RevId: 53435c3afb9b1f4b5255835c2a8c9de683a538f9
2025-07-30 17:30:56 +00:00
Mikhail Filippov
4a8cfa91fd
[bazel] migrate Kotlin test dependencies to Bazel
...
GitOrigin-RevId: 55f9ab5a92da1ea28d320ff3ed925848a7d73382
2025-07-28 11:14:46 +00:00
Ilia Kirianovskii
5be99550f9
[bazel] Upgrade rules_kotlin to v2.1.3 (IJI-2878)
...
Also removes obsolete rules_kotlin develar/v2.0.0-jb.14.
GitOrigin-RevId: 588c96c5035bd80e7fedb73f3b66126a58038734
2025-07-17 14:52:04 +00:00
Ivan Pashchenko
23a5b75360
IJI-2709: use x64 python on aarch64 windows
...
GitOrigin-RevId: baa36932d659a988d62b4834577e5e71c48b8ed3
2025-07-01 16:42:07 +00:00
Ivan Pashchenko
92a2434d0d
IJI-2709: fix hermetic_cc toolchain not including winarm SDK
...
Merge-request: IJ-MR-166431
Merged-by: Ivan Pashchenko <Ivan.Pashchenko@jetbrains.com >
GitOrigin-RevId: 47d934808f1aa73afd5e9002f5d69261ed62e1b8
2025-06-23 15:08:05 +00:00
Leonid Shalupov
393462967e
bazel scripts: do not detect toolchains from the system DPE-32
...
GitOrigin-RevId: 6fb6e2a526f2fd660106ff6034c9680d0c679d64
2025-05-09 19:02:35 +00:00
Vladimir Krivosheev
495c18bb86
update rules_java from 8.8.0 to 8.11.0
...
GitOrigin-RevId: bb677e212ba0eb428cfc7ba6c877a1d5b2a0eb87
2025-04-28 13:56:43 +00:00
Vladimir Krivosheev
e16162f1db
jps bazel compiler - part 13
...
GitOrigin-RevId: 42b64017e196b527fd2281de3da749a2ec35ab62
2025-02-14 21:08:25 +00:00
Vladimir Krivosheev
61d0a6eac2
jps bazel compiler - part 11
...
GitOrigin-RevId: 59daf3b5849bf656d1b374b3e2a9a1466639c0c5
2025-01-25 12:35:19 +00:00
Vladimir Krivosheev
7e404e842a
jps bazel compiler - part 10
...
GitOrigin-RevId: e2561deb17c17bda35a4fda12c25cda19ff62ce7
2025-01-23 17:38:20 +00:00
Vladimir Krivosheev
675499d1e6
update bazel version from 8.0.0 to 8.0.1 and rules_java 8.6.3 to 8.7.1
...
GitOrigin-RevId: 339d9045aae063f1e44c09c35a84b4a2f338de1f
2025-01-19 17:03:43 +00:00
Vladimir Krivosheev
0bc1cf1557
update bazel files
...
GitOrigin-RevId: 7320d3eff3aba093692ce66839c720ece6d7c4db
2024-12-30 11:28:24 +00:00
Vladimir Krivosheev
98799639aa
do not use _test as lib - test targets do not support this
...
GitOrigin-RevId: f2f49db4294b6a64040dbbd5f1d95e972cbd70a3
2024-12-15 18:32:30 +00:00
Vladimir Krivosheev
17916c90f8
libraries -> lib, resources, opt-in, test deps
...
GitOrigin-RevId: db66ee95dcb0f0553b40c9cc56cd6afed8634cdd
2024-11-27 13:53:42 +00:00
Vladimir Krivosheev
d0f2112207
bazel - use unique name to maven repository due to bazel issue ( https://github.com/bazel-contrib/rules_jvm_external/issues/916 )
...
GitOrigin-RevId: 1378657735b438684e934c8aca721d43980869c8
2024-11-09 11:06:41 +00:00
Andrzej Głuszak
cbca664f6c
[bazel] Second attempt at generating tests
...
GitOrigin-RevId: 7763c9994b7c311310b83b98a542775feb00ed68
2024-11-09 11:06:41 +00:00
Vladimir Krivosheev
8455df53ca
build build-scripts using Bazel
...
GitOrigin-RevId: f6ab74d791f866f567297e20266a7620cddfafae
2024-09-20 01:52:02 +00:00