1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2026-05-03 17:03:08 +02:00

Commit Graph

  • a1e5b67889 Fix URL encoding in getYoutrackTicketsByQuery Alex Plate 2025-12-25 23:51:43 +02:00
  • 402b81c3c9 Add experimental YouTrack auto-analysis workflow with Claude Alex Plate 2025-12-25 23:45:10 +02:00
  • ef2e069b93 Migrate PR verification from TeamCity to GitHub Actions Alex Plate 2025-12-24 09:27:45 +02:00
  • 9d829b2011 Revert Slack notification experiment, re-enable VCS triggers Alex Plate 2025-12-24 09:18:10 +02:00
  • 7a087fa650 Add Slack URL debug output Alex Plate 2025-12-24 09:09:44 +02:00
  • cf0d6b359a parameters of 'Test Slack Notification' build configuration were updated (TeamCity change in 'Ideavim' project) aleksei.plate@jetbrains.com 2025-12-24 07:08:57 +00:00
  • f612dcc528 Fix shell compatibility in debug step Alex Plate 2025-12-24 09:04:12 +02:00
  • bb843511ca Add API key debug step to Slack notification test Alex Plate 2025-12-24 09:01:01 +02:00
  • 95cedf441d Disable VCS triggers and add Slack notification test build Alex Plate 2025-12-24 08:28:38 +02:00
  • 36680d0b7a Allow curl command in Slack notification step Alex Plate 2025-12-23 22:06:28 +02:00
  • 9dd8cfa72d Update Slack notification prompts to send immediately Alex Plate 2025-12-23 19:09:42 +02:00
  • fe95c6dca3 Fix YouTrack token pattern and remove test configuration Alex Plate 2025-12-23 18:59:21 +02:00
  • 347198aad3 Fix YouTrack token passing to gradle task Alex Plate 2025-12-23 18:49:15 +02:00
  • 970fa15794 Add YouTrack connection test build configuration Alex Plate 2025-12-23 18:44:58 +02:00
  • 6b52f118bc Remove vim-engine publish and Xorg test configurations Alex Plate 2025-12-23 18:33:42 +02:00
  • 6a2ac714f5 parameters of 'Publish EAP Build' build configuration were updated (TeamCity change in 'Ideavim / IdeaVim releases' project) aleksei.plate@jetbrains.com 2025-12-23 16:31:50 +00:00
  • e0dd804197 Use XLarge agent for EAP release build Alex Plate 2025-12-23 18:30:57 +02:00
  • dcc4d78812 Inline agent requirements to individual TeamCity build types Alex Plate 2025-12-23 18:29:27 +02:00
  • e1ae5c19c8 Switch TeamCity agents from XLarge to Medium Alex Plate 2025-12-23 18:03:49 +02:00
  • c3b7462028 Add Slack notification to EAP release build Alex Plate 2025-12-23 17:33:02 +02:00
  • 12b65fa17f Clean up Slack notification code, add ANTHROPIC_API_KEY to release Alex Plate 2025-12-23 17:28:44 +02:00
  • 19cd56fa54 Move Slack notification logic to Claude Code prompt in TeamCity Alex Plate 2025-12-23 17:18:36 +02:00
  • 78b066abe0 parameters of 'Test Slack Notification' build configuration were updated (TeamCity change in 'Ideavim / IdeaVim releases' project) aleksei.plate@jetbrains.com 2025-12-23 15:09:05 +00:00
  • ff64824840 Add 60 second timeout to Claude Code CLI call Alex Plate 2025-12-23 17:07:20 +02:00
  • 8093b08f06 Fix claude CLI invocation - use -p flag correctly Alex Plate 2025-12-23 17:05:31 +02:00
  • 0d9042047e Skip version check in dry-run mode for Slack notification Alex Plate 2025-12-23 16:57:56 +02:00
  • 65ed9a072f Add changelogUtils script to parse commit messages for YouTrack fixes Alex Plate 2025-12-23 16:51:48 +02:00
  • 44b05ab316 Remove unused method and reorder Foojay plugin in settings.gradle Alex Plate 2025-12-23 16:47:10 +02:00
  • ae66866abd Refactor Slack notification to use Claude Code CLI Alex Plate 2025-12-23 15:57:10 +02:00
  • 9b435ec3ff Make tag update conditional on Claude step success Alex Plate 2025-12-23 15:35:18 +02:00
  • 7f939987af Migrate changelog workflow to Claude-managed approach Alex Plate 2025-12-23 15:32:02 +02:00
  • 9189ae0357 Update changelog: Sync changeNotes with recent fixes claude[bot] 2025-12-23 13:18:21 +00:00
  • 0cf7dbeb88 Add Skill to allowed tools in changelog workflow Alex Plate 2025-12-23 15:14:31 +02:00
  • 2527427d67 Update changelog workflow to use changelog skill Alex Plate 2025-12-23 15:10:49 +02:00
  • 08f48b3c82 Update CHANGES.md with 2.28.0 release notes Alex Plate 2025-12-23 15:05:22 +02:00
  • e5127a57c9 Convert changelog instructions to Claude Code skill Alex Plate 2025-12-23 14:56:14 +02:00
  • 7063107675 Add foojay-resolver-convention plugin for automatic JDK download Alex Plate 2025-12-23 13:07:10 +02:00
  • e12177abdc Refactor updateAuthors script with JetBrains IP section support Alex Plate 2025-12-23 12:17:13 +02:00
  • fd0951b366 Add JetBrains IP section to AUTHORS.md Alex Plate 2025-12-23 12:11:06 +02:00
  • f29deb15ba Remove contribution awards program information Alex Plate 2025-12-22 14:58:15 +02:00
  • 82d4ef26e0 Refactor(VIM-2871): Migrate ParagraphMotion to new VimApi Alex Plate 2025-12-19 14:14:51 +01:00
  • 5c143e9951 Fix(VIM-4097): NextOccurrence ignores backslash in selected text Alex Plate 2025-12-19 13:29:35 +01:00
  • b11f8a1895 Fix(VIM-4094): UninitializedPropertyAccessException in VimHistoryBase Alex Plate 2025-12-19 13:16:44 +01:00
  • 2a919ecc4f Simplify updateCaret to Vim-like behavior Alex Plate 2025-12-12 19:17:10 +02:00
  • 953a8f4a39 Improve Range documentation by reordering and consolidating normalization details Alex Plate 2025-12-12 18:34:23 +02:00
  • de2daf6ee5 Use normalized ranges for selection API Alex Plate 2025-12-12 15:17:40 +02:00
  • b671a52480 Add link to Architecture Decision Records in CONTRIBUTING.md Alex Plate 2025-12-12 15:17:32 +02:00
  • f3de0d647d Refactor Range.Block API to use start/end offsets instead of array Alex Plate 2025-12-12 14:09:29 +02:00
  • b522f39358 Maintenance: ExitCommandTest - Expand test coverage for all command variants claude[bot] 2025-12-09 06:14:00 +00:00
  • a81fb7068b Fix typo in comment: change "e.q." to "e.g." claude[bot] 2025-12-02 06:13:26 +00:00
  • eb98fd3e01 Pass youtrackToken gradle property as YOUTRACK_TOKEN env variable Alex Plate 2025-12-09 12:58:33 +02:00
  • 3f5bbf4985 Update Kotlin version Alex Plate 2025-12-09 12:11:18 +02:00
  • dbf26846ee Update the platform to 2025.3 Alex Plate 2025-12-09 10:00:04 +02:00
  • 8ee28a3f10 Update the minimal supported intellij platform version to 253 Alex Plate 2025-12-03 12:03:00 +02:00
  • 655ba89561 Add mode-specific mapPluginAction extension functions Alex Plate 2025-11-28 18:39:00 +02:00
  • ef91434a7b Fix vmap to apply to both visual and select modes Alex Plate 2025-11-28 18:38:52 +02:00
  • c6bb7963ab Prevent duplicate author entries by filtering GitHub URLs in update script. Alex Plate 2025-11-28 15:45:41 +02:00
  • 7a1cbe5361 Remove bot contributors and simplify bot email filtering Alex Plate 2025-11-28 15:43:46 +02:00
  • fdc75f983d Fix code style: Add space after colon in class declaration claude[bot] 2025-11-25 06:13:35 +00:00
  • c3d2d54557 Bump org.jetbrains.changelog from 2.4.0 to 2.5.0 dependabot[bot] 2025-11-26 15:01:06 +00:00
  • 83df0f5196 Bump io.ktor:ktor-serialization-kotlinx-json from 3.3.2 to 3.3.3 dependabot[bot] 2025-11-26 15:01:29 +00:00
  • 3d7f37b61c Bump com.google.devtools.ksp:symbol-processing-api from 2.3.2 to 2.3.3 dependabot[bot] 2025-11-26 15:01:20 +00:00
  • 4d0b35851d Bump org.jetbrains.intellij.platform from 2.10.4 to 2.10.5 dependabot[bot] 2025-11-26 15:01:08 +00:00
  • 816a82911d Add github-actions[bot] to contributors list IdeaVim Bot 2025-11-22 09:02:07 +00:00
  • 89c0d232f0 Update the tests for the 253 version Alex Plate 2025-11-22 00:58:27 +02:00
  • 559ca472ed Fix the tests for the 253 version Alex Plate 2025-11-22 00:43:08 +02:00
  • 35df913746 Remove the wrong test Alex Plate 2025-11-22 00:16:07 +02:00
  • 938e4acb22 Fix(VIM-4072): Do not log error when the source file doesn't exist Alex Plate 2025-11-21 23:56:34 +02:00
  • 33adcd3f04 Add deepcopy() function Matt Ellis 2025-11-05 22:54:33 +00:00
  • aa346a3dfa Add copy() function Matt Ellis 2025-11-04 09:00:03 +00:00
  • ec13dd398b Ensure functions handle recursion and equality Matt Ellis 2025-10-23 01:11:00 +01:00
  • 8b61d33c2c Improve not equal to operator support Matt Ellis 2025-10-23 00:05:57 +01:00
  • f062ceb898 Support equal to operator for Funcref Matt Ellis 2025-10-22 23:48:49 +01:00
  • 89115bdfb2 Support equal to operator for Dictionary Matt Ellis 2025-10-22 22:12:50 +01:00
  • 4baf80130f Support equal to operator for Lists Matt Ellis 2025-10-22 17:34:43 +01:00
  • cede08b536 Support string output for recursive datatypes Matt Ellis 2025-10-17 16:58:44 +01:00
  • 1b7b1cb8ed Remove value semantics from VimList and Dictionary Matt Ellis 2025-10-17 08:54:42 +01:00
  • 28ec2ed694 Add comments and tests for Vim data types Matt Ellis 2025-10-17 00:15:46 +01:00
  • c1c18c44ae Fix review comments for is operator Matt Ellis 2025-11-07 17:09:19 +00:00
  • 378ae22863 Fix expansion of env variables for the options Alex Plate 2025-11-21 23:22:08 +02:00
  • 5bb4a69d88 Fix(VIM-2143): Add env variables expansion for the source command Alex Plate 2025-11-21 20:20:49 +02:00
  • c1ccb5cfc2 Clarify testing recommendations in CLAUDE.md. Alex Plate 2025-11-21 16:56:13 +02:00
  • 2a56f50767 Fix(VIM-4073): Fix off-by-one error in inline element position check Alex Plate 2025-11-21 16:49:09 +02:00
  • 37f5821ad1 Clarify commit splitting guidelines in maintenance instructions. Alex Plate 2025-11-21 15:31:14 +02:00
  • 25a62d4ade Maintenance: IndexFunctionTest - Add comprehensive edge case tests claude[bot] 2025-11-11 06:14:09 +00:00
  • 7a0ba81a89 Maintenance: List functions - Remove redundant type conversions claude[bot] 2025-11-11 06:14:01 +00:00
  • 50d0422b10 Fix tab selection after :tabclose command claude[bot] 2025-11-01 06:13:48 +00:00
  • 595eae9476 Add test for DeleteToCaretAction edge case claude[bot] 2025-10-30 06:12:40 +00:00
  • c3616babe4 Add edge case guard to DeleteToCaretAction claude[bot] 2025-10-30 06:12:32 +00:00
  • c0922fcee7 Fix logic bug in CommandAlias.Ex.getCommand() claude[bot] 2025-10-29 06:13:13 +00:00
  • b01040fb44 Create a function for warn log with an exception Alex Plate 2025-11-21 14:28:32 +02:00
  • a497270186 Fix an issue with function dict Alex Plate 2025-11-21 14:14:57 +02:00
  • e8db799ca2 Prevent entering insert mode in read-only files NaMinhyeok 2025-10-30 21:53:01 +09:00
  • 034f968e98 revert CommandBuilder usage NaMinhyeok 2025-09-05 21:24:24 +09:00
  • 2aec8858ba Refactor insert mode handling to check writability for new and repeat operations NaMinhyeok 2025-09-01 23:40:40 +09:00
  • 7efd050065 Enhance InsertExitModeAction to handle read-only files gracefully and ensure ESC functionality NaMinhyeok 2025-09-01 13:11:43 +09:00
  • 1b10943c6b Prevent entering insert mode in read-only files NaMinhyeok 2025-08-26 21:12:57 +09:00
  • df52c7a6f5 Bump org.jetbrains.intellij.platform from 2.10.2 to 2.10.4 dependabot[bot] 2025-11-12 15:01:19 +00:00
  • cf8ce9519c Bump com.google.devtools.ksp:symbol-processing-api from 2.3.0 to 2.3.2 dependabot[bot] 2025-11-12 15:01:11 +00:00
  • a3707d232c Add github-actions[bot] to contributors list IdeaVim Bot 2025-11-08 09:02:09 +00:00