Logan Cusano
4a54be7e51
Update jsDoc in utils
2023-07-22 03:57:50 -04:00
Logan Cusano
cfeea57744
Update jsDoc in nodeController
2023-07-22 03:57:50 -04:00
Logan Cusano
0a8dc75a93
Update adminController to use join/leave command wrappers
2023-07-22 03:57:50 -04:00
Logan Cusano
0426f5eb27
Add jsDoc to leaveServerWrapper
2023-07-22 03:57:50 -04:00
Logan Cusano
d4b974f81b
Update join command to accept a specific node ID
2023-07-22 03:57:50 -04:00
Logan Cusano
d05c266f75
Added basic info to readmes
2023-07-22 03:51:46 -04:00
Logan Cusano
57fa6be110
Update Readmes (sort of)
2023-07-22 03:34:37 -04:00
Logan Cusano
60b6eb7cda
Fix for #40
...
- Moved general commands to the description for higher character limit
2023-07-13 21:39:55 -04:00
Logan Cusano
eec80f7239
Implement noisegate into recording
...
- Should remove dead air
- Should save space as it's not recording dead air
2023-07-01 18:24:19 -04:00
Logan Cusano
a58f314475
Lock numpy version for OP25 compatibility
2023-07-01 18:22:20 -04:00
Logan Cusano
a603a53602
Resolve bug when checking if user is in channel
2023-07-01 18:19:53 -04:00
7a0664ad0c
Merge pull request ' #33 Implement Recording' ( #34 ) from #33-Implement-Recording into master
...
Reviewed-on: #34
2023-06-25 02:29:07 -04:00
8403c2e391
Merge branch 'master' into #33-Implement-Recording
2023-06-25 02:28:35 -04:00
Logan Cusano
c9890c7cc8
Update give-role filename to match convention
2023-06-25 02:09:04 -04:00
Logan Cusano
bec4c2d743
Add discord commands to allow users to start recording
2023-06-25 02:08:46 -04:00
Logan Cusano
45258d5e4b
Updated verbose text for interaction create
2023-06-25 02:08:28 -04:00
Logan Cusano
ffe9c413ba
Update client readme
...
- Basic info for hardware
2023-06-25 01:25:58 -04:00
Logan Cusano
959cfdf7af
Implement routes to start and stop client recording
2023-06-25 01:24:46 -04:00
Logan Cusano
97acfc312c
Add new python recorder for clients
2023-06-25 01:24:25 -04:00
Logan Cusano
c6cdc0809c
Update gitignore to ignore recordings
2023-06-25 01:23:51 -04:00
Logan Cusano
851a9c55fa
Fix for #32
...
- Add the response check when updating client info
2023-06-23 21:43:05 -04:00
Logan Cusano
fb9df3230e
Fix for #32
...
- Add a retry loop when the server is down
2023-06-23 17:55:08 -04:00
Logan Cusano
7163df21e9
Potential final fix for #30
2023-06-23 17:48:28 -04:00
Logan Cusano
47d18c494d
Fix misplacement of setting online for checkIn
2023-06-19 02:34:29 -04:00
Logan Cusano
ea2dbd9fb0
Always send online as true when checking in with server
2023-06-19 02:33:06 -04:00
Logan Cusano
9ce77a5be0
Improved fix for #30
2023-06-19 02:29:04 -04:00
Logan Cusano
57881a7e17
Potential fix for #30
2023-06-19 02:26:36 -04:00
Logan Cusano
e350cd6030
Fixing fix of join autocorrect
2023-06-19 00:25:35 -04:00
Logan Cusano
fba0a2a2b2
Fixed bug in join autocorect
...
- It would add both numbers and the names to the autocorrect
2023-06-19 00:23:29 -04:00
Logan Cusano
83cef63109
Improved number check in join command
2023-06-19 00:20:00 -04:00
Logan Cusano
2390bdc2c6
Update join command to handle updated preset objects
2023-06-19 00:16:58 -04:00
Logan Cusano
93be4ca9dc
Update client startup for new nodes
...
- Still needs to get IP from linux nodes
- Other tasks still, idk
2023-06-19 00:05:27 -04:00
Logan Cusano
d96e6ad519
Updated nodesController to properly update nodes
2023-06-19 00:02:37 -04:00
Logan Cusano
b180f90973
Update recordHelper to use undefined instead of null
2023-06-18 23:40:51 -04:00
Logan Cusano
fd7435c7bc
Update requirement versions
2023-06-18 23:21:18 -04:00
Logan Cusano
e062cf5794
Fix bug in HTTP response parsing
2023-06-18 22:53:23 -04:00
Logan Cusano
597546b73d
Ensure async functions wait for node contstructor
2023-06-18 22:35:51 -04:00
Logan Cusano
333e7420f4
Removed erroneous indexing on sqlreseponse
2023-06-18 22:32:01 -04:00
Logan Cusano
37a03c5cc6
Forgot to await getting new node
2023-06-18 22:29:16 -04:00
Logan Cusano
d2e9f286e2
Improved logging for server side add new node
2023-06-18 22:25:41 -04:00
Logan Cusano
255b1282ec
Improve logging for server SQL requests
2023-06-18 22:22:20 -04:00
Logan Cusano
878e64fa42
Fix bug in return from addNewNode
...
- Return the function to get a node from the ID since the add new doesn't return node rows
- Update the controller to send the correct key from the updated object
2023-06-18 19:13:03 -04:00
Logan Cusano
7a040a8e97
Handle if new node is added with no nearby systems
2023-06-18 19:06:14 -04:00
Logan Cusano
8dffeccf83
Fix bug with 'connected' key when adding new node to the server
2023-06-18 19:02:15 -04:00
Logan Cusano
2108a3b92b
Improved error response for new node
2023-06-18 17:13:29 -04:00
Logan Cusano
960b801dd2
Working on initial startup for new clients
2023-06-18 16:36:38 -04:00
Logan Cusano
dd5b442377
Update client clientController to better handle no ID
2023-06-18 16:26:55 -04:00
Logan Cusano
c5a7131063
Improve validation when checking for nodeId
2023-06-18 15:31:15 -04:00
Logan Cusano
5d54f07af4
Enabled nodeMonitorService
...
- Updated logging for nodeMonitorService to use it's own debugBuilder
2023-06-18 14:56:54 -04:00
Logan Cusano
24faa5279d
#29
...
- Update debugBuilder to inspect objects instead of stringify
- Moved tthe debug entry for saving post to after the post is validated
2023-06-18 14:49:15 -04:00