]> git.ipfire.org Git - pbs.git/history - src/web/jobs.py
jobs: Update API
[pbs.git] / src / web / jobs.py
2023-11-01  Michael Tremerjobs: Update API master
2023-08-02  Michael Tremerjobs: Launch installcheck in transactions and wait...
2023-08-01  Michael Tremerbuilds: Move job queue
2023-08-01  Michael Tremerjobs: Add option to only show failed builds
2023-08-01  Michael Tremerjobs: Group by date
2023-08-01  Michael Tremerjobs: Add pagination to new page
2023-08-01  Michael Tremerjobs: Create new page that lists all finished jobs
2023-07-31  Michael Tremerweb: Create UI module for queued jobs
2023-07-21  Michael Tremerweb: jobs: Add HTTP status code to exception
2023-05-29  Michael Tremerjobs: Fix launching retried jobs
2023-05-25  Michael Tremerjobs: Run dispatch less often and smarter
2023-05-23  Michael Tremerlog-stream: Allow sending how many initial lines we...
2023-05-19  Michael Tremerqueue: Show queue in a better way on the index page
2023-05-08  Michael Tremerjobs: Add log stream to the listing
2023-05-08  Michael Tremerjobs: Drop buildroots
2023-05-04  Michael Tremerlogstreams: Ensure that clients leave correctly
2023-05-03  Michael Tremerjobs: Use a simpler permission check for control connec...
2023-05-03  Michael Tremerjobs: Move finish handling into a regular handler
2023-05-03  Michael Tremerbuilds/jobs: Launch them only after the db transaction...
2023-04-29  Michael Tremerjobs: Add controls to retry a job
2023-04-29  Michael Tremerjobs: Perform dispatch operation in the background
2023-04-26  Michael Tremerjobs: Register control connections
2023-04-26  Michael Tremerjobs: Refactor message format for log and finish
2023-04-26  Michael Tremerjobs: Drop status message
2023-04-26  Michael Tremerlogstreams: Send timestamp
2023-04-26  Michael Tremerjobs: Rename dispatch function
2023-04-26  Michael Tremerjobs: Push queue back as subclass in jobs.py
2023-04-26  Michael Tremerjobs: Correctly close any log streams
2023-04-26  Michael Tremerbuilders: Drop the old queue connection and dispatch...
2023-04-22  Michael Tremerjobs: Build a prototype to stream logs
2023-04-22  Michael Tremerlogging: Use our own logger
2023-04-22  Michael TremerMerge Pakfire Hub into the main webapp
2022-10-23  Michael Tremerjobs: Build UI to manually abort a job
2022-10-23  Michael Tremerjobs: Move the UI module to the correct place
2022-10-19  Michael Tremerjobs: Add log handler to stream the log to the browser
2022-06-21  Michael Tremerjobs: Drop restarting jobs
2022-05-31  Michael TremerDrop jobs detail page
2022-05-31  Michael Tremerjobs: Drop queue per architecture
2017-11-01  Jonatan SchlagMerge branch 'master' of git://git.ipfire.org/pbs
2017-10-31  Michael Tremerjobs: Remove the magic when state is set and replace...
2017-10-26  Michael Tremerweb: Drop self.pakfire from BaseHandler
2017-10-26  Michael Tremerweb: Refactor job queue
2017-10-26  Michael TremerRename web/handlers_jobs.py -> web/jobs.py