Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/VoTT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: microsoft/VoTT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/master
Choose a head ref
  • 9 commits
  • 48 files changed
  • 4 contributors

Commits on Nov 2, 2020

  1. Update node-sass (#1018)

    The current version of node-sass is very outdated which is causing build errors due to 404 not found requests to components no longer available.
    
    This PR updates to latest version of node sass and confirms local development can be setup.
    wbreza authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    931115d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. feat: Make security tokens optional (#1022)

    Security tokens are a great way to protect sensitive data from being stored in plain text within your project file, but at the same time can be more difficult to use when sharing projects with team members.
    
    In this feature security tokens are still enabled by default but give the project author the ability to turn off security tokens which then stores all provider options in plain text.
    wbreza authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f731dfa View commit details
    Browse the repository at this point in the history
  2. update release guide doc (#1019)

    * added release process section into readme
    * updated RELEASE_GUIDE.md accordingly
    jding05 authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    fcc3523 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    719a898 View commit details
    Browse the repository at this point in the history
  2. fix: Bing Image Search - Support to override endpoint url (#1025)

    The Bing Search resource is undergoing a transition from a Cognitive Service to the Azure Marketplace. During this transition it is possible to have bing search resources that use different endpoint urls.
    
    This fix introduces a new endpoint textbox that defaults to the new default resource url (https://api.bing.microsoft.com/). However, for users with older resources that have not specified the field it will fall back to the older cognitive services url ( https://api.cognitive.microsoft.com/bing).
    
    In addition to the fix this also introduces addition filter options to filter image responses by image size and license type.
    wbreza authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    27ce840 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48de94 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. 1 Configuration menu
    Copy the full SHA
    a603a27 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    8c9d541 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. VoTT is no longer being maintained!

    VoTT is no longer being maintained!
    wbreza authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    47f5e00 View commit details
    Browse the repository at this point in the history
Loading