Commit graph

13 commits

Author SHA1 Message Date
Lai Jiang
e41fd7877e Remove datastore related code (#1906) 2023-01-19 14:44:11 -05:00
guyben
01591ff88e Clarify diff display of MutatingCommand
Tools inheriting from MutatingCommand print out the change they are going to
make and then ask the user to confirm that this is indeed what they wanted to
do.

The change is outputted as a list of updated values in the form

key -> [oldValue, newValue]

e.g.

dnsPaused -> [true, false]

This CL will change the output to be clearer:

key: oldValue -> newValue

e.g.

dnsPaused: true -> false

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170853745
2017-10-04 16:16:45 -04:00
mcilwain
9c33245200 Add Markdown documentation for WHOIS metrics
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149551067
2017-03-13 10:36:52 -04:00
mountford
d355424f72 Add summary of support for ICANN reporting
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136487545
2016-10-19 11:06:24 -04:00
mcilwain
00234a1038 Remove empty section headers from Markdown docs
The section headers can be re-added later along with their actual content.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136349771
2016-10-17 17:54:52 -04:00
mcilwain
148270a813 Split premium/reserved list management into separate docs
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136089439
2016-10-14 17:00:33 -04:00
shikhman
9695024f1b Add Stackdriver Monitoring info to the operational documentation
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136066350
2016-10-14 16:58:07 -04:00
nickfelt
6bbfef9eb3 Remove [TOC] tags from markdown documentation
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135699339
2016-10-11 11:27:48 -04:00
mcilwain
f9fe25f00a Use "Nomulus" name in documentation
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135509458
2016-10-11 11:04:41 -04:00
mcilwain
3b02d77ceb Rename 'registry_tool' to 'nomulus'
This changes everything with external visibility beyond the codebase
(i.e. the name of the compiled binary and the documentation that refers
to it). It does not change a lot of things internal to the codebase,
i.e. the "RegistryTool" class didn't change its name. We can rename that
in a subsequent CL if we want to.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135022087
2016-10-04 09:59:54 -04:00
ctingue
414781e79b Add Cursor documentation
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133994188
2016-09-26 13:26:37 -04:00
mcilwain
e53cfe919a Add documentation on managing reserved lists
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133585795
2016-09-19 12:13:12 -04:00
mcilwain
939112318b Add Operational procedures doc with premium list instructions
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133291839
2016-09-19 11:58:11 -04:00