Andrew Welker
be88191c1f
ci: fix solution file path
2023-02-03 17:03:33 -07:00
Andrew Welker
02d5d9f530
ci: correct output usage for version
2023-02-03 16:59:01 -07:00
Andrew Welker
7d8b479edc
ci: remove shell type for build step
2023-02-03 16:53:29 -07:00
Andrew Welker
f7c2cc3c2b
ci: update generate version number step
2023-02-03 16:51:20 -07:00
Andrew Welker
afed056be9
ci: update workflow to simplify builds for 4-series
2023-02-03 16:47:45 -07:00
Andrew Welker
5db76d3698
build: update script to generate 2.x.x version numbers
...
branches with the label `feature-2/` will generate version numbers
in the 2.x.x family.
2023-02-03 16:46:32 -07:00
Andrew Welker
07f400caa8
chore: remove unneeded files
2023-02-03 16:45:00 -07:00
Andrew Welker
53d9595cb5
refactor: remove leftover from rebase
2023-02-03 13:43:14 -07:00
Andrew Welker
92c722207d
chore: remove 3-series solution & project
2023-02-03 12:30:46 -07:00
Andrew Welker
2d068ab899
ci: fix paths to .nupkg
...
The .nupkg file is placed in the folder where the `nuget pack` command is run. In this case, that is the root folder of the repo.
2023-02-03 12:11:32 -07:00
Andrew Welker
2c7d7c360d
ci: fix a capitlization error and remove api key switch
2023-02-03 12:11:32 -07:00
Andrew Welker
50d7eb33c9
ci: fix API key command line flag
2023-02-03 12:11:32 -07:00
Andrew Welker
0e5613acd6
ci: update path to .nupkg
2023-02-03 12:11:31 -07:00
Andrew Welker
4067784841
ci: Update 4-series workflow
...
The existing workflow doesn't create a release for every build, and the 4-series version shouldn't either.
2023-02-03 12:11:31 -07:00
Andrew Welker
9b808da3d9
build: fix 4-series nuspec
2023-02-03 12:11:31 -07:00
Andrew Welker
82cc6d20df
chore: change deterministic to false
...
Setting deterministic to false allows for using version numbers like 1.0.0.* in the CI pipeline.
2023-02-03 12:11:31 -07:00
Andrew Welker
271004dc4d
chore: separate 4-series and 3-series assembly info
2023-02-03 12:11:31 -07:00
Andrew Welker
36032da75c
ci: update 4-series sln name
2023-02-03 12:11:31 -07:00
Andrew Welker
d129f24c61
feat: add 4-series support for PepperDash Core
2023-02-03 12:11:31 -07:00
Andrew Welker
6789e70fd7
fix: change from PrintLine to ConsoleCommandResponse
2023-02-03 12:11:31 -07:00
jta
7517c3e298
feature: add workflow to push to project
2023-02-03 12:11:31 -07:00
Andrew Welker
2abf5749de
Revert "Feature/ssh dispose"
2023-02-03 12:11:31 -07:00
Andrew Welker
ae5b1684c8
Merge pull request #146 from PepperDash/hotfix/update-debug-file-path-for-vc4
...
Updates for VC4 DEV
1.1.5-beta-289
2023-01-19 12:30:29 -07:00
Andrew Welker
2a93f3bdb4
fix: remove leftover merge issue
1.1.5-hotfix-288
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
Neil Dorin
2375967ba6
Merge pull request #142 from PepperDash/hotfix/ssh-tcp-reconnect-fix
...
Hotfix/ssh tcp reconnect fix
1.1.3-beta-281
2022-11-14 10:06:23 -07:00
Andrew Welker
5c88d22f7f
feat: add roomId property to Control Properties Config
1.1.3-hotfix-278
1.1.3-hotfix-279
2022-11-07 16:52:52 -07:00
Andrew Welker
1e2fa36390
feat: update string formats to differ between appliance and server
...
On VC-4, ALL statements have to go to the Error Log. With this change, all messages will go to the Error log at the Notice level on VC-4 only with the Essentials appdebug level added to the message. This should aid in filtering out messages from the error log
1.1.3-hotfix-277
2022-11-04 13:34:36 -06:00
Andrew Welker
4890b167ab
fix: update path to debug settings file
...
The path wasn't taking into account running on VC-4, which was causing exceptions when Essentials was running on VC-4
1.1.3-hotfix-276
2022-11-04 09:13:19 -06:00
Neil Dorin
89c503c636
Merge pull request #141 from PepperDash/feature/ssh-dispose
...
Feature/ssh dispose
2022-10-07 10:48:42 -06:00
Jason Alborough
f60683c2a7
Merge branch 'main' into feature/ssh-dispose
1.1.3-alpha-270
2022-10-07 11:14:31 -04:00
Jason Alborough
f7317832a1
fix: adds ssh dispose for the client
1.1.3-alpha-269
2022-10-07 11:11:23 -04:00
Jason T Alborough
dd0a9285a5
Merge branch 'development' into hotfix/ssh-tcp-reconnect-fix
...
# Conflicts:
# Pepperdash Core/Pepperdash Core/Comm/GenericSshClient.cs
# Pepperdash Core/Pepperdash Core/Comm/GenericTcpIpClient.cs
1.1.3-hotfix-267
2022-09-08 11:27:29 -04:00
Alex Johnson
9326703454
Changes lock to CCriticalSection
1.1.3-hotfix-266
2022-09-07 11:46:06 -04:00
Alex Johnson
4139556149
Changes some debug levels to notify upon errors in console
2022-09-02 15:00:57 -04:00
Alex Johnson
c722542b04
Adds lock to ssh and tcp classes to prevent possible threading issues.
2022-09-02 14:50:15 -04:00
Alex Johnson
b12e798041
Reworks reconnect timer due to issues seen on 4 series where autoreconnect cycle breaks.
2022-08-24 14:11:46 -04:00
Alex Johnson
f135029ad6
Reduces error log messages from SSH client on basic disconnects
1.1.3-hotfix-265
2022-07-07 10:51:37 -04:00
Neil Dorin
bd03343a1a
Merge pull request #139 from PepperDash/hotfix/vc4-simpl-json-evaluateFile
...
Hotfix/vc4 simpl json evaluate file
1.1.2-beta-264
2022-06-15 10:45:58 -06:00
Neil Dorin
b133a271b1
Merge pull request #138 from PepperDash/hotfix/vc4-simpl-json-evaluateFile
...
Hotfix/vc4 simpl json evaluate file
1.1.2
2022-06-15 10:45:40 -06:00
Jason DeVito
33c3aa9979
feat: added roomName reporting to EvaluateFile, updated constants used by JSON wrapper modules, refactored programCompatibility checks
1.1.2-hotfix-263
2022-06-15 11:16:45 -05:00
Jason DeVito
3fa94a92d2
fix: updated EvaluateFile method to resolve issues reading files on an appliance discovered when testing on a 3-series
1.1.2-hotfix-262
2022-06-15 10:01:19 -05:00
Jason DeVito
8be02fa458
fix: updated JsonToSimplFileMaster EvaluateFile method, added event arg constant in support of data being passed to simpl
1.1.2-hotfix-261
2022-06-14 20:19:23 -05:00
Andrew Welker
1e1264be49
Merge pull request #136 from PepperDash/feature/add-documentation
...
Feature/add documentation
1.1.2-beta-260
2022-06-08 15:46:19 -05:00
Andrew Welker
e1c63f41cf
Merge pull request #135 from PepperDash/feature/add-documentation
...
Feature/add documentation
2022-06-08 15:45:43 -05:00
Neil Dorin
e86edbd2fb
docs(core): Resolves remaining XML comment compiler warnings
1.1.2-alpha-259
2022-06-08 14:27:09 -06:00
Neil Dorin
afcaa89125
docs(core): Adds missing XML comments for public members
1.1.2-alpha-258
2022-06-07 16:45:20 -06:00
Neil Dorin
56f5602917
Merge pull request #131 from PepperDash/release/1.1.1
...
Release/1.1.1
1.1.1-beta-248
2022-02-24 10:18:35 -07:00
Neil Dorin
095e6c8d79
Merge pull request #130 from PepperDash/release/1.1.1
...
Release/1.1.1
1.1.1
2022-02-24 10:17:39 -07:00
Neil Dorin
196e9e5e42
Merge pull request #129 from PepperDash/feature/add-multiple-delimiters-for-communicationGather
...
Feature/add multiple delimiters for communication gather
1.1.1-rc-247
2022-02-10 15:31:37 -07:00