1. 06 4月, 2018 1 次提交
  2. 05 4月, 2018 1 次提交
  3. 13 3月, 2018 1 次提交
  4. 09 3月, 2018 2 次提交
    • J
      Deprecated san (#302) · 71236d3d
      Jeff Wang 提交于
      * Move san files to deprecated folder.
      
      * Clean up some leftover san code in Vue.
      
      * remove San package from the package.json
      71236d3d
    • J
      Migrate from san to vue (#281) · a6b80b99
      Jeff Wang 提交于
      * Initial checking to setup Vue basic requirements. (#264)
      
      Add App.vue
      Add AppMenu.vue
      
      * Vue with app menu (#265)
      
      * Add vuetify framework
      Update AppMenu.vue to include the basic menu item.
      
      * use name as key.
      
      * Add major components (#266)
      
      * Add vuetify framework
      Update AppMenu.vue to include the basic menu item.
      
      * use name as key.
      
      * Add Scalars, Images, Histograms, Graph.
      
      * Switch to use the stylus language for CSS
      
      * Port functions from Scalars.san to Scalars.vue
      
      * Add config vue (#267)
      
      * Add vuetify framework
      Update AppMenu.vue to include the basic menu item.
      
      * use name as key.
      
      * Add Config Vue
      
      * Integrate chart to scalar with Vue (#268)
      
      * Fix warnings from Vue compiler
      * use default prop instead of duplicate data and prop
      * use function instead of shorthand declaration with data
      
      * refract naming style, fix scalar options
      
      * Fix config UI
      
      * Add chart and chart page and integrate to scalar
      
      * update with varun and jeff's comments
      
      * Add images config (#270)
      
      * Add vuetify framework
      Update AppMenu.vue to include the basic menu item.
      
      * use name as key.
      
      * Add the Config.vue for Images
      
      * Add the CharPage.vue and Image.vue
      
      * Hook up the config to the image.vue so that the image height and width can update
      
      * Show Scalar Data and add ExpandPanel (#272)
      
      * Watch tagInfo changes to update chart and fix tooltip issue
      
      * Add expand panel and maintain isShow state in the panel
      
      * Add Expand Panel in Image
      
      * Add watch group name reg (#273)
      
      * Add vuetify framework
      Update AppMenu.vue to include the basic menu item.
      
      * use name as key.
      
      * Add Watch on the groupNameReg
      
      * Allow the nav bar to persist the selected item style. (#274)
      
      * Fix the incorrect pagination issue. (#276)
      
      * Add the Graph.vue and the Config.vue for Graph tab (#277)
      
      * Add the Histogram related vue files. (#278)
      
      * Fix error message on charts (#279)
      
      * Make sure to clear the chart before each use.
      
      * Add key for v-for loop.
      
      * Add theme and fix UI (#280)
      
      -Apply theme color in Vuetify
      -Add main.styl to override Vuetify default stylus variables
      -Add relative path in web pack config to find variables.styl
      
      * Fix multiple scalar issues: (#283)
      
      * Fix multiple scalar issues:
      -download link / outliers should take boolean value instead of array
      -download link now show proper selector of runsItem and download button
      -Use tag as key to prevent chart re-rendering
      -Add missing label in scalar config and fix UI
      
      * simply use index for key because scalar has different tag info structure from image and histogram
      
      * Fix font size and reorganize css and stylus (#287)
      
      * Fix comments
      
      * placeholder index.js
      
      * Fix issue where download data link points to empty run (#294)
      
      -Dropdown should only display non empty runs
      -Select first run by default
      -Remove drop down if all are empty runs
      -Refract download type to runItemForDownload
      -Add train run and multiple tags in mock data
      
      * Fix error when scalar data empty (#298)
      
      -Error comes in when trying to access elements inside empty data
      -When one of the runs has empty data, the chart will display nothing even other run has non empty data
      -Fix by checking length of data before accessing
      a6b80b99
  5. 02 2月, 2018 1 次提交
    • T
      Add script to call webpack to deploy and watch frontend code from within... · a34ae603
      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.
      a34ae603
  6. 27 12月, 2017 1 次提交
    • B
      add image, scalars config (#6) · 3d884dc6
      BingBlog 提交于
      * scalars frontend basically done
      
      * frontend rename common/fun to util
      
      * add images, scalar config
      
      * add expandpael arrow
      
      * fix scalars tooltip display problem
      3d884dc6
  7. 25 12月, 2017 3 次提交
  8. 20 12月, 2017 1 次提交
  9. 05 12月, 2017 1 次提交
  10. 04 12月, 2017 2 次提交
    • B
      scalars frontend basically done · 985489c9
      BingBlog 提交于
      985489c9
    • Q
      Reorgnize server (#43) · 5c260bba
      Qiao Longfei 提交于
      * init logdir runs tags and scalars interface
      
      * add debug
      
      * add one mock data
      
      * add dir server
      
      * move frontend to server
      
      * optimizer python package
      
      * add mock data
      
      * add back result encode
      
      * use application/json as Response type
      
      * rm .DS_Store
      
      * update mock tags
      
      * update mock data
      5c260bba
  11. 22 11月, 2017 2 次提交