google-nomulus/java/google/registry/backup
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
..
BackupModule.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
BackupUtils.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
BUILD Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
CommitLogCheckpointAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
CommitLogCheckpointStrategy.java Use some Java 8 features in commit log code 2018-04-02 16:53:46 -04:00
DeleteOldCommitLogsAction.java Send a plaintext link to the mapreduce console in fluent style 2019-01-10 17:14:06 -05:00
ExportCommitLogDiffAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
GcsDiffFileLister.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RestoreCommitLogsAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00