Przemysław Łada
Przemysław Łada
I want to merge this change because it optimizes the observability reporter. It adds per process background worker, which moves payload generation and Redis buffer uploads to a separate thread....
I want to merge this change because it moves storing information about sensitive fields to the schema definition, creating a single point of truth and reducing the possibility of forgetting...
Hi, psycopg2 library have some issues and is causing crush during docker container stand up. I changed version of psycopg2 to newest (2.8.4) and it helped.
I want to merge this change because it adds URL obfuscation to the observability reporter, as webhook target URLs can contain sensitive information. For example: - `awssqs://key:[email protected]/xxxx/myqueue.fifo` -> `awssqs://key:***@sqs.us-east-2.amazonaws.com/xxxx/myqueue.fifo` #...
I want to merge this change because it adds an explicit list of HTTP headers `ALLOWED_HEADERS` that can be part of an observability event. If a header is allowed and...
This is a draft of the `reinstall_apps` command # Impact * [ ] New migrations * [ ] New/Updated API fields or mutations * [ ] Deprecated API fields or...
## Proof of Concept: Shared JSON-Schema for App Manifest and Sync Webhook Responses This POC introduces a new methodology, utilizing the `Pydantic` library, for app manifest and sync webhook responses....
We want to add app events history log mechanism. This is the proposed schema and initial implementation. Comments are welcome as this approach differs from other event logs in use,...
I want to merge this change as it updates Django to version 4.2 and moves to `psycopg3` as the PostgreSQL client. Some tweaks were needed to keep the code up...
- Some naming improvements with test replica connection wrapper - Detach `allow_writer` implementation from writer DB connection (it should work the same and is more future-proof, in my opinion) #...