Björn Pedersen
Björn Pedersen
## Expected Behavior A opa policy with the following rule: ``` # role-permissions assignments rl_permissions := { "user": [{"action": "s3:CreateBucket"}, {"action": "s3:DeleteBucket"}, {"action": "s3:PutObjectLegalHold"}, {"action": "s3:PutObjectRetention"}, {"action": "s3:DeleteObject"}, {"action": "s3:GetObject"},...
Try and show the relevant join buttons: In over view mode: - session block vc room - or event vc room if no session block room is found In detail...
Add an export that exports all fields and handle more fields in the import. Currently the re-import is limited to the same regform, as way do not have a generic...
To allow arbitrary fields from the registraion on badges/tickets etc, introduce a parameterized placeholder for the designer. Currently in this simplest form the parameter should either be the numeric field...
- Added secure and samesite options to setCookie - Updated readme - Add minimal build tooling - Fix hardcoded secure/samesite behaviour
1. Consider a project with: a script bin/packagename a package packagename with some modules 2a. run ` pylint bin/packagename packagename/somemodule` 2b. run ` pylint packagename/somemodule bin/packagename ` or pylint individually...
Deleting the old scanner record was very slow, I needed to first add indexes on `registration_uuid` for table `vulnerability_record` `report_uuid` for table `report_vulnerability_record` postgres recommends to alwaqys use an index...
Only export events visible in a category by the atom feed to avoid unnecesary exposure, especially in the case of exporting to public displays. See also[1]. [1] https://talk.getindico.io/t/atom-feeds-should-they-respect-the-visibility-settings/2776
## Description Rebase of https://github.com/schreiber-lab/frontend/tree/feature/partialStringMatch See https://github.com/SciCatProject/frontend/pull/974 for a full description
Currently the version in package.json needs manual syncing to the git tags, we should try to automate this. I am currently researching available options...