19 Commits

Autor SHA1 Mensagem Data
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 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 a4f9f652ac chore: pipeline for preview release (queue manually) (#879) 2019-08-23 15:58:49 -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
P.J. Little ab3ce6f108 feat: exclude desktop functionality from browser target (#713)
Remove electron functionality from browser builds. Some updates to
CI scripts, based on things found in the last release.
2019-04-12 15:08:10 -07:00
My 3b609e0af9 ci: clean up deprecated pipelines (#708)
and add "web deploy" release template for record keeping (since release
does not currently support creation from yaml)
2019-04-12 15:08:10 -07:00
My 139f291fb2 ci: refactor plato report pipeline (#707)
1. replace `az storage` command with `az copy` task for uploading
1. templatize pipeline
2019-04-12 15:08:10 -07:00
My b58bc5c1a6 ci: refactor web deploy pipeline (#702)
* move deploy functionality to release
* replace az storage command with az copy ADO task
2019-04-12 15:08:10 -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 c7537f033e ci: disable web vott deploy for PR (#670)
only deploy on merge to dev and v2

AB#17541
2019-03-20 14:41:20 -07:00
P.J. Little 1e93507058 ci: Azure DevOps pipeline definitions for VoTT Web CD (#658)
Yaml files to deploy VoTT to Azure when PRs are merged into
`dev` and `v2` branches.

AB#17489
2019-03-08 19:19:29 -06:00
My 84a35e5c82 ci: make sure build fail if codecov token is missing (#621)
also update README to point ADO badge to new CI pipeline

have to create a new pipeline using the new YAML wizard
so that GitHub Pipelines App is used instead of webhook.

This fix the issue where re-running the ADO build from the
`Check` tab in GitHub doesn't kick off actual build in ADO.
2019-02-27 11:07:54 -08:00
My b1cf06cb4b [AB#16330] Set up codecov support (#441)
1. Modify linux agent test run to upload coverage report to codecov.
1. Enable pr comment so codecov can post back report to PR.
1. Enable commit status so it will block if coverage goes down.
2019-01-04 14:44:10 -08:00
My 3e1e7a1c28 use bash shell in all agents (#432)
1. previous iteration was mistakenly using the Shell task and that was not compatible with react-scripts, resulting in missing logs.
1. fix is to use Bash to run all commands
2019-01-02 14:58:32 -08:00
My 6800dc3642 also run tests on windows and mac machines (#418) 2018-12-21 14:08:25 -08:00
My f573b20d68 pipeline for building release artifact (#412) 2018-12-20 13:29:50 -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