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
/
player
Age
Commit message (
Expand
)
Author
2022-10-27
Auto appending the token by adding gemini-style query strings when posting, o...
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-04-11
Added token validation to all api calls, esp. checkins. Changed status repor...
Jeffrey Armstrong
2022-02-28
Git pull operations that fail should now stop the build process correctly.
Jeffrey Armstrong
2021-08-20
Added token to launch of example player. Improved stdout messages for players.
Jeffrey Armstrong
2021-08-17
Added client-side message when titan errors with tempfail
Jeffrey Armstrong
2021-06-29
Tokens are now checked for file uploads. Fixed major buffer bugs in status r...
Jeffrey Armstrong
2021-06-07
Git and shell tasks now default to the current directory if unspecified.
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
Removed unitialized logical from file listing routine. Fixed Windows project...
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-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 temp filename creation on Windows caused by bad strlen call.
Jeffrey Armstrong
2021-04-19
Properly set the result logical to true when json instructions are properly r...
Jeffrey Armstrong
2021-04-16
Fixed issue with connect calls that were manifested on macOS.
Jeffrey Armstrong
2021-04-15
Added license and readme to the project
Jeffrey Armstrong
2021-04-14
Added Windows support for getting directory and file listings
Jeffrey Armstrong
2021-04-14
Fixed binary transfers to maintain file integrity. Added globbed file upload...
Jeffrey Armstrong
2021-04-12
URLs in instructions can now leave out the server implying download and uploa...
Jeffrey Armstrong
2021-04-07
Fixed many issues related to reporting status. Initial debugging of titan up...
Jeffrey Armstrong
2021-04-05
Fixed misordering of arguments when building an instruction request url
Jeffrey Armstrong
2021-04-05
Fixed checkin json to return a name of instructions needed and a job id
Jeffrey Armstrong
2021-04-05
Fixed URL issues in player
Jeffrey Armstrong
2021-04-05
Implemented titan handling on the server, hopefully. Added sending the captu...
Jeffrey Armstrong
2021-03-27
Starting work towards processing external gemini requests.
Jeffrey Armstrong
2021-03-25
Started on server components. Implemented thin, only-necessary sqlite wrappi...
Jeffrey Armstrong
2021-03-25
Added endpoints and convenience functions for talking to the server. Complet...
Jeffrey Armstrong
2021-03-24
Updated project to reflect preprocessing of main
Jeffrey Armstrong
2021-03-24
Added concept of player identity. Started on the instructions processing loop.
Jeffrey Armstrong
2021-03-24
Initial import
Jeffrey Armstrong