Added new plugin entry point type for example uploads.
Changelog: Added
Showing
- docs/howto/plugins/example_uploads.md 91 additions, 0 deletionsdocs/howto/plugins/example_uploads.md
- docs/howto/plugins/plugins.md 2 additions, 1 deletiondocs/howto/plugins/plugins.md
- docs/reference/plugins.md 1 addition, 0 deletionsdocs/reference/plugins.md
- examples/data/cow_tutorial/nomad-countries/pyproject.toml 1 addition, 1 deletionexamples/data/cow_tutorial/nomad-countries/pyproject.toml
- gui/src/components/uploads/ExampleUploadButton.js 1 addition, 1 deletiongui/src/components/uploads/ExampleUploadButton.js
- gui/src/config.js 6 additions, 1 deletiongui/src/config.js
- mkdocs.yml 1 addition, 0 deletionsmkdocs.yml
- nomad/app/v1/routers/uploads.py 80 additions, 27 deletionsnomad/app/v1/routers/uploads.py
- nomad/cli/dev.py 13 additions, 6 deletionsnomad/cli/dev.py
- nomad/common.py 45 additions, 0 deletionsnomad/common.py
- nomad/config/models/config.py 2 additions, 27 deletionsnomad/config/models/config.py
- nomad/config/models/plugins.py 108 additions, 2 deletionsnomad/config/models/plugins.py
- nomad/config/models/ui.py 3 additions, 4 deletionsnomad/config/models/ui.py
- nomad/files.py 23 additions, 0 deletionsnomad/files.py
- tests/app/v1/routers/uploads/test_basic_uploads.py 25 additions, 1 deletiontests/app/v1/routers/uploads/test_basic_uploads.py
- tests/config/models/test_common.py 0 additions, 0 deletionstests/config/models/test_common.py
- tests/config/models/test_plugins.py 119 additions, 0 deletionstests/config/models/test_plugins.py
- tests/data/proc/example_upload/a.txt 0 additions, 0 deletionstests/data/proc/example_upload/a.txt
- tests/data/proc/example_upload/a/b.txt 0 additions, 0 deletionstests/data/proc/example_upload/a/b.txt
- tests/test_files.py 50 additions, 0 deletionstests/test_files.py
Loading
Please register or sign in to comment