chore: refactor repository structure and minor improvements#7
Merged
Conversation
fix: correct test directory name in Dockerfile
Moves all Python tooling config and project support files into src/: config/, resources/, scripts/, Makefile, VERSION, mypy.ini, poetry.lock, poetry.toml, pyproject.toml, pytest.ini, ruff.toml infra/ and .github/ remain at repo root (untouchable). Also ignores .claude/worktrees/ via .gitignore.
- pyproject.toml: use license text instead of file ref (LICENSE stays at root) - pyproject.toml: remove readme field (README.md stays at root) - Makefile: add -c pytest.ini to all pytest invocations so rootdir resolves to src/ instead of repo root (common ancestor of src/ and ../test/)
Add --rootdir=.. to all pytest invocations so rootdir resolves to the repo root (ers/) rather than src/. With rootdir=src/ and the test tree at ../test/, pytest-bdd conftest scoping broke, causing sync fixtures to appear as coroutines and dict fixture keys to go missing.
…gic, remove src/Makefile
…p-delivery chore: consolidate project under src/ layout with full DevOps alignment
ResolutionRequestRecordFactory.build_for_entity_type() now generates valid Turtle RDF (content_type="text/turtle") instead of plain JSON, so re-resolution after seeding no longer fails ERE's content-type check. Also fixes broken import in seed_db.py (tests.unit → test.unit).
fix: fix broken import
chore: update changelog file
…enerator in seed db
…nfig Use dct:title and dct:description (with dct: prefix) instead of epo:hasTitle and epo:hasDescription in _procedure_turtle(), matching the field mappings in src/config/rdf_mention_config.yaml.
fix: seed_db produces text/turtle content for entity mentions
…nt for changed er-spec repo structure
fix(build): update ers-spec dependency and fix the reference specifier
docs(readme): add application configuration section for rdf_mention_config.yaml
costezki
previously approved these changes
Apr 22, 2026
…instructions chore: align local dev setup with ERSys shared network
…p-delivery-2 chore: move resources to the root directory
costezki
approved these changes
Apr 22, 2026
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.
Changes: