12 Commits

Autor SHA1 Mensagem Data
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
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
My 4f1574b8d6 ci: update pipeline for v2 flipover to master (#747)
* update release template
* remove loc badge since it's misleading counting all the css files
2019-04-12 15:54:42 -07:00
My 2f9cc86ddb ci: update pipelines to work for all branches with prefix dev (#700)
* update pipelines to trigger for all PR targeting prefix dev

* update web deploy to trigger for dev*
2019-04-12 15:08:10 -07:00
My 4a92ea817e ci: modify pipeline to also run off dev branch (#633)
in preparation for working off of "dev" branch
2019-03-04 14:48:11 -08:00
My 9eb0cec3b8 enable CI for greenkeeper created branches (#504)
in order to test and integrate greenkeeper I have to enable CI on branches (right now it's disable). But I don't want this to run for all branches, so only enable it on greenkeeper-created branches which always starts with greenkeeper/
2019-01-24 13:33:04 -08:00
My cd6517f80e [AB#16374] set up editor config (#445)
* enforce consistent style
2019-01-04 14:05:04 -08:00
My 6800dc3642 also run tests on windows and mac machines (#418) 2018-12-21 14:08:25 -08:00
Wallace Breza 6cb936988c [AB#16328] Fixes issues with running app from static files (#404)
* Modified to support running off of local static build

* Added silent flag to coverage script

* Updated azure-piplines.yml to point to correct location

* clean up and merge changes from My's branch

* fix file path

* update package-lock.json

* refactor webpack configs
2018-12-20 10:58:37 -08:00
My 355b7328b6 cleaning up yaml syntax (#389) 2018-12-17 11:41:36 -08:00
My 1bfbdc2c46 add pipeline status to Readme and add trigger for v2 update (#375)
* add pipeline status to Readme and add trigger for v2 update

* fix syntax

* remove extra bracket
2018-12-13 11:44:18 -08:00
My 51b1bbd2b0 templatize azure pipeline (#372)
this will replace travis
2018-12-13 11:13:11 -08:00