]> git.ipfire.org Git - pbs.git/shortlog
pbs.git
2022-10-18  Michael Tremertests: packages: Test accessing filelists
2022-10-18  Michael Tremerweb: packages: Update files listing
2022-10-18  Michael Tremerpackages: Fix creating File objects
2022-10-18  Michael Tremerpackages: Remove friendly_name which is no longer being...
2022-10-18  Michael Tremerpackages: Actually unlink the package and clear the...
2022-10-18  Michael Tremerbuilds/jobs/packages: Pass on the deleting user
2022-10-18  Michael Tremerpackages: Make deleting them similar to deleting builds...
2022-10-17  Michael Tremerpackages: Drop properties
2022-10-17  Michael Tremerpackages: Rename filelists table
2022-10-17  Michael Tremerjobs: Avoid double-calling Pakfire
2022-10-17  Michael Tremeruploads: Don't fail if the upload directory already...
2022-10-17  Michael Tremerjobs: Call the correct function to delete any logs
2022-10-17  Michael Tremerbackend: Fix opening package files
2022-10-17  Michael Tremerpackages: Fix fetching all related builds
2022-10-17  Michael Tremersearch: Make search for filenames more sane
2022-10-17  Michael Tremerbuilds: Drop old state/manage handlers
2022-10-17  Michael Tremerweb: Drop unused schedule test build template
2022-10-17  Michael Tremerjobs: Delete the log file on delete
2022-10-17  Michael Tremerbuilds: Delete all jobs concurrently
2022-10-17  Michael Tremerbuilds/jobs: Make the delete function asynchronous
2022-10-17  Michael Tremerjobs: Implement deleting a job
2022-10-17  Michael Tremerevents: Show build information (if available)
2022-10-17  Michael Tremerevents: Create an event for deleted builds
2022-10-17  Michael Tremertests: Test deleting builds
2022-10-17  Michael Tremerbuilds: Implement len() to count how many builds there are
2022-10-17  Michael Tremerbuilds: Don't show any deleted builds
2022-10-17  Michael Tremerbuilds: Store timestamp when a build is being deleted
2022-10-17  Michael Tremerbuilds: Add UI to delete builds
2022-10-17  Michael Tremerbuilds: Use correct base class for ShowHandler
2022-10-17  Michael Tremerbuilds: Fix exception when trying to remove a user...
2022-10-17  Michael Tremerbuilds: Add new watcher handlers
2022-10-17  Michael TremerCSS: Enable regular icons
2022-10-17  Michael Tremerbuilds: Drop old watcher handlers
2022-10-14  Michael Tremerweb: Drop loading unused math module
2022-10-14  Michael Tremerweb: Drop build headline module
2022-10-14  Michael Tremerweb: Drop more unused variables from template namespace
2022-10-14  Michael Tremerweb: Drop unused friendly_time function
2022-10-14  Michael Tremerweb: Drop locale selection module
2022-10-14  Michael Tremerusers: Drop any timezone stuff
2022-10-14  Michael Tremerjobs: Remove old failed marker
2022-10-14  Michael Tremertests: Mark that we are in test mode and disable LDAP...
2022-10-14  Michael Tremerpackages: Use get_by_email to find maintainers
2022-10-14  Michael Tremerusers: Make get_by_email tolerate any stuff around...
2022-10-14  Michael Tremertests: Add some dummy data for test user
2022-10-14  Michael Tremerusers: Refactor fetching any user data from LDAP
2022-10-14  Michael Tremerusers: Require email address when the user is created
2022-10-14  Michael Tremertests: Only print the actual message
2022-10-14  Michael Tremertests: Add test that tries to send an email
2022-10-14  Michael Tremerusers: Send a welcome email on registration
2022-10-14  Michael Tremertests: Assign an email address to the test user
2022-10-14  Michael Tremerusers: Correct use the email class
2022-10-14  Michael Tremermessages: Add __len__ to Queue class
2022-10-14  Michael Tremermesages: Add To: header to all emails
2022-10-14  Michael Tremermessages: Refactor rendering messages
2022-10-14  Michael Tremermessages: Iterating over the queue will return all...
2022-10-14  Michael Tremermessages: Use a client certificate to send any emails
2022-10-14  Michael Tremersettings: Fix syntax error in SQL statement
2022-10-14  Michael Tremermessage: Move queuing logic out of the base class
2022-10-14  Michael Tremermessages: Add logger
2022-10-14  Michael Tremermessages: Format emails in UTF-8
2022-10-14  Michael Tremerstatic: Drop dead symlink
2022-10-14  Michael Tremertests: Dump any messages in the queue
2022-10-14  Michael Tremerbuilds: Unify failure/finished methods
2022-10-13  Michael Tremerbuilds: Don't notify the poster
2022-10-13  Michael Tremerbuilds: Refactor sending emails when someone comments
2022-10-13  Michael Tremerjobs: Drop message recipients property
2022-10-13  Michael Tremerjobs: Drop unused add_file() function
2022-10-13  Michael Tremerjobs: Propagate to the build that a job has finished
2022-10-13  Michael Tremerjobs: Update builds job cache after cloning
2022-10-13  Michael Tremerjobs: Fix saying what we are cloning
2022-10-13  Michael Tremerjobs: Use the same interface to check if failed
2022-10-13  Michael Tremerjobs: Only send emails on fail
2022-10-13  Michael Tremerusers: Rename send_template() to send_email()
2022-10-13  Michael Tremertests: Pretend to run a whole build
2022-10-13  Michael Tremerjobs: Take some packages when the job finished
2022-10-13  Michael Tremerbuilds: Don't call send_finished_message() for now
2022-10-13  Michael Tremerjobs: Rename start() to assign()
2022-10-13  Michael Tremersources: Remove print statement for debugging
2022-10-13  Michael Tremerlog: Allow filtering by user
2022-10-13  Michael Tremerweb: Drop an unused handler
2022-10-13  Michael Tremerweb: Fix log page
2022-10-13  Michael Tremerbugtracker: Fix rendering texts
2022-10-13  Michael Tremertests: Test build comments
2022-10-13  Michael Tremerbuilds: Stop using removed get_watchers() function
2022-10-13  Michael Tremerbuilds: Fix submitting comments
2022-10-13  Michael TremerUpdate translations
2022-10-13  Michael Tremerweb: Drop more unused UI modules
2022-10-13  Michael TremerDrop old logging stuff
2022-10-13  Michael Tremerevents: Add build watchers
2022-10-13  Michael Tremerevents: Make using the UI module easier
2022-10-13  Michael Tremerevents: Include build comments
2022-10-13  Michael Tremerevents: Reorder the view to make it easier to extend
2022-10-13  Michael Tremerevents: Create a unified way to query for any events
2022-10-13  Michael Tremerbuilds: Fix rendering comments
2022-10-13  Michael Tremerbuilds: Add dummy function to add watchers
2022-10-13  Michael Tremerbuilds: Drop obsolete update state logic
2022-10-13  Michael Tremerbuilds: Refactor comments
2022-10-13  Michael Tremerbuilders: Drop unused password hashing functions
2022-10-13  Michael TremerDrop all all history stuff
2022-10-12  Michael Tremerbuilds: Refactor watchers
next