Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • nomad-FAIR nomad-FAIR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 222
    • Issues 222
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 33
    • Merge requests 33
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

On Monday, 27th March 9 a.m., the user backend of GitLab will get a reconfiguration. A new login to the web interface may be necessary.

  • nomad-labnomad-lab
  • nomad-FAIRnomad-FAIR
  • Merge requests
  • !462

Cleaned up remaining Encyclopedia-specific functionality.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lauri Himanen requested to merge encyclopedia-cleanup into v1.0.0 Nov 23, 2021
  • Overview 2
  • Commits 18
  • Pipelines 4
  • Changes 50
  • All the functionality of the EncyclopediaNormalizer is now integrated into ResultsNormalizer.
  • Migrated test_encyclopedia.py into test_material.py, test_method.py and test_properties.py. together with a few new tests.
  • Removed the Encyclopedia GUI image dependency and docker build phase.
  • Removed most Encyclopedia related config from nginx, helm and config.py. The only remaining config is encyclopediaBase (GUI) and encyclopedia_base (nomad.yaml), which activates/deactivates links to the Encyclopedia installation at that address. If undefined, the links will not be shown.
  • Updated materia to support visualizing 2D and 1D cells that may have zero-length basis vectors. With this update, the overview page now also shows the conventional/primitive cell for 1D and 2D systems.
  • Fixed issue with the ordering of basis vectors for conventional/primitive 1D and 2D structures. Now the order is fixed so that the periodic bases always come first.
  • Fixed issue where the optional nmd-prefixed Optimade data was not accepting data with unit information (ureg.Quantity) and was failiing when trying to serialize data set to None.
Edited Nov 23, 2021 by Lauri Himanen
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: encyclopedia-cleanup