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

Fixes #9258: Rename to audit instead of verify in backend #1242

Conversation

VinceMacBuche
Copy link
Member

@@ -354,6 +353,7 @@ class ReportsJdbcRepository(doobie: Doobie) extends ReportsRepository with Logga
//actual logic for getReportsfromId
(for {
toId <- getMaxId(lastProcessedId, endDate)
_ = logger.info("plop")
Copy link
Member

Choose a reason for hiding this comment

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

:)

@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the ust_9258/rename_to_audit_instead_of_verify_in_backend branch from e9f33ae to 9fce28d Compare October 7, 2016 12:44
val none = None

"d1 == enforce, d2 == enforce => enforce" in { mode(enforce, enforce) must beEqualTo(Enforce) }
"d1 == enforce, d2 == none => enforce" in { mode(enforce, none ) must beEqualTo(Enforce) }
"d1 == enforce, d2 == audit => failure" in { mode(enforce, audit ) must haveClass[Failure] }
"d1 == audit , d2 == enforce => failure" in { mode(audit , enforce) must haveClass[Failure] }
"d1 == audit , d2 == audit => audit" in { mode(audit , audit ) must beEqualTo(Verify ) }
"d1 == audit , d2 == audit => audit" in { mode(audit , audit ) must beEqualTo(Audit ) }
Copy link
Member

Choose a reason for hiding this comment

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

Arg. Missing space. All the nice valign broken :((

@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the ust_9258/rename_to_audit_instead_of_verify_in_backend branch from 9fce28d to 437caef Compare October 7, 2016 13:12
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 437caef into Normation:master Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants