]> git.ipfire.org Git - pbs.git/history - src/buildservice/jobs.py
jobs: Use templates to sender job status emails
[pbs.git] / src / buildservice / jobs.py
2017-11-01  Michael Tremerjobs: Use templates to sender job status emails
2017-11-01  Michael Tremerjobs: Log when a builder has been assigned
2017-10-31  Michael Tremerjobs: Builders with too many jobs are not candidates...
2017-10-31  Michael Tremerjobs: Introduce designated builder property
2017-10-31  Michael Tremerjobs: Remove the magic when state is set and replace...
2017-10-30  Michael Tremerjobs: Drop update_message()
2017-10-30  Michael Tremerjobs: Drop new and dependency_error states
2017-10-30  Michael Tremerjobs: Always select the fastest online builder to build...
2017-10-30  Michael TremerDrop function call to function that doesn't exist any...
2017-10-27  Michael TremerGet active jobs from an index as well
2017-10-27  Michael TremerRefactor getting recently finished jobs
2017-10-25  Michael TremerDrop useless statistics page
2017-10-23  Michael TremerAlways use absolute path when deleting a file
2017-10-22  Michael TremerConvert error message to string when sending to database
2017-10-22  Michael TremerRead repositories from local file system when resolving...
2017-10-22  Michael Tremerjobs: Optimise fetching jobs by ID
2017-10-22  Michael Tremerjobs: Allow getting a local repository configuration
2017-10-22  Michael TremerDrop ETA guessing which was never really accurate
2017-10-21  Michael TremerDelete builds/jobs/packages right away
2017-10-21  Michael Tremerjobs: Improve query to fetch a job by uuid
2017-10-21  Michael TremerDon't set jobs to pending automatically
2017-10-21  Michael Tremerjobs: Fix some direct accesses to self._data
2017-10-21  Michael Tremerjobs: Remove deps to type field
2017-10-21  Michael TremerFix syntax error
2017-10-21  Michael Tremerjobs: Create a copy of an existing job when restarting
2017-10-21  Michael Tremerbuilds: Drop functionality to reset a build
2017-10-21  Michael Tremerjobs: Drop tries field
2017-10-21  Michael Tremerjobs: Mark them as deleted instead of removing them...
2017-10-21  Michael Tremerjobs: Drop type field and replace it by test field
2017-10-21  Michael TremerAllow jobs to be superseeded by each other
2017-10-21  Michael TremerFix syntax error
2017-10-21  Michael TremerSplit jobs into an extra Python file