| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Silence logs in unit tests | Kevin J Hoerr | 2022-04-06 | 1 | -0/+11 |
| | | |||||
| * | Remove unused code for testing logs | Kevin J Hoerr | 2022-04-06 | 1 | -23/+0 |
| | | |||||
| * | Formatting and linting fixes | Kevin J Hoerr | 2022-04-04 | 6 | -48/+83 |
| | | |||||
| * | Refactor dependency on env and add comments | Kevin J Hoerr | 2022-04-04 | 9 | -117/+226 |
| | | |||||
| * | Update dependencies | Kevin J Hoerr | 2022-04-03 | 1 | -0/+2 |
| | | |||||
| * | Use *.tmpl file extension over *.template | Kevin J Hoerr | 2021-10-07 | 3 | -12/+6 |
| | | |||||
| * | Test hc endpoint; remove unreachable code | Kevin J Hoerr | 2021-09-27 | 2 | -5/+6 |
| | | |||||
| * | Fix tag to specific step when publishing docker | Kevin J Hoerr | 2021-09-25 | 1 | -0/+5 |
| | | |||||
| * | Move to Plug'n'Play over node_modules | Kevin J Hoerr | 2021-09-25 | 1 | -0/+1 |
| | | |||||
| * | Add lint check to pipeline | Kevin J Hoerr | 2021-09-25 | 13 | -144/+180 |
| | | |||||
| * | Tweak jest configuration | Kevin J Hoerr | 2021-09-25 | 1 | -0/+22 |
| | | |||||
| * | Adjust route matchers to remove quirks | Kevin J Hoerr | 2021-09-20 | 1 | -3/+3 |
| | | |||||
| * | The Whole Barnshow Commit | Kevin J Hoerr | 2021-09-20 | 5 | -19/+117 |
| | | | | | | | | | | - 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.html | Kevin J Hoerr | 2021-09-17 | 1 | -1/+6 |
| | | |||||
| * | Fix sh template filenames | Kevin J Hoerr | 2021-09-17 | 1 | -2/+2 |
| | | |||||
| * | #14 Changed /bash file to /sh | Kevin J Hoerr | 2021-09-17 | 2 | -8/+10 |
| | | |||||
| * | Add format to head commit info | Kevin J Hoerr | 2021-09-16 | 3 | -116/+87 |
| | | |||||
| * | #7 Add Cobertura format | Kevin J Hoerr | 2021-09-16 | 4 | -20/+371 |
| | | |||||
| * | Refactor coverage upload for ease of new formats | Kevin J Hoerr | 2021-09-12 | 3 | -58/+65 |
| | | |||||
| * | Add target filename to format | Kevin J Hoerr | 2021-09-12 | 2 | -2/+4 |
| | | |||||
| * | Refactor upload processing | Kevin J Hoerr | 2021-09-12 | 4 | -53/+72 |
| | | |||||
| * | Remove inaccessible code branch | Kevin J Hoerr | 2021-09-12 | 1 | -2/+1 |
| | | |||||
| * | Refactor env config into Metadata | Kevin J Hoerr | 2021-09-12 | 6 | -41/+94 |
| | | |||||
| * | Move token to metadata | Kevin J Hoerr | 2021-09-12 | 4 | -6/+15 |
| | | |||||
| * | Upgrade packages and fix unit tests | Kevin J Hoerr | 2021-09-11 | 3 | -37/+57 |
| | | |||||
| * | Fix templates not properly injecting context | Kevin J Hoerr | 2020-04-27 | 1 | -2/+2 |
| | | |||||
| * | Refactor startup to passthrough values | Kevin J Hoerr | 2020-04-27 | 5 | -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 CHANGELOG | Kevin J Hoerr | 2020-04-27 | 3 | -8/+197 |
| | | |||||
| * | #11 Handle unknown paths with 404 page | Kevin J Hoerr | 2020-04-27 | 1 | -0/+5 |
| | | |||||
| * | Handle promise errors in handleStartup | Kevin J Hoerr | 2020-04-27 | 1 | -35/+42 |
| | | |||||
| * | These changes moved a lot of the startup async to run in a streamlined | Kevin J Hoerr | 2020-04-26 | 6 | -150/+302 |
| | | | | | | | | | | | 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 change | Kevin J Hoerr | 2020-04-26 | 1 | -1/+1 |
| | | |||||
| * | #2 Add CSS, favicon for landing page | Kevin J Hoerr | 2020-02-22 | 1 | -0/+9 |
| | | |||||
| * | #8 Add router unit tests using supertest | Kevin J Hoerr | 2020-01-11 | 3 | -35/+273 |
| | | | | | Also moved the template processing from index to router. | ||||
| * | Move template files to subfolder | Kevin J Hoerr | 2019-12-29 | 1 | -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 integration | Kevin J Hoerr | 2019-12-29 | 2 | -0/+16 |
| | | |||||
| * | #4 Lower brightness of generated report badges | Kevin J Hoerr | 2019-12-21 | 2 | -72/+58 |
| | | |||||
| * | AOC-3 Catch promise rejections in POST request | Kevin J Hoerr | 2019-12-21 | 2 | -4/+7 |
| | | |||||
| * | Use nullish-coalescing op for env var assignments | Kevin J Hoerr | 2019-12-12 | 4 | -8/+8 |
| | | |||||
| * | Fix color matcher for inbetween step values | Kevin J Hoerr | 2019-12-12 | 2 | -2/+26 |
| | | |||||
| * | Add unit tests for util/config.ts | Kevin J Hoerr | 2019-12-12 | 2 | -6/+154 |
| | | |||||
| * | Simplify and generalize template processing | Kevin J Hoerr | 2019-12-12 | 3 | -26/+90 |
| | | | | | "For the unit tests. For the unit tests!" | ||||
| * | Add ts-jest to improve TS coverage reports | Kevin J Hoerr | 2019-12-11 | 2 | -0/+29 |
| | | |||||
| * | Finish developing unit tests for formats, logger | Kevin J Hoerr | 2019-12-11 | 2 | -5/+137 |
| | | |||||
| * | Add Jest to handle unit and integration testing | Kevin J Hoerr | 2019-12-11 | 4 | -13/+96 |
| | | | | | | | | | | | | | Wrote a couple of initial unit tests for some of the logic-heavy points in the application, being logger.ts and formats.ts. Evidently colorize() causes an error when transforming on the Format object that's returned. Since that is specific to the Console transport anyways, I just moved it to the transport, since the unit test was only testing the passed label in the returned Formats object. Also the bash template has some issues that I didn't test (oops), so those are fixed now. | ||||
| * | Fix reported license and update changelog | Kevin J Hoerr | 2019-12-10 | 1 | -3/+2 |
| | | |||||
| * | Add template process to serve bash file | Kevin J Hoerr | 2019-12-09 | 3 | -0/+41 |
| | | | | | | | | | | | | | Unfortunately, a static file can't really be used to serve the connection - the host address is needed to link back to the server. Only a light library is needed to handle the template file though, and if more are needed in the future it should be a non-trivial task to add them to the process. By default I'm configuring this to work with drone.io, since that is the CI that I personally will be using (most likely). It should be non-trivial to configure other CI to handle the script as well. | ||||
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 7 | -63/+81 |
| | | |||||
| * | Promisify data flow in POST request | Kevin J Hoerr | 2019-12-09 | 2 | -19/+32 |
| | | |||||
| * | Use HeadIdentifier as reference for file retrieval | Kevin J Hoerr | 2019-12-08 | 2 | -39/+61 |
| | | |||||
