Joao Eduardo Luis
Joao Eduardo Luis
On Nov 15 2023, I got this email from readthedocs: ``` Previously, manually configured webhooks from integrations did not have a secret attached to them. In order to improve security,...
Because backend changes might affect how the UI behaves, we need to ensure that those changes don't trigger any misbehaviors on the UI, OR we file issues for UI behaviors...
## Description S3 SELECT provides relational-like operations, executed server-side, over data sets stored in objects. By executing operations on the objects server-side, the mechanism avoids having the user downloading potentially...
### What needs to be done The `s3gw-ui` backend will need to present both the UI (at `/`), as well as the API (at `/api/`) with SSL support. ### Why...
Tracks the various tasks (and Epics) related to UI Testing. This can be considered an Epic of Epics. ### Tasks - [ ] #292 - [ ] #609 - [...
With https://github.com/aquarist-labs/s3gw-ui/pull/269 as a quick fix to https://github.com/aquarist-labs/s3gw/issues/737 , we are essentially disabling SSL certificate validation between the UI backend and the s3gw service. This is less than ideal, because...