Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Maxim Laikine 1b1460de47
Expose page authentication result to REST API (#2399)
#### Details

Pass through authentication flag to page handler in accessibility
scanner.
Persists resource authentication result in scan result document.
Expose resource authentication result on Page class.
Return authentication result in scan result REST API.
Fixed inversify eslint issue.

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->

- [ ] Addresses an existing issue: Fixes #0000
- [x] Added relevant unit test for your changes. (`yarn test`)
- [ ] Verified code coverage for the changes made. Check coverage report
at: `<rootDir>/test-results/unit/coverage`
- [ ] Ran precheckin (`yarn precheckin`)
- [x] Validated in an Azure resource group
2023-02-13 14:57:28 -08:00
Maxim Laikine 71fbaeba11
Migrated to yarn v3 (#2210)
* Migrate to yarn v3 part 1

* Reset yarn

* Fix dbuild script

* Fix workspace syncpack:check

* Pass params to webpack cli

* Fix formatting

* Fix webpack build version trace

* Fix yarn run cmd

* Update script

* Update script

* Update script

* Update dependencies

* Update script

* Update yarn

* Update dependencies

* Update node option

* Revert

* Enable parallel tests

* Remove partial tests run script

* Rename pipeline job

* Fix name
2022-08-17 12:56:31 -07:00