1. 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
  2. 19 5月, 2020 1 次提交
  3. 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
  4. 17 5月, 2020 1 次提交
  5. 16 5月, 2020 1 次提交
  6. 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
  7. 12 5月, 2020 1 次提交
  8. 09 5月, 2020 1 次提交
  9. 07 5月, 2020 1 次提交
  10. 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