Skip to content

Merge v0.4.6-beta9 from main, including import API #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
cb39c7d
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Jan 30, 2025
d2a86dd
fix(importer): Adding new identifier schemes to support importer api
monotasker Jan 30, 2025
0e37755
fix(docs): Updates to streamlined import api docs
monotasker Feb 6, 2025
74d4819
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Feb 6, 2025
950831c
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Feb 6, 2025
5467cc6
fix(docs): Updates to streamlined import api docs
monotasker Feb 6, 2025
5ea4647
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Feb 8, 2025
d808334
feature(neh; import): Work in progress on import API endpoint; improv…
monotasker Feb 12, 2025
2285f20
feature(neh; import): Work in progress on import API endpoint; improv…
monotasker Feb 14, 2025
06873bc
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Feb 14, 2025
79a1c0b
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Feb 16, 2025
f776e30
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Feb 18, 2025
8bd4224
fix(docs): API docs updates
monotasker Feb 18, 2025
8fd5a2d
feature(neh; import): Work in progress on import API endpoint; basic …
monotasker Feb 18, 2025
8d67f67
feature(wip): Implemented proper permission policy
monotasker Feb 19, 2025
8ecbaaf
fix(docs): API docs updates
monotasker Feb 19, 2025
b4ef59f
feature(wip): Fixed permission policy bug
monotasker Feb 19, 2025
d53e65c
feature(wip): Ensured user accounts get created and then linked prope…
monotasker Feb 21, 2025
9b2e701
fix(docs): API docs updates
monotasker Feb 21, 2025
179b2b4
fix(docs): API docs updates
monotasker Feb 21, 2025
0d17fb0
fix(templates): Improved formatting of moderation notice email templates
monotasker Feb 21, 2025
0045056
feature: Importer and test suite ready to be merged into main
monotasker Feb 24, 2025
2bb07ca
feature(importer): Beta version of new streamlined import API
monotasker Feb 24, 2025
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
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ xmlsec = "<1.3.14"
kcworks = {file = "site", editable = true}
flask-iiif = "*"
sentry-sdk = "*"
pydantic = "*"

[requires]
python_version = "3.9"
Expand Down
125 changes: 124 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading