]> git.ipfire.org Git - pbs.git/shortlog
pbs.git
2022-10-23  Michael Tremeruploads: Refactor caching the whole thing again...
2022-10-23  Michael Tremerdistro: Drop old source handlers
2022-10-23  Michael Tremerdistros: Refactor editing distributions
2022-10-23  Michael Tremerweb: Refactor repository detail page
2022-10-23  Michael Tremerweb: Always wrap any custom text into a content div
2022-10-23  Michael Tremerweb: Refactor distro detail page
2022-10-23  Michael Tremerdistros: Refactor listing page
2022-10-23  Michael Tremerjobs: Move the UI module to the correct place
2022-10-23  Michael Tremerweb: Drop BuildTable module and dependant modules
2022-10-23  Michael Tremerdistro: Drop some unused update handlers
2022-10-23  Michael Tremerdistros: Drop unused handlers
2022-10-23  Michael Tremerweb: Refactor job queue page
2022-10-23  Michael Tremerweb: Refactor Text UI module
2022-10-21  Michael TremerJS: Add script to make the burger button on the navbar...
2022-10-19  Michael Tremerweb: Refactor users page
2022-10-19  Michael Tremerweb: Refactor repository listing
2022-10-19  Michael Tremerweb: Refactor builds listings
2022-10-19  Michael Tremerweb: auth: Fix Kerberos authentication after changes...
2022-10-19  Michael Tremerweb: Drop unused BuildStateWarnings module
2022-10-19  Michael Tremerweb: Drop the unused Modal module
2022-10-19  Michael Tremerweb: Drop unused BuildOffset module
2022-10-19  Michael Tremerweb: Drop unused LogFilesTable module
2022-10-19  Michael Tremerweb: Drop the unused FileDetail Handler
2022-10-19  Michael Tremerweb: Drop unused FilesTable module
2022-10-19  Michael Tremerweb: Use correct tag for headline
2022-10-19  Michael Tremerpackages: Refactor the detail page
2022-10-19  Michael TremerJS: Make dropdowns work
2022-10-19  Michael Tremerpackages: Move controls above the bug list
2022-10-19  Michael Tremerbugtracker: Implement some hack to filter for only...
2022-10-19  Michael Tremerweb: Refactor the package detail page
2022-10-19  Michael Tremerusers: Throw a better error when there are duplicate...
2022-10-19  Michael Tremerbuilds: Improve fail email
2022-10-19  Michael Tremertests: build: Create a case where one job fails
2022-10-19  Michael Tremerjobs: Improve the fail email (and include some parts...
2022-10-19  Michael Tremerjobs: Fix wrong function call to send an email
2022-10-19  Michael Tremerjobs: Add log handler to stream the log to the browser
2022-10-19  Michael Tremerjobs: Fix wrong variable name in log opening function
2022-10-19  Michael TremerRevert "jobs: Attempt opening logs in text mode"
2022-10-19  Michael Tremerjobs: Add a function to tail logs
2022-10-19  Michael Tremerjobs: Attempt opening logs in text mode
2022-10-19  Michael Tremertests: Check if we don't have a log file before uploadi...
2022-10-19  Michael Tremerjobs: Add function to open the log file
2022-10-19  Michael Tremerjobs: Fix sending emails to job owner
2022-10-19  Michael Tremertests: build: Temporarily disable uploading packages
2022-10-19  Michael Tremerbackend: Add function to create parent directories
2022-10-19  Michael Tremerjobs: Create log directory before opening file
2022-10-19  Michael Tremertests: build: Include a log file into finished build
2022-10-19  Michael Tremeruploads: Fix typo in copyinto() function
2022-10-19  Michael Tremertests: Allow faking the distribution
2022-10-19  Michael Tremerjobs: Compress log files
2022-10-19  Michael Tremerweb: Refactor builder edit page
2022-10-19  Michael Tremerweb: Refactor builder detail page
2022-10-19  Michael Tremerweb: Refactor builders index page
2022-10-19  Michael TremerDrop Foundation Sites
2022-10-19  Michael Tremerweb: Bring back some JS
2022-10-19  Michael TremerCSS: Use the primary colour for all links
2022-10-19  Michael Tremerweb: Highlight the brand name
2022-10-19  Michael Tremerweb: Make the top navbar dark
2022-10-19  Michael Tremerweb: Show some activity when jobs are running
2022-10-19  Michael Tremerweb: index: Make hero unit larger
2022-10-19  Michael Tremerweb: Refactor events module
2022-10-19  Michael Tremerweb: Refactor the builds page
2022-10-19  Michael Tremererrors: Refactor the error handler and drop any redunda...
2022-10-19  Michael Tremerweb: Refactor the error page
2022-10-19  Michael Tremerweb: Refactor the package info box
2022-10-19  Michael Tremerweb: Refactor bugs list
2022-10-19  Michael Tremerweb: Refactor package detail page
2022-10-19  Michael Tremerweb: Refactor package listing page
2022-10-19  Michael TremerCSS: Move everything inside the main container
2022-10-19  Michael Tremerweb: Refactor jobs list
2022-10-19  Michael Tremersources: Replace find_maintainer with get_by_email
2022-10-19  Michael Tremerweb: Refactor the index page for Bulma
2022-10-19  Michael TremerCSS: Convert base template to Bulma
2022-10-19  Michael TremerCSS: Add Bulma
2022-10-18  Michael Tremerbuilds: Use correct variable for the distribution
2022-10-18  Michael Tremerpackages: Add forgotten decorator to distro property
2022-10-18  Michael Tremererrors: Forgot to commit this file
2022-10-18  Michael Tremerhub: Require a repository when a new build is created
2022-10-18  Michael Tremerrepos: Use the correct URL in configuration files
2022-10-18  Michael Tremerrepos: Drop summary
2022-10-18  Michael Tremerrepos: Use the name in the configuration file
2022-10-18  Michael Tremerrepos: Fix rendering configuration file
2022-10-18  Michael Tremerrepos: Fix determining the repository size
2022-10-18  Michael Tremerhub: Extract the distribution from package
2022-10-18  Michael Tremerpackages: Fetch distribution from package
2022-10-18  Michael Tremerconstants: Remove unused import of os.path
2022-10-18  Michael Tremerjobs: Import packages when the job finishes
2022-10-18  Michael Tremerpackages: Create packages from uploads only
2022-10-18  Michael Tremertests: Fix creating uploads
2022-10-18  Michael Tremerhub: Associate uploads builds with their owner
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 Tremertests: uploads: Add a test for quotas
2022-10-18  Michael Tremertests: uploads: Add some more tests
2022-10-18  Michael Tremeruploads: Refactor so that we won't duplicate any data
2022-10-18  Michael Tremertests: Test the unlink function
2022-10-18  Michael Tremerbackend: Make unlink() safer and tidier
2022-10-18  Michael Tremertests: package: Activate part that checks if a package...
2022-10-18  Michael Tremertests: packages: Test accessing filelists
2022-10-18  Michael Tremerweb: packages: Update files listing
next