Commit Graph

77 Commits

Author SHA1 Message Date
Logan Cusano
9bc80887ce Updated Package 2024-04-07 16:59:16 -04:00
Logan Cusano
0ce0f72ed3 Update Server
- Move socket server start to main server file
- This way tests and the main function can use the same code
2024-04-07 16:58:50 -04:00
Logan Cusano
49ae941e83 Updating tests
Some checks failed
Run Socket Server Tests / test (push) Failing after 33s
- Removed bugged --name param
2024-04-07 16:56:03 -04:00
Logan Cusano
8e73659855 Updating tests
Some checks failed
Run Socket Server Tests / test (push) Failing after 26s
2024-04-07 16:53:54 -04:00
Logan Cusano
0a76804490 Updating tests file to use mongo docker for testing
Some checks failed
Run Socket Server Tests / build (push) Failing after 0s
Run Socket Server Tests / test (push) Failing after 31s
2024-04-07 16:43:35 -04:00
9ad24ca8ec Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 30s
Removing deprecated dev set
2024-04-06 14:17:05 -04:00
7676e883a5 Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Has been cancelled
Setting the node environment to development
2024-04-06 14:16:21 -04:00
86a71d3d6f Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 17s
Setting production flag as passed 'dev' var to npm is installing the dev package
2024-04-06 14:14:31 -04:00
1dd53ffc84 Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 37s
Installing GYP before dev depends
2024-04-06 13:56:58 -04:00
fc31026304 Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 32s
Forgot the working directory
2024-04-06 03:42:34 -04:00
8a4b7685d2 Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 7s
Add a new step to remove package-lock.json
2024-04-06 03:41:41 -04:00
Logan Cusano
49c1a1d724 Clear the package-lock.json from in the workflow
Some checks failed
Run Socket Server Tests / test (push) Failing after 0s
2024-04-06 03:39:48 -04:00
Logan Cusano
a423417949 Update versions and install param
Some checks failed
Run Socket Server Tests / test (push) Failing after 25s
2024-04-06 03:36:36 -04:00
Logan Cusano
2fb0bc8920 Update server package.json to use mocha tests
Some checks failed
Run Socket Server Tests / test (push) Failing after 17s
2024-04-06 03:32:18 -04:00
38470bd788 Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 19s
Fix node version
2024-04-06 03:27:56 -04:00
8995f8b372 Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 8s
Potential fix for not running
2024-04-06 03:26:54 -04:00
a6c26d61da Update .gitea/workflows/server_tests.yaml
Fixing errors in the workflow
2024-04-06 03:25:07 -04:00
ab0f94baf8 Merge pull request 'Implementing-Python-Client_#19' (#32) from Implementing-Python-Client_#19 into master
Reviewed-on: #32
2024-04-06 03:22:18 -04:00
Logan Cusano
62c00eec09 Implementing disconnection of discord client 2024-04-06 01:02:42 -04:00
Logan Cusano
ea63abcb93 Update the subprocess handler to take a CWD 2024-04-06 01:01:36 -04:00
Logan Cusano
1df2027a29 Update test version 2024-04-03 22:57:45 -04:00
Logan Cusano
a36ddd9614 Added extra echo 2024-04-03 03:16:27 -04:00
Logan Cusano
ce4a6e925e Fixing the on for the action 2024-04-03 03:15:22 -04:00
Logan Cusano
8790fb05fb Merge branch 'master' into Implementing-Python-Client_#19 2024-04-03 03:14:10 -04:00
Logan Cusano
0f8dc86dd5 trying v3 2024-04-03 03:11:49 -04:00
4b8771b925 Update .gitea/workflows/server_tests.yaml
Update actions to v4
2024-04-03 03:06:55 -04:00
Logan Cusano
3319a9617e fixes to tests
Some checks failed
Run Socket Server Tests / test (push) Failing after 45s
2024-04-03 02:28:34 -04:00
Logan Cusano
c78ed89707 Initial implementation of python client with socket.io IPC 2024-04-03 02:24:21 -04:00
Logan Cusano
be5943e9d4 Adding basic tests 2024-04-03 02:20:30 -04:00
Logan Cusano
64edc612df #10
- Implemented a new param for launching client processes to wait for the process to close
- Waiting for the bash script to finish before restarting the application
2024-03-24 19:09:17 -04:00
Logan Cusano
ed04e24fc6 #10 Added console output for post-update script 2024-03-24 19:02:49 -04:00
Logan Cusano
3e50f0b2f3 Finalizing #10
- Added a stash command to stash any found changs
- Added a post-update script (needs testing)
2024-03-24 18:55:29 -04:00
Logan Cusano
2754494083 #16 changed where the map was done for leave AC 2024-03-24 09:55:45 -04:00
Logan Cusano
e62be27f74 #16 missed another reference 2024-03-24 03:03:47 -04:00
Logan Cusano
96b32d1241 #16 fixed bug on client when checking username 2024-03-24 03:01:33 -04:00
Logan Cusano
7983a45281 Improve service handler 2024-03-24 02:46:16 -04:00
Logan Cusano
fea7ed2c7f #16
- Server can now choose from IDs in the DB
- Implemented an active system to disable some IDs from being used
2024-03-24 02:45:34 -04:00
Logan Cusano
bee95ed999 #6
- Added a config system to the addons
- Added options in the config for dynamic variables
- Updated example and code to use new config and options
2024-03-10 04:50:16 -04:00
Logan Cusano
7d4f48a446 #6 The bones
- Added a module to load addons
- Added an example module that just extends the socketIO connection to add an console log
2024-03-10 04:03:40 -04:00
Logan Cusano
b209a672c6 Improve the client setup script 2024-03-10 03:22:04 -04:00
Logan Cusano
7983670c81 #18
- When grabbing the device from the CLI, we now add it to a new var
- We then add new var as the device so we can specify the group
- Updated the default UDP port in the audio device for OP25 config
2024-03-10 00:03:30 -05:00
Logan Cusano
73da7ee2f4 #13 Finializing fix
- Updated the regex to double exclude '\'
- Updated extractValue function to return the full result
2024-03-09 17:22:52 -05:00
Logan Cusano
6ab0ec6d6f Finishing #15
- setup script needs to set the permissions on the .env file explicitly
2024-03-09 15:15:16 -05:00
Logan Cusano
84aa4c5aff #15
- Changed the regex expression to not require a value after the key
2024-03-09 15:09:42 -05:00
Logan Cusano
32f827fe5e Fixing a bug in boot
- When booting for the first time, the generated NUID was saved to the wrong key
2024-03-08 23:36:02 -05:00
Logan Cusano
d48d1155cb #10 resolving bug in variable assignment 2024-03-08 22:09:22 -05:00
Logan Cusano
3cb53605c7 Working on #13
- Running the 'pactl' command
- Using regex on the output to find the active running device
2024-03-08 21:58:27 -05:00
Logan Cusano
b7d4cbf46c Adding to the setup script #10
- Change permissions on the whole project dir
- Add an echo for better visibility
2024-03-08 21:55:24 -05:00
Logan Cusano
c46b7c6ea6 Modified the self updater to reset any local changes when updating #10 2024-03-03 22:02:27 -05:00
Logan Cusano
5d2097ecd4 Updated gitignore with the op25 dir we will create 2024-03-03 22:02:00 -05:00