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
/
db.f90
Age
Commit message (
Expand
)
Author
2024-05-01
Fixed session timeout to be one day for real this time
Jeffrey Armstrong
2024-03-06
Sessions now expire after 1 day.
Jeffrey Armstrong
2023-09-20
Transfer buffers for gemini file transfers extended from 64 bytes to 4K to fi...
Jeffrey Armstrong
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-05-04
Auth levels are now read from a special config file. Both display and operat...
Jeffrey Armstrong
2022-05-02
Added concept of cookies so that sessions could exist in the web interface. ...
Jeffrey Armstrong
2022-04-29
Fixed login to use the proper password checking function.
Jeffrey Armstrong
2022-04-28
Sessions are now created and stored at login.
Jeffrey Armstrong
2022-04-27
Started work on user-facing user stuff for web interface.
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-09-15
Added online and offline checking based on last checkin time for players. Ad...
Jeffrey Armstrong
2021-09-14
Additional fixes to checkin sql
Jeffrey Armstrong
2021-09-14
Fixed insert-update statement for acknowledging checkins
Jeffrey Armstrong
2021-06-29
Tokens are now checked for file uploads. Fixed major buffer bugs in status r...
Jeffrey Armstrong
2021-06-25
Removed spurious printing when looking up instruction ids
Jeffrey Armstrong
2021-06-24
Player tokens can now be set via web interface.
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
Added license and readme to the project
Jeffrey Armstrong
2021-04-09
Modified how logging works so that multiple processes can write in theory.
Jeffrey Armstrong
2021-04-08
Fixed task handling inside the captain. Fixed static file delivery.
Jeffrey Armstrong
2021-04-07
Fixed tasks such that they are created in the db initially. Fixed link to re...
Jeffrey Armstrong
2021-04-07
Individual job results can now be viewed
Jeffrey Armstrong
2021-04-07
Fixed many issues related to reporting status. Initial debugging of titan up...
Jeffrey Armstrong
2021-04-02
API calls to the gemini interface should work. API calls to the titan interf...
Jeffrey Armstrong
2021-04-01
Jobs are now inserted into the database when launched. Job listings work.
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-30
Fixed outstanding issues in template variable assignment and player content b...
Jeffrey Armstrong
2021-03-29
Added further player functions to db. Added contents for listing players via...
Jeffrey Armstrong
2021-03-27
Minor cleanup of the template code. Started on main program handling requests.
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