夜鹰
|
95a4198594
|
fix: params import xml bug
|
2023-01-03 16:28:32 +08:00 |
|
scarqin
|
5ca5fe5e75
|
docs: update en README
|
2023-01-02 20:33:35 +08:00 |
|
scarqin
|
909b1a6d7f
|
chore: .gitattributes
|
2022-12-31 00:37:03 +08:00 |
|
scarqin
|
ef7fee86e2
|
chore: .gitattributes
|
2022-12-31 00:35:57 +08:00 |
|
scarqin
|
ec45f04257
|
chore: .gitattributes
|
2022-12-31 00:34:54 +08:00 |
|
scarqin
|
64e1be5667
|
chore: .gitattributes
|
2022-12-31 00:31:29 +08:00 |
|
Scarqin
|
894a900350
|
Update README.md
|
2022-12-31 00:13:44 +08:00 |
|
Scarqin
|
a51feb0311
|
feat/ui-component (#188)
* feat: update extension UI
* fix(components): [manage-access] a tag rename to span
* feat: update e2e
Co-authored-by: buqiyuan <1743369777@qq.com>
Co-authored-by: 夜鹰 <17kungfuboy@gmail.com>
|
2022-12-30 23:46:51 +08:00 |
|
Scarqin
|
ec354ae0f1
|
Update README.md
|
2022-12-30 09:56:55 +08:00 |
|
scarqin
|
0d0a3edd8d
|
feat: add proxy
|
2022-12-15 11:15:53 +08:00 |
|
scarqin
|
088779db54
|
chore: yarn serve:web error
|
2022-12-15 01:21:18 +08:00 |
|
buqiyuan
|
ae34e5e74a
|
perf: add loading for iframe page
|
2022-12-09 14:14:34 +08:00 |
|
scarqin
|
a89c32ec53
|
docs: LICENSE info
|
2022-12-07 17:31:56 +08:00 |
|
Scarqin
|
089250d571
|
Feat/adapt apispace (#202)
* chore: first commit
* feat: extension-app-iframe
* feat: support import project
* chore: update code
* chore: update code
* feat: support sidebar in web
* fix: dynamickUrl
* feat: sidebar view auto update
* chore: update code
* feat: sidebar icon support img
* fix: write dead code
* fix: delete uuid field form schema
* chore: update mock url
* chore: remove console log
* fix: side view sort
* fix: showModalMask can not hide
* fix: remove not exits completes
* chore: update env file
* 1.10.0 => 1.11.0
Co-authored-by: buqiyuan <1743369777@qq.com>
Co-authored-by: 夜鹰 <17kungfuboy@gmail.com>
|
2022-12-07 15:59:54 +08:00 |
|
buqiyuan
|
2fc2a67912
|
chore: use env in nginx conf
|
2022-11-21 14:07:13 +08:00 |
|
scarqin
|
0a23d0e67e
|
chore: feature template
|
2022-11-21 10:06:28 +08:00 |
|
buqiyuan
|
8e966f9c2c
|
fix: grpc-server emit params
|
2022-11-18 15:58:48 +08:00 |
|
kungfuboy
|
1409fe2e25
|
update
|
2022-11-18 14:57:51 +08:00 |
|
scarqin
|
46a0835f7b
|
fix: package error
|
2022-11-18 14:33:34 +08:00 |
|
scarqin
|
96388f2d6d
|
chore
|
2022-11-18 13:43:18 +08:00 |
|
scarqin
|
c9e7a88723
|
chore
|
2022-11-18 13:41:43 +08:00 |
|
buqiyuan
|
834a2ef108
|
chore: update docker config
|
2022-11-18 11:20:41 +08:00 |
|
scarqin
|
c40faf6338
|
refactor: proto delete file
|
2022-11-18 10:13:21 +08:00 |
|
scarqin
|
babda424b8
|
chore: macos-12
|
2022-11-18 10:06:11 +08:00 |
|
scarqin
|
f944553535
|
chore: change release os
|
2022-11-18 09:54:50 +08:00 |
|
scarqin
|
074d8548b9
|
chore: update electron
|
2022-11-18 00:58:13 +08:00 |
|
kungfuboy
|
e38984bbea
|
update proto IO path
|
2022-11-18 00:32:16 +08:00 |
|
kungfuboy
|
c0873cacd4
|
delete log
|
2022-11-18 00:17:25 +08:00 |
|
Scarqin
|
0726e5a10b
|
Feat/web_extension (#177)
* init
* feat: extension support sidebarViews & customTabs
* feat: support API sercurity check extension
* update
* Refactor/mock (#178)
refactor: mock match rule
* v1.9.1
* feat: translate error
* fix: sync extensin load way
* fix: web translate extension
* Fix typo
* feat: add default completions
* Update README.md
更新部分描述——支持我们
* Update README.md
* fix: eo.execute example error
* update en readme
* feat: add server version for about
* chore: update completions
* update
* fix: window.eo is undefine in web
* base grpc
* update service
* fix: use absolute proto path
* feat: grpc add context params
* delete useless code
* refactor: custom-tab rename to extension-app
* update: new grpc API
* update
* update
* rename grpc API
* style: extension setting title
* chore: pack
* fix: route error
* fix: save data from test extra data
* update dependencies
* feat: add getExtensionSettings soppurt in web
* fix: ws url bug
* fix: history not fully displayed
* delete package-lock
* update
* chore: delete unuse file
* delete lock file
* update socket2Node
* fix: recovery form history header not selected
* delete log
* fix: add origin model
* close socket before websocket tab close
* chore: releas.yml
* fix: getFeature error
* chore: add optional chaining for eo
* chore: merge some global method
* fix: extension disable not take effect
Co-authored-by: buqiyuan <1743369777@qq.com>
Co-authored-by: 夜鹰 <17kungfuboy@gmail.com>
Co-authored-by: Captain Jack <84333501+Jack-123-power@users.noreply.github.com>
|
2022-11-17 23:44:34 +08:00 |
|
kungfuboy
|
dacf43db9a
|
Squashed commit of the following:
commit 476aa83d12e2c4197e753a98e7c29518f0849472
Merge: c0aca6ce ef809280
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Thu Nov 17 19:42:27 2022 +0800
Merge branch 'main' into feat/web_extension
commit c0aca6cea6ba51bfa03706d2c224c4db0003df85
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Thu Nov 17 18:25:07 2022 +0800
close socket before websocket tab close
commit 4e72e4c55dcd2f584658adbb84d1d7e43ddb5362
Merge: c569c667 34e605e8
Author: buqiyuan <1743369777@qq.com>
Date: Thu Nov 17 18:03:20 2022 +0800
Merge branch 'feat/web_extension' of github.com:eolinker/eoapi into feat/web_extension
commit c569c667461e0805693536fa1c1bc3dccda8195b
Author: buqiyuan <1743369777@qq.com>
Date: Thu Nov 17 18:01:36 2022 +0800
fix: add origin model
commit 34e605e8194305fc7a9b1ba70983d356a151e430
Merge: 2ed57392 8e8ef1cc
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Thu Nov 17 17:49:21 2022 +0800
Merge branch 'feat/web_extension' of github.com:eolinker/eoapi into feat/web_extension
commit 2ed57392957dc81db13dd96679b99432182a0b2a
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Thu Nov 17 17:49:13 2022 +0800
delete log
commit 8e8ef1cc97c0a93516523b0b0adf6c437ccf6b89
Author: scarqin <1054139596@qq.com>
Date: Thu Nov 17 17:42:12 2022 +0800
fix: recovery form history header not selected
commit 5cf2a86fb1307e2f12e503fe5aee5b2b5c581c09
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Thu Nov 17 16:31:11 2022 +0800
update socket2Node
commit 1bde2eafd248d724244566a74bf300f863ac7de1
Merge: 86adf339 2cffd1ce
Author: scarqin <1054139596@qq.com>
Date: Thu Nov 17 14:26:37 2022 +0800
delete lock file
commit 86adf3391c0ee11211c4ac1b15acd7cae5a9b6cf
Author: scarqin <1054139596@qq.com>
Date: Thu Nov 17 14:26:12 2022 +0800
delete lock file
commit 2cffd1ce589aef3440becbf9c94d190ee8ab606a
Author: buqiyuan <1743369777@qq.com>
Date: Thu Nov 17 10:31:15 2022 +0800
chore: delete unuse file
commit f2f753cd82141cb4fd23f11cf87787b561e2da7e
Merge: 11a141eb 05924764
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 22:45:38 2022 +0800
Merge branch 'feat/web_extension' of github.com:eolinker/eoapi into feat/web_extension
commit 11a141eba44f10e61129406b28be2769fcc28e00
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 22:38:30 2022 +0800
update
commit 0592476411e9808dbcc226934dcfb65df2238feb
Author: scarqin <1054139596@qq.com>
Date: Wed Nov 16 22:02:27 2022 +0800
delete package-lock
commit adbca582c4d91d8ef10481ba4b0d6331df1574cf
Author: scarqin <1054139596@qq.com>
Date: Wed Nov 16 21:40:20 2022 +0800
fix: history not fully displayed
commit 9e63dd331309f56e1396b230b6ec3394c846f42b
Merge: 6f6f0fcb 58195afd
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 21:07:09 2022 +0800
Merge branch 'feat/web_extension' of github.com:eolinker/eoapi into feat/web_extension
commit 6f6f0fcb020386288108fb5e78f2658f86cdf67a
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 21:06:20 2022 +0800
fix: ws url bug
commit 58195afda8adb5728c114713f0d0cb8459a785d1
Author: buqiyuan <1743369777@qq.com>
Date: Wed Nov 16 20:20:08 2022 +0800
feat: add getExtensionSettings soppurt in web
commit cc15c96fd557edfbfec6e555f54fc84b19421678
Merge: 1e947b65 15ecc6fd
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 19:52:38 2022 +0800
Merge branch 'feat/web_extension' of github.com:eolinker/eoapi into feat/web_extension
commit 1e947b65e1dab39c4520afbd93129933918bd04d
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 19:26:44 2022 +0800
update dependencies
commit 15ecc6fddb7c34ab1ad97d9d8583e9498a2ca2c3
Author: scarqin <1054139596@qq.com>
Date: Wed Nov 16 19:01:00 2022 +0800
fix: save data from test extra data
commit cb5773ab37dfd02521011a2641e17d5265c34d5c
Author: scarqin <1054139596@qq.com>
Date: Wed Nov 16 18:41:06 2022 +0800
fix: route error
commit 6189edf984c46535073cff98f398441a1c7bafc7
Author: scarqin <1054139596@qq.com>
Date: Wed Nov 16 18:04:17 2022 +0800
chore: pack
commit ddf538c04b7de142b2d6ff94a514a3bd13405801
Merge: cc58b802 5f7ab0de
Author: scarqin <1054139596@qq.com>
Date: Wed Nov 16 17:30:12 2022 +0800
merge main
commit cc58b802563dc25cb347e525828cc8ec735f050d
Author: scarqin <1054139596@qq.com>
Date: Wed Nov 16 17:18:49 2022 +0800
style: extension setting title
commit 5b53653525ad2d16d72c5e71e424ad70c944c3a1
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 16:51:38 2022 +0800
rename grpc API
commit f870154cf8b473cd8b98aee9b159e904179da2a3
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 12:11:20 2022 +0800
update
commit 47c766d3f505a9c02c5578f64998760f6f543343
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 16 11:27:49 2022 +0800
update
commit 2a4331f6055676a2045c705dc59931fd6aa86f76
Merge: 00ef1c14 322dc0b9
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Tue Nov 15 19:33:14 2022 +0800
Merge branch 'feat/web_extension' of github.com:eolinker/eoapi into feat/web_extension
commit 00ef1c1402177d6bfffdc6e3c2ba7e68b3fe73f5
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Tue Nov 15 19:24:57 2022 +0800
update: new grpc API
commit 322dc0b937e6cf336313dc586c0009efea437052
Author: buqiyuan <1743369777@qq.com>
Date: Tue Nov 15 10:35:48 2022 +0800
refactor: custom-tab rename to extension-app
commit 6d4fb7dc7a1662a1d7d30594cfbe0c1ffdfc0f86
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Mon Nov 14 10:26:17 2022 +0800
delete useless code
commit c65d0cdb949e7d9a4e3f18a48fade59db3a91520
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Mon Nov 14 10:24:53 2022 +0800
feat: grpc add context params
commit 72af03bb36ef4c3e2a66bcf02946f77cd84bdf11
Author: buqiyuan <1743369777@qq.com>
Date: Sat Nov 12 16:30:45 2022 +0800
fix: use absolute proto path
commit 36c3a54673ec100343ed011d5f570718d55e65b6
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Fri Nov 11 17:31:06 2022 +0800
update service
commit 3d5ad198da49bf7d89e0adb582ca96f9017327c9
Merge: f3c7f829 2bf30016
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Fri Nov 11 13:25:33 2022 +0800
Merge branch 'feat/web_extension' of github.com:eolinker/eoapi into feat/web_extension
commit f3c7f829383b93b9b62e571866da1def21003c38
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Fri Nov 11 13:25:13 2022 +0800
base grpc
commit 2bf3001678bd4327b060b88ac0ea4aba69b17a12
Author: buqiyuan <1743369777@qq.com>
Date: Thu Nov 10 18:17:03 2022 +0800
fix: window.eo is undefine in web
commit 157a3afb7d95c2ff0fe97f2aae3b75de756677b7
Author: kungfuboy <17kungfuboy@gmail.com>
Date: Wed Nov 9 16:58:16 2022 +0800
update
commit 2a3b34ab86d39eec9d4181ac9c9636d5f22e3678
Author: buqiyuan <1743369777@qq.com>
Date: Tue Nov 8 17:38:48 2022 +0800
chore: update completions
commit 446107b0a637daca32d75f222548dc3fde2c36c8
Author: buqiyuan <1743369777@qq.com>
Date: Tue Nov 8 17:34:51 2022 +0800
feat: add server version for about
commit 7a48bd573769611ed59592e3a00d7011397aa88d
Author: scarqin <1054139596@qq.com>
Date: Tue Nov 8 14:19:50 2022 +0800
update en readme
commit e9dea168f70d901db500fc78c30adcb1a4594d83
Author: scarqin <1054139596@qq.com>
Date: Tue Nov 8 11:08:18 2022 +0800
fix: eo.execute example error
commit 9fd9f68a54fc40ba6185f4d35eb14dd0420b2e20
Author: Captain Jack <84333501+Jack-123-power@users.noreply.github.com>
Date: Sun Nov 6 10:43:45 2022 +0800
Update README.md
commit debf926278cfacd17e7e65e630c6183eb52c6822
Author: Captain Jack <84333501+Jack-123-power@users.noreply.github.com>
Date: Sun Nov 6 10:43:16 2022 +0800
Update README.md
更新部分描述——支持我们
commit e4bd73bc4363fffe6bf278d2411f4147621129c8
Author: buqiyuan <1743369777@qq.com>
Date: Fri Nov 4 19:31:43 2022 +0800
feat: add default completions
commit 774d02d85a00348bd704d91f0dc484a25925a98c
Author: scarqin <1054139596@qq.com>
Date: Fri Nov 4 21:16:06 2022 +0800
Fix typo
commit 01ad2a8f9aa15b81323e7950b121cbea6ec425f5
Author: scarqin <1054139596@qq.com>
Date: Fri Nov 4 18:23:43 2022 +0800
fix: web translate extension
commit 46f96263d2eb37b3d66f164609c6b73c4845ad65
Author: 夜鹰 <17kungfuboy@gmail.com>
Date: Fri Nov 4 10:56:44 2022 +0800
fix: sync extensin load way
commit 21bfe5725ae727fe99cd3b8bc3136c10831fc421
Author: scarqin <1054139596@qq.com>
Date: Thu Nov 3 19:03:50 2022 +0800
feat: translate error
commit 322b9725cad94c4008fa6c4fb35667050c1d7bdb
Author: scarqin <1054139596@qq.com>
Date: Thu Nov 3 18:39:08 2022 +0800
v1.9.1
commit c5caeb1e7f6efba37a03d5b05eddcadc8a08f795
Author: Scarqin <scarqin@gmail.com>
Date: Thu Nov 3 18:07:37 2022 +0800
Refactor/mock (#178)
refactor: mock match rule
commit ae10c8063ca3c36a7ae5f6927981059608fea113
Author: 夜鹰 <17kungfuboy@gmail.com>
Date: Thu Nov 3 17:49:27 2022 +0800
update
commit 9f7b59c274d9eb4ccc06e8b5984d77ed27fbe5c0
Author: buqiyuan <1743369777@qq.com>
Date: Tue Nov 8 15:52:25 2022 +0800
feat: support API sercurity check extension
commit b598bf8f3609179ddaaa0640d82691296df067c2
Author: buqiyuan <1743369777@qq.com>
Date: Mon Nov 7 21:21:26 2022 +0800
feat: extension support sidebarViews & customTabs
commit f45d735b457854a8b1fa49163c446d9ace8832fe
Author: scarqin <1054139596@qq.com>
Date: Thu Nov 3 16:08:54 2022 +0800
init
|
2022-11-17 19:46:02 +08:00 |
|
scarqin
|
ef80928050
|
delete yarn.lock
|
2022-11-17 10:56:38 +08:00 |
|
scarqin
|
5f7ab0deae
|
Revert "feat: eo-ng-button"
This reverts commit 5b4a96aa47 .
|
2022-11-16 17:29:19 +08:00 |
|
scarqin
|
5b4a96aa47
|
feat: eo-ng-button
|
2022-11-15 19:06:02 +08:00 |
|
scarqin
|
b8b0447737
|
optimize: ApiTestRes data structure
|
2022-11-15 11:33:24 +08:00 |
|
scarqin
|
2857946198
|
refactor: delete api test requestBodyJsonType
|
2022-11-15 11:02:37 +08:00 |
|
scarqin
|
92b28f7b4a
|
fix: close #184 Rest not change with uri
|
2022-11-12 21:58:55 +08:00 |
|
scarqin
|
6c09aac1a7
|
README style error
|
2022-11-11 00:09:18 +08:00 |
|
scarqin
|
7c6a5fcf33
|
docs: add shields
|
2022-11-11 00:05:02 +08:00 |
|
scarqin
|
21c7a7852b
|
Merge branch 'main' of github.com:eolinker/eoapi
|
2022-11-10 10:43:16 +08:00 |
|
scarqin
|
7abd531718
|
docs: READEM.md
|
2022-11-10 10:43:04 +08:00 |
|
Scarqin
|
bb1c131fde
|
Update README.md
|
2022-11-09 14:07:42 +08:00 |
|
scarqin
|
c2b9ad5ae5
|
update README
|
2022-11-09 11:51:28 +08:00 |
|
scarqin
|
4ef7d01fd9
|
update readme
|
2022-11-09 11:44:21 +08:00 |
|
scarqin
|
b5624e5950
|
update en readme
|
2022-11-08 14:19:50 +08:00 |
|
scarqin
|
6ae8cb1210
|
fix: eo.execute example error
|
2022-11-08 11:08:18 +08:00 |
|
Captain Jack
|
348d2bd9bd
|
Update README.md
|
2022-11-06 10:43:45 +08:00 |
|
Captain Jack
|
a9f5b47a75
|
Update README.md
更新部分描述——支持我们
|
2022-11-06 10:43:16 +08:00 |
|
scarqin
|
b6ef53d3ea
|
Merge branch 'main' of github.com:eolinker/eoapi
|
2022-11-04 21:16:44 +08:00 |
|
scarqin
|
4d8a242662
|
Fix typo
|
2022-11-04 21:16:06 +08:00 |
|
buqiyuan
|
9d803b19c5
|
feat: add default completions
|
2022-11-04 19:31:43 +08:00 |
|