]> git.ipfire.org Git - pbs.git/shortlog
pbs.git
2025-07-18  Michael Tremerfrontend: Implement watching/unwatching builds fastapi
2025-07-18  Michael Tremerfrontend: Implement a component for buttons
2025-07-18  Michael Tremerapi: Fix creating watchers
2025-07-18  Michael Tremerbuilds: Fix creating watchers
2025-07-18  Michael Tremerfrontend: Move the watchers into the build composable
2025-07-18  Michael Tremerfrontend: Show build watchers
2025-07-18  Michael Tremerfrontend: Add an Avatar component
2025-07-18  Michael Tremerusers: Return the avatar URL
2025-07-18  Michael Tremerfrontend: Create a dummy user view
2025-07-18  Michael Tremerfrontend: Re-use the loading indicator to show suspense
2025-07-18  Michael Tremerfrontend: Fetch bugs that belong to a build
2025-07-17  Michael Tremerfrontend: Show the summary line for builds
2025-07-15  Michael Tremerfrontend: Add an empty page to show the builds
2025-07-15  Michael Tremerbuilds: Give watchers an ID and export over the API
2025-07-15  Michael Tremerdb: Add an optimised search index for the ratelimiter
2025-07-15  Michael Tremerapi: Rename the events streaming function
2025-07-15  Michael Tremerbackend: Add some basic logging for now
2025-07-15  Michael Tremerapi: builds: Add endpoints to fetch bugs and finish...
2025-07-15  Michael Tremerbugtracker: Make fetching bugs compatible with the API
2025-07-15  Michael Tremerbuilds: Don't export internal IDs in the API response
2025-07-12  Michael Tremerapi: builds: Add dependency function to fetch a build
2025-07-11  Michael Tremerfrontend: Implement a simple package cache
2025-07-11  Michael Tremerfrontend: Apply syntax highlighting to the file preview
2025-07-11  Michael Tremerfrontend: Add a view to show files in packages
2025-07-10  Michael Tremerapi: debuginfo: Send the same headers as for regular...
2025-07-10  Michael Tremerapi: packages: Prevent files from being downloaded...
2025-07-10  Michael Tremerpackages: Drop the unused is_viewable() method
2025-07-10  Michael Tremerapi: Implement a rate limiter for some API requests
2025-07-10  Michael Tremerapi: Pass the backend to the app
2025-07-10  Michael Tremerapi: Add processing time to the response headers
2025-07-10  Michael Tremerpackages: Create a convenience function to send file...
2025-07-08  Michael Tremerfrontend: Add the burger button to toggle the navbar
2025-07-08  Michael Tremerfrontend: Remove more imported basic components
2025-07-08  Michael Tremerfrontend: Import the maginifying glass icon for viewing...
2025-07-08  Michael Tremerfrontend: Always load the basic UI components
2025-07-08  Michael Tremerfrontend: Improve visuals of the filelist table
2025-07-08  Michael Tremerfrontend: Add control element to view files
2025-07-08  Michael Tremerfrontend: Only offer files for download that are downlo...
2025-07-07  Michael TremerAPI: Set Content-Type when streaming some response
2025-07-07  Michael Tremerapi: Move the file streaming into the backend
2025-07-07  Michael Tremerapi: Implement downloading files from packages
2025-07-07  Michael Tremerfrontend: Add the filelist to the package view
2025-07-07  Michael Tremerpackages: Export NEVRA
2025-07-07  Michael Tremerfrontend: Show some package information by their UUID
2025-07-07  Michael Tremerfrontend: Create a separate type for the shorter packag...
2025-07-07  Michael Tremerfrontend: Add some helper functions to render some...
2025-07-07  Michael Tremerfrontend: Correctly import the container module for...
2025-07-07  Michael Tremerapi: Create an endpoint to fetch the filelist of a...
2025-07-07  Michael Tremerapi: Create an endpoint to fetch a package by its UUID
2025-07-07  Michael Tremerbuilds: Fetch the source package and distribution when...
2025-07-07  Michael Tremerapi: packages: Add endpoint to fetch latest package...
2025-07-07  Michael Tremerfrontend: Make links use the primary colour
2025-07-07  Michael Tremerfrontend: Fix linking to a package
2025-07-07  Michael Tremerfrontend: Create a view to list all available packages
2025-07-07  Michael Tremerapi: pacakges: Hide a couple of fields in the response
2025-07-07  Michael Tremerapi: Add an endpoint that lists all known packages
2025-07-07  Michael Tremerfrontend: Load all required components for the Login...
2025-07-04  Michael Tremerfrontend: Show an icon in the navigation if we are...
2025-07-04  Michael Tremerapi: Serve debuginfo stuff
2025-07-04  Michael Tremerfrontend: Use our new icons
2025-07-04  Michael Tremerfrontend: Import FontAwesome icons
2025-07-04  Michael Tremerfrontend: Create a WebSocket which listens to events
2025-07-04  Michael Tremerfrontend: Move Builder type into the API
2025-07-04  Michael Tremerfrontend: Move user stuff into an own file
2025-07-04  Michael Tremerfrontend: Create a store and listing component for...
2025-07-04  Michael Tremerfrontend: Add a loading indicator component
2025-07-04  Michael Tremerfrontend: Notification: Support success and danger...
2025-07-04  Michael Tremerfrontend: Rebase the API calls on axios
2025-07-04  Michael Tremerfrontend: Install axios
2025-07-04  Michael Tremerfrontend: Show the geo location of the mirrors
2025-07-04  Michael Tremerfrontend: Remove unused fields from User type
2025-07-04  Michael Tremerfrontend: Show supported protocols for mirrors
2025-07-04  Michael Tremerfrontend: Create a view if no view was found to show...
2025-07-03  Michael Tremermirrors: Add the AS name if available to the export
2025-07-03  Michael Tremermirrors: Export whether mirrors support IPv6/IPv4
2025-07-03  Michael Tremerfrontend: Create a box component to list mirrors
2025-07-03  Michael Tremerfrontend: Add a simple page that lists all available...
2025-07-03  Michael Tremerapi: Create an endpoint to create new mirrors
2025-07-03  Michael Tremerdatabase: For now, show the SQL queries again
2025-07-03  Michael Tremerdatabase: Don't show the deleted timestamp in JSON...
2025-07-03  Michael Tremerapi: Move function to fetch the client's IP address
2025-07-03  Michael Tremerapi: Server mirror lists
2025-07-03  Michael Tremerapi: Remove a debug line from the downloads handler
2025-07-02  Michael Tremerapi: Don't show the download endpoints in the API schema
2025-07-02  Michael Tremerapi: Move over the downloads endpoints
2025-07-02  Michael Tremerbuildservice: Fix converting paths to URLs
2025-07-02  Michael Tremerapi: Add an endpoint to edit a mirror
2025-07-02  Michael Tremerapi: Add an endpoint to delete mirrors
2025-07-02  Michael Tremerapi: Create an endpoint to manually trigger a mirror...
2025-07-02  Michael Tremerapi: Create a couple more helper functions to fetch...
2025-07-02  Michael Tremermirrors: Add missing field that stores the last sync
2025-07-02  Michael Tremerapi: Add an endpoint to return all mirrors
2025-07-02  Michael Tremermirrors: Don't expose unnecessary fields to the API
2025-07-02  Michael Tremerapi: Add endpoints to fetch a single mirror
2025-07-02  Michael TremerAPI: Remove debugging line from users
2025-07-02  Michael Tremerapi: Create API endpoints to export users
2025-07-02  Michael Tremerusers: Export the realname to the API
2025-07-02  Michael Tremerusers: Don't export any sensitive fields
2025-07-02  Michael Tremerusers: Automatically create the home repository
2025-07-02  Michael Tremerrepos: Migrate the Repo <-> Build mapping to SQLModel
next