Commit Graph

1558 Commits

Author SHA1 Message Date
Him188
f308cb787c Make loadFromResource stable 2021-04-11 19:37:24 +08:00
Him188
defe9bc83f Fix ide version 2021-04-10 20:21:58 +08:00
Him188
55cf8e1553 Fix build 2021-04-10 20:18:34 +08:00
Him188
98aadc03b7 IDE: Ignore exceptions on resolve 2021-04-10 20:18:14 +08:00
Him188
dc5e89518e Release version 2.6-RC 2021-04-10 18:59:47 +08:00
Him188
1845ca8798 Temporarily disable tests 2021-04-10 16:36:07 +08:00
Him188
21ca9f9fb9 Misc improvements 2021-04-10 16:34:53 +08:00
Him188
39f0eeb508 Allow overriding MiraiConsole impl when stopped 2021-04-10 16:09:03 +08:00
Him188
c3fbff1807 Add buildscan 2021-04-10 15:53:05 +08:00
Him188
eb240f3a75 Fix JAutoSavePluginData.typedValue, fix #311 2021-04-10 15:45:52 +08:00
Him188
c00a08b4f9 IDE: Fix analyzing errors 2021-04-10 15:27:58 +08:00
Him188
85322b3321 Terminal: make MiraiConsoleImplementationTerminal open and enable all logs for tests 2021-04-10 14:57:08 +08:00
Him188
824a72b2e7 Do not check initialized when calling backendAccess 2021-04-10 14:23:51 +08:00
Him188
9c3af046c7 IDE: remove maven dependency 2021-04-10 12:36:56 +08:00
Him188
f1d4f3fef6 Improve @ResolveContext resolution performance 2021-04-08 12:56:47 +08:00
Him188
662013e4ec Fix build and fix warnings 2021-04-08 12:43:59 +08:00
Him188
b17e60cbc9 Update yamlkt to 0.9.0 2021-04-08 01:48:46 +08:00
Him188
ffef5c00db IDE: Reformat files after linking Gradle project 2021-04-08 01:43:13 +08:00
Him188
a40e5731e5 Make mirai-console compatible with IDEA 2021.1, fix #323 2021-04-08 01:43:13 +08:00
Him188
2d12d8bbce IDE: Fix mirai version parsing 2021-04-08 01:43:13 +08:00
Bo Zhang
d75b6a061c
Use Gradle JavaVersion API (#325) 2021-04-07 23:38:50 +08:00
Him188
d50f34e2b7
Improve performance on AutoSavePluginData auto save (#317) 2021-04-07 22:28:38 +08:00
Him188
9d052f60d5 Add gradle tests
Co-authored-by: Bo Zhang <bo@gradle.com>
2021-04-06 12:22:04 +08:00
Him188
7402856b41 Unified junit version, update junit to 5.4.2 2021-04-06 00:11:12 +08:00
Him188
bfd8a0068c Fix template name 2021-04-04 19:30:34 +08:00
Him188
de46b0d79e Release version 2.6-M2 2021-04-04 01:19:01 +08:00
Him188
6b251b9267 Release version v2.6-M1 2021-03-30 12:39:45 +08:00
Him188
a560e93838 Add gson dependency for gradle plugin 2021-03-29 23:57:16 +08:00
Him188
41d0c16ad1
New Project Wizard (#320)
* Add project wizard

* Add OptionsStep

* Template application fundamentals

* Extract BuildSystemType from BuildSystemStep to top-level

* Complete templates

* Fix build

* Fix build

* Support Java and Groovy, fix strings in Kotlin templates

* Add template for gradle.properties

* Disable `depends on` field

* Fix Java template

* Fix build

* Update tools/compiler-annotations/src/CheckerConstants.kt

Co-authored-by: Karlatemp <karlatemp@vip.qq.com>

* Update tools/intellij-plugin/src/creator/steps/ValidationUtil.kt

Co-authored-by: Karlatemp <karlatemp@vip.qq.com>

Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2021-03-29 18:17:50 +08:00
Him188
0a0caeeb3a ConfigurePluginMainServiceFix and PluginMainServiceNotConfiguredInspection: support multiline service files 2021-03-28 17:34:00 +08:00
Him188
75d9805db1 Fix BuildMiraiPluginTask 2021-03-28 12:28:52 +08:00
Him188
b6417ac336 Fix doc on ConsoleInput 2021-03-27 22:40:42 +08:00
Him188
30b38500c6 Merge remote-tracking branch 'console/master' 2021-03-27 19:28:12 +08:00
Him188
8b7dc78a5d Improve BuildMiraiPluginTask 2021-03-27 19:27:30 +08:00
mzdluo123
512895ad9b
add MiraiForum url to greeting 2021-03-27 14:52:42 +08:00
Him188
4308c59da2
Use device.json by default for AutoLoginConfig (#312) 2021-03-26 19:00:42 +08:00
Karlatemp
3ae575e9eb
Ensure that the PermissionService is loaded correctly (#307)
* Ensure that the PermissionService is loaded correctly

* Update backend/mirai-console/src/extensions/PermissionServiceProvider.kt

* Mark `@ConsoleExperimentalApi`

Co-authored-by: Him188 <Him188@mamoe.net>
2021-03-26 19:00:25 +08:00
Him188
5dc1c90ac4 Release version 2.5.0 2021-03-26 10:42:42 +08:00
Him188
9795c52e92 Update docs 2021-03-21 11:35:23 +08:00
Him188
e0415bebbb Update docs 2021-03-21 11:35:04 +08:00
Him188
82b48bfa60 Release version 2.5-RC 2021-03-20 22:31:54 +08:00
Him188
f0fefc0657 2.5-RC-dev-2 2021-03-20 16:58:49 +08:00
Him188
8d568543f2 2.5-RC-dev-1 2021-03-19 09:10:20 +08:00
ZRnQ
da32c90eed
Fix: CommandSender 类型不满足要求时应提示 "需要由xxx执行" 而不是 "参数类型错误" (#309) 2021-03-11 22:49:33 +08:00
Karlatemp
ee1561f97d
Close bot with runCatching 2021-03-11 22:44:04 +08:00
Karlatemp
34135b5a4d
Close all bots in console stopping 2021-03-10 12:31:22 +08:00
Him188
fa7d688467 Release version 2.5-M2 2021-03-09 09:05:38 +08:00
Him188
015611257d
Update README.md 2021-03-07 18:32:56 +08:00
younger
5e6463e49d Add mirai-compose, close #296 2021-02-27 15:35:43 +08:00
Him188
f99c700bc5 Revert "Add mirai-compose, close #296"
This reverts commit 46313e2d
2021-02-27 15:34:28 +08:00