20190606_jeffrey - silenceuncrio/diary GitHub Wiki

0855

中午過後請假

先寫週報

盤一下這禮拜做了什麼

  • M330
    • LTE mode: Bridge Only, Router Only
    • fix issue - 0000546: there should be no "Hardware Version" in Identification
    • fix issue - 0000542: HTTPS key file
  • M360
    • add 'Management > Schedule Reboot'
  • M300 - feature/lighttpd
    • offer CGI for upload
      • openvpnUpload - POST /cgi-bin/api/cgi?act=openvpnUpload
      • ipsecUpload - POST /cgi-bin/api/cgi?act=ipsecUpload
      • brandTopPngUpload - POST /cgi-bin/api/cgi?act=brandTopPngUpload
      • customerFileUpload - POST /cgi-bin/api/cgi?act=customerFileUpload
    • offer the following CGI
      • /cgi-bin/api.cgi?act=DO_ON
      • /cgi-bin/api.cgi?act=DO_OFF
      • /cgi-bin/api.cgi?act=DO_PULSE
      • /cgi-bin/api.cgi?act=RESTORE_DO_ALARM

0940

昨天從 iweb porting 到 jweb 的 CGI 忘了包 compile flag

#if !defined(PROSRC_NO_DIDO) && defined(PROSRC_DO_REMOTE)
...
#endif
commit 4ad2469de77703711a4eb53a523b72f99d7a914a
Refs: [feature/lighttpd]
Author: jeffrey <[email protected]>
Date:   Thu Jun 6 09:41:12 2019 +0800

    use compile flag to wrap the following CGI
    - /cgi-bin/api.cgi?act=DO_ON
    - /cgi-bin/api.cgi?act=DO_OFF
    - /cgi-bin/api.cgi?act=DO_PULSE
    - /cgi-bin/api.cgi?act=RESTORE_DO_ALARM

 proscend/prosrc/webcgi/api.c | 2 ++
 1 file changed, 2 insertions(+)

再來可以針對 icos web module 本身來修改了

還有對 Ipv6 的支援也要考慮進去

1150

下禮拜開始要開始想辦法讓 新人做一些 web 了

M300 的 feature/branch 要能讓 VIC 也能 checkout

下禮拜再利用 git flow feature publish 把目前的 branch commit 到 server 上

讓 VIC 也有辦法能夠協同工作