Commit graph

16 commits

Author SHA1 Message Date
dependabot[bot]
329a824a04
Bump json5 from 2.2.1 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 11:46:42 +00:00
Collin Duncan
f607679bab Adding cron job for running reservations; changing how the runner worked to only instantiate one runner and reuse it; lots of tests! 2022-11-29 22:51:28 +01:00
Collin Duncan
f5ee6bf12e Spliting out server code, adding unit test for server 2022-11-27 15:59:20 +01:00
Collin Duncan
f125aef8a1 Moving around some files so that it is a bit more clear and using ts-jest for jest 2022-11-21 19:07:43 +01:00
Collin Duncan
3cd22e0e3c Adding some docker setup for local testing 2022-11-21 18:50:59 +01:00
Collin Duncan
b97eafedff Updating node version, improving build process and adding required modules to dev dependencies 2022-11-07 11:44:57 +01:00
Collin Duncan
9810729617 Removing babel and upgrading rollup to v3 2022-11-04 14:59:23 +01:00
Collin Duncan
59ca31fee1 Updating some outdated deps 2022-10-23 12:02:54 +02:00
Collin Duncan
0ce35e0f1f Adding some new packages for password/database features; updating old packages 2022-10-23 11:54:35 +02:00
dependabot[bot]
6cb84adc0d
Bump minimist from 1.2.5 to 1.2.6
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-29 20:42:29 +00:00
Collin Duncan
326c1eec58
removing traces of aws and cleaning up workers/tests 2022-02-10 17:27:35 +01:00
Collin Duncan
42c8dfe776
Fixing issues with rollup and running locally 2022-02-01 16:48:50 +01:00
cgduncan7
055c64c5a7
Adding logger; moving lambdas to separate dirs and including rollup to create distributables; finished up some unit tests 2021-11-28 19:40:16 +01:00
Collin Duncan
a18e100d34
Adding some pretty stuff
Reorganized code and added some unit tests for reservations and requests
2021-11-24 00:00:22 +01:00
Collin Duncan
a50f40f16c
Small bug fix in reservation loop and prettier/eslint 2021-11-17 14:17:25 +01:00
Collin Duncan
574ffede97
Initial commit with first working version 2021-11-15 11:28:39 +01:00