Commit Graph

123 Commits

Author SHA1 Message Date
dependabot[bot]
0c37c36cea
build(deps): bump minimist from 1.2.5 to 1.2.6 in /striker-ui-api
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 19:33:45 +00:00
Tsu-ba-me
10c0d7a144 build(striker-ui-api): use webpack + babel (transpile) to generate output for nodejs 10 2022-03-18 22:50:41 -04:00
Tsu-ba-me
409df04366 fix(striker-ui-api): relocate API resources during installation 2022-03-18 22:50:41 -04:00
Tsu-ba-me
a951ac3892 fix(striker-ui-api): compile API to single script 2022-03-18 22:50:41 -04:00
Tsu-ba-me
8a2b96bffa build(striker-ui-api): add compressed API executable and its install logic to Makefile 2022-03-18 22:50:41 -04:00
Tsu-ba-me
fb21cad83c chore(striker-ui-api): add scripts to compress and decompress build output 2022-03-18 22:50:41 -04:00
Tsu-ba-me
d764366fe8 chore(striker-ui-api): fix package vulnerabilities 2022-03-18 22:50:41 -04:00
Tsu-ba-me
b2b347fc72 fix(striker-ui-api): complete file upload endpoint 2022-03-18 22:50:40 -04:00
Tsu-ba-me
c767daa9c4 fix(striker-ui-api): omit deleted file records in file GET endpoints 2022-03-18 22:50:40 -04:00
Tsu-ba-me
462ec6d903 fix(striker-ui-api): complete delete file endpoint 2022-03-18 22:50:40 -04:00
Tsu-ba-me
eb840b3d9c fix(striker-ui-api): complete edit file endpoint 2022-03-18 22:50:40 -04:00
Tsu-ba-me
3d202d4f32 fix(striker-ui-api): draft edit file endpoint 2022-03-18 22:50:40 -04:00
Tsu-ba-me
e6d20b1d51 chore(striker-ui-api): add script to style files 2022-03-18 22:50:40 -04:00
Tsu-ba-me
33f783d6b6 fix(striker-ui-api): simplify calls to striker-access-database and /files GETs 2022-03-18 22:50:40 -04:00
Tsu-ba-me
eee01ce3d3 fix(striker-ui-api): handle POST to upload files 2022-03-18 22:50:40 -04:00
Tsu-ba-me
80c089a8c5 chore(striker-ui-api): install multer 2022-03-18 22:50:40 -04:00
Tsu-ba-me
5d0dbe3c5f fix(striker-ui-api): enable CORS for all origins 2022-03-18 22:50:40 -04:00
Tsu-ba-me
3b123dd671 chore(striker-ui-api): install cors 2022-03-18 22:50:40 -04:00
Tsu-ba-me
ca1a9b1f1b feat(striker-ui-api): add handler for files GET one 2022-03-18 22:50:40 -04:00
Tsu-ba-me
de0783909d fix(striker-ui-api): complete GET all files 2022-03-18 22:50:40 -04:00
Tsu-ba-me
18a02a68ff feat(striker-ui-api): add files route 2022-03-18 22:50:40 -04:00
Tsu-ba-me
7cea704fbb chore(striker-ui-api): add script to run in dev mode 2022-03-18 22:50:40 -04:00
Tsu-ba-me
b89953dbe8 feat: add API skeleton for striker-ui 2022-03-18 22:50:40 -04:00