aboutsummaryrefslogtreecommitdiff
path: root/captain/api.f90
AgeCommit message (Collapse)Author
2022-06-27Added player report of task type, which the captain will show in the job ↵Jeffrey Armstrong
summary.
2022-05-06Login and session tracking now works via Gemini. Need to restrict ↵Jeffrey Armstrong
operations in Gemini based on request auth levels still.
2022-04-11Added token validation to all api calls, esp. checkins. Changed status ↵Jeffrey Armstrong
reports to use better query structure. Added query derived types to the request derived types directly. Requires testing of actual builds.
2021-08-17Titan writing routine server-side is now a function returning success in ↵Jeffrey Armstrong
case file can't be written.
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status ↵Jeffrey Armstrong
reporting.
2021-06-22Added new database table for tracking last player checkin with requisite ↵Jeffrey Armstrong
Fortran procedures.
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-12URLs in instructions can now leave out the server implying download and ↵Jeffrey Armstrong
upload from the server itself. Download and upload both work correctly.
2021-04-09Modified how logging works so that multiple processes can write in theory.Jeffrey Armstrong
2021-04-08Fixed task handling inside the captain. Fixed static file delivery.Jeffrey Armstrong
2021-04-07Fixed tasks such that they are created in the db initially. Fixed link to ↵Jeffrey Armstrong
results to be consistent with filenames for saving results.
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-04-02More work on titan request handling, including a titan request derived typeJeffrey Armstrong
2021-04-02API calls to the gemini interface should work. API calls to the titan ↵Jeffrey Armstrong
interface need implementation.
2021-04-01Started work on API implementationJeffrey Armstrong