aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* One more trim for the buildKevin J Hoerr2021-09-201-1/+2
|
* Install yarn workspace plugin to trim buildKevin J Hoerr2021-09-203-4/+39
|
* Prepare repository for 0.5.1 releaseKevin J Hoerr2021-09-202-1/+4
|
* Last .devcontainer changesKevin J Hoerr2021-09-205-9/+228
| | | | | | - Copy over more RC changes - Copy over Microsoft's license and copyright for brevity - Change container names
* Adjust route matchers to remove quirksKevin J Hoerr2021-09-201-3/+3
|
* Remove devcontainer.envKevin J Hoerr2021-09-202-3/+0
|
* ARGify HOST_DIR for devcontainerKevin J Hoerr2021-09-204-7/+13
|
* The Whole Barnshow CommitKevin J Hoerr2021-09-20659-18221/+7174
| | | | | | | | | - Use yarn-berry instead of npm, with Zero Install feature and goodies - Add `initializeToken` to post unique token to logs on startup - Package upgrades - Fix index.html.template tests I will never do this again
* Optify SSL info for script on index.htmlKevin J Hoerr2021-09-172-2/+7
|
* Add devcontainer filesKevin J Hoerr2021-09-174-0/+241
|
* Adjust max width of text to fit new script URLKevin J Hoerr2021-09-171-1/+1
|
* Fix sh template filenamesKevin J Hoerr2021-09-171-2/+2
|
* #14 Changed /bash file to /shKevin J Hoerr2021-09-175-19/+25
|
* Prepare repository for 0.5.0 releaseKevin J Hoerr2021-09-163-45/+48
|
* Add format to head commit infoKevin J Hoerr2021-09-165-117/+90
|
* #7 Add Cobertura formatKevin J Hoerr2021-09-1611-26/+454
|
* Refactor coverage upload for ease of new formatsKevin J Hoerr2021-09-123-58/+65
|
* Add target filename to formatKevin J Hoerr2021-09-122-2/+4
|
* Refactor upload processingKevin J Hoerr2021-09-126-54/+80
|
* Fix running container error with volumeKevin J Hoerr2021-09-121-1/+1
|
* Prepare repository for 0.4.4 releaseKevin J Hoerr2021-09-123-3/+6
|
* Remove inaccessible code branchKevin J Hoerr2021-09-121-2/+1
|
* Refactor env config into MetadataKevin J Hoerr2021-09-127-41/+95
|
* Move token to metadataKevin J Hoerr2021-09-124-6/+15
|
* Update node images in DockerfileKevin J Hoerr2021-09-112-2/+7
|
* Upgrade packages and fix unit testsKevin J Hoerr2021-09-114-2894/+12092
|
* Update dependencies to suppress MongoClient outputKevin J Hoerr2020-05-062-354/+1554
|
* Prepare repository for 0.4.3 releaseKevin J Hoerr2020-04-273-19/+26
|
* Fix templates not properly injecting contextKevin J Hoerr2020-04-271-2/+2
|
* Fix CHANGELOG version numberKevin J Hoerr2020-04-271-1/+1
|
* Add TSDoc and TypeDoc to handle documentationKevin J Hoerr2020-04-277-5/+169
|
* Refactor startup to passthrough valuesKevin J Hoerr2020-04-275-50/+67
| | | | | | | | Even more refactoring - however there were some small troubles using path in the nested scripts/files, so referencing them via the index should be a bit more stable. Plus, the config unit tests won't just exit because of configOrError constants strewn about the file.
* Add unit tests and correct CHANGELOGKevin J Hoerr2020-04-274-8/+201
|
* #11 Handle unknown paths with 404 pageKevin J Hoerr2020-04-273-0/+38
|
* Handle promise errors in handleStartupKevin J Hoerr2020-04-271-35/+42
|
* These changes moved a lot of the startup async to run in a streamlinedKevin J Hoerr2020-04-268-152/+308
| | | | | | | | | | async init function. This brings more logic "to light", so it should probably have unit tests added to check the edge cases. As a bonus, no async runs as a result of route initialization. Speaking of routes, it might be nice to trim down the route calls themselves with async functions, if possible. The upload routes in particular use a lot of async. Just a note for the future.
* Upgrade packages and fix express type changeKevin J Hoerr2020-04-264-852/+983
|
* Update jest to 25.1Kevin J Hoerr2020-02-232-1708/+2358
|
* Prepare repository for 0.4.1 releaseKevin J Hoerr2020-02-232-1/+8
|
* Fix styling for mobile/smaller displaysKevin J Hoerr2020-02-232-9/+15
|
* Prepare repository for 0.4.0 releaseKevin J Hoerr2020-02-222-1/+5
|
* #2 Add CSS, favicon for landing pageKevin J Hoerr2020-02-224-2/+89
|
* Update packages to latestKevin J Hoerr2020-02-222-71/+105
|
* #8 Add router unit tests using supertestKevin J Hoerr2020-01-116-35/+387
| | | | Also moved the template processing from index to router.
* #9 Use SILENT in bash, more explicit verbosityKevin J Hoerr2020-01-011-16/+28
|
* Move template files to subfolderKevin J Hoerr2019-12-293-2/+2
| | | | | | | More static files will likely be used that do not require using a template (e.g. favicon.ico), so storing them in the public folder will keep them with other served files without getting them confused with the templates.
* Add index.html template with route for integrationKevin J Hoerr2019-12-293-0/+33
|
* #5 Add more descriptive output to bash scriptKevin J Hoerr2019-12-282-3/+45
|
* Prepare repository for 0.3.3 releaseKevin J Hoerr2019-12-213-63/+67
|
* #4 Lower brightness of generated report badgesKevin J Hoerr2019-12-212-72/+58
|