Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make queued audits feature opt-in #881

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Dec 15, 2023

No description provided.

@MortenDHansen
Copy link
Contributor

Seems like a good fix. Im not sure if there is something we should take into account before releasing it? (@Orrison ? )

@Orrison
Copy link
Contributor

Orrison commented Dec 15, 2023

This should do the trick I believe.

@parallels999
Copy link

I didn't know how to solve my problem, but with this at least I don't have to go back to a previous version

@MortenDHansen MortenDHansen merged commit 0d4398a into owen-it:master Dec 17, 2023
13 checks passed
@cosmastech
Copy link
Contributor

Isn't this technically making it "opt-out" since the default is now to queue where it wasn't previously?

return;
}

if (!Config::get('audit.queue.enable', true)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be defaulting to false to make it opt-in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants