555 Commits

Autor SHA1 Mensagem Data
Wallace Breza 8c9d541682 Adds missing registration of mixins to support 'forEachAsync' (#1051) 2021-04-13 08:42:59 -07:00
Tanner Barlow a603a2743f feat: Nested source directories (#1028) 2020-11-05 15:54:06 -08:00
Tanner Barlow d48de94b8b feat: Use relative paths for local file assets (#1027) 2020-11-04 15:25:00 -08:00
Wallace Breza 27ce840067 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.
2020-11-04 15:16:36 -08:00
Phil 719a89832c Update Azure custom vision url (#1023) 2020-11-04 14:06:56 -05:00
Jeff Ding fcc3523c95 update release guide doc (#1019)
* added release process section into readme
* updated RELEASE_GUIDE.md accordingly
2020-11-03 14:57:45 -08:00
Wallace Breza f731dfaece 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.
2020-11-03 11:34:17 -08:00
Wallace Breza 931115d59c 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.
2020-11-02 10:32:35 -08:00
Vott 2876444f21 release: Update minor version to 2.2.0 ***NO_CI*** v2.2.0 2020-06-02 23:04:22 +00:00
My da28e80bc0 fix: sidebar not showing thumbnails (#969)
Co-authored-by: Vott <vott@microsoft.com>
2020-06-02 15:07:35 -07:00
My 80add1ae25 Merge pull request #964 from microsoft/myho/updateReleasePipeline
chore: update & document release process
2020-06-01 11:46:20 -07:00
Vott dba6dfebfa remove commneted out code 2020-06-01 11:02:06 -07:00
Vott a2689e290c update docs 2020-05-18 19:45:38 -07:00
Vott 7498260038 chore: update & document release process 2020-05-18 15:45:49 -07:00
My 94daa110e9 Merge pull request #957 from microsoft/myho/mergeDevelop
release: merge develop to master
2020-05-07 11:26:14 -07:00
My Ho 9154f5178e fix: tests failing on windows agent 2020-04-29 14:33:17 -07:00
My Ho 94f09908a1 Merge branch 'develop' 2020-04-29 09:32:07 -07:00
Ayaka Hara 347f609096 feat: Simplified Chinese language support (#948)
Co-authored-by: siliang-jiao <44962887+siliang-jiao@users.noreply.github.com>
Co-authored-by: Siliang Jiao <Siliang.Jiao@microsoft.com>
2020-04-28 09:16:05 -07:00
Ayaka Hara 2b68e213a1 feat: Korean language support (#950)
Co-authored-by: Eunji Kim <eunk.angie@outlook.com>
2020-04-27 09:38:47 -07:00
Ayaka Hara 0d5fdd00ca feat: Traditional Chinese language support (#949)
Co-authored-by: Rex Tang (TOMOHIKO YUKAWA) <retang@microsoft.com>
Co-authored-by: Rex Tang <rex.tang@microsoft.com>
Co-authored-by: Rex Tang <rextangtw@gmail.com>
Co-authored-by: Jason Chou <harvinchou@hotmail.com>
Co-authored-by: John Chang <john.chang@microsoft.com>
2020-04-21 12:13:48 -07:00
My a19d2b7688 Upgrade windows & mac agents per AzDO removing older support (#945)
* Upgrade windows & mac agents per AzDO removing older support

* fix service connection issues
* disable server deploy
2020-03-25 11:53:05 -07:00
Bart Jansen ed2d28fa99 feat: Japanese language support (#922)
* fix: Update new link for VoTT site (#907)

* feat: Japanese language support

* fixed tslint errors

* fixed  variables for japanese

* added JP PR feedback suggestions

* added JP PR feedback suggestions

Co-authored-by: Tanner Barlow <tabarlow@microsoft.com>
2020-03-06 10:32:25 -06:00
My 51462af4d6 chore: install dependabot (#872)
* include target branch
* update lables
2019-11-21 16:28:42 -08:00
Tanner Barlow c1afb7e355 fix: Update new link for VoTT site (#907) 2019-10-04 16:05:16 -07:00
John Shewchuk 54473577f8 feat: add web server for login support 2019-09-03 13:45:23 -07:00
Wallace Breza 90577ca8a0 Revert horizontal asset bar (#881)
The horizontal asset bar looks more visually appealing on the bottom and it also opens up more real estate for the main editing surface.

However, it also reduces the overall usability of the app. The vertical scrolling behavior on the moues wheel no longer works and the keyboard shortcut hot keys are inverted.

Let's revert this change for now until we are able to overcome these critical usability requirements.
2019-08-26 16:52:47 -07:00
Luisa de Miranda 11c962b8e8 feat: add preview of filepaths to project settings source and target connection dropdowns (#877) 2019-08-23 16:20:55 -07:00
My a4f9f652ac chore: pipeline for preview release (queue manually) (#879) 2019-08-23 15:58:49 -07:00
Elizabeth Halper 15881b7999 feat: move asset preview to horizontal (#876)
feat: change sidebar from vertical to horizontal

Moved the vertical asset previewer to be horizontal and at the bottom of the screen. This helps maximize the size of the picture being tagged when it is a landscape photo.

AB#860
2019-08-23 13:30:37 -07:00
hermanho 9d64f4aa0d fix: test asset distribution to include all tags on test/train split (#823)
* fix: test asset distribution to include all tags on test/train split

The test asset may not included all tags when export with test/train split option in current venison (2.1.0).

* Extract the same split logic into helper function

* Formatting

* Inverting if statement
2019-08-23 10:39:02 -07:00
Tanner Barlow c0201ca51a Revert "feat: move asset preview to horizontal (#870)" (#874)
This reverts commit 5e25dc5406.
2019-08-22 14:23:52 -07:00
Elizabeth Halper 5e25dc5406 feat: move asset preview to horizontal (#870)
feat: change sidebar from vertical to horizontal

Moved the vertical asset previewer to be horizontal and at the bottom of the screen. This helps maximize the size of the picture being tagged when it is a landscape photo.

AB#860
2019-08-22 10:59:24 -07:00
Tanner Barlow add4680e7b fix: Resolve UnhandledPromiseRejection in test (#859) 2019-08-22 10:43:38 -07:00
Tanner Barlow 60ebb41540 Merge pull request #856 from microsoft/master
release: Master into dev
2019-08-20 12:02:42 -07:00
Guilherme Danno e4ee4cd008 fix: remove duplicated border-radius CSS (#843) 2019-08-20 06:30:36 -07:00
mloenow 6df00da380 fix: Use image/jpeg as MIME type for canvas.toBlob (#844)
Retargeted. See https://github.com/microsoft/VoTT/pull/801.

Closes https://github.com/microsoft/VoTT/pull/801, https://github.com/microsoft/VoTT/issues/838.
2019-08-19 14:16:05 -07:00
Wallace Breza 745e854cc4 Release 2.1.0 (#790)
Updates package version and changelog for 2.1.0 release
v2.1.0
2019-04-29 14:39:24 -07:00
Wallace Breza 2234c8a0cc fix: Updates backwards compat & fixes cntk export image bug (#789)
Fixes an issue where the images exported out of a video file were missing file extension for video projects.
2019-04-29 14:18:45 -07:00
Wallace Breza 4d02db4215 fix: Updates export options for pascalVOC rename (#788)
Adds a check during project load to update the export options if project was using previous pascalVOC name.
2019-04-29 14:18:45 -07:00
Lee, Jebum 90754dc74b fix: change method for alloc string to buffer (#777)
String.length is not appropriate for calculating buffer size
when non-alphabet letter is included in content.
Change the method Buffer.alloc to Buffer.from as directed by the nodejs document.
2019-04-29 14:18:45 -07:00
Jacopo Mangiavacchi f29963c89e feat: Add CSV Exporter (#757)
Adds CSV export provider
2019-04-29 14:18:45 -07:00
Tanner Barlow acbbc86151 fix: Fix display of tag color picker (#782)
Resolves issue of tag color picker not being shown on alt-click or color-click + edit button. Also adds several tests for increased test coverage of tagInput.tsx
2019-04-29 14:18:45 -07:00
Wallace Breza 921dbac155 feat: Active Learning Updates (#778)
Adds new active learning form
Moves active learning settings from project settings to here
Refactored and created activeLearningService
2019-04-29 14:18:45 -07:00
P.J. Little a2ef52c7a4 docs: updates to readme and changelog (#781)
Minor updates and corrections to the main readme and changelog.
2019-04-29 14:18:45 -07:00
Wallace Breza 25b4aa2dc8 Create CODE_OF_CONDUCT.md (#779)
Adds code of conduct
2019-04-29 14:18:45 -07:00
Wallace Breza 0429590bec doc: Add bug & feature templates (#780)
Adds bug and feature github templates
2019-04-29 14:18:45 -07:00
Wallace Breza 48805dcb85 test: Verify tag update/delete project actions 2019-04-29 14:18:45 -07:00
Wallace Breza 0b06d6ac5b test: Refactored editor page tests 2019-04-29 14:18:45 -07:00
Wallace Breza 3998b6efc8 fix: Refactored project tag/delete updates 2019-04-29 14:18:45 -07:00
Tanner Barlow 4a0dcb2905 Dummy commit to kick off build again 2019-04-29 14:18:45 -07:00