gongdewei
|
cce9c5e495
|
Fixed command input is disabled after error
|
2020-04-03 17:42:39 +08:00 |
|
gongdewei
|
901e8e6831
|
Transform help command
|
2020-04-03 17:41:27 +08:00 |
|
gongdewei
|
b2f8fd8878
|
Rename command output model class XxxResult to XxxModel
|
2020-04-03 14:26:41 +08:00 |
|
gongdewei
|
8cf02f8304
|
Disable command input while command is executing
|
2020-04-03 14:14:36 +08:00 |
|
gongdewei
|
eed1263165
|
Transform command cli exception
|
2020-04-03 14:13:34 +08:00 |
|
gongdewei
|
b1bbe4abb4
|
Transform sysenv & sysprop command
|
2020-04-02 20:31:49 +08:00 |
|
gongdewei
|
1252570cb3
|
Refactor session view, scroll after recv message and focus command input
|
2020-04-02 19:07:47 +08:00 |
|
gongdewei
|
5a1d401ed2
|
Process http request handler in custom EventExecutorGroup (Avoid long polling request block io ops)
|
2020-04-02 19:06:19 +08:00 |
|
gongdewei
|
59f500ddaf
|
Pull all messages after join session / refresh web ui
|
2020-04-02 19:04:21 +08:00 |
|
gongdewei
|
a40c8ecd3e
|
Support init session and pull results
|
2020-04-01 20:00:12 +08:00 |
|
gongdewei
|
77fafe2ca5
|
Refactor HttpRequestHandler
|
2020-04-01 19:58:08 +08:00 |
|
gongdewei
|
b355e5caea
|
Rename StringUtils.split() to splitFirst()
|
2020-03-31 11:17:47 +08:00 |
|
gongdewei
|
ac375a80fd
|
Add http api test scripts
|
2020-03-30 19:10:21 +08:00 |
|
gongdewei
|
40ee92fa00
|
Add WebUI files
|
2020-03-30 19:08:21 +08:00 |
|
gongdewei
|
3ee6b6b702
|
Support async exec command and pull results, join in sharing session
|
2020-03-27 19:09:43 +08:00 |
|
gongdewei
|
76a1ae5de0
|
Extract ResultView from result model
|
2020-03-27 11:50:48 +08:00 |
|
gongdewei
|
418d463bdd
|
add ResultDistributor to adapt Telnet term/Http API output, refactor Watch command
|
2020-03-26 20:18:09 +08:00 |
|
gongdewei
|
ca9441a0d8
|
creating session for http api
|
2020-03-25 19:50:37 +08:00 |
|
gongdewei
|
5acfe6ada4
|
remove dependency ShellImpl from JobController
|
2020-03-25 11:40:42 +08:00 |
|
gongdewei
|
a1d4a39a11
|
init process's tty, save command history on terminated
|
2020-03-24 19:52:33 +08:00 |
|
kylixs
|
64cee4f389
|
extract JobListener, remove dependency ShellImpl
|
2020-03-23 22:43:39 +08:00 |
|
kylixs
|
dbed24a2f4
|
removing dependency ShellServer from Session
|
2020-03-23 15:56:48 +08:00 |
|
kylixs
|
cfddec4bed
|
add http api handler
|
2020-03-23 09:55:55 +08:00 |
|
kylixs
|
b6d55d0b0b
|
refactor http read resource file
|
2020-03-18 10:33:50 +08:00 |
|
 jonzandGitHub
|
1293d51f94
|
add known user (#1036)
|
2020-03-02 16:36:13 +08:00 |
|
hengyunabc
|
414216d82a
|
upgrade netty to 4.1.45.Final #1034
|
2020-02-24 12:49:16 +08:00 |
|
hengyunabc
|
87a257acd5
|
fix cfr version. #1031
|
2020-02-22 18:54:55 +08:00 |
|
hengyunabc
|
d81fb24097
|
upgrade netty to 4.1.45.Final #1034
|
2020-02-22 18:50:47 +08:00 |
|
hengyunabc
|
9b2990c9a6
|
upgrade crf to 0.1498. close #1031
|
2020-02-21 11:50:46 +08:00 |
|
hengyunabc
|
ee187751a4
|
upgrade termd to 1.1.7.8 close #1033
|
2020-02-21 02:00:56 +08:00 |
|
hengyunabc
|
148e7b0981
|
upgrade crf to 0.148. close #1031
|
2020-02-19 13:29:16 +08:00 |
|
hengyunabc
|
4afddd8ab5
|
fix resource not close problem. close #1023
|
2020-02-17 13:21:13 +08:00 |
|
hengyunabc
|
42d695de71
|
fix dump -E option support. #1028
|
2020-02-17 02:01:57 +08:00 |
|
hengyunabc
|
f5f7583c98
|
add perfcounter command. #1029
|
2020-02-17 01:52:00 +08:00 |
|
hengyunabc
|
4e771e2a7d
|
fix testcase. #1025
|
2020-02-14 03:44:46 +08:00 |
|
hengyunabc
|
3da99d5ba5
|
support arthas.properties. #986
|
2020-02-14 03:34:17 +08:00 |
|
hengyunabc
|
4937b99d12
|
support ArthasEnvironment. #986
|
2020-02-14 02:40:08 +08:00 |
|
hengyunabc
|
6e39e74ce6
|
update index.md
|
2020-02-14 02:38:04 +08:00 |
|
 靳阳andhengyunabc
|
31ed346202
|
fix typo (#1009)
|
2020-01-16 16:35:40 +08:00 |
|
hengyunabc
|
4cf5d3b3a4
|
Avoid append spy jar to BootstrapClassLoader multiple times. fix #996
|
2019-12-31 15:43:13 +08:00 |
|
hengyunabc
|
eeb579f131
|
print exception message, when render error. fix #994
|
2019-12-30 17:27:08 +08:00 |
|
hengyunabc
|
e4c9e6f3e5
|
clean code
|
2019-12-30 17:13:18 +08:00 |
|
hengyunabc
|
60e1889716
|
fix test
|
2019-12-30 11:45:41 +08:00 |
|
hengyunabc
|
7d186f87f0
|
simplify AgentBootstrap; use long to store pid; #990
|
2019-12-27 19:33:17 +08:00 |
|
hengyunabc
|
f5270aba36
|
support ArthasEnvironment. #986
|
2019-12-27 15:11:18 +08:00 |
|
hengyunabc
|
558137a581
|
update doc
|
2019-12-26 10:45:31 +08:00 |
|
hengyunabc
|
ee08fa5b34
|
hide the shutdown command. #982
|
2019-12-25 19:40:55 +08:00 |
|
hengyunabc
|
5abcb65ef3
|
add known user
|
2019-12-23 16:36:09 +08:00 |
|
hengyunabc
|
9b79208416
|
update licenses
|
2019-12-20 15:12:29 +08:00 |
|
hengyunabc
|
380e96ee12
|
add known user
|
2019-12-19 16:01:01 +08:00 |
|