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
/
web.f90
Age
Commit message (
Expand
)
Author
2022-06-29
Fixed URL of released files on job pages
Jeffrey Armstrong
2022-06-29
Merge branch 'artifacts'
Jeffrey Armstrong
2022-06-29
Initial work to show artifacts on job pages.
Jeffrey Armstrong
2022-06-28
Titan query strings are now actually processed as queries. Additional cleanu...
request_refactor
Jeffrey Armstrong
2022-06-28
Refactoring requests to be protocol-specific
Jeffrey Armstrong
2022-06-27
Added player report of task type, which the captain will show in the job summ...
Jeffrey Armstrong
2022-05-06
Login and session tracking now works via Gemini. Need to restrict operations...
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
2021-09-15
Added online and offline checking based on last checkin time for players. Ad...
Jeffrey Armstrong
2021-06-24
Player tokens can now be set via web interface.
Jeffrey Armstrong
2021-06-23
Single Player pages now rendered in html. Need to actually connect token ass...
Jeffrey Armstrong
2021-06-22
Added new database table for tracking last player checkin with requisite Fort...
Jeffrey Armstrong
2021-06-21
Fixed memory issue caused by multiple deallocation calls.
Jeffrey Armstrong
2021-06-21
Groups of instructions are now supported, allowing launching multiple jobs at...
Jeffrey Armstrong
2021-05-24
Added links on jobs pages to the instructions and player that were running th...
Jeffrey Armstrong
2021-05-20
Added copyright headers to a few files.
Jeffrey Armstrong
2021-05-20
Added a build date function. Implemented about and home templates for gemini...
Jeffrey Armstrong
2021-05-20
Added ability to extend templates if desired. Used in Home and About links.
Jeffrey Armstrong
2021-05-17
Fixed query parsing for single instruction html
Jeffrey Armstrong
2021-05-17
Added pager to jobs list on instructions page as well.
Jeffrey Armstrong
2021-05-12
Added logging of template file full path
Jeffrey Armstrong
2021-05-12
Added some CSS styling. Fixed checks for zero-length pointers since it seems...
Jeffrey Armstrong
2021-05-12
Fixed post query processing caused by sloppiness. Adding a player via the we...
Jeffrey Armstrong
2021-05-12
Added post handling to the captain. Improved the query utilities for extract...
Jeffrey Armstrong
2021-05-11
Moved some command handling into requtils to share with web and gemini modes....
Jeffrey Armstrong
2021-05-07
Instructions and players now displayed via the CGI interface. Added 'page' m...
Jeffrey Armstrong
2021-05-06
Check for results existence works in CGI interface for listing tasks
Jeffrey Armstrong
2021-05-06
Individual job results can now be displayed via CGI
Jeffrey Armstrong
2021-05-06
Job listing now works through CGI
Jeffrey Armstrong
2021-05-06
Fixed static file handler to allow subdirectories properly. Fixed directory ...
Jeffrey Armstrong
2021-05-06
CGI interface at least starts properly. Fixed rendering of templates to actu...
Jeffrey Armstrong
2021-05-05
Re-fixed inquire statements because I was wrong. Commented out some unimplem...
Jeffrey Armstrong
2021-05-05
Fixed inquire statements. Added releases support, in theory, to the web hand...
Jeffrey Armstrong
2021-05-04
Initial work on the CGI interface for web access.
Jeffrey Armstrong