Skip to content
Snippets Groups Projects

hunting_servernames

Merged Jim Sheckard requested to merge hunting_servernames into release/2.3.0-RC1
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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':
  • is vlass.nrao.edu valid right now? I thought it wasn't yet?

  • 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)

  • Please register or sign in to reply
  • Charlotte Hausman approved this merge request

    approved this merge request

  • Jim Sheckard mentioned in commit 849680b0

    mentioned in commit 849680b0

  • merged

  • Please register or sign in to reply
    Loading