]> git.ipfire.org Git - people/jschlag/pbs.git/history - src/buildservice/jobs.py
Delete builds/jobs/packages right away
[people/jschlag/pbs.git] / src / buildservice / jobs.py
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