Steven Masley
c1341cccdd
feat: use proto streams to increase maximum module files payload ( #18268 )
...
This PR implements protobuf streaming to handle large module files by:
1. **Streaming large payloads**: When module files exceed the 4MB limit,
they're streamed in chunks using a new UploadFile RPC method
2. **Database storage**: Streamed files are stored in the database and
referenced by hash for deduplication
3. **Backward compatibility**: Small module files continue using the
existing direct payload method
2025-06-13 12:46:26 -05:00
..
2025-01-20 17:25:31 +00:00
2025-06-10 18:07:05 +01:00
2025-06-13 12:46:26 -05:00
2025-05-14 14:15:36 +02:00
2025-06-02 14:05:40 +02:00
2025-06-13 12:46:26 -05:00
2025-06-02 14:26:56 +02:00
2025-05-29 12:15:47 +01:00
2025-06-02 16:48:38 +02:00
2025-06-02 13:56:50 +02:00
2025-06-11 13:06:31 +00:00
2025-01-16 17:34:53 +02:00
2025-01-23 18:53:24 +02:00
2025-03-04 00:46:49 +11:00
2025-06-13 15:54:02 +02:00
2024-07-11 11:26:47 -05:00
2025-06-05 15:54:13 +02:00
2025-05-29 08:55:19 -05:00
2022-05-02 19:30:46 +00:00
2024-08-26 15:04:04 +00:00
2025-02-25 11:39:37 -05:00
2025-02-24 12:59:41 -05:00
2025-06-13 15:54:02 +02:00
2023-09-13 13:28:46 +01:00
2025-06-13 15:54:02 +02:00
2023-11-28 17:04:25 +00:00
2025-04-17 09:29:29 -04:00
2025-05-02 17:29:57 +01:00
2024-10-22 09:20:54 -05:00
2025-05-27 11:42:07 -03:00
2025-06-13 15:54:02 +02:00
2025-05-22 19:48:23 +10:00
2024-11-21 13:04:00 -06:00
2025-03-26 01:56:39 -05:00
2025-05-29 12:15:47 +01:00
2025-05-29 12:15:47 +01:00
2025-06-13 15:54:02 +02:00
2025-06-13 15:54:02 +02:00
2024-10-25 12:14:15 -04:00
2024-10-25 12:14:15 -04:00
2024-11-18 11:58:19 -06:00
2025-05-02 17:29:57 +01:00