All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Cleaning up & documenting. PR #226 by @kod-kristoff.
- changed: use camelCase in all api interactions. PR #225 by @kod-kristoff.
- Added: Generic Commands. PR #224 by @kod-kristoff.
- added: cmdtype tags. PR #223 by @kod-kristoff.
- fix: enable cli resource update again. PR #222 by @kod-kristoff.
- Simpler workspace. PR #221 by @kod-kristoff.
- make a monorepo: Use polylith. PR #220 by @kod-kristoff.
- refactor: remove and factor out code. PR #219 by @kod-kristoff.
- Use Prefix for ES everywhere. PR #218 by @kod-kristoff.
- Add elasticsearch prefix. PR #217 by @kod-kristoff.
- Use sqlalchemy mypy plugin. PR #211 by @kod-kristoff.
- Use entity id instead. PR #216 by @kod-kristoff.
- Add mkdocs. PR #215 by @kod-kristoff.
- Enable lint checks for some modules. PR #214 by @kod-kristoff.
- Add import entries in cli. PR #210 by @kod-kristoff.
- Rename cli 'entries import' to 'entries add'. PR #208 by @kod-kristoff.
- Both delete entries routes should return 204. PR #206 by @kod-kristoff.
- add cli command
entries validate
. PR #203 by @kod-kristoff. - Make docs clearer. PR #202 by @kod-kristoff.
- Fix query-dsl not handling not queries according spec. PR #201 by @kod-kristoff.
- Handle sort parameters to query correct. PR #199 by @kod-kristoff.
- Fix cli export and add chunked cli import. PR #198 by @kod-kristoff.
- fix: handle long_string in transforming. PR #197 by @kod-kristoff.
- various fixes
- Return result from commandbus. PR #196 by @kod-kristoff.
- Add support for discarding entry-repositories. PR #195 by @kod-kristoff.
- Avoid name clashes in SqlEntryRepository. PR #194 by @kod-kristoff.
- Fix correct fetching from repos. PR #193 by @kod-kristoff.
- Use cache in github actions. PR #192 by @kod-kristoff.
- Fix logging error in auth_infrastructure. PR #191 by @kod-kristoff.
- Handle 'long_string' in entry json schema. PR #189 by @kod-kristoff.
- Add simple query possibility from cli. PR #187 by @kod-kristoff.
- Fix transform error when indexing. PR #185 by @kod-kristoff.