- 17 9月, 2020 2 次提交
-
-
由 Peter Pan 提交于
* feat: dark mode support * chore: use redux to manage global state * chore: update dependencies * build: increase yarn network timeout to avoid build error in github action * feat: dark mode support * chore: add module preload
-
由 Peter Pan 提交于
* build: increase yarn network timeout to avoid build error in github action * chore: fix docker build * test: ignore no test error * bump fe to 2.0.1 * feat: dynamic envs in vdl server * bump fe to 2.0.2 * chore: fix docker build * bump fe to 2.0.3 * fix: demo build error * bump fe to 2.0.4 * chore: commit demo logs * bump fe to 2.0.5 * fix: docker build error * docs: update demo dat * bump fe to 2.0.6 * feat: support cdn deployment * bump fe to 2.0.7 * feat: support cdn deployment * bump fe to 2.0.8 * chore: remove default demo path * fix: graph iframe target origin * bump fe to 2.0.9
-
- 04 9月, 2020 1 次提交
-
-
由 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
-
- 06 8月, 2020 1 次提交
-
-
由 Peter Pan 提交于
* rewrite logger * feat: add demo * bump frontend 2.0.0-beta.50 * fix: nodejs 12.x compatibility * chore: update dependencies
-
- 23 7月, 2020 1 次提交
-
-
由 Peter Pan 提交于
* fix: step slider shrink in pr-curve page * chore: update dependencies * feat: add api token key to support vdl-service
-
- 18 5月, 2020 1 次提交
-
-
由 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
-
- 16 5月, 2020 1 次提交
-
-
由 Peter Pan 提交于
* fix: remove gitHead from package.json * fix: clean dist before build * fix: clean dist before build * build: disable frontend ci build temporarily
-
- 15 5月, 2020 1 次提交
-
-
由 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.
-
- 07 5月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 09 4月, 2020 1 次提交
-
-
由 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
-
- 25 3月, 2020 1 次提交
-
-
由 Peter Pan 提交于
* chore: update dependencies * build: update frontend build from source * fix: use bignumber.js to keep data precision * feat: if there is only one point, place it in the middle * style: update lint staged config * style: fit prettier 2.0 * fix: globalize bignumber config
-
- 24 3月, 2020 1 次提交
-
-
由 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
-
- 12 3月, 2020 1 次提交
-
-
由 Peter Pan 提交于
-
- 11 3月, 2020 2 次提交
- 10 3月, 2020 1 次提交
-
-
由 Peter Pan 提交于
* v2.0.0-beta.12 * v2.0.0-beta.13 * fix: use new development server * v2.0.0-beta.14 * build: build frontend from npm tarball
-
- 06 3月, 2020 1 次提交
-
-
由 Peter Pan 提交于
-
- 29 2月, 2020 1 次提交
-
-
由 Peter Pan 提交于
* refactor: initialize VisualDL 2.0 * refactor: fix dev server problem * refactor: add i18n * refactor: fix i18n * infra i18n支持 * styled-components for debug * infra. essential hack for styled comopnent * use yaml for translation * fix: navbar url problem * feat: add nuxt module to build locales * fix: index route redirect error * feat: add page title * refactor: move i18n to module * feat: add html lang attribute * R.I.P * Hello React * refactor: initialize VisualDL 2.0 * fix: layout rerender * add favicon * add page title * add meta tags * feat: finish tag filter * refactor: hook tastes good * add single select * finish components * add api server * scalars segregate metrics * json-server sucks * echarts * add eslint * bug fix * finish scalars page * change layout, fix aside * add commit hook * use tag filter hook * add chart loading * encapsulate run select * samples page under construction * finish images * feat: graph page, still need some polishment * finish high-dimensional * fix mock data problem * update readme * fix build * fix: use Buffer.from instead of constractor * update Readme Co-authored-by: NNiandalu <Niandalu@users.noreply.github.com>
-
- 06 3月, 2018 1 次提交
-
-
由 Oraoto 提交于
* Add Python 3 support * Update protobuf to 3.5 and pybind to 2.2.2 * Update test scripts to use python -m * Change zip/xrange/import usages * Remove file generated by * Graph viz set up (#282) * Include the Graph requirement, GraphViz` in docs. * Provide information to the ONNX format model export. * Ask the user to download Graphviz via the website instead of brew. * Make test and build scripts compatible with python 2 & 3 * A WITH_PYTHON3 option was added to cmake. * setup.py will detect runing version python, and setup up WITH_PYTHON3 environemnt variable before calling build.sh * build.sh and test.sh will handle WITH_PYTHON3 * Fix pybind warning * Pass WITH_PYTHON3 correctly * Fix coding style * Add six for Python 2 and 3 Compatibility * Fix coding style
-
- 02 2月, 2018 1 次提交
-
-
由 Thuan Nguyen 提交于
Add script to call webpack to deploy and watch frontend code from within flask. Optimize script location (#236) * Add script to call webpack to deploy and watch frontend code from within flask. Optimize script location * remove npm install * Create "setup_dev_env.sh" script that will set up all the node and SDK depenencies. Create "start_dev_server.sh" to start up dev server, which will start backend server and start webpack --watch on frontend.
-
- 21 1月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 19 1月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* fix build problem that the first build has no js. * use for loop to check if frontend file is duplicated * package_data use *.js *.html to match file
-
- 16 1月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* support manylinux build
-
- 10 1月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 08 1月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-