1. 04 9月, 2020 1 次提交
    • P
      refactor: get rid of webpack & nextjs while introducing es module (#786) · 88719ad8
      Peter Pan 提交于
      * fix: incorrect locale redirect
      
      * chore: use millisecond
      
      * refactor: get rid of nextjs
      
      * feat: add telemetry
      
      * feat: add disable telemetry option
      
      * fix #739
      
      * fix: compatibility of nodejs 12
      
      * mute webpack
      
      * feat: show min & max value in scalar page
      
      * fix: tooltip sorting chinese translation update
      
      * style: fix lint
      88719ad8
  2. 03 9月, 2020 2 次提交
  3. 06 8月, 2020 1 次提交
    • P
      Demo (#737) · 69a77855
      Peter Pan 提交于
      * rewrite logger
      
      * feat: add demo
      
      * bump frontend 2.0.0-beta.50
      
      * fix: nodejs 12.x compatibility
      
      * chore: update dependencies
      69a77855
  4. 23 7月, 2020 1 次提交
    • P
      minor bug fix (#724) · 6b060852
      Peter Pan 提交于
      * fix: step slider shrink in pr-curve page
      
      * chore: update dependencies
      
      * feat: add api token key to support vdl-service
      6b060852
  5. 13 7月, 2020 1 次提交
    • P
      frontend: remove runtime public path config (#711) · 4a271956
      Peter Pan 提交于
      * build: remove protobufjs dependency
      
      * chore: support runtime config
      
      * v2.0.0-beta.44
      
      * fix: api url build config
      
      * v2.0.0-beta.45
      
      * fix: give up runtime config
      
      * fix code style
      
      * use publicPath config in i18n
      
      * fix python app typo
      4a271956
  6. 12 6月, 2020 1 次提交
  7. 11 6月, 2020 2 次提交
  8. 05 6月, 2020 1 次提交
    • P
      feat: integrate netron (#651) · bedaa029
      Peter Pan 提交于
      * chore: update dependencies
      
      * feat: high-dimensional chart will fit screen size now
      
      * fix: scatter chart cannot be rendered properly
      
      * chore: separate api module
      
      * intergrate netron
      
      * intergrate netron
      
      * feat: graphs
      
      * style: fix lint
      
      * chore: update dependencies
      
      * fix: type error
      
      * chore: update dependencies
      
      * chore: update graph color
      bedaa029
  9. 22 5月, 2020 1 次提交
  10. 21 5月, 2020 1 次提交
    • 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
  11. 19 5月, 2020 1 次提交
  12. 18 5月, 2020 2 次提交
    • P
      add build docker file (#635) · d846c65a
      Peter Pan 提交于
      * fix: high-dimensional page error when runs and tags mismatching
      
      * build: fix build error and add docker build
      
      * build: fix build error and add docker build
      
      * build: fix build error and add docker build
      d846c65a
    • 走神的阿圆's avatar
      Add readthdocs for VisualDL. (#634) · 62dc35a9
      走神的阿圆 提交于
      * Add readthdocs for VisualDL.
      
      * Update version to beta.1
      
      * Fix readthdocs.
      
      * Fix readthdocs.
      
      * Fix readthdocs.
      62dc35a9
  13. 17 5月, 2020 1 次提交
  14. 16 5月, 2020 1 次提交
  15. 15 5月, 2020 1 次提交
    • 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
  16. 12 5月, 2020 1 次提交
  17. 09 5月, 2020 1 次提交
  18. 07 5月, 2020 1 次提交
  19. 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