Commit graph

598 commits

Author SHA1 Message Date
Aviv Cohn
f8fd0c5606 fix: Add ./Version to download-artifact 2025-02-13 09:18:48 -05:00
Aviv Cohn
046df157e4 feat: add KeepAlive method 2025-02-13 09:10:08 -05:00
Aviv Cohn
6a3e89b4af chore: upload upload/download artifacts to v4 2025-02-11 10:44:07 -05:00
jtalborough
3df50e117a fix: additional logging and kill client on IO exception 2025-02-10 14:35:22 -05:00
Neil Dorin
44fb41b42e
Merge pull request #180 from PepperDash/hotfix/ssh-fix
Hotfix/ssh fix
2024-10-31 11:03:52 -06:00
jtalborough
63f6bb9cf2 fix: refactor the ssh handeler to use ShellStream.Read() 2024-02-26 12:58:42 -05:00
Andrew Welker
0aa095d38c
Merge pull request #166 from PepperDash/hotfix/165-bug-generictcpipclient-throws-null-ref-in-older-simpl-windows-only-scenarios
fix: StreamDebugging in default constructor
2024-01-03 08:58:33 -06:00
Nick Genovese
86acb09782 fix: StreamDebugging in default constructor
- creates a StreamDebugging class with the default s+ key
- this shouldn't matter since in a simpl windows env you can't use console commands anyhow
2023-08-24 12:36:21 -04:00
Nick Genovese
e9a2f7a973
Merge pull request #163 from PepperDash/hotfix/ssh-object-disposed-exception
fix: handles an object disposed ex
2023-08-23 14:26:00 -04:00
Nick Genovese
4f48246061 fix: cleaned up some debug
- in both 'send' methods, print and log the ex message at level 0
- in both 'send' methods, print and log the stack trace at level 1
2023-08-23 14:01:13 -04:00
Nick Genovese
751d157f07 fix: handles an object disposed ex
- the SSH Stream is occasionally disposed, when this happens we catch and recreate the client
- removed the line where we set the Timer to null at disconnect, as there is no other place that the timer gets recreated
- added try/catch w/ logging in the KillClient method for safety's sake
2023-08-16 10:08:06 -04:00
Neil Dorin
1187cd3b05
Merge pull request #162 from PepperDash/hotfix/crestron-db-updates
Update Crestron DBs DEV
2023-08-15 10:01:14 -06:00
Neil Dorin
402af2ac17
Merge pull request #161 from PepperDash/hotfix/crestron-db-updates
Update Crestron DBs
2023-08-15 10:00:57 -06:00
Andrew Welker
f5803fe7c1 chore: trigger build with new Crestron DBs 2023-08-15 09:44:01 -06:00
Neil Dorin
6797db101a
Merge pull request #159 from PepperDash/hotfix/ssh-reconnect-issues
Add null check for SSH reconnect timer DEV
2023-04-07 10:48:11 -06:00
Neil Dorin
51b79b1409
Merge pull request #158 from PepperDash/hotfix/ssh-reconnect-issues
Add null check for SSH reconnect timer
2023-04-07 10:45:51 -06:00
Andrew Welker
70b09fb6b8 fix: add null check for SSH reconnect timer 2023-04-07 10:13:03 -06:00
Andrew Welker
5d3c0de039
Merge pull request #157 from PepperDash/release/1.2.0
Release to Dev
2023-03-01 11:04:47 -07:00
Andrew Welker
482afc31d3
Merge pull request #156 from PepperDash/release/1.2.0
1.2.0
2023-03-01 11:01:37 -07:00
Andrew Welker
9b56db1cb8 fix: remove isConnecting reference 2023-03-01 09:35:31 -07:00
Andrew Welker
b804bf4fb5 Merge branch 'main' into release/1.2.0 2023-02-25 10:51:16 -07:00
Andrew Welker
0354354a74
Merge pull request #155 from PepperDash/development
Update Release from dev
2023-02-24 12:12:16 -07:00
Andrew Welker
ddcc3c2d0e
Merge pull request #153 from PepperDash/feature/generic-cws-base
Enable CORS support for requests
2023-02-24 12:07:30 -07:00
jdevito
ca648e6107 fix: refactored default request handler to remove redundant reference 2023-02-20 16:01:32 -06:00
jdevito
8f47762409 fix: add CORS headers to all responses
Added EnableCors field,used to enable CORS support.

