aboutsummaryrefslogtreecommitdiff
path: root/player/instructions.f90
AgeCommit message (Collapse)Author
2021-06-07Git and shell tasks now default to the current directory if unspecified.Jeffrey Armstrong
2021-05-19Set git operations to default to the master branchJeffrey Armstrong
2021-05-18Added time stamps to common player stdout messages. Fixed delete_tree task ↵Jeffrey Armstrong
to blow away files by default.
2021-05-17Fixed typo in player codeJeffrey Armstrong
2021-05-17Added ability to allow operations to fail and still be marked successful.Jeffrey Armstrong
2021-04-19Properly set the result logical to true when json instructions are properly ↵Jeffrey Armstrong
received.
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-14Fixed binary transfers to maintain file integrity. Added globbed file ↵Jeffrey Armstrong
upload capabilities. Fixed memory overrun issues due to problems parsing ls output.
2021-04-07Fixed many issues related to reporting status. Initial debugging of titan ↵Jeffrey Armstrong
upload handling.
2021-04-05Fixed checkin json to return a name of instructions needed and a job idJeffrey Armstrong
2021-04-05Implemented titan handling on the server, hopefully. Added sending the ↵Jeffrey Armstrong
captured file for a task to failed jobs as well.
2021-03-25Added endpoints and convenience functions for talking to the server. ↵Jeffrey Armstrong
Completed task loop and run loop.
2021-03-24Added concept of player identity. Started on the instructions processing loop.Jeffrey Armstrong
2021-03-24Initial importJeffrey Armstrong