]> git.ipfire.org Git - people/ms/pakfire.git/history - src/pakfire
compress: Remove legacy logger
[people/ms/pakfire.git] / src / pakfire /
2024-01-26  Michael Tremertests: Test the locally built binaries
2023-11-01  Michael Tremerbuildservice: Add function to signal finished build...
2023-10-31  Michael Tremerbuildservice: Move submitting stats into C
2023-10-27  Michael Tremerbuildservice: Move the old stuff into the new wrapper
2023-10-27  Michael Tremerhub: Drop unused methods
2023-10-27  Michael Tremer_pakfire: Create Python abstraction for the build service
2023-10-01  Michael Tremerpython: hub: Use an external progressbar module
2023-09-08  Michael Tremerdaemon: Don't overwrite noarch
2023-08-30  Michael Tremerhub: Fix typo in sleep command
2023-08-18  Michael Tremerclient: Add repo API opertions
2023-08-16  Michael Tremerdaemon: Do not attempt to delete configuration
2023-08-02  Michael Tremerpakfire: Read configuration from a file descriptor
2023-07-25  Michael Tremerhub: Increase robustness if the server goes away
2023-06-01  Michael Tremerpakfire: Import everything from _pakfire
2023-05-26  Michael Tremerdaemon: Wrap Pakfire entirely into a thread
2023-05-26  Michael Tremerdaemon: Make job_id a property
2023-05-05  Michael Tremerclient: Add switch to disable test builds
2023-05-05  Michael Tremerdaemon: Do not upload any packages for test jobs
2023-05-03  Michael Tremerhub: Finish builds with a regular POST request
2023-04-28  Michael Tremerbuild: Allow setting a different ccache path
2023-04-28  Michael Tremerhub: Correctly read the CPU model
2023-04-27  Michael Tremerhub: Automatically fetch a TGT when a keytab has been...
2023-04-27  Michael Tremerhub: Don't use a default keytab
2023-04-27  Michael Tremerhub: Attempt to reconnect on 502 Proxy Error
2023-04-26  Michael Tremerhub: Refactor message handling
2023-04-26  Michael Tremerdaemon: Build scaffolding to abort builds
2023-04-26  Michael Tremerhub: Rename log message field
2023-04-26  Michael Tremerhub: Update message format for job messages
2023-04-26  Michael Tremerdaemon: Receive jobs over the new control connection
2023-04-26  Michael Tremerdaemon: Use the new control connection for sending...
2023-04-26  Michael Tremerdaemon: Include timestamp in log messages
2023-04-26  Michael Tremerhub: Refactor communication with the hub after merging...
2023-04-26  Michael Tremerhub: Move from pakfirehub.ipfire.org to pakfire.ipfire.org
2023-03-10  Michael Tremerhub: Change how we append arguments to the request
2023-03-10  Michael Tremerdaemon: Do not send DEBUG messages to the build service...
2022-11-03  Michael Tremerdaemon: Catch any timeout errors in the log streamer
2022-11-03  Michael Tremerdaemon: await the build task to fetch any exceptions
2022-11-01  Michael Tremerdaemon: Configure the build logger to propagate everything
2022-11-01  Michael Tremerdaemon: Write result into a temporary directory and...
2022-10-24  Michael Tremerdaemon: Remove any trailing newlines
2022-10-24  Michael Tremerdaemon: Log the received Pakfire configuration
2022-10-23  Michael Tremerdaemon: Call the finished handler after a job has finished
2022-10-23  Michael Tremerdaemon: Drop workers logger and use daemon logger
2022-10-23  Michael Tremerdaemon: Open the log file in text mode
2022-10-23  Michael Tremerhub: Log that we joined the queue
2022-10-23  Michael Tremerdaemon: Setup the correct logger
2022-10-23  Michael Tremerdaemon: Upload the log after the build has finished
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: Drop wrapper class and connect straight to...
2022-10-23  Michael Tremerclient: Implement deleting uploads
2022-10-23  Michael TremerMerge branch 'master' of ssh://people.ipfire.org/pub...
2022-10-23  Michael Tremerarch: Add function that returns a list of all supported...
2022-10-18  Michael Tremerclient: Implement sending the build repository
2022-10-11  Michael Tremerdaemon: Authenticate against the hub using Kerberos
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-10-01  Michael Tremer_pakfire: Drop constants for digest types
2022-09-16  Michael Tremerlogger: Add debug switch
2022-08-26  Michael Tremerdigest: Rename SHA-512/256 to SHA-2-512/256
2022-08-19  Michael TremerDrop support for SHA-1
2022-08-17  Michael Tremerpakfire: Drop build flag
2022-08-16  Michael Tremerbuild: Move ccache setup here
2022-08-16  Michael Tremerbuild: Move snapshot extraction
2022-07-19  Michael Tremer_pakfire: Adjust flag to enable/disable snapshot
2022-07-15  Michael Tremerconstants: Export PAKFIRE_DIGEST_* to Python
2022-07-15  Michael Tremerhub: Update downloads URL
2022-07-14  Michael Tremerclient: Implement creating builds
2022-05-29  Michael Tremerdaemon: Add logging during the build job
2022-05-29  Michael Tremerhub: Add a new class for jobs
2022-05-27  Michael Tremerdaemon: Add some basic steps to build a package
2022-05-27  Michael Tremerconstants: Drop some old stuff
2022-05-27  Michael Tremerutil: Drop rm function
2022-05-27  Michael Tremerdaemon: Drop old build function
2022-05-27  Michael Tremerdaemon: Drop old worker shutdown handler
2022-05-27  Michael Tremerdaemon: Make workers async
2022-05-27  Michael Tremerdaemon: Drop unused function
2022-05-27  Michael Tremerdaemon: Set job ID in process title
2022-05-27  Michael Tremerdaemon: Block main loop more intelligently
2022-05-27  Michael Tremerdaemon: Fork new worker process when we receive a build job
2022-05-27  Michael Tremerdaemon: Store configuration parameters
2022-05-27  Michael Tremerhub: Avoid any crashes when we received no message
2022-05-27  Michael Tremerlogger: Add newline to the end if none already
2022-05-27  Michael Tremerlogger: Clear any previously configured handlers
2022-05-27  Michael Tremerdaemon: Close queue connection immediately when shuttin...
2022-05-27  Michael Tremerdaemon: Add flags to be more verbose
2022-05-27  Michael Tremerlogger: Create a simple logger and use it in daemon
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 TremerDrop distro.py
2022-05-26  Michael Tremerutil: Add a simple function to read the distro name
2022-05-26  Michael TremerDrop system.py
2022-05-26  Michael Tremerdaemon: Remove max_running/max_waiting configuration...
2022-05-26  Michael Tremerdaemon: Use Python socket module to get hostname
2022-05-26  Michael Tremerdaemon: Drop keepalive process
2022-05-26  Michael Tremerhub: Add support for POST requests
2022-05-26  Michael Tremerdaemon: Cosmetic changes when connecting to the hub
2022-05-26  Michael Tremerhub: Show progress bar on file uploads
2022-05-26  Michael TremerDrop legacy HTTP client
next