tfsaggregator / aggregator-cli

A new version of Aggregator aiming at Azure DevOps (ex Visual Studio Team Services)
https://tfsaggregator.github.io/
Apache License 2.0
73 stars 32 forks source link

Add support for .bypassrules directive #228

Closed sirtwist closed 3 years ago

sirtwist commented 3 years ago

These changes add support for .bypassrules=true directive, to allow for bypassing rules but not requiring impersonation. An example of a need for this would be for updating fields where there are read-only rules in place, such as for calculating a value based on other fields where you don't want users to be able to update the calculated value.

Closes #83.

giuliov commented 3 years ago

Thanks for the contribution: it will take some time before I merge and add the feature documentation at aggregator-docs.

giuliov commented 3 years ago

Merged in release/1.1 branch