Update template_README.md - #19
Open
fabianschoeppach wants to merge 5 commits into
Open
Conversation
Include troubleshooting for when only the example schema is displayed, but not the self-created schema.
Clarifying the section about updating the image
Mention the `include` issue of the `nomad.yml`.
fabianschoeppach
marked this pull request as ready for review
May 29, 2024 11:43
Mention plugin loading via entry points in `nomad.yaml`.
blueraft
added a commit
that referenced
this pull request
Mar 19, 2025
* Plugin tests (#5) * Run plugin unit tests * Temp fix for git ref * Upgrade packages * Run tests in parallel * Update requirements * Disable fail fast * Use uv version 0.6 * Add example upload tests step * Fix version * Python version variable * Require updated lockfile for tests * Skip more plugins * Use docker image for app * Add setuptools as a dependency * Add basic example upload test (#6) * Debug * Add local keycloak * Add basic test * Uncomment other steps * Remove some comments * Parametrize example upload tests (#7) * Add dependebot support (#8) * Update lockfile * Add dependabot.yml * Fix dep-bot * Change requires python to >= 3.10 * Update lockfile * Push images from branches (#11) * Use fixed version for nomad keycloak * Disable pytest warnings and disable repo initialisation for dependebot commits * Disable automatic upgrades for nomad-lab package * Skip pynxtools_igor tests * Bump pynxtools[convert] from 0.9.1 to 0.9.3 in the python group (#10) * Bump pynxtools[convert] from 0.9.1 to 0.9.3 in the python group Bumps the python group with 1 update: [pynxtools[convert]](https://github.com/FAIRmat-NFDI/pynxtools). Updates `pynxtools[convert]` from 0.9.1 to 0.9.3 - [Release notes](https://github.com/FAIRmat-NFDI/pynxtools/releases) - [Commits](FAIRmat-NFDI/pynxtools@v0.9.1...v0.9.3) --- updated-dependencies: - dependency-name: pynxtools[convert] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com> * Update lockfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> * Use app image * Assert no errors or warnings in example upload processing (#12) * Bump jupyter/datascience-notebook from 2025-01-13 to 2025-03-10 (#13) * Eager check for errors and warnings * Check entries for errors (#14) * Run plugin tests via nomad-plugin-tests package (#16) * Allow skipping plugin example tests (#18) * Bump jupyter/datascience-notebook from 2025-03-10 to 2025-03-17 (#17) Bumps jupyter/datascience-notebook from 2025-03-10 to 2025-03-17. --- updated-dependencies: - dependency-name: jupyter/datascience-notebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Refetch token when response is 404 (#15) * Update docs (#19) * Add docs for tests and dependabot * Relative link for docker publish yml * Log output if app startup fails in example tests (#20) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include troubleshooting for when only the example schema is displayed, but not the self-created schema.