This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a384bec0 Resizing image when it is uploaded new 20819529 Cache management for resources new 21b92b77 Add gzip compression to api response The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 21b92b77380eb3e6667b4d246287db8f1fcb8cdd Author: Cécilia Bossard <bossard@codelutin.com> Date: Fri Jul 17 16:51:16 2020 +0200 Add gzip compression to api response commit 20819529eae5c2a4e05370d859b2277b7ecf40ed Author: Cécilia Bossard <bossard@codelutin.com> Date: Fri Jul 17 16:18:33 2020 +0200 Cache management for resources Summary of changes: .../rest/api/PollenRestApiRequestFilter.java | 7 ++-- .../org/chorem/pollen/rest/api/v1/ChoiceApi.java | 3 ++ .../org/chorem/pollen/rest/api/v1/CommentApi.java | 7 ++++ .../chorem/pollen/rest/api/v1/FavoriteListApi.java | 8 ++++ .../java/org/chorem/pollen/rest/api/v1/GtuApi.java | 3 ++ .../org/chorem/pollen/rest/api/v1/PollApi.java | 5 +++ .../pollen/rest/api/v1/PollenResourceApi.java | 45 ++++++++++++++++++++-- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 4 ++ .../org/chorem/pollen/rest/api/v1/ReportApi.java | 4 ++ .../org/chorem/pollen/rest/api/v1/VoteApi.java | 3 ++ .../chorem/pollen/rest/api/v1/VoteCountingApi.java | 3 ++ .../pollen/rest/api/v1/VoteCountingTypeApi.java | 5 ++- .../chorem/pollen/rest/api/v1/VoterListApi.java | 6 +++ pollen-rest-api/src/main/webapp/WEB-INF/web.xml | 7 ++++ 14 files changed, 103 insertions(+), 7 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.