Skip to content
Snippets Groups Projects
  1. Apr 22, 2023
    • Markus Scheidgen's avatar
      Added documentation for schema and parser plugins. · 55b0fb08
      Markus Scheidgen authored
      Changelog: Added
      
      Fixed typos and some language in the plugin docs.
      
      Updated docs and scripts.
      55b0fb08
    • Markus Scheidgen's avatar
      Added configurable list of normalizers. · 8852644f
      Markus Scheidgen authored
      This adds a config key normalize.normalizers that allows to
      include/exclude or define new normalizers. Later this
      will be moved to plugins.
      
      Changelog: Added
      8852644f
    • Markus Scheidgen's avatar
      Added plugin base models and schema, parser models. · 48887366
      Markus Scheidgen authored
      We already kinda described parsers like plugins via
      MatchingParserInterface. This commits adds a Pydantic config
      model called Parser (inheriting from Plugin) in front of
      MatchingPerserInterface. This commit moves the interface
      definitions from nomad.parsing.parsers into the config under
      nomad.config.plugins. It also adds a simple schema plugin
      model. But there are no existing schemas yet.
      
      Changelog: Added
      48887366
    • Markus Scheidgen's avatar
      Removed the generation of gui artifacts for development. · 2d9d1c8b
      Markus Scheidgen authored
      We now do not need to generate any gui artifacts to run
      the development GUI. The artifacts are generated by the
      app in dev and prod scenarios. Only artifacts to run
      gui test independed of the app are needed.
      
      Changelog: Changed
      2d9d1c8b
    • Markus Scheidgen's avatar
      Changed gui artifact generation to happen at app start. · a488b470
      Markus Scheidgen authored
      This removes the gui artifacts from the gui build. The artifacts are loaded from the application and therefore depend on the application configuration and not the current build. This should allow us to load plugins at application start that influece the gui artifacts.
      Include prod gui build source maps.
      
      Changelog: Changed
      a488b470
  2. Apr 20, 2023
  3. Apr 19, 2023
  4. Apr 18, 2023
  5. Apr 14, 2023
  6. Apr 12, 2023
  7. Apr 11, 2023
  8. Apr 08, 2023
  9. Apr 06, 2023
  10. Apr 05, 2023
  11. Apr 04, 2023
Loading