index
:
levitating
master
request_refactor
An overly simple continuous integration system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-08-24
When titan uploads come in, existing files are first deleted.
Jeffrey Armstrong
2021-08-20
Added token to launch of example player. Improved stdout messages for players.
Jeffrey Armstrong
2021-08-20
Attempt to streamline handling of titan uploads on the server
Jeffrey Armstrong
2021-08-17
Added client-side message when titan errors with tempfail
Jeffrey Armstrong
2021-08-17
Titan writing routine server-side is now a function returning success in case...
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-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-06-07
Git and shell tasks now default to the current directory if unspecified.
Jeffrey Armstrong
2021-06-03
Proper server response codes are now used by the request_utils module
Jeffrey Armstrong
2021-06-03
Glob dir listings are now checked for directory separators prior to prependin...
Jeffrey Armstrong
2021-06-01
Added a GNU make makefile.
Jeffrey Armstrong
2021-05-25
Added directory to filename for upload when mask is specified.
Jeffrey Armstrong
2021-05-24
Fixed skip_first issue on Linux
Jeffrey Armstrong
2021-05-24
Removed unitialized logical from file listing routine. Fixed Windows project...
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 templates for about and home pages.
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-19
Set git operations to default to the master branch
Jeffrey Armstrong
2021-05-19
Report failure for uploading non-existant or 0byte files.
Jeffrey Armstrong
2021-05-18
Added time stamps to common player stdout messages. Fixed delete_tree task t...
Jeffrey Armstrong
2021-05-18
Added a pull command to make sure git actually does pull the latest.
Jeffrey Armstrong
2021-05-18
Fixed listing available files on Windows
Jeffrey Armstrong
2021-05-17
Removed debugging output
Jeffrey Armstrong
2021-05-17
Fixed typo in player code
Jeffrey Armstrong
2021-05-17
Added ability to allow operations to fail and still be marked successful.
Jeffrey Armstrong
2021-05-17
Fixed query parsing for single instruction html
Jeffrey Armstrong
2021-05-17
Fixed temp filename creation on Windows caused by bad strlen call.
Jeffrey Armstrong
2021-05-17
Added pager to jobs list on instructions page as well.
Jeffrey Armstrong
2021-05-13
Temporary directory is now configurable.
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
Added a utility module for parsing query strings that is probably a bit too a...
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
Config update for lighttpd
Jeffrey Armstrong
[next]