0fatal
f25b19b583
feat(web): function panel supports right-click menu and api copy
2023-12-15 13:50:55 +08:00
maslow
3ee12db5cf
refactor(db-proxy): refactor accessor constructor in database-proxy, add objectid type as global in runtime; ( #1738 )
...
* refactor(db-proxy): refact constructor of accessor
* add ObjectId to global in runtime
2023-12-14 15:19:12 +08:00
heheer
382d8f2af4
fix(web): jsonviewer support to render large data ( #1731 )
...
* fix(web): add support to large database data
* highlight react window
2023-12-12 11:21:15 +08:00
maslow
18afa9b9b1
feat(runtime): add cloud.storage api in cloud sdk ( #1729 )
...
* feat(runtime): add cloud.storage api in cloud sdk
* fix cloud object prop missing in runtime
2023-12-08 06:40:29 -06:00
maslow
075382443b
chore: update i18n of db query prompt in web
2023-12-06 20:02:31 +08:00
maslow
f8e2385b26
fix(web): cannot update database record with ObjectId #1524 ( #1723 )
...
* fix(web): cannot update database record with ObjectId #1524
* fix conflict of ejson-shell-parser with bson
2023-12-06 19:44:08 +08:00
heheer
2b228d05fd
fix(web): function return shows when not undefined & update current function after edit name ( #1713 )
...
* feat(web): add history modal tip
* fix(web): fix function return show when not undefined
* fix(web): fix change function name update
2023-11-29 14:30:19 +08:00
heheer
61e7fcbaa4
feat(web): support consolidated multi-pod, multi-container log query ( #1691 )
...
* feat(web): support consolidated multi-pod, multi-container log query
* add logs all pod option
* fix: add all pods container option
2023-11-20 19:51:02 +08:00
0fatal
fcab6067cf
chore: harmonise lint configuration ( #1688 )
...
* chore: harmonise eslint configuration
* chore: add husky,stylelint,editorconfig
---------
Co-authored-by: maslow <wangfugen@126.com>
2023-11-16 14:50:15 +08:00
heheer
9239629fb0
fix(web): fix app monitor longest array ( #1682 )
2023-11-13 16:46:26 +08:00
maslow
5844873a6a
v1.0.0-beta.13
2023-11-10 20:10:17 +08:00
maslow
69cd98b819
chore: deprecated few fn global typings
2023-11-10 19:56:18 +08:00
heheer
88d3a4ea7d
refactor(web): hide selection when only one pod ( #1676 )
2023-11-10 17:08:25 +08:00
heheer
51ef7fe4ea
fix(web): fix monitor mergeArrays ( #1675 )
...
* fix(web): fix padding array with front and end
* delete console
2023-11-10 16:57:00 +08:00
heheer
ab61bf23cd
fix(web): fix mergeArrays function ( #1672 )
...
* fix mergeArrays function
* lint
2023-11-10 15:57:14 +08:00
heheer
b2fdf04518
feat(web): cpu and memory monitor support "all" option ( #1670 )
...
* feat(web): cpu and memory monitor support all pods option
* tooltip opacity & i18n & prettier
* delete
* delete
* add : at tooltip
2023-11-10 14:10:42 +08:00
heheer
dfcdb9ff95
chore(web): fix pages without logs ( #1662 )
2023-11-09 12:32:48 +08:00
heheer
ff670f823d
refactor(web): change old logs position ( #1661 )
2023-11-09 12:23:37 +08:00
0fatal
75b6084c8f
chore(web): refactor log req/resp header ( #1651 )
2023-11-07 20:51:27 +08:00
heheer
2220bb3de7
refactor(web): handle large head data ( #1649 )
2023-11-07 18:21:34 +08:00
0fatal
f78a0531ff
fix(web): fix wrap of log amended ( #1645 )
2023-11-03 22:06:28 +08:00
0fatal
71c96613aa
style(web): change log modal style ( #1643 )
2023-11-03 21:33:56 +08:00
heheer
5e100e31ec
styles(web): fix logs date & adjust logs modal font family ( #1641 )
...
* fix(web): fix logs date & adjust logs modal font family
* add console panel fontsize setting
* adjust logs modal name
2023-11-03 17:56:06 +08:00
heheer
dded7447c1
fix(web): log viewer line height and fontsize ( #1639 )
2023-11-03 15:19:00 +08:00
heheer
46bcf42f8d
fix(web): fix inner html with LogViewer ( #1636 )
...
* fix(web): fix inner html with LogViewer
2023-11-02 17:55:34 +08:00
heheer
33ac767468
feat(web): add pods logs modal ( #1634 )
2023-11-01 20:20:49 +08:00
heheer
c92d405de8
fix(web): fix upload file entry 100 items limit ( #1629 )
...
* fix(web): fix upload file entry 100 items limit
* feat: add failed function retry
2023-11-01 13:54:23 +08:00
heheer
779fae9465
feat(web): footer add 'about us' page ( #1622 )
2023-10-31 17:11:42 +08:00
0fatal
525a063987
fix(web): fix add index bug ( #1626 )
2023-10-31 16:43:03 +08:00
maslow
537225e75d
chore: update change log
2023-10-31 14:47:09 +08:00
maslow
f50a14e498
v1.0.0-beta.12
2023-10-31 14:26:37 +08:00
maslow
e9e205649d
chore: remove husky from laf-web ( #1624 )
2023-10-31 14:24:44 +08:00
0fatal
f8c068a950
feat(web): add database indexes management ( #1611 )
...
* feat(sdk): add db index method
* fix(sdk): fix index res type
* feat(web): add index manage
* refactor(sdk): remove useless code
2023-10-31 14:09:49 +08:00
heheer
d16bb361d5
fix(web): fix bucket display name in edit mode ( #1606 )
2023-10-25 15:31:04 +08:00
heheer
8e5f568365
fix(web): remove storage.credential ( #1594 )
2023-10-19 16:33:33 +08:00
heheer
7f468fe1c1
refactor(web): cloud storage use ak/sk instead of sts ( #1581 )
...
* refactor(web): cloud storage use ak/sk instead of sts
* refactor(web): direct update env & add appid when create bucket
* fix(web): fix create bucket need name message
2023-10-19 15:58:10 +08:00
0fatal
40e25f1316
fix(runtime): fix db stream initialize ( #1592 )
...
* fix(runtime): fix db stream initialize
* chore: add type hint for web ide
* lint
2023-10-17 18:51:30 +08:00
0fatal
6c812bd674
fix(web): fix sentry allowlist ( #1587 )
2023-10-13 16:44:19 +08:00
heheer
b0128c5f7c
refactor(web): add template page state & optimize use template & fix app restart ( #1554 )
...
* fix(web): fix template page state
* refactor(web): optimize use template & fix app restart
* refactor
* fix
* fix
2023-10-13 10:41:17 +08:00
heheer
7dac7602eb
fix(web): fix sign up navigate & storage display ( #1580 )
...
* fix(web): fix storage display
* fix
2023-10-12 19:52:36 +08:00
0fatal
f7b8775843
fix(web): disable navigate cache for api endpoint ( #1579 )
2023-10-12 17:28:04 +08:00
heheer
e8b838090a
feat(web): support github login ( #1543 )
...
* feat(web): support github login
* chore(web): compress picture size
* refactor(web): init providers at begin
* refactor
* refactor
2023-10-11 14:19:19 +08:00
nightwhite
b3ecb4515d
feat(web): optimize editor ctx type definition ( #1558 )
...
* feat: optimize ctx data definition
* refactor(web): add ctx data definition
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: heheer <1239331448@qq.com>
2023-10-11 12:29:45 +08:00
0fatal
0f12c73ce1
chore(web): add sentry in web( #1570 )
...
* chore(web): add sentry
* chore(web): enable sentry conditionally
2023-10-10 18:20:37 +08:00
heheer
1f7d6af998
fix(web): fix function list folder name display ( #1561 )
2023-10-07 15:49:19 +08:00
heheer
2b252f2591
feat(web): add function list desc-name display & fix editor min-h ( #1545 )
...
* feat(web): add function list desc-name display & fix editor min-h
* feat(web): not allow space in delete modal input
2023-09-21 16:12:26 +08:00
yuedanlabs
b065acdd21
fix(web): fix delete button covered in dependency panel ( #1546 )
...
fix bug with delete button covered by scrollbar in npm dependency list area on #1546
2023-09-21 08:07:08 +08:00
heheer
0b903e8e8f
fix(web): fix create function default code ( #1544 )
2023-09-19 17:56:58 +08:00
heheer
86250d9b3a
fix(web): fix files can't be accessed before refreshing & change file path ( #1538 )
2023-09-19 13:48:33 +08:00
heheer
156eb61829
refactor(web): change function list & revert create function ( #1537 )
2023-09-19 13:48:12 +08:00