]> git.ipfire.org Git - pbs.git/shortlog
pbs.git
2025-02-10  Michael Tremerjobs: Automatically abort jobs that have timed out
2025-02-10  Michael Tremerbackend: Use the @run_in_thread decorator
2025-02-10  Michael Tremerbuild joins: Load builds joined
2025-02-10  Michael Tremerbuild groups: Fix database field names of ownership
2025-02-10  Michael Tremerdecorators: Drop the lazy_property decorator
2025-02-10  Michael Tremerregisty: Use the new cache instead of the in-memory...
2025-02-10  Michael Tremercache: Add a simple key/value cache with expiry time
2025-02-10  Michael Tremerbuilds: Fix typo in class name
2025-02-10  Michael Tremerregistry: Don't fail if we could not find a file inside...
2025-02-10  Michael Tremerregistry: Add a simple in-memory cache for indexes
2025-02-10  Michael Tremerregistry: Respond with the correct code when manifest...
2025-02-10  Michael Tremerregistry: Add a tags handler
2025-02-09  Michael Tremerregistry: Send proper API error if something wasn't...
2025-02-09  Michael Tremerregistry: Split the combined handlers
2025-02-09  Michael Tremerregistry: Stream blobs from a separate thread
2025-02-09  Michael Tremerdecorators: Create a decorator to run something in...
2025-02-09  Michael Tremerregistry: Create a function to find a blob
2025-02-09  Michael Tremerregistry: Build a basic read-only OCI registry
2025-02-09  Michael Tremerimages: Build out class and add the table
2025-02-07  Michael Tremerbuilds: Fix relationship to groups
2025-02-07  Michael Tremerbuilds: Fix creating test groups
2025-02-07  Michael Tremerjobs: Fix dedicated log streaming page
2025-02-07  Michael Tremerbuilds: Wrap avatars in <figure>
2025-02-07  Michael Tremerjobs: Put most recently finished jobs to the top
2025-02-07  Michael Tremerbuilders: Fix the watchers
2025-02-07  Michael Tremerjobs: Let Apache deliver the log files
2025-02-07  Michael Tremerbuilds: Call the right function to create a group
2025-02-07  Michael Tremerbuilds: Fix fetching reverse requires
2025-02-07  Michael Tremerjobs: Fix log streaming
2025-02-06  Michael Tremerjobs: Drop the old log stream module
2025-02-06  Michael Tremermessages: Fix sending emails
2025-02-06  Michael Tremerjobs: Move log stream frontend code
2025-02-06  Michael Tremerbuilds: Fix sending emails to watchers
2025-02-06  Michael Tremerbuilds: Send a push notification when a build is ready
2025-02-06  Michael Tremerbuilders: Hash builders by hostname for their stats...
2025-02-06  Michael Tremerbuilders: Fix memory usage calculation
2025-02-06  Michael Tremerbuilds: Add a combined operation to flush and refresh
2025-02-06  Michael Tremerbuilds: Fix fetching watchers
2025-02-06  Michael Tremerbuilders: Fix sending stats
2025-02-06  Michael Tremerbuilders: Fix fetching the value for enabled
2025-02-06  Michael Tremerbuilders: Move stats JS into the main file
2025-02-06  Michael Tremerjobs: Associate imported packages with the job
2025-02-06  Michael Tremerjobs: Flush and refresh to read the finished timestamp
2025-02-06  Michael Tremerjobs: Turn JobPackage into a model
2025-02-06  Michael Tremerdatabase: Log less
2025-02-06  Michael Tremerpackages: Remove some dead code
2025-02-06  Michael Tremerjobs: Let's try running autoscaling in the background
2025-02-06  Michael Tremerpackages: Use the renamed checksum functions
2025-02-06  Michael Tremerbuilders: Simplify the queue estimation
2025-02-06  Michael Tremeraws: Be a little bit less verbose
2025-02-06  Michael Tremerjobs: Commit to the database as soon as we have dispatc...
2025-02-06  Michael Tremerjobs: Fix finishing jobs
2025-02-06  Michael Tremerbuilds: Actually call the add_watcher() coroutine
2025-02-06  Michael Tremerjobs: Ensure that we have packages when a job finishes
2025-02-06  Michael Tremerbackend: Allow passing keyword arguments to background...
2025-02-05  Michael Tremerjobs: Don't cache preceeding jobs
2025-02-05  Michael Tremerbuilds: Break some dependency cycle somewhere
2025-02-05  Michael Tremerdatabase: Require builders to be created by someone
2025-02-05  Michael Tremerdb: Drop the settings table
2025-02-05  Michael Tremerdatabase: Use as many inner joins as possible
2025-02-05  Michael Tremermessages: Fetch messages in badges
2025-02-05  Michael Tremerbuilders: Fix fetching running jobs
2025-02-05  Michael Tremerbuilders: Consider a builder running when it is online
2025-02-05  Michael Tremerjobs: Fix formatting timeout time
2025-02-05  Michael Tremermessages: Ensure we commit to the database after each...
2025-02-05  Michael Tremersettings: Remove database settings
2025-02-05  Michael Tremerrelease monitoring: Read the API key from configuration...
2025-02-05  Michael Tremermessages: Refactor the whole thing
2025-02-05  Michael Tremerbackend: Load SSL context from certificate files
2025-02-05  Michael Tremerconfig: Don't log arch which can be empty
2025-02-05  Michael Tremerpackages: Fix rename installsize field
2025-02-05  Michael Tremerrepos: Fix relaunching pending jobs
2025-02-05  Michael Tremerjobs: Fix importing DependencyError
2025-02-05  Michael Tremerconfig: Set cache path in context
2025-02-05  Michael Tremerjobs: Don't abort when already aborted
2025-02-05  Michael Tremerconfig: Initialize Pakfire in stub mode
2025-02-05  Michael Tremerjobs: Drop unused control connection stuff
2025-02-05  Michael Tremerjobs: Update message to abort
2025-02-04  Michael Tremerjobs: Rename the finished handler
2025-02-04  Michael Tremerweb: Make fetching multiple uploads async
2025-02-04  Michael Tremerjobs: Drop the control connection
2025-02-03  Michael Tremerweb: Consider spaces when splitting Accept-Enconding...
2025-02-03  Michael Tremerjobs: Import log files as they are when they are alread...
2025-02-03  Michael Tremeruploads: Commit the database session before sending...
2025-02-03  Michael Tremermirrors: Use existing URLs to compose mirror URLs
2025-02-03  Michael Tremerrepos: Don't include the build service in the mirrorlist
2025-01-29  Michael Tremeruploads: Refactor this once again
2025-01-29  Michael Tremerbackend: Drop an unused function
2025-01-29  Michael Tremeruploads: Calculate the digest when receiving the file
2025-01-29  Michael Tremerjobs: Fix sending configuration
2025-01-29  Michael Tremeruploads: Return the received filename in the API response
2025-01-29  Michael Tremeruploads: Add a debug handler to download any uploaded...
2025-01-29  Michael Tremeruploads: Send an URL to the client where to send the...
2025-01-29  Michael Tremeruploads: Manually commit the session
2025-01-27  Michael Tremerconfig: Pass the configuration to Pakfire as string
2025-01-27  Michael Tremerconfigure: Check for all required Python module
2025-01-27  Michael Tremerconstants: Remove unused values
2025-01-27  Michael TremerRename to PBS
2025-01-26  Michael Tremerjobs: Store control connections by their UUID
2025-01-26  Michael Tremerjobs: Add crash handler
next