Commit graph

54 commits

Author SHA1 Message Date
Collin Duncan
e3b7785310 Renaming unit test for http server to match src file name 2023-01-21 15:14:40 +01:00
Collin Duncan
8a9d39dc56 Updating logger to display timestamp 2023-01-20 15:37:15 +01:00
Collin Duncan
048160be63 Adding dayjs module to allow timezone handling by default and replaced node_module with this module 2023-01-20 15:31:04 +01:00
Collin Duncan
bc7f2a3d55 Updating Dockerfile to work properly with puppeteer 2023-01-20 12:33:50 +01:00
Collin Duncan
9cc3f3369f Prettiering 2023-01-20 09:52:28 +01:00
Collin Duncan
8e85a34966 Removing rollup and relying on tsc to make builds. Also updated Docker to have a working development version 2023-01-20 09:38:50 +01:00
Collin Duncan
1699b936ef Fixing SQL issues with table creation query 2023-01-20 09:36:37 +01:00
Collin Duncan
0f43259c3c Passing in MYSQL_HOST during MySQL connection configuration 2023-01-20 09:36:05 +01:00
Collin Duncan
f7a1a900fb Changing logger to work with AsyncLocalStorage to propagate logger to callee functions 2022-11-30 11:56:39 +01:00
Collin Duncan
a081616746 Fix issue with weird semicolon thing 2022-11-30 09:58:37 +01: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
5c762aa3ad Removing the weird semicolon-infront-of-typed-variable thing! 2022-11-29 22:50:49 +01:00
Collin Duncan
5cef34d0ef Splitting tests into unit and integration tests 2022-11-27 16:14:56 +01:00
Collin Duncan
b7007be031 Obfuscating password from logs 2022-11-27 16:09:30 +01:00
Collin Duncan
d749f289a7 Consolidating usage of test/it in tests 2022-11-27 16:09:21 +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
e25b97072a Changing error message on route not found 2022-11-21 18:53:42 +01:00
Collin Duncan
3cd22e0e3c Adding some docker setup for local testing 2022-11-21 18:50:59 +01:00
Collin Duncan
01c56ef5ef Removing redundant file 2022-11-07 12:41:32 +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
6307445659 Moving server file 2022-11-04 14:59:41 +01:00
Collin Duncan
9810729617 Removing babel and upgrading rollup to v3 2022-11-04 14:59:23 +01:00
Collin Duncan
8038e2fe12 Updating snapshot and running prettier on tests 2022-11-04 14:16:11 +01:00
Collin Duncan
59ca31fee1 Updating some outdated deps 2022-10-23 12:02:54 +02:00
Collin Duncan
346147d04a Fixing some errors due to changing reservation requests 2022-10-23 12:02:44 +02:00
Collin Duncan
e3ffacb410 Lots of changes to project structure
First integration of requester and scheduler workers
Added password hashing functions
Adding initial database integration
2022-10-23 11:55:47 +02:00
Collin Duncan
bbf6937465 Adding a simple diagram so I don't forget what I'm doing later 2022-10-23 11:54:59 +02:00
Collin Duncan
0ce35e0f1f Adding some new packages for password/database features; updating old packages 2022-10-23 11:54:35 +02:00
Collin Duncan
d9d3496541 Removing some terraform artifacts 2022-10-23 11:51:26 +02:00
Collin Duncan
4ff52740e0
Merge pull request #1 from cgduncan7/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-10-18 17:04:53 +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
28606529ee
Updating runner to change to next month if needed; Added some more logging; Cleaning up some scripts 2022-03-29 22:41:44 +02:00
Collin Duncan
61377ea4a8
some naming/organization changes 2022-02-11 13:20:15 +01:00
Collin Duncan
326c1eec58
removing traces of aws and cleaning up workers/tests 2022-02-10 17:27:35 +01:00
Collin Duncan
a744b27a85
👋 tf 2022-02-10 16:48:25 +01:00
Collin Duncan
42c8dfe776
Fixing issues with rollup and running locally 2022-02-01 16:48:50 +01:00
cgduncan7
dd6ca90a6c
Working slowly on adding state machine to perform reservations 2021-11-28 22:34:51 +01:00
cgduncan7
b436768482
Preventing lambda retries for now 2021-11-28 19:54:26 +01:00
cgduncan7
b9349592be
Removed SQS and updated lambda with working config and deployed 2021-11-28 19:40:41 +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
cgduncan7
9e83f13706
Adding tf version 2021-11-28 19:39:20 +01:00
cgduncan7
367b3d53fd
Merge branch 'main' into terraform-dev 2021-11-28 13:24:53 +01:00
cgduncan7
f41ba97edf
Updated reservationScheduler to properly input/output correct data format 2021-11-28 13:06:52 +01:00
cgduncan7
2ddfc5c6b7
Adding scheduling functions to prepare to schedule reservation requests in the future 2021-11-27 13:11:09 +01:00
Collin Duncan
6efc7c2e26
Initial terraform config 2021-11-24 15:39:28 +01:00
Collin Duncan
5697641317
Updating request to focus on single request, started working on reservationScheduler 2021-11-24 15:38:58 +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
d7454115de
ESLint and prettier configs added 2021-11-17 14:18:15 +01:00
Collin Duncan
bd3b1f5a5d
Removed comma from package.json 2021-11-17 14:17:54 +01:00