Skip to content

Commit

Permalink
Merge branch 'feature/mx-1562-code-maintenance' into feature/mx-1381-…
Browse files Browse the repository at this point in the history
…prep-rule-endpoint
  • Loading branch information
cutoffthetop committed Feb 21, 2024
2 parents 452c5c6 + 8160df2 commit 65ba71a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- add entityType type hint to MExModel
- add types for AnyBaseModel, AnyExtractedModel and AnyMergedModel
- update linting according to https://github.com/robert-koch-institut/mex-template/pull/3
- swap `contextvars.ContextVar` for `mex.common.context.ContextStore`
- freeze all `Identity` fields
- freeze `identifier` field on `MExModel`
- freeze `hadPrimarySource` and `identifierInPrimarySource` on `ExtractedData`
- update cruft and dev dependencies
- randomize test order by default

### Deprecated

### Removed

- absorb unused `BaseExtractedData` into `ExtractedData`
- remove `mex.common.public_api` module and the correlating sinks
- remove `PathWrapper.resolve` and `PathWrapper.raw` methods

### Fixed

Expand Down Expand Up @@ -122,8 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated

- deprecate `MExModel.get_entity_type`, use `cls.__name__` instead
- deprecate `mex.common.models.MODEL_CLASSES[_BY_ENTITY_TYPE]`, use the more precise lists or dicts like `EXTRACTED_MODEL_CLASSES_BY_NAME` instead

- deprecate `mex.common.models.MODEL_CLASSES[_BY_ENTITY_TYPE]`,
use the more precise lists or dicts like `EXTRACTED_MODEL_CLASSES_BY_NAME` instead

## [0.17.1] - 2023-12-20

Expand Down
2 changes: 1 addition & 1 deletion mex/common/ldap/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Helper extractor to extract data from Lightweight Directory Access Protocol (LDAP).

Common use cases:
- extract employee accounts of your organization
- extract employee accounts of your organization
- extract functional accounts of your organization

Possible queries are for example the account name, surname, given name, or email.
Expand Down

0 comments on commit 65ba71a

Please sign in to comment.