20200713_jeffrey - silenceuncrio/diary GitHub Wiki
0910
這個禮拜的 review list
M300 - task
- release v2.08 at 2020-07-10
- [0%] P4 - BGP status (web ui)
- [0%] P4 - give a init value for google map
M300 - issue
- none
M300 - bug
- [30%] firmware upgrade 卡在 40%
- pc 網卡直連 M300 lan 端
- 檔案上傳慢到(1分鐘100KB)前端的 javascript 慢慢跑到 40% 在等著上傳檔案完成 - 一小時也等不到
M330 - task
- release v1.03 at 2020-07-15
- [0%] P3 - sync multi language from m330 to all mobile project
M330 - issue
- none
M330 - bug
- [0%] firmware upgrade 上傳成 M300 的 firmware 第一次失敗後到至後續上傳正確的也會失敗
- lighttpd 回 request entity too large
M350-C - task
- release v0.05 at 2020-07-17
- [0%] P2 - Dynamic Web UI by HW_MCSV
- [0%] P2 - Dynamic Firmware Upgrade by HW_MCSV
- [0%] P2 - Web UI: WAN as LAN
M350-C - issue
- none
M350-C - bug
- [20%] web ui openvpn wizard 會讓 lighttpd process 被 kill 掉
- M330 不會
- M330 的 lighttpd 為 1.4.30
- M350 的 lighttpd 為 1.4.40
- [80%] 修改 menu.html.src 透過 web upgrade 後會 cache 舊的 menu
- 可以套用至全平台
M350-C - misc
- [30%] 跨 repository 間 code 的 sync - 培養功力
- 起手式
git format-patch -k --stdout ${A_COMMIT_HASH}..${B_COMMIT_HASH} > xxx.patch git am -k -3 < xxx.patch
- git am 失敗的時候該怎麼辦? git apply --reject
- 起手式
M360P - task
- [0%] P2 - web ui: Carrier Aggregation info porting
M360P - issue
- [60%] 1103: ui menu not base on compile flag
- [60%] 936: some routes learned via bgp, then they disappear then appear again after a few seconds, and again and again...
- [60%] 787: when local ethernet link is 100 half, firmware upgrade via web ui fail
M360P - bug
- [30%] - 0000908: sometimes first time modify LTE NET mode or APN on dual APN will apply fail - root cause 是 lighttpd 重啟了
- M360P 的 lighttpd 為 1.4.30
ISMS Server - task
- [80%] node config
- 個別 config label 名稱待定
- [100%] RWD and color, layout, navigation
- [100%] dashboard
- [100%] topology
- [70%] node map
- 目前只是模擬的座標資料
- [0%] multi language
- [0%] login/logout
- [0%] user management
- [0%] node group
MISC
- [0%] 與成功有約 10 分鐘心得報告
1040
ISMS Server - task - [50%] node config
commit 90b6296d384aa809f5afb757a0ee310797160e6a
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Jul 13 10:37:38 2020 +0800
prepare components/NodeM300/lte
TODO
- Apply button
web/src/components/NodeM300/index.js | 4 +-
web/src/components/NodeM300/lte.js | 365 +++++++++++++++++++++++++++++++++++
2 files changed, 367 insertions(+), 2 deletions(-)
commit 1f200e58f67af1466a1f62ea843433f263dd8872
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Jul 13 11:27:52 2020 +0800
offer apply for components/NodeM300/lan
web/package-lock.json | 5 +++
web/package.json | 3 +-
web/src/components/NodeM300/index.js | 10 ++---
web/src/components/NodeM300/lan.js | 78 +++++++++++++++++++++++++++++++++++-
web/src/utils/index.js | 38 ++++++++++++++++++
5 files changed, 127 insertions(+), 7 deletions(-)
1320
commit 29830a65f9be8c621eb050e4e2101fbf8e81e854
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Jul 13 13:22:06 2020 +0800
offer apply for components/NodeM300/lan
web/src/components/NodeM300/wan.js | 79 +++++++++++++++++++++++++++++++++++++-
1 file changed, 78 insertions(+), 1 deletion(-)
commit c156e00982a9deb83c46c058aad04702896b03c9
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Jul 13 13:24:46 2020 +0800
offer apply for components/NodeM300/lte
web/src/components/NodeM300/lte.js | 78 +++++++++++++++++++++++++++++++++++++-
1 file changed, 77 insertions(+), 1 deletion(-)
1420
ISMS Server - task - [70%] map
commit 934d34f7cb75dffe61614df60825359e7db2fea0
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Jul 13 14:19:14 2020 +0800
first step for custom controls with google maps api
web/src/components/Map/nodesGoogleMaps.js | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
commit 7941dcc9027658218dc8b69643c7cc2d1ec2ec3d
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Jul 13 17:17:00 2020 +0800
simple control with google maps api
web/src/components/GoogleMaps/index.js | 19 +++++++++++
web/src/components/Map/nodesGoogleMaps.js | 53 +++++++++++++++++++++++++------
2 files changed, 63 insertions(+), 9 deletions(-)