Commit Graph
100 Commits
Author SHA1 Message Date
ReaJason cc6d79a992 test: update docker-compose yaml
Dev Deploy / Build Jar (push) Waiting to run
Dev Deploy / Docker Push (push) Blocked by required conditions
Dev Deploy / Deploy to Northflank (push) Blocked by required conditions
Test / UniteTest (push) Waiting to run
Test / ${{ matrix.middleware }} (glassfish) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbossas) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbosseap) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jetty) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (payara) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (resin) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springmvc) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springwebflux) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (tomcat) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (weblogic) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere7) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (wildfly) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (xxljob) (push) Blocked by required conditions
2025-03-29 17:14:56 +08:00
ReaJason 83be597a3f docs: update README 2025-03-29 17:13:51 +08:00
ReaJason de9de883fc refactor: extract method
Dev Deploy / Build Jar (push) Waiting to run
Dev Deploy / Docker Push (push) Blocked by required conditions
Dev Deploy / Deploy to Northflank (push) Blocked by required conditions
Test / UniteTest (push) Waiting to run
Test / ${{ matrix.middleware }} (glassfish) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbossas) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbosseap) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jetty) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (payara) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (resin) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springmvc) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springwebflux) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (tomcat) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (weblogic) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere7) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (wildfly) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (xxljob) (push) Blocked by required conditions
2025-03-29 14:30:11 +08:00
ReaJason 36027167d5 feat: support asm relocate to ignore server inner asm 2025-03-29 14:19:25 +08:00
ReaJason dd6e35d4fc chore: update .gitignore 2025-03-29 13:08:06 +08:00
ReaJason 9bde6cc55a test: weblogic 14 asm not work on asm 9 2025-03-29 13:07:45 +08:00
ReaJason 3b74baec93 feat: support other server command agent with asm (#51) 2025-03-29 12:50:39 +08:00
ReaJason 1f232d10e0 feat: support jetty command agent with asm (#51)
Dev Deploy / Build Jar (push) Waiting to run
Dev Deploy / Docker Push (push) Blocked by required conditions
Dev Deploy / Deploy to Northflank (push) Blocked by required conditions
Test / UniteTest (push) Waiting to run
Test / ${{ matrix.middleware }} (glassfish) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbossas) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbosseap) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jetty) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (payara) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (resin) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springmvc) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springwebflux) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (tomcat) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (weblogic) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere7) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (wildfly) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (xxljob) (push) Blocked by required conditions
2025-03-28 23:34:37 +08:00
ReaJason 1ca73c0ac2 build: cannot find symbol 2025-03-28 23:30:11 +08:00
ReaJason 255bfbd985 feat: support undertow agent with asm (#51) 2025-03-28 22:59:26 +08:00
ReaJason 415eaa71f6 test: glassfish3 internal asm version too low
Dev Deploy / Build Jar (push) Waiting to run
Dev Deploy / Docker Push (push) Blocked by required conditions
Dev Deploy / Deploy to Northflank (push) Blocked by required conditions
Test / UniteTest (push) Waiting to run
Test / ${{ matrix.middleware }} (glassfish) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbossas) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jbosseap) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (jetty) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (payara) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (resin) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springmvc) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (springwebflux) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (tomcat) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (weblogic) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (websphere7) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (wildfly) (push) Blocked by required conditions
Test / ${{ matrix.middleware }} (xxljob) (push) Blocked by required conditions
2025-03-27 22:29:13 +08:00
ReaJason f0e1084fc3 feat: add agent memshell playground (#51) 2025-03-27 22:05:55 +08:00
ReaJason f6944c81b2 feat: support command agent with asm on filterChain and contextValve (#51) 2025-03-27 22:05:55 +08:00
ReaJason ff307e0973 chore: update dep 2025-03-27 22:05:55 +08:00
ReaJason 0d9bf6873d docs: update 2025-03-24 16:33:47 +08:00
ReaJason a438cb75b4 perf: simplify jetty getContext method 2025-03-24 16:28:18 +08:00
ReaJason bf3f5081e8 style: react component prop readonly 2025-03-24 16:22:47 +08:00
ReaJason 7b1924a97f fix: dev version no update 2025-03-24 16:21:44 +08:00
ReaJason bfcbe21aee ci: add dev auto deploy 2025-03-24 16:20:31 +08:00
ReaJason 241df2c24b feat: support custom shell generator (#49) 2025-03-24 16:20:11 +08:00
ReaJason efb5ae4e91 chore: upgrade dep 2025-03-18 19:56:16 +08:00
ReaJason d3813bb33c chore: rm files 2025-03-18 19:53:35 +08:00
ReaJason 5f48dd4c95 ci: rm useless steps 2025-03-09 02:14:02 +08:00
ReaJason ab4154c90c build: reduce image size 2025-03-09 02:13:35 +08:00
ReaJason 775b4eec9a docs: update CHANGELOG 2025-03-01 23:16:31 +08:00
ReaJason f6f2611b92 chore: enhance phone ui 2025-03-01 23:11:41 +08:00
ReaJason 6292e6b8b2 feat(ui): support show update button 2025-03-01 23:11:41 +08:00
ReaJason 6f332a97d8 ci: release body add update steps [skip ci] 2025-03-01 23:11:40 +08:00
ReaJason b71e8ea4de fix(ui): generate fail 2025-02-28 23:25:28 +08:00
ReaJason d14203e78f fix: NeoreGeorg proxy not work 2025-02-28 23:24:31 +08:00
ReaJason 839653bd01 style: format code 2025-02-28 22:44:10 +08:00
ReaJason badf60ebd4 chore: upgrade Gradle 8.13 2025-02-28 22:41:09 +08:00
ReaJason 6be832494d refactor(ui): separate each component into single file 2025-02-28 22:40:45 +08:00
ReaJason 945956ca16 fix: use server shell tool order 2025-02-28 22:40:45 +08:00
ReaJason 1f158158f6 refactor: simplify valve shell code 2025-02-28 22:40:45 +08:00
ReaJason a1bf202066 test: add SpringBoot1 vul case (resolved #22) 2025-02-28 22:40:45 +08:00
ReaJason 2f9ac42a3f feat: support Neo-reGeorg shell generate (#35) 2025-02-28 22:35:14 +08:00
ReaJason bb6a4c4d06 docs: update screenshots 2025-02-27 00:30:01 +08:00
ReaJason d9c0a38460 docs: update CHANGELOG 2025-02-26 20:47:05 +08:00
ReaJason 2c0f52537e test: default shrink enabled 2025-02-26 20:47:05 +08:00
ReaJason 336dcb0fda test: war file error 2025-02-26 20:24:59 +08:00
ReaJason 787e5563b4 feat: support Tomcat Jakarta WebSocket 2025-02-26 20:21:25 +08:00
ReaJason 881587dccf build(ui): enahnce cross-platform dx 2025-02-26 20:20:49 +08:00
ReaJason e10673ab38 fix: custom injectorClassName not work 2025-02-26 20:20:03 +08:00
ReaJason cf2b2af67e feat: support bytecode shrink
1. remove source file symbol (#46)
2. remove debug info when enable shrink (#29)
2025-02-26 20:19:30 +08:00
ReaJason 7927611c92 test: test compile error 2025-02-26 20:13:53 +08:00
ReaJason 8aa1e1a773 ci: release body is empty 2025-02-25 01:59:45 +08:00
ReaJason 9cd62a0620 docs: update README 2025-02-25 01:41:40 +08:00
ReaJason d004ed1dbc test: test order list is important 2025-02-25 01:41:28 +08:00
ReaJason bc103376d3 test: random name hit key words 2025-02-25 00:45:20 +08:00
ReaJason 9bc73c8002 docs: update CHANGELOG 2025-02-25 00:39:24 +08:00
ReaJason 056cab6c19 docs: add Dockerfile build steps (resolved #44) 2025-02-25 00:31:08 +08:00
ReaJason a00871bcb2 ci: rm useless arg 2025-02-25 00:14:24 +08:00
ReaJason d623477107 build: build docker image with one Dockerfile (#44) 2025-02-25 00:14:11 +08:00
ReaJason a99f1e8a6d build: optimize copy html script 2025-02-25 00:12:38 +08:00
ReaJason e90efdc036 chore: update deps 2025-02-25 00:11:37 +08:00
ReaJason 85828f7975 fix: tomcat WebSocket shell not work (#25) 2025-02-25 00:11:16 +08:00
ReaJason 5b838adbe9 refactor: move class 2025-02-25 00:09:44 +08:00
ReaJason cc87efcddf test: fix failed cases 2025-02-23 18:11:49 +08:00
ReaJason 5f43eae694 chore: update gitignore 2025-02-23 16:58:28 +08:00
ReaJason bad9f2f786 build: support auto download toolchains 2025-02-23 16:53:01 +08:00
ReaJason a6ba2d0a3a docs: add local build command 2025-02-23 16:51:22 +08:00
ReaJason a861effd12 build(boot): Dockerfile support BOOT_OPTS env 2025-02-23 16:45:27 +08:00
ReaJason 7e84cab7bc refactor: supported unified test cases provider 2025-02-23 16:44:35 +08:00
ReaJason f1d797295c build(ui): support base_path 2025-02-23 02:33:09 +08:00
ReaJason 164d59c65a fix(ui): version show html when it failed 2025-02-23 02:33:09 +08:00
ReaJason 3274e8421d feat: support shell registry for all server 2025-02-23 02:33:09 +08:00
ReaJason 1980ae7072 refactor: simplify valve shell register 2025-02-23 02:33:09 +08:00
ReaJason 3438d07f6d chore: rm debug log 2025-02-23 02:33:09 +08:00
ReaJason ebb9b35a17 refactor: optimize import 2025-02-23 02:33:09 +08:00
ReaJason d64a8b9e6b test: rm log 2025-02-23 02:33:09 +08:00
ReaJason b35aafd77b refactor: move members 2025-02-23 02:33:09 +08:00
ReaJason 2dd794faf1 fix: undertow listener failed 2025-02-23 02:33:09 +08:00
ReaJason 4efc6a7562 refactor: rm useless code 2025-02-23 02:33:09 +08:00
ReaJason 258c42adc0 test: class import error 2025-02-23 02:33:09 +08:00
ReaJason 5084a0b850 refactor: simplify memshell generate map register 2025-02-23 02:33:09 +08:00
ReaJason f27b06fc0b ci: set-output command is deprecated 2025-02-23 02:33:09 +08:00
ReaJason 87ba8403db ci: optimize docker push order 2025-02-23 02:33:09 +08:00
ReaJason 185be332a5 ci: change scripts location 2025-02-23 02:33:09 +08:00
ReaJason ef6ca026f2 fix(ui): shell type not reset when server changed 2025-02-21 00:32:24 +08:00
ReaJason 064c73b4e7 ci: support jar file release 2025-02-21 00:16:48 +08:00
ReaJason 6cb42ed954 fix: remove log 2025-02-20 23:59:23 +08:00
ReaJason d92b052428 docs: update CHANGELOG 2025-02-20 23:53:26 +08:00
ReaJason 8c6a67dcc8 feat: add loading component 2025-02-20 23:52:02 +08:00
ReaJason 2db337d85c fix(ui): shell type not changed when server changed 2025-02-20 23:45:52 +08:00
ReaJason b1f963f1a3 test: change deserialize image name 2025-02-20 23:32:00 +08:00
ReaJason ac9c0ec171 docs: update 2025-02-20 23:19:07 +08:00
ReaJason e1f23f52c4 ci: not run test in tag push [skip ci] 2025-02-20 23:19:07 +08:00
ReaJason 0fe7a3d345 chore: remove redundant dep 2025-02-20 23:13:23 +08:00
ReaJason 53999f3e71 fix(ui): packResult not changed when regenerate 2025-02-20 22:28:34 +08:00
ReaJason 42faa786cb chore: gradle 8.12.1 2025-02-20 22:28:34 +08:00
ReaJason a964ada4df chore: rm socket dep 2025-02-20 22:28:34 +08:00
ReaJason f3ced55d8a feat: support hessian packer (#36) 2025-02-20 22:28:34 +08:00
ReaJason 4a7301c7f0 refactor: rename class 2025-02-20 22:04:00 +08:00
ReaJason 75b32773a4 chore: upgrade testcontainers and junit 2025-02-20 21:56:42 +08:00
ReaJason d482707465 docs: update CHANGELOG 2025-02-19 22:21:17 +08:00
ReaJason bad3815107 test: deserialize test container startup failed 2025-02-19 22:21:17 +08:00
ReaJason bfae5e10d3 feat: enhance responsive layout and improve i18n support (#39) 2025-02-19 22:21:17 +08:00
ReaJason 328fee0286 fix: cb110 serializeVersionUID change failed 2025-02-19 22:21:17 +08:00
ReaJason 41d2ea5c6d test: add CB4 multi version gadgets integration test 2025-02-19 22:21:17 +08:00