- 06 2月, 2018 2 次提交
- 03 2月, 2018 3 次提交
-
-
由 Thuan Nguyen 提交于
VDL is set to retry an pybinded API call multiple times in case the call fails the first time. The issue is the method lib.retry will sleep the thread for 2 seconds after an exception. Since VDL was not running in threaded mode, this causes all request to the server to stop immediately, therefore even requests to get static resource are frozen. This change enables threaded mode in flask. (#249)
-
由 Jeff Wang 提交于
-
由 Jeff Wang 提交于
-
- 02 2月, 2018 4 次提交
-
-
由 daminglu 提交于
-
由 Jeff Wang 提交于
* Add how to develop frontend documentation. * Provide a bit of information on san file. * fix some information error * Update the documention. * Simplify the documentation. * Remove unnecessary sentences
-
由 Jeff Wang 提交于
-
由 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.
-
- 31 1月, 2018 3 次提交
-
-
由 daminglu 提交于
-
由 daminglu 提交于
-
由 Thuan Nguyen 提交于
* Add travis-ci job to deploy docs to visualdl.paddlepaddle.org. Update readme's to correctly show all images. * Add SSH known hosts * Add in additional restrictions for documentation deploy: * Only deploy on merge to 'develop' branch
-
- 30 1月, 2018 3 次提交
-
-
由 Yan Chunwei 提交于
-
由 Jeff Wang 提交于
Update the requirements.txt to include pre-commit
-
由 Jeff Wang 提交于
* Add the Chinese and English "Contribute Code" documentations. * Provide some more detail messages in the documentations
-
- 27 1月, 2018 2 次提交
-
-
由 Thuan Nguyen 提交于
-
由 Thuan Nguyen 提交于
* Add C++ and python style check to travis. * Update all C++/python code that violate coding standards.
-
- 26 1月, 2018 2 次提交
- 25 1月, 2018 1 次提交
-
-
由 Thuan Nguyen 提交于
docker build -f Dockerfile.demo -t visualdl:demo . docker run -p 8040:8040 visualdl:demo docker run -p 8040:8040 -v <YOUR_LOG_DIR>:/scratch_log visualdl:demo
-
- 24 1月, 2018 1 次提交
-
-
由 康行天下 提交于
-
- 21 1月, 2018 3 次提交
-
-
由 Qiao Longfei 提交于
-
由 Ria 提交于
-
由 Yan Chunwei 提交于
-
- 19 1月, 2018 3 次提交
-
-
由 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
-
由 Qiao Longfei 提交于
-
由 WANG Lei 提交于
-
- 18 1月, 2018 3 次提交
-
-
由 Qiao Longfei 提交于
-
由 BingBlog 提交于
- 17 1月, 2018 3 次提交
-
-
由 WANG Lei 提交于
-
由 Yan Chunwei 提交于
-
由 Yan Chunwei 提交于
-
- 16 1月, 2018 7 次提交
-
-
由 abigale Li 提交于
-
由 Yan Chunwei 提交于
-
由 Qiao Longfei 提交于
* update version-number * update build and install doc * add visit address
-
由 daminglu 提交于
-
由 Yan Chunwei 提交于
-
由 Qiao Longfei 提交于
* support manylinux build
-
由 daminglu 提交于
-