From a9487d312d76ad6f2d85c3c8174d5199e863158a Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Tue, 30 Aug 2022 14:46:03 +0200 Subject: [PATCH] Adding build status to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0717b21..a35537f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ DigiComp.FlowSessionLock ------------------------ +![Build status](https://ci.digital-competence.de/api/badges/Packages/DigiComp.FlowSessionLock/status.svg) + By default, the session established by Flow is not "protected" in any way. This package restricts every request to load the session only, if there are no other requests having it in access currently. It allows to set custom pointcut which will set the session in "ReadOnly" mode, which allows concurrent requests to read, but disallows the current request to