Scott Agnew

Results 8 issues of Scott Agnew

## Description This PR sets up options to add additional properties to the `EntityContext` that is used when evaluating which segment on the flag matches the incoming criteria. Each additional...

## Description This changes adds customizable validation rules for _enabled_ flags using https://github.com/Knetic/govaluate. The rules are specified via new environment variables in the `env.go`; a list of govaluate boolean expressions...

Currently in the flagr API, there is an option to provide a 'template' in the call to create a flag. The flagr UI uses this with a drop-down menu, where...

feature request

In rolling out a recent feature, I had a case where I wanted to white / black list particular entity IDs from being distributed to the new feature. It would...

feature request

In the flagr UI, the modal that comes up for editing a segment's distribution can save the checkbox value for a variant, even if the distribution settings aren't saved (e.g....

bug

In the flagr UI, when editing the distribution on a segment, if you use the draggable circle to adjust the distribution to either end (0 or 100%), if you hold...

bug

HTTP routes containing wildcards can be ambiguous with routes that are longer. For example: ```yaml - key: hello-wildcard kind: Behavior expect: http: method: GET path: /hello/*/bar actions: - reply_http: status_code:...

`GithubTag` already had a `Token` member that seemed to have to do with allowing authentication to the repo. Use this to provide a personal access token and list the repo's...