-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge The Palace Circulation v15.0.1 into E-kirjasto #14
Merged
Conversation
This file contains 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
* Replace opensearch integration with a service configuration. * Use docker compose for our build tests * Add new environment variable info to readme. * Bump up admin-ui version.
* Allow OA titles to be imported in ODL feed. * Add a comment * Code review feedback: fix comment
…623) * Pass along Flask mime_types for borrows. * Convert serialized object to a string. * Update loans test to include OPDS2 serialization.
* Refactor our controller tests.
* Refactor self tests * Add some additional comments
Bumps [levenshtein](https://github.com/rapidfuzz/Levenshtein) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/rapidfuzz/Levenshtein/releases) - [Changelog](https://github.com/rapidfuzz/Levenshtein/blob/main/HISTORY.md) - [Commits](rapidfuzz/Levenshtein@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: levenshtein dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytz](https://github.com/stub42/pytz) from 2023.3.post1 to 2023.4. - [Commits](stub42/pytz@release_2023.3.post1...release_2023.4) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyinstrument](https://github.com/joerick/pyinstrument) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/joerick/pyinstrument/releases) - [Commits](joerick/pyinstrument@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: pyinstrument dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove uses of the admin settings controller. * Convert discovery_services tests. * Fix up library settings tests * Fix up catalog services controller tests. * Replace admin controller fixture for TestAdminSearchController * Replace admin controller fixture for DiscoveryServiceLibraryRegistrationsController * Replace fixture for TestAdminPermissionsControllerMixin * Replace fixtures in DeviceTokensController tests.
…893) (#1635) * Remove SettingsController from IndividualAdminSettingsController
* Clean up dead code in self tests Remove the now dead HasSelfTests class. Rename HasSelfTestsIntegrationConfiguration to HasSelfTests since it has replaced the HasSelfTests class. Roll up the BaseHasSelfTests class, since its no longer needed. Update the tests to make sure they cover the new HasSelfTests classes. * Codereview feedback: Fix comment.
…3) (#1636) * Remove SettingsController from AnnouncementSettings * Fix initialization
* Remove first book auth API. * Update test
Bumps [types-pytz](https://github.com/python/typeshed) from 2023.3.1.1 to 2023.4.0.20240130. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [types-pyopenssl](https://github.com/python/typeshed) from 23.3.0.20240106 to 24.0.0.20240130. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyopenssl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ttuovinen
requested review from
attemoi,
Kaappihullu,
mikko-work,
meganuija and
natlibfi-max-grasbeck
February 19, 2024 11:41
attemoi
approved these changes
Feb 20, 2024
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.
Description
This PR brings in the circulation changes in the upstream until v15.0.1 to E-kirjasto (full changelog: v14.1.0...v15.0.1)
Changes in our code
Checklist