Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Releases: microsoft/openpaimarketplace

v1.8.0

02 Jul 08:16
f4f85f5
Compare
Choose a tag to compare

Release v1.8.0 - 07/02/2021

Major Features

  • Marketplace MVC Refine #285
  • Item edit in detail page #284
  • bug fix

v1.7.0

22 Apr 07:05
2f68a50
Compare
Choose a tag to compare

Release v1.7.0 - 04/22/2021

Major Features

  • Add save to template in new submission page and new features #253
  • Implement item process experience: including create, copy, list and edit #249
  • Add item creation from job list #256
  • Add share option of protected/public/private #254

v1.6.0

10 Mar 08:46
557d5d7
Compare
Choose a tag to compare

Release v1.6.0 - 03/10/2020

Major Features

v1.5.0

20 Jan 11:37
34ba430
Compare
Choose a tag to compare

Release v1.5.0 - 01/20/2020

Major Features

  • Refine deployment process #165
  • Refine manual book of marketplace deploy flow #154
  • Add search bar in market list page #158
  • Add create template page #163
  • Fix bugs of official examples #129

v1.4.1

22 Dec 07:21
7f45cf9
Compare
Choose a tag to compare

Release v1.4.1 - 12/22/2020

Major Features

  • Improve deployment and usage experience for v1.4.0

    1. Check environment variable process.env.AZURE_STORAGE exists before insert into database.

    2. Add a property useBlob in marketplaceItem model as a flag, and only contact pai_copy related commands if useBlob is true.

v1.4.0

02 Dec 12:39
d48c658
Compare
Choose a tag to compare

Release v1.4.0 - 12/02/2020

Major Features

  • Keep the release version aligned with pai (both with version v1.4.0).

  • Make the name of example templates human readable in Marketplace Webportal UI.

    • Change names of /examples/examples.js human readable.
    • Make the title of /examples/item_descriptions aligned with name of /examples/examples.js.
    • Keep the name of /examples/item_protoocls illegal for OpenPAI. (Because the protocol will be submitted to OpenPAI cluster).
  • Refine image build workflow for push, pull request and release.

int

02 Dec 08:32
54ee393
Compare
Choose a tag to compare
int Pre-release
Pre-release
Release trigger image build and push (#148)

v1.3.0

01 Dec 09:59
Compare
Choose a tag to compare

Release v1.3.0 - 12/01/2020

Major Features

  • Better data storage experience

    • Use Azure Blob as data storage backend.
    • Add storage api to create/get blob connection string.
    • For more details, please refer to data management doc.
  • New deployment process in OpenPAI

    • Create three pai services when deploying in openpai
    • Register marketplace rest api and webportal plugin in OpenPAI pylon.
    • For more details, please refer to development doc.
  • Better Documentation

    • Refine user manual and admin manual in readthedocs
    • Refine readme and developing guide.
  • New location and structure of official templates

  • Better UI Experience

    • Toggle up pai webportal Marketplace plugin by default
    • Add download button in Marketplace data template

v1.2.0

26 Apr 08:27
dd0ad58
Compare
Choose a tag to compare

Release v1.2.0 - 4/26/2020

Major Features

  • Update documentation and host on readthedocs
  • Update openpai api interface based on changes of openpai rest api
  • Fix some bugs during bug bash

v1.1.0

07 Apr 09:12
Compare
Choose a tag to compare

Release v1.1.0 - 4/07/2020

Major Features

  • Use docker compose to deploy openpaimarketplace in production mode
  • Add github workflow of docker to test and publish docker image in github packages
  • Update readme