]> git.ipfire.org Git - people/jschlag/pbs.git/history - src/buildservice/jobs.py
Merge branch 'master' of git://git.ipfire.org/pbs
[people/jschlag/pbs.git] / src / buildservice / jobs.py
2017-10-23  Jonatan SchlagMerge branch 'master' of git://git.ipfire.org/pbs master
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