The "Allow some of this data to be public" checkbox should be off for newly registered servers #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't know if what the name of the corresponding key is. I think it affects data submitted to geekbench or something, I don't think it's related to the web app itself, but better leave it off.
The key is
show_public
in the api payload and response.Things that I noted:
show_public
is not being respected in the create API. No matter what value you send, the API accepts all but still considers1
. This can be verified by making a GET call for a given server.show_public
is only respected from the update call.@shailaja currently we've put
show_public
in theNON_UPDATABLE_KEYS
, we need to remove that.