google-nomulus/javatests/google/registry/request
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
..
auth Allow XSRF to be sent as POST parameter in addition to HTML header 2018-12-20 07:46:33 -05:00
lock Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
BUILD Add metrics measuring all request processing times 2018-10-31 19:11:39 -04:00
JsonResponseTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RequestHandlerTest.java Add metrics measuring all request processing times 2018-10-31 19:11:39 -04:00
RequestModuleTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RequestParametersTest.java Rename "absent" to "empty" in test names 2018-08-10 13:46:48 -04:00
ResponseImplTest.java Send a plaintext link to the mapreduce console in fluent style 2019-01-10 17:14:06 -05:00
RouterTest.java Rename "absent" to "empty" in test names 2018-08-10 13:46:48 -04:00