]> git.ipfire.org Git - pbs.git/history - src/buildservice/uploads.py
web: Drop the POST-based stats handler
[pbs.git] / src / buildservice / uploads.py
2023-10-20  Michael Tremeruploads: Show if payload has been received and block...
2023-10-20  Michael Tremeruploads: Log any incorrect digests
2023-10-20  Michael Tremeruploads: Fix deleting uploads if no payload was received
2023-10-19  Michael Tremeruploads: Rewrite the whole thing
2023-09-20  Michael Tremerusers: Rename quota to storage quota
2023-08-01  Michael Tremerbackend: Use aiofiles for asyncio handling of temporary...
2023-07-21  Michael Tremerdatabase: psycopg3 is returning UUIDs as UUID type...
2023-04-26  Michael Tremeruploads: Add an assertion for deleted uploads
2023-04-22  Michael Tremerlogging: Use our own logger
2023-04-22  Michael Tremeruploads: Rename uploader to owner
2023-04-22  Michael TremerMerge Pakfire Hub into the main webapp
2023-03-09  Michael Tremeruploads: Fix call to create a temporary file
2023-03-09  Michael Tremerconfig: Simplify generate configuration and add cache_path
2023-03-07  Michael Tremeruploads: Don't put uploads into a subdirectory
2022-10-25  Michael Tremertests: Use the new convenience function for uploads
2022-10-25  Michael Tremeruploads: Don't require a user or a builder
2022-10-25  Michael Tremeruploads: Add convenience function to upload from local
2022-10-24  Michael Tremeruploads: Fix reading too much data
2022-10-23  Michael Tremeruploads: Refactor caching the whole thing again...
2022-10-19  Michael Tremeruploads: Fix typo in copyinto() function
2022-10-19  Michael Tremerjobs: Compress log files
2022-10-18  Michael Tremerhub: Check permissions for uploads before using them
2022-10-18  Michael Tremeruploads: Improve buffering for smaller chunk sizes
2022-10-18  Michael Tremeruploads: Refactor so that we won't duplicate any data
2022-10-17  Michael Tremeruploads: Don't fail if the upload directory already...
2022-10-12  Michael Tremerlogging: Correctly set up loggers for all submodules
2022-10-12  Michael Tremeruploads: Make sure the parent directory exists
2022-10-12  Michael Tremerbackend: Take a basepath
2022-07-15  Michael Tremeruploads: Make deleting uploads async
2022-07-15  Michael Tremeruploads: Add forgotten loop
2022-07-15  Michael Tremeruploads: Add simple function to compute digest
2022-07-14  Michael Tremeruploads: Avoid copying the entire uploaded file again
2022-06-21  Michael Tremeruploads: Use native UUID type in PostgreSQL
2022-05-26  Michael Tremeruploads: Fix cleanup
2022-05-26  Michael Tremerhub: Refactor uploads for streaming
2022-05-25  Michael TremerDrop imports for dropped "pakfire.packages" module
2021-06-10  Michael TremerRun 2to3
2017-10-25  Jonatan SchlagMerge branch 'master' of git://git.ipfire.org/pbs
2017-10-25  Michael Tremeruploads: Fix iterating through all uploads
2017-10-24  Michael TremerDrop calc_hash1
2017-10-23  Jonatan SchlagMerge branch 'master' of git://git.ipfire.org/pbs
2017-10-21  Michael Tremeruploads: Use random string instead of UUID
2017-10-21  Michael TremerFix various syntax errors
2017-10-21  Michael TremerRefactor uploads
2017-10-06  Michael TremerUse relative imports everywhere
2017-10-06  Michael TremerUse autotools