Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N nomad-lab-base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nomad-labnomad-lab
  • nomad-lab-base
  • Merge requests
  • !3

Meta data visualization: Separate frontend (currently developed in angular).

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kariryaa, Ankit (ankar) requested to merge metaVisualization into master Nov 16, 2015
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes

Add path to frontend in NomadMetaInfoServive and method to get complete data

A separate lightweight frontend code that uses the REST api of the backend to fetch and display data. The frontend is kept in the same as a part of the backend as backend is not configured to handle Cross-origin resource sharing (CORS), in the future when backend has been configured to handle CORS, frontend could be kept as a separate project. Currently the frontend is in AngularJs but it will be changed in the future.

Add path (/ui/index.html) to the frontend in the NomadMetaInfoService.scala. Add function to get complete data including ancestors and children.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: metaVisualization