20190418_jeffrey - silenceuncrio/diary GitHub Wiki

0900

review

昨天對於 issue 0000481: user upgrade from v1.72 to v1.77, DUT hang on uboot 已經有了了解

這相對於 HTTPS 來說

月底要 release 2.0 的時間一定做的完

我先來解這個問題

先針對 uboot_env_ver 來看一下 git 的歷史紀錄

0935

先幫忙 M300 在 status page 加上 cpu 溫度訊息

M300 先切回 develop branch

1100

commit 0bb23ea9730bbd06d3ae2f8eef1fc69da48466ee
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Apr 18 10:59:54 2019 +0800

    add CPU Temperature at status page

 proscend/prosrc/webcgi/status.c                    |  8 ++++++
 proscend/prosrc/www/app/locale-en.json             |  3 +++
 proscend/prosrc/www/app/locale-fr.json             |  3 +++
 proscend/prosrc/www/app/locale-zh-tw.json          |  3 +++
 .../www/brand_advice/app/feature/status.html.src   | 29 ++++++++++++++++++++++
 .../www/brand_ctcu/app/feature/status.html.src     | 29 ++++++++++++++++++++++
 .../www/brand_cxr/app/feature/status.html.src      | 29 ++++++++++++++++++++++
 .../www/brand_digicomm/app/feature/status.html.src | 29 ++++++++++++++++++++++
 .../www/brand_hytec/app/feature/status.html.src    | 29 ++++++++++++++++++++++
 .../www/brand_nobrand/app/feature/status.html.src  | 29 ++++++++++++++++++++++
 .../www/brand_planet/app/feature/status.html.src   | 29 ++++++++++++++++++++++
 .../www/brand_xentino/app/feature/status.html.src  | 19 ++++++++++++++
 12 files changed, 239 insertions(+)

繼續看一下 web ui 還有啥要做的

1125

commit 4531b2dfd30bc28582a54b4c3ada6b6660c7dc7a
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Apr 18 11:25:46 2019 +0800

    solve issue - 0000200: [QoS web] choose subnet, Example: 192.168.1.5/24 issue

 proscend/prosrc/www/app/locale-en.json    | 2 +-
 proscend/prosrc/www/app/locale-fr.json    | 2 +-
 proscend/prosrc/www/app/locale-zh-tw.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

1140

commit 5b9a9c1f618a781c9c41255cb8ad30db86d2a2f6
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Apr 18 11:37:31 2019 +0800

    solve issue - 0000201: [QoS] shoud be hide "VLAN follow vid of" and "Class of Service" on LTE or WAN ETHERNET Downstream mode

 proscend/prosrc/www/app/feature/qos.html | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

1150

0000474: wizard: SIM apply failure

這個 issue 在我這邊複製不出來

不過 ariel 那邊用非無痕的網頁視窗就可以試出來

1435

commit b9a1439621f231cab82fea5f03d6f39b6c6d0d10
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Apr 18 14:33:11 2019 +0800

    solve the problem at 'Step 3. LAN Setting' of Setting Wizard

 proscend/prosrc/webcgi/lan_control.c        | 65 ++---------------------------
 proscend/prosrc/www/app/feature/wizard.html |  8 ++--
 2 files changed, 8 insertions(+), 65 deletions(-)

1625

commit ee21d96b134c522d9a06d4ba7bbdfc980032a126
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Apr 18 16:22:25 2019 +0800

    change a way to display review at setting wizard

 proscend/prosrc/www/app/feature/wizard.html | 20 ++++++++++----------
 proscend/prosrc/www/app/feature/wizard.js   | 11 +++++++++++
 2 files changed, 21 insertions(+), 10 deletions(-)

這應該可以解決 ariel 發現的現象

1635

回到 issue 0000481: user upgrade from v1.72 to v1.77, DUT hang on uboot