Skip to content
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

METS Server #966

Merged
merged 50 commits into from
Aug 22, 2023
Merged

METS Server #966

merged 50 commits into from
Aug 22, 2023

Commits on Dec 6, 2022

  1. wip

    kba committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    604dd9d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. .

    kba committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f73194d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. getting there

    kba committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    04eee34 View commit details
    Browse the repository at this point in the history
  2. slowly but determinedly

    kba committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3af495b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. remove noise from makefile

    kba committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    82e2a69 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    dcad68a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ba8f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    3d48af6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14db382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f726ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b4a751 View commit details
    Browse the repository at this point in the history
  5. --port must be int

    kba committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6fdf7dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfa17c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3685aeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69dad92 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. mets_server: missed mimetype kwarg

    joschrew authored and kba committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3532600 View commit details
    Browse the repository at this point in the history
  2. mets_server: use factory method not constructor

    Co-authored-by: Mehmed Mustafa <mehmed.n.mustafa@gmail.com>
    kba and MehmedGIT committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    390682c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f27a98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6baa0c1 View commit details
    Browse the repository at this point in the history
  5. workspace: save content to file only if not remote

    Co-authored-by: joschrew <91774427+joschrew@users.noreply.github.com>
    kba and joschrew committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    892841c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    821b5e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6662d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f49d37 View commit details
    Browse the repository at this point in the history
  4. Update ocrd/ocrd/cli/workspace.py

    Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
    kba and bertsky committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ae7c773 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93512db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5827d30 View commit details
    Browse the repository at this point in the history
  7. Update ocrd/ocrd/cli/workspace.py

    Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
    kba and bertsky committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    22ea8e0 View commit details
    Browse the repository at this point in the history
  8. mets server: add stop

    Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
    kba and bertsky committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    54b14b8 View commit details
    Browse the repository at this point in the history
  9. mets server: improve docs

    Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
    kba and bertsky committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    374f1f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca10f46 View commit details
    Browse the repository at this point in the history
  11. mets server: provide fallback for non-wrapped OcrdFile methods

    Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
    kba and bertsky committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c3eebd5 View commit details
    Browse the repository at this point in the history
  12. mets server: __str__ handlers

    kba committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3a037f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    55bb692 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    baa52ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7bf1168 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f477ae1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    46e34bc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. 📦 v2.53.0

    kba committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1b55c8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2da896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47eb196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    668a8f4 View commit details
    Browse the repository at this point in the history
  5. typo: -{,-}mets-server-url

    kba committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    671ca32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41393b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98a5690 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6efd94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    780fbbc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    6cf22a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    927ea59 View commit details
    Browse the repository at this point in the history
  3. pin requests < 2.30, OCR-D#1082

    kba committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b53938c View commit details
    Browse the repository at this point in the history
  4. ci: localhost -> 127.0.0.1

    kba committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5ce54a5 View commit details
    Browse the repository at this point in the history