hunting_servernames
1 unresolved thread
1 unresolved thread
hunting_servernames: consistency in the location selection in both effected locations. All other references to webtest were in spec.ts files, readme, or deployment (which was already fixed)
Merge request reports
Activity
58 58 switch (this.window.location.hostname) { 59 59 case 'archive-test.nrao.edu': 60 60 case 'data-test.nrao.edu': 61 case 'vlass-test.nrao.edu': 61 62 title = 'TEST | ' + title; 62 63 break; 63 64 case 'archive-new.nrao.edu': 64 65 case 'data.nrao.edu': 66 case 'vlass.nrao.edu': It's not ready yet, but this will let it behave once that happens. (basically this adds vlass.nrao.edu to the list of names be ok with for production.
I objected to vlass.nrao.edu for the deployment script because that would place the files in a different place at deployment time (/home/vlass.nrao.edu vs /home/archive-new.nrao.edu)
mentioned in commit 849680b0
Please register or sign in to reply