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 (
Expand
)
Author
2022-06-29
Initial work to show artifacts on job pages.
Jeffrey Armstrong
2022-06-27
Added player report of task type, which the captain will show in the job summ...
Jeffrey Armstrong
2022-04-28
Sessions are now created and stored at login.
Jeffrey Armstrong
2022-04-27
Added command line args to create an admin user. Fixed a few db bugs.
Jeffrey Armstrong
2022-04-26
Added routines for validating user passwords and creating new users. Added r...
Jeffrey Armstrong
2021-11-24
Started addition of scheduling jobs
Jeffrey Armstrong
2021-06-22
Added new database table for tracking last player checkin with requisite Fort...
Jeffrey Armstrong
2021-06-21
Groups of instructions are now supported, allowing launching multiple jobs at...
Jeffrey Armstrong
2021-04-15
Fixed typo in database creation
Jeffrey Armstrong
2021-04-01
Added support for viewing individual instruction pages, assigning players, an...
Jeffrey Armstrong
2021-03-30
Modified the jobs table. Added job derived type to the database module. Nee...
Jeffrey Armstrong
2021-03-30
Added script to scan and load instructions. Instructions now displayed on a ...
Jeffrey Armstrong
2021-03-26
Started work on a template engine complete with variables. Added a few datab...
Jeffrey Armstrong
2021-03-25
Started on server components. Implemented thin, only-necessary sqlite wrappi...
Jeffrey Armstrong