index
:
levitating
master
request_refactor
An overly simple continuous integration system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
captain
/
sql
Age
Commit message (
Collapse
)
Author
2021-11-24
Started addition of scheduling jobs
Jeffrey Armstrong
2021-06-22
Added new database table for tracking last player checkin with requisite ↵
Jeffrey Armstrong
Fortran procedures.
2021-06-21
Groups of instructions are now supported, allowing launching multiple jobs ↵
Jeffrey Armstrong
at once
2021-04-15
Fixed typo in database creation
Jeffrey Armstrong
2021-04-01
Added support for viewing individual instruction pages, assigning players, ↵
Jeffrey Armstrong
and launching instruction jobs
2021-03-30
Modified the jobs table. Added job derived type to the database module. ↵
Jeffrey Armstrong
Need accessor calls.
2021-03-30
Added script to scan and load instructions. Instructions now displayed on a ↵
Jeffrey Armstrong
page.
2021-03-26
Started work on a template engine complete with variables. Added a few ↵
Jeffrey Armstrong
database routines and some hopeful, untested changes to the sql creation script.
2021-03-25
Started on server components. Implemented thin, only-necessary sqlite ↵
Jeffrey Armstrong
wrapping in Fortran.