Home GnuPG

Make some Audit status comparisons more lax, so state transactions only post…
1be3ef022768Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Make some Audit status comparisons more lax, so state transactions only post once

Summary:
Ref T10978. Currently, too many "This audit now <something something>" transactions are posting, because this strict === check is failing to detect that the audit is already in the same state.

This is because audit states are currently integers, and saving an integer to the database and then reading it back turns it into a string. This is a whole separate can of worms. For now, just weaken the comparison. I'd eventually like to use string constants here instead of integer constants.

Test Plan:
Commented on a "no audit required" commit, didn't see a double "this doesn't need audit" transaction anymore.

Also made a legit state change and did see a state transaction.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10978

Differential Revision: https://secure.phabricator.com/D17258

Details

Provenance
epriestley <git@epriestley.com>Authored on Jan 27 2017, 8:03 PM
Parents
rPHAB9829ecddd695: Clean up "reorder" permissions in MenuEngine for personal favorites
Branches
Unknown
Tags
Unknown

Event Timeline