Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d380fa6
Refactor the "Standard Constants" section.
gouttegd Jul 19, 2026
1c6e01b
Remove the UPDATEREPODIR variable.
gouttegd Jul 26, 2026
b2e218c
Reformat the beginning of the Makefile template.
gouttegd Aug 9, 2026
e48740d
Move and reformat the QC section.
gouttegd Aug 9, 2026
fff94fa
Regroup and re-format the entire imports section.
gouttegd Aug 14, 2026
74b38db
Move components section.
gouttegd Aug 15, 2026
8bd9a0e
Move and re-format the mappings and bridges sections.
gouttegd Aug 15, 2026
4551b5a
Move the ORCIDIO section.
gouttegd Aug 15, 2026
95aadce
Move and re-format the DOSDP section.
gouttegd Aug 15, 2026
60a51d0
Move and re-format the subsets section.
gouttegd Aug 15, 2026
449ca54
Group "SPARQL exports" along with "SPARQL checks".
gouttegd Aug 15, 2026
366f508
Move and re-format the translation section.
gouttegd Aug 16, 2026
d8b29f0
Move and re-format the release artefacts section.
gouttegd Aug 16, 2026
8826846
Re-arrange and re-format the release section.
gouttegd Aug 17, 2026
1b144e7
Skip the "export formats" section if not needed.
gouttegd Aug 17, 2026
972ba0b
Move the definition of import assets to the imports section.
gouttegd Aug 17, 2026
7de56f1
Apply linting rule.
gouttegd Aug 17, 2026
6a955ff
Re-arrange and re-format the last section.
gouttegd Aug 18, 2026
33bbcba
Move the rdfxml test to the main artefacts section.
gouttegd Aug 18, 2026
2f324ab
Make another formatting pass.
gouttegd Aug 19, 2026
4350eb4
Typo fixes.
gouttegd Aug 23, 2026
ca59ee3
Restore printing to stdout when validating profile.
gouttegd Aug 23, 2026
a6f4821
Write to $(TMPDIR) when normalizing the edit file.
gouttegd Aug 23, 2026
a4ea06f
Do not include help for non-existing commands.
gouttegd Aug 23, 2026
5d68933
Include RDF/XML check in the main `test` target.
gouttegd Aug 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/incatools/odk/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1209,3 +1209,7 @@ def derive_fields(self) -> None:
or self.public_release == "github_python"
):
self.public_release = "github"

# Exporting to OWL is mandatory, even if not explicitly listed
if "owl" not in self.export_formats:
self.export_formats.append("owl")
Loading
Loading