master #303

Merged
mpeltriaux merged 10 commits from master into Docker 2 years ago
Owner

Update Docker

Update Docker
mpeltriaux added 10 commits 2 years ago
2950487f9c #284 Empty API data
* adds proper message for certain data parsing in case of an error
2e5345e522 #285 Drop atom_id from API
* refactors code usage from atom_id to id inside of api app
35c7836b5c # Improve is_shared_with()
* improves central is_shared_with() method of ShareableObjectMixin to run ~30% faster
acee9daab8 # Improves filter_show_all()
* improves performance for filter_show_all() in ShareableTableFilterMixin and CheckboxCompensationTableFilter by ~40%
073c39a970 # Improves home_view()
* improves db fetching performance of landing page by ~75%
8e95e980a3 # Reduces db access
* reduces number of queries performed on detail views of intervention, compensation and eco_account
* renders deductable_rest of eco account beneath progressbar on eco account index view
    * clarifies ordering logic of related column
f3075412eb #300 Extend mail templates
* extends all relevant mail templates such that municipals of an entry will be shown in the mail
mpeltriaux merged commit 4bc94e78e0 into Docker 2 years ago
The pull request has been merged as 4bc94e78e0.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b master Docker
git pull origin master

Step 2:

Merge the changes and update on Gitea.
git checkout Docker
git merge --no-ff master
git push origin Docker
Sign in to join this conversation.
Loading…
There is no content yet.