Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
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.