google-nomulus/javatests/google/registry/tools
mcilwain 765e63e7e9 Send a plaintext link to the mapreduce console in fluent style
The link was previously being sent using a JS redirect, which doesn't work
because the endpoints that trigger mapreduces can only be hit from the command
line (because they require auth). This commit switches the link to be in
plaintext and renders the full URL instead of just the path, so that clicking it
directly from the terminal works.

This also improves how these links are sent from callsites by using a fluent
style.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228764606
2019-01-10 17:14:06 -05:00
..
params Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
server Send a plaintext link to the mapreduce console in fluent style 2019-01-10 17:14:06 -05:00
testdata Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
AppEngineConnectionTest.java Allow query parameters in the connection's endpoint 2019-01-08 10:53:35 -05:00
AuthModuleTest.java Add the ability to provide credential JSON file to the nomulus tool 2018-12-20 07:46:33 -05:00
BUILD Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00
CheckDomainClaimsCommandTest.java Default to admin registrar in check_domain commands 2018-09-08 00:19:53 -04:00
CheckDomainCommandTest.java Default to admin registrar in check_domain commands 2018-09-08 00:19:53 -04:00
CommandTestCase.java Add an unrenew_domain command to nomulus tool 2018-12-12 13:22:34 -05:00
ComparableEntityTest.java Clean up some areas in preparation for externalized codebase 2018-11-16 16:51:11 -05:00
CompareDbBackupsTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
CountDomainsCommandTest.java Add nomulus count_domains command 2018-05-05 23:37:11 -04:00
CreateAnchorTenantCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
CreateCdnsTldTest.java Use @DefaultCredential for Cloud API access in GAE 2018-09-20 11:19:36 -04:00
CreateContactCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
CreateDomainCommandTest.java Allow square bracket expansion when specifying nameservers 2018-08-10 13:44:25 -04:00
CreateHostCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
CreateOrUpdatePremiumListCommandTestCase.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
CreateOrUpdateReservedListCommandTestCase.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
CreatePremiumListCommandTest.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
CreateRegistrarCommandTest.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
CreateRegistrarGroupsCommandTest.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
CreateReservedListCommandTest.java Remove more unnecessary "throws" declarations 2018-06-27 15:28:52 -04:00
CreateTldCommandTest.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
CurlCommandTest.java Fix --content-type and --data inputs in curl command 2018-12-03 19:15:33 -05:00
DeleteAllocationTokensCommandTest.java Fix stdout of DeleteAllocationTokensCommand 2019-01-08 10:51:55 -05:00
DeleteDomainCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
DeleteHostCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
DeletePremiumListCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
DeleteReservedListCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
DeleteTldCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EncryptEscrowDepositCommandTest.java Simplify the RyDE API 2018-07-17 22:03:53 -04:00
EppLifecycleToolsTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
EppToolCommandTest.java Don't prompt to confirm non-mutating nomulus EPP tool commands 2018-04-10 16:53:18 -04:00
EppToolCommandTestCase.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EppToolVerifier.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
ExecuteEppCommandTest.java Do not use InjectRule to mock stdin in ExecuteEppCommandTest 2018-10-22 18:46:36 -04:00
GenerateAllocationTokensCommandTest.java Increase default allocation token length to 16 2018-08-10 13:46:48 -04:00
GenerateDnsReportCommandTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
GenerateEscrowDepositCommandTest.java Wrap ModulesService in new AppEngineServiceUtils 2018-08-10 13:44:25 -04:00
GetClaimsListCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
GetContactCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
GetDomainCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
GetHistoryEntriesCommandTest.java Pretty-print actual XML in tests 2018-07-14 01:37:03 -04:00
GetHostCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
GetOperationStatusCommandTest.java Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00
GetRegistrarCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
GetResourceByKeyCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
GetSchemaTreeCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
GetTldCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
GhostrydeCommandTest.java Don't use Files.copy() when decrypting to stdout 2019-01-08 16:51:11 -05:00
GtechToolTest.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
ImportDatastoreCommandTest.java Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00
LevelDbFileBuilder.java Implement compare_db_backups "main" 2017-09-20 10:27:17 -04:00
LevelDbFileBuilderTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
LevelDbLogReaderTest.java Create an entity record accumulator 2017-09-12 15:51:50 -04:00
LevelDbUtil.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
ListCursorsCommandTest.java Add an auto update time field to the Cursor entity 2018-08-10 13:44:25 -04:00
ListDomainsCommandTest.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
ListHostsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListObjectsCommandTestCase.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
ListPremiumListsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListRegistrarsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListReservedListsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListTldsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LoadTestCommandTest.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
LockDomainCommandTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
MutatingCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
MutatingEppToolCommandTest.java Don't prompt to confirm non-mutating nomulus EPP tool commands 2018-04-10 16:53:18 -04:00
NonMutatingEppToolCommandTest.java Don't prompt to confirm non-mutating nomulus EPP tool commands 2018-04-10 16:53:18 -04:00
RecordAccumulatorTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
RegistrarContactCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RegistryToolEnvironmentTest.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
RegistryToolTest.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
RenewDomainCommandTest.java Add a nomulus renew_domain command 2018-06-06 15:16:09 -04:00
RequestFactoryModuleTest.java Restore global config after tests 2019-01-10 16:23:35 -05:00
ResaveEntitiesCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResaveEnvironmentEntitiesCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResaveEppResourcesCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
SetNumInstancesCommandTest.java Add option --non_live_versions to set_num_instances command 2018-12-03 18:58:05 -05:00
SetupOteCommandTest.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
ShellCommandTest.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
UniformRapidSuspensionCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
UnlockDomainCommandTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
UnrenewDomainCommandTest.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
UpdateCursorsCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
UpdateDomainCommandTest.java Allow square bracket expansion when specifying nameservers 2018-08-10 13:44:25 -04:00
UpdatePremiumListCommandTest.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00
UpdateRegistrarCommandTest.java Allow using empty string to remove all whitelisted IPs 2019-01-08 10:41:42 -05:00
UpdateReservedListCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
UpdateServerLocksCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
UpdateTldCommandTest.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
UploadClaimsListCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ValidateEscrowDepositCommandTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
ValidateLoginCredentialsCommandTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
VerifyOteCommandTest.java Refactor AppEngineConnection 2018-10-29 15:34:12 -04:00