Commits on Source (28)
-
Florian Dobener authoredc1c7c043
-
Florian Dobener authored
Fixes metainfo generation from nexus file See merge request !1173
fcc31075 -
Amir Golparvar authored
Changelog: Fixed
fa1de1d9 -
Amir Golparvar authored
Merge branch '1406-yaml-schemas-data-section-not-generated-if-i-use-a-specific-name-for-a-section-2' into 'develop' Resolve "Yaml schemas: data section not generated if I use a specific name for a section" Closes #1417 and #1406 See merge request !1226
eca264d2 -
ce3dcda1
-
Theodore Chang authored
Merge branch '1431-tabular-parser-multiple-instances-of-different-classes-do-not-work' into 'develop' Resolve "Tabular parser: multiple instances of different classes do not work" Closes #1431 See merge request !1223
aad305ac -
Jose Pizarro authoredf1cae211
-
Jose Pizarro authored
Optimizing w2dynamics parser Closes #1429 See merge request !1225
aa67351a -
Theodore Chang authored3b332412
-
Theodore Chang authored
Merge branch '1204-adding-coauthors-via-nomad-yaml-files-does-not-work-in-certain-oases' into 'develop' Resolve "adding coauthors via nomad.yaml files does not work in certain Oases" Closes #1204 See merge request !1228
5842fa1b -
Pepe Marquez authored28293fe2
-
Jose Marquez Prieto authored
Resolve "Remove users section from ELNbasesection" Closes #1437 See merge request !1230
5677c33b -
Alvin Noe Ladines authored
Implement functionality to write file parser results to archive. Changelog: Added
c0fef89d -
Alvin Noe Ladines authored
Resolve "Extend text parser" Closes #1363 See merge request !1204
9aad86da -
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 -
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 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 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 authored
Changelog: Added Fixed typos and some language in the plugin docs. Updated docs and scripts.
55b0fb08 -
Markus Scheidgen authored
Changelog: Added
9622d919 -
Markus Scheidgen authored
The table was not correctly rendered due to a missing markdown plugin. Changelog: Fixed
1cb47611 -
Markus Scheidgen authored
Generate gui artifacts at application start See merge request !1058
4c36a3d7 -
Theodore Chang authored94b9e188
-
Theodore Chang authored
Resolve "Move reference and schema related client responsibilities into the API" See merge request !1220
e268e80c -
Theodore Chang authored814810ac
-
Theodore Chang authored
Resolve "Dangling mongodb config volume" Closes #1444 See merge request !1237
d66cd175 -
Theodore Chang authoreda6fbf9c7
-
Theodore Chang authored
Merge branch '1443-retrieve-dimensional-quantities-when-resolve_references-true-throws' into 'develop' Resolve "Retrieve dimensional quantities when `resolve_references=True` throws" Closes #1443 See merge request !1236
dac30c33
Showing
- .dockerignore 3 additions, 0 deletions.dockerignore
- .gitignore 1 addition, 0 deletions.gitignore
- .gitmodules 6 additions, 0 deletions.gitmodules
- .pylintrc 0 additions, 18 deletions.pylintrc
- .vscode/settings.json 13 additions, 1 deletion.vscode/settings.json
- Dockerfile 5 additions, 10 deletionsDockerfile
- MANIFEST.in 7 additions, 6 deletionsMANIFEST.in
- dependencies/parsers/atomistic 1 addition, 1 deletiondependencies/parsers/atomistic
- dependencies/parsers/database 1 addition, 1 deletiondependencies/parsers/database
- dependencies/parsers/eelsdb 1 addition, 1 deletiondependencies/parsers/eelsdb
- dependencies/parsers/electronic 1 addition, 1 deletiondependencies/parsers/electronic
- dependencies/parsers/nexus 1 addition, 1 deletiondependencies/parsers/nexus
- dependencies/parsers/workflow 1 addition, 1 deletiondependencies/parsers/workflow
- docs/develop/setup.md 99 additions, 67 deletionsdocs/develop/setup.md
- docs/plugins.md 173 additions, 0 deletionsdocs/plugins.md
- examples/plugins/parser 1 addition, 0 deletionsexamples/plugins/parser
- examples/plugins/schema 1 addition, 0 deletionsexamples/plugins/schema
- gui/.env.development 1 addition, 0 deletionsgui/.env.development
- gui/package.json 1 addition, 0 deletionsgui/package.json
- gui/public/env.js 0 additions, 1706 deletionsgui/public/env.js
docs/plugins.md
0 → 100644
gui/.env.development
0 → 100644
gui/public/env.js
deleted
100644 → 0
This diff is collapsed.