1. 25 5月, 2020 1 次提交
  2. 23 5月, 2020 1 次提交
  3. 22 5月, 2020 3 次提交
  4. 21 5月, 2020 3 次提交
    • Y
      Update README.md · ad6eff68
      YixinKristy 提交于
      ad6eff68
    • P
      chore: render static files in memory (#638) · c1c2f166
      Peter Pan 提交于
      * bump 2.0.0-beta.2
      
      * chore: render static files in memory
      
      * fix: empty requests in high-dimensional chart
      
      * feat: reduce fetching interval when components is empty
      
      * feat: show loading tip when components is empty
      
      * chore: delete unused files
      
      * bump 2.0.0-beta.3
      
      * chore: remove model_pb argument
      
      * fix: windows file encoding error
      
      * fix: windows path sep error
      
      * feat: add --api-only argument
      
      * feat: add docker runtime
      
      * style: remove unused variable
      
      * pref: use tuple to reduce memory usage in template render
      
      * chore: build opencv for docker alpine to reduce image size
      c1c2f166
    • Y
      Update README.md · dfe770c1
      YixinKristy 提交于
      dfe770c1
  5. 20 5月, 2020 2 次提交
  6. 19 5月, 2020 2 次提交
  7. 18 5月, 2020 3 次提交
  8. 17 5月, 2020 7 次提交
  9. 16 5月, 2020 2 次提交
  10. 15 5月, 2020 2 次提交
    • P
      Minor bug fix (#626) · af0ad122
      Peter Pan 提交于
      * fix: navbar items order
      
      * feat: refresh components when click refresh button
      
      * v2.0.0-beta.41
      
      * bump 2.0.0-alpha.3
      
      * fix: language change support public path
      
      * v2.0.0-beta.42
      
      * bump 2.0.0-alpha.4
      af0ad122
    • P
      add public path argument (#624) · afc15b2c
      Peter Pan 提交于
      * style: lint shell scripts
      
      * fix: translation fix
      
      * feat: support changing public path when start
      
      * v2.0.0-beta.36
      
      * feat: support changing public path when start
      
      * v2.0.0-beta.37
      
      * build: core build fix
      
      * v2.0.0-beta.38
      
      * build: build frontend from source code
      
      * fix: clean static files when exit
      
      * fix: dependency version mismatching
      
      * chore: remove unused api route
      
      * fix: navbar actived link missing
      
      * feat: redirect root
      
      * fix: scalar chart tooltip value error
      
      * feat: dynamic render nav items
      
      * fix: high-dimensional page background missing
      
      * v2.0.0-beta.39
      
      * build: stop using script mode
      
      * v2.0.0-beta.40
      
      * Revert "build: stop using script mode"
      
      This reverts commit 6c1ca297.
      afc15b2c
  11. 13 5月, 2020 1 次提交
  12. 12 5月, 2020 1 次提交
  13. 11 5月, 2020 2 次提交
  14. 09 5月, 2020 2 次提交
  15. 07 5月, 2020 2 次提交
    • P
      feat(frontend): newly-designed scalar & sample page (#618) · 2631225a
      Peter Pan 提交于
      * chore: update dependencies
      
      * fix: wrong language detection in development
      
      * feat: add new icons for future features
      
      * feat: add refresh and language changing
      
      * feat: remove scalar x-axis label
      
      * feat: add scalar chart toolbox
      
      * fix: move const out of type defination
      
      * feat: maximize scalar chart
      
      * feat: chart toolbox tooltip
      
      * build: update dependencies
      
      * feat: new scalar chart page
      
      * pref: better component reuse in chart page
      
      * fix: re-design of button component
      
      * feat: new scalar side bar
      
      * style: fix lint
      
      * fix: remove samples page
      
      * fix: runs color mismatch
      
      * build: update dependencies
      
      * feat: newly-designed image samples page
      
      * feat: add run indicator in scalar chart tooltip
      
      * feat: add empty tip when nothing selected in scalar and sample page
      2631225a
    • 走神的阿圆's avatar
      Update backend to v2.0.0. (#617) · 2241c370
      走神的阿圆 提交于
      2241c370
  16. 13 4月, 2020 1 次提交
    • P
      add dev server & udpate readme (#614) · 9ab97a4d
      Peter Pan 提交于
      * build(server): add dev server
      
      * doc: add readme
      
      * fix: remove unused logger
      
      * chore: update dependencies
      
      * fix: dependency version mismatching
      
      * fix: new types for express
      
      * style: more type checks when commit
      9ab97a4d
  17. 09 4月, 2020 1 次提交
    • P
      chore: use yarn workspaces to disassembly dependencies (#612) · e6cc798e
      Peter Pan 提交于
      * resolve server rename conflict
      
      * feat: add running toggle stopped color
      
      * feat: revalidate runs and tags when refreshing
      
      * fix: make language optional
      
      * fix: language before open_browser
      
      * fix: scalar chart x axis value overflow
      
      * fix: unnecessary param when cli stop
      
      * build: customize navbar items when build
      
      * chore: use yarn workspaces to disassembly dependencies
      
      * fix: add missing test script
      
      * build: update dependencies
      
      * build: install yarn before build
      
      * build: fix test script error
      
      * build: remove NODE_ENV when build
      
      * build: add wine to build windows app in linux
      
      * build: disable app publish by default
      
      * build: introduce lerna
      
      * build: adapter new frontend
      
      * build: exact version when publish
      e6cc798e
  18. 26 3月, 2020 2 次提交
    • P
      frontend 2.0.0-beta.26 (#609) · d7e87995
      Peter Pan 提交于
      * resolve server rename conflict
      
      * feat: add running toggle stopped color
      
      * feat: revalidate runs and tags when refreshing
      
      * v2.0.0-beta.26
      
      * fix: make language optional
      
      * fix: language before open_browser
      d7e87995
    • 走神的阿圆's avatar
      Add python interface for starting visualdl service . (#607) · f8aa0f06
      走神的阿圆 提交于
      * * Support starting vdl in python.
      
      * Fix null point error.
      
      * Add introduction to python startup method in README.md.
      
      * Fix blank picture cause of scalar null response.
      f8aa0f06
  19. 25 3月, 2020 1 次提交
  20. 24 3月, 2020 1 次提交
    • P
      frontend 2.0.0-beta.24: more style lint rules, add server language detection,... · cdb82390
      Peter Pan 提交于
      frontend 2.0.0-beta.24: more style lint rules, add server language detection, build process improvement (#604)
      
      * chore: fit requirements of python 3
      
      * feat: fix global frontend lint
      
      * build: use cached frontend package
      
      * feat: add browser language detection
      
      * style: introduce sort imports, more style mixins
      
      * 2.0.0-beta.24
      cdb82390