]> git.ipfire.org Git - people/ms/pakfire.git/history - src/pakfire/hub.py
hub: Change how we append arguments to the request
[people/ms/pakfire.git] / src / pakfire / hub.py
2023-03-10  Michael Tremerhub: Change how we append arguments to the request
2022-11-01  Michael Tremerdaemon: Write result into a temporary directory and...
2022-10-23  Michael Tremerdaemon: Call the finished handler after a job has finished
2022-10-23  Michael Tremerhub: Log that we joined the queue
2022-10-23  Michael TremerMerge branch 'master' of ssh://people.ipfire.org/pub...
2022-10-23  Michael Tremerclient: Add command to list all uploads
2022-10-23  Michael Tremerclient: Implement deleting uploads
2022-10-23  Michael TremerMerge branch 'master' of ssh://people.ipfire.org/pub...
2022-10-18  Michael Tremerclient: Implement sending the build repository
2022-10-05  Michael Tremerhub: Raise a better error for any authentication errors
2022-10-05  Michael Tremerhub: Authenticate any responses from the server
2022-10-05  Michael Tremerclient: Perform Kerberos authentication against the hub
2022-07-15  Michael Tremerhub: Update downloads URL
2022-07-14  Michael Tremerclient: Implement creating builds
2022-05-29  Michael Tremerhub: Add a new class for jobs
2022-05-27  Michael Tremerhub: Avoid any crashes when we received no message
2022-05-26  Michael Tremerdaemon: Join the job queue and call a function when...
2022-05-26  Michael Tremerhub: Add websocket capability
2022-05-26  Michael Tremerutil: Add a simple function to read the distro name
2022-05-26  Michael Tremerdaemon: Drop keepalive process
2022-05-26  Michael Tremerhub: Add support for POST requests
2022-05-26  Michael Tremerhub: Show progress bar on file uploads
2022-05-26  Michael Tremerclient: Refactor hub communication based on tornado...
2021-06-10  Michael TremerMerge branch 'python3'
2017-11-03  Michael Tremerclient/hub: Use new streaming upload method
2016-12-02  Michael Tremerhttp: Move support for decoding strings into HTTP client
2016-12-01  Michael Tremerclient: Rewrite connection check
2016-12-01  Michael Tremerhub: Decode returned build IDs to string
2016-12-01  Michael Tremerhub: Remove debugging line
2016-11-30  Michael Tremerui.progressbar: Rename update_increment method to increment
2016-11-30  Michael Tremerhub: Import a new Pakfire Hub client implementation