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

Notes feature #26

Open
jminor opened this issue Jan 30, 2017 · 0 comments
Open

Notes feature #26

jminor opened this issue Jan 30, 2017 · 0 comments

Comments

@jminor
Copy link
Contributor

jminor commented Jan 30, 2017

It would be great if there was a per-basename, per-host notes field, where administrators could leave a short text note for other admins. This comes up, for example, when someone has frozen a basename on a host. Often another admin will wonder, "Why was this frozen 3 weeks ago? Should I unfreeze it?" Allowing a notes field would let you explain why you froze something.

Proposed usage:
% d3 -n <message> <basename>
Sets the note message for the given <basename> on this host.
If <message> is the empty string, the note is cleared.

% d3 -n <message> [other actons]
Sets the note message for the given basename on this host in addition to doing [other actions]

For example:
% d3 -n "no upgrades until Sally returns from her overseas trip" freeze some-app

The list-* actions should display the note (if any) for each basename.

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

No branches or pull requests

1 participant