-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Commit d6d4e22 fixed a problem that caused end users to be unable to update variables that would cause their workflow statuses to be reset to "In Review," but introduced a new bug: accelerator admins could no longer set variables to that status. Convert `VariableWorkflowStoreTest` to use `RunsAsDatabaseUser`, add a test case to reproduce the problem, and fix the problem by updating the permission logic for project updates to allow accelerator-related projects to be updated by internal users with TF Expert or higher global roles.
- Loading branch information
Showing
3 changed files
with
45 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters