> On 四月 28, 2016, 5:18 p.m., Vinod Kone wrote: > > src/webui/master/static/js/app.js, lines 15-35 > > > > > > Hmm. Not sure if this is safe. We are renaming the URL paths. > > > > I think frameworks like marathon and aurora (and platforms like DC/OS) might be dependin on this path to expose sanboxes to users. > > > > cc @bmahler. > > Vinod Kone wrote: > Chatted with Ben Mahler. I think the right thing to do here is support both the old routes (/slaves/...) and the new routes (/agents/...) and have the old routes redirect to the new routes. See example here: https://thinkster.io/a-better-way-to-learn-angularjs/redirect-to sure, will keep the old ones and update the patch then - zhou ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46761/#review130946 ----------------------------------------------------------- On 四月 28, 2016, 5:20 p.m., zhou xing wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46761/ > ----------------------------------------------------------- > > (Updated 四月 28, 2016, 5:20 p.m.) > > > Review request for mesos, Ben Mahler, Kevin Klues, Maxim Khutornenko, and Vinod Kone. > > > Bugs: mesos-3779 > https://issues.apache.org/jira/browse/mesos-3779 > > > Repository: mesos > > > Description > ------- > > This patch did the following changes in WebUI: > 1. Slave/Agent Rename on web page > 2. Slave/Agent Rename in web url > 3. Slave/Agent Rename in JS class/method/attribute > 4. Slave/Agent Rename in comments > > For the JSON data returned from server that contains > term 'slave', the change is not included. > > > Diffs > ----- > > CHANGELOG 0c5987779e5f0e2cb416dfe885f7ba836e3958eb > src/Makefile.am 53de98f43629dc94f7619324369caf88407b2f41 > src/webui/master/static/browse.html 04a4600f0c762a2412ddee078ba2c173d595aa8d > src/webui/master/static/framework.html 041513b0e005e8b54ca9723741b21b136ff61ca6 > src/webui/master/static/home.html 4b201d72f9dfd787133008b8105a225ffb2747aa > src/webui/master/static/index.html ec2f5792d21bf7efb479e87be3812b06bfbe98dc > src/webui/master/static/js/app.js 543fe9efb9618b311c7f21b7771a251738b01a91 > src/webui/master/static/js/controllers.js 8d9021cc89e54ae3a4151ff7f399733f5a7376dd > src/webui/master/static/js/services.js fa5cc35c1ef0e8ec149ed88852837058ec6ab13c > src/webui/master/static/offers.html ec32a649239da48270a1ad1d5bf195326c31ff9d > src/webui/master/static/slave.html c908511df85141128599ad5edc40d4b567437822 > src/webui/master/static/slave_executor.html 99b23ed9e85011a66bad780fb2d3076e946821a6 > src/webui/master/static/slave_framework.html 176e7e9fa7878f31268bd5aa06dfc8789f3e7edd > src/webui/master/static/slaves.html 063031771cef8b9f45723869198bad3460591936 > > Diff: https://reviews.apache.org/r/46761/diff/ > > > Testing > ------- > > cd mesos > ./bootstrap > mkdir build > cd build > ../configure --prefix=${HOME}/install/mesos > make > make check > make install > > start mesos master/agent and run a sample framework, then open browser and goto : to check all the strings on web page and url > > > Thanks, > > zhou xing > >