What is the purpose of this change? What does it change?
Previously, rest-server did not output whether append only mode
was enabled or disabled when starting up. The status of private
repositories was however output.
Since private repositories and append only are two important
settings that are directly related to the security of the rest-server
instance, it seems prudent to also output the status of append only.
Was the change discussed in an issue or in the forum before?
No, I was just missing it in the output when setting up a new rest-server
instance in append-only mode.
What is the purpose of this change? What does it change?
Previously, rest-server did not output whether append only mode was enabled or disabled when starting up. The status of private repositories was however output.
Since private repositories and append only are two important settings that are directly related to the security of the rest-server instance, it seems prudent to also output the status of append only.
Was the change discussed in an issue or in the forum before?
No, I was just missing it in the output when setting up a new rest-server instance in append-only mode.
Checklist
changelog/unreleased/
that describes the changes for our users (template here)gofmt
on the code in all commits