-
Notifications
You must be signed in to change notification settings - Fork 10
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
Next prod #1011
Merged
Merged
Next prod #1011
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
add interest acceptance test
feat(ebmber): add links from interest to identity
rmeove description for verteilplan add submit date
feat(ember): change case detail info
feat(ember): enable editing organisation through profile
This commit extends the accounting export to also include the full document in the same manner as the application export. For this lots of refactoring was necessary. The `ApplicationParser` has been moved out of the case app and renamed to `DocumenParser`. Attached files are now instantly added to the `PDFWriter`. This allows for a more thorough validation of files and fixes a bug, where files we weren't able to merge to the PDF where marked as included. This bug also affected the application export. Also generation of the PDF file has been moved into the `caluma_document_parser`-module, as it depends on the merger in the `DocumentParser`-instance.
feat: full accounting document export
This commit streamlines almost duplicate code in the conftest files of the accounting and case apps into the main conftest file.
chore: refactor mocking in tests that need caluma responses
The purpose of this commit is to use django-environ for reading environment variables in settings.py. Also an .env file is read from `./caluma/.env` to make it easy to override values in dev. This is especially useful for keycloak client secrets, which can't be set manually.
chore(caluma): use environ in settings and also read .env file
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…41.0.6 chore(deps): bump cryptography from 41.0.5 to 41.0.6 in /api
Next staging
fix: fix bug in application template regarding choice questions
chore: update caluma to v10.1.0
Next staging
chore: update caluma to v10.1.1
Next staging
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.
No description provided.