Enabled CORS in default request handler for all requests.
2023-02-20 15:27:02 -06:00
Andrew Welker
015cb03b00
Merge pull request #150 from PepperDash/feature/generic-cws-base
Add support for CWS
2023-02-07 08:58:39 -07:00
jdevito
71349e67a3 fix: remove default handler overrides 2023-02-06 19:47:45 -06:00
Jason T Alborough
a1b00eb944
Merge pull request #147 from PepperDash/hotfix/project-workflow
feature: add workflow to push to project
2023-01-31 11:07:31 -05:00
jta
56bfbb4bf9 feature: add workflow to push to project 2023-01-31 10:37:30 -05:00
jdevito
627a39e63a fix: added GetRouteCollection method, additional refactoring to resolve use of base class 2023-01-30 16:25:23 -06:00
jdevito
ba930dafaf fix: moved instantiation of server to resolve null ref exception 2023-01-26 11:52:31 -06:00
jdevito
66c1b09510 Merge branch 'feature/generic-cws-base' of https://github.com/PepperDash/PepperDashCore into feature/generic-cws-base 2023-01-24 11:55:11 -06:00
jdevito
5e03ce51c0 fix: rebased on latest development branch, added missing XML comments to resolve warnings in Web classes 2023-01-24 11:54:54 -06:00
jdevito
a56f66230a refactor: Changed CWS references to WebApi, re-organized Web folder 2023-01-24 11:54:54 -06:00
jdevito
6221619400 fix: Added CwsBaseHandler, refactored CwsDefaultRequestHandler 2023-01-24 11:54:53 -06:00
jdevito
812b49eba4 feat: added crestron web server (cws) generic base 2023-01-24 11:54:53 -06:00
jdevito
897b1c86e1 fix: rebased on latest development branch, added missing XML comments to resolve warnings in Web classes 2023-01-24 11:54:03 -06:00
Andrew Welker
ae5b1684c8
Merge pull request #146 from PepperDash/hotfix/update-debug-file-path-for-vc4
Updates for VC4 DEV
2023-01-19 12:30:29 -07:00
Andrew Welker
2a93f3bdb4 fix: remove leftover merge issue 2023-01-19 11:47:52 -07:00
Andrew Welker
38e2222de8
Merge branch 'development' into hotfix/update-debug-file-path-for-vc4 2023-01-19 11:28:51 -07:00
jdevito
78631be830 refactor: Changed CWS references to WebApi, re-organized Web folder 2023-01-18 15:22:50 -06:00
jdevito
e98aae2d89 fix: Added CwsBaseHandler, refactored CwsDefaultRequestHandler 2023-01-18 13:30:27 -06:00
jdevito
1cbdc5aaef feat: added crestron web server (cws) generic base 2023-01-17 09:50:39 -06:00
Andrew Welker
fb8c10e07c
Merge pull request #145 from PepperDash/revert-141-feature/ssh-dispose
Revert "Feature/ssh dispose"
2022-12-12 11:06:29 -07:00
Andrew Welker
8c81517b98
Revert "Feature/ssh dispose" 2022-12-12 09:33:13 -07:00
Neil Dorin
2375967ba6
Merge pull request #142 from PepperDash/hotfix/ssh-tcp-reconnect-fix
Hotfix/ssh tcp reconnect fix
2022-11-14 10:06:23 -07:00
Neil Dorin
5281b94452
Merge pull request #140 from PepperDash/hotfix/ssh-logging-reduction
Reduces error log messages from SSH client on basic disconnects
2022-11-14 10:05:26 -07:00
Neil Dorin
51fd947ae6
Merge branch 'main' into hotfix/ssh-logging-reduction 2022-11-14 09:46:01 -07:00
Neil Dorin
3fe3b63aaf
Merge pull request #144 from PepperDash/hotfix/update-debug-file-path-for-vc4
Updates for VC4
2022-11-14 09:45:30 -07:00
Andrew Welker
5c88d22f7f feat: add roomId property to Control Properties Config 2022-11-07 16:52:52 -07:00