Skip to content

v1.2.0

Choose a tag to compare

@dyuliu dyuliu released this 24 Sep 12:46
· 517 commits to master since this release
1823eec

v1.2.0 Sep 24, 2019

[Enhancements]

  • Load data into Matrix Visualization in experiment card #46

  • Add links (new design) between experiment cards and pipeline cards #44

  • Update flask APIs to work with the new DBSchema. #60

  • Add RESTful APIs documentation http://45.77.5.58/apidoc/. Under the ProjectRoot directory, we can use the following command to generate the documentation locally. #57

    make api-docs
  • Allow configuring MongoDB for MTV, Orion, and Docker in one file ./mtv/config.yaml #51

  • Make docker deployment more easier. #61

  • DB update:

    • Use new DB schemas; #28
    • Support reading data from GridFS; #28
    • Enable to incrementally update MTV database from Orion database

[Fixes]

  • Fix the bug that creating new event returns 405
  • Gulp-html-replace writing index.html causes many conflicts
  • Less compiler contacts the same content multiple times #56
  • Fix active links bug in landing page

[Changes]

  • Rename ./mtv/controllers as ./mtv/resources to better fit the RESTful style
  • Change client-end file naming style to camelCase