Releases: manorrock/sphynx
Releases · manorrock/sphynx
24.10.0 release
What's Changed
- Fixes #354 - Add test for LogDeleteCommand by @mnriem in #355
- Fixes #356 - Add test for LogListCommand by @mnriem in #357
- Fixes #358 - Add test for LogRotateCommand by @mnriem in #359
- Fixes #360 - Add test for LogViewCommand by @mnriem in #361
- Fixes #362 - Add ability to delete a job to desktop client by @mnriem in #364
- Fixes #365 - Refactor DeleteCommand to use JobUtils class by @mnriem in #366
- Fixes #367 - Add ability to add a job to desktop client by @mnriem in #368
Full Changelog: v24.9.0...v24.10.0
24.9.0 release
What's Changed
- Fixes #332 - Fix release workflow by @mnriem in #337
- Fixes #335 - Merge rest and ui module by @mnriem in #338
- Fixes #336 - Merge rest and docker module by @mnriem in #339
- Fixes #340 - Rename rest to server by @mnriem in #341
- Fixes #342 - Remove docker directory by @mnriem in #343
- Fixes #344 - Add a test for CreateCommand by @mnriem in #345
- Fixes #346 - Add a test for DeleteCommand by @mnriem in #349
- Fixes #347 - Add test for ExecuteCommand by @mnriem in #350
- Fixes #348 - Add a test for ListCommand by @mnriem in #351
- Fixes #352 - Add a test for LogCommand by @mnriem in #353
Full Changelog: v24.8.0...v24.9.0
24.8.0 release
What's Changed
- Fixes #301 - Add ability to list jobs using REST API by @mnriem in #316
- Fixes #302 - Add ability to execute job using REST API by @mnriem in #317
- Fixes #318 - Add run method to CLI by @mnriem in #319
- Fixes #313 - Create Docker image by @mnriem in #320
- Fixes #307 - Add ability to get list of logs for a given job using REST API by @mnriem in #321
- Fixes #311 - Add ability to get a specific log using a REST API by @mnriem in #322
- Fixes #312 - Add ability to delete a log using REST API by @mnriem in #323
- Fixes #315 - Add UI module by @mnriem in #324
- Fixes #327 - Add pushing latest version to GHCR to build workflow by @mnriem in #328
- Fixes #329 - Cleanup POMs by @mnriem in #330
Full Changelog: v24.7.0...v24.8.0
24.7.0 release
What's Changed
- Fixes #252 - Add building of native builds to build workflow by @mnriem in #253
- Fixes #254 - Add version command to CLI by @mnriem in #255
- Fixes #256 - Fix build by @mnriem in #258
- Fixes #257 - Remove .devcontainer directory by @mnriem in #259
- Fixes #260 - Add create command by @mnriem in #261
- Fixes #262 - Add delete command by @mnriem in #264
- Fixes #263 - Add 'Id' column to AutomationListWindow by @mnriem in #265
- Fixes #267 - Add picocli library by @mnriem in #269
- Fixes #268 - Add version command to CLI by @mnriem in #272
- Fixes #270 - Create executable JAR by @mnriem in #274
- Fixes #271 - Add shared Maven module by @mnriem in #275
- Fixes #276 - Refactor CLI to use Picocli commands by @mnriem in #277
- Fixes #278 - Implement create command by @mnriem in #279
- Fixes #280 - Implement execute command by @mnriem in #281
- Fixes #283 - Implement delete command by @mnriem in #284
- Fixes #282 - Add capturing of execute output into an execution log by @mnriem in #286
- Fixes #287 - Remove info command by @mnriem in #296
- Fixes #289 - Remove ExecutionCommand by @mnriem in #297
- Fixes #290 - Remove ExecutionPurgeCommand by @mnriem in #298
- Fixes #288 - Implement list command by @mnriem in #303
- Fixes #291 - Add LogCommand by @mnriem in #304
- Fixes #293 - Add LogListCommand by @mnriem in #305
- Fixes #294 - Add LogViewCommand by @mnriem in #306
- Fixes #295 - Add LogDeleteCommand by @mnriem in #308
- Fixes #299 - Rename webapp to api by @mnriem in #309
- Fixes #292 - Add LogRotateCommand by @mnriem in #310
- Fixes #300 - Add ability to create a job using REST API by @mnriem in #314
Full Changelog: v24.5.0...v24.7.0
24.4.0 release
23.10.0 release
What's Changed
- Bump junit from 4.13 to 4.13.1 in /webapp by @dependabot in #74
- Bump junit from 4.13 to 4.13.1 in /cli by @dependabot in #75
- Bump junit from 4.12 to 4.13.1 in /hue/bridge by @dependabot in #101
- Fixes issue #166 - Fix trigger workflow by @mnriem in #167
- Fixes issue #168 - Update trigger workflow to use current branch by @mnriem in #169
- Fixes issue #170 - Remove Apple HomeKit bridge by @mnriem in #171
- Fixes issue #172 - Add desktop skeleton by @mnriem in #176
- Fixes issue #178 - Add macos module by @mnriem in #180
- Fixes issue #179 - Show a list of automation scripts in UI by @mnriem in #181
- Fixes issue #182 - Add UI for adding a script by @mnriem in #183
- Fixes issue #186 - Add capability to list automation flows to CLI by @mnriem in #189
- Fixes issue #187 - Add capability to add JShell automation flow using… by @mnriem in #190
- Fixes issue #188 - Add capability to execute automation flow to CLI by @mnriem in #191
- Fixes issue #193 - Wrap web application in a Docker image by @mnriem in #201
- Fixes issue #200 - Remove macOS module by @mnriem in #202
- Fixes issue #199 - Remove Desktop module by @mnriem in #203
- Fixes issue #204 - Add note to README about project going into passive mode by @mnriem in #205
- Fixes #208 - Add ability to run a Java single file by @mnriem in #211
- Fixes #212 - Add support for Bash shell scripts by @mnriem in #213
- Fixes #214 - Add build badge by @mnriem in #215
- Fixes #216 - Update to Java 21 by @mnriem in #217
New Contributors
- @dependabot made their first contribution in #74
- @mnriem made their first contribution in #167
Full Changelog: https://github.com/manorrock/sphynx/commits/v23.10.0
23.9.0 release
What's Changed
- Bump junit from 4.13 to 4.13.1 in /webapp by @dependabot in #74
- Bump junit from 4.13 to 4.13.1 in /cli by @dependabot in #75
- Bump junit from 4.12 to 4.13.1 in /hue/bridge by @dependabot in #101
- Fixes issue #166 - Fix trigger workflow by @mnriem in #167
- Fixes issue #168 - Update trigger workflow to use current branch by @mnriem in #169
- Fixes issue #170 - Remove Apple HomeKit bridge by @mnriem in #171
- Fixes issue #172 - Add desktop skeleton by @mnriem in #176
- Fixes issue #178 - Add macos module by @mnriem in #180
- Fixes issue #179 - Show a list of automation scripts in UI by @mnriem in #181
- Fixes issue #182 - Add UI for adding a script by @mnriem in #183
- Fixes issue #186 - Add capability to list automation flows to CLI by @mnriem in #189
- Fixes issue #187 - Add capability to add JShell automation flow using… by @mnriem in #190
- Fixes issue #188 - Add capability to execute automation flow to CLI by @mnriem in #191
- Fixes issue #193 - Wrap web application in a Docker image by @mnriem in #201
- Fixes issue #200 - Remove macOS module by @mnriem in #202
- Fixes issue #199 - Remove Desktop module by @mnriem in #203
- Fixes issue #204 - Add note to README about project going into passive mode by @mnriem in #205
- Fixes #208 - Add ability to run a Java single file by @mnriem in #211
- Fixes #212 - Add support for Bash shell scripts by @mnriem in #213
Full Changelog: https://github.com/manorrock/sphynx/commits/v23.9.0
23.5.0 release
What's Changed
- Bump junit from 4.13 to 4.13.1 in /webapp by @dependabot in #74
- Bump junit from 4.13 to 4.13.1 in /cli by @dependabot in #75
- Bump junit from 4.12 to 4.13.1 in /hue/bridge by @dependabot in #101
- Fixes issue #166 - Fix trigger workflow by @mnriem in #167
- Fixes issue #168 - Update trigger workflow to use current branch by @mnriem in #169
- Fixes issue #170 - Remove Apple HomeKit bridge by @mnriem in #171
- Fixes issue #172 - Add desktop skeleton by @mnriem in #176
- Fixes issue #178 - Add macos module by @mnriem in #180
- Fixes issue #179 - Show a list of automation scripts in UI by @mnriem in #181
- Fixes issue #182 - Add UI for adding a script by @mnriem in #183
- Fixes issue #186 - Add capability to list automation flows to CLI by @mnriem in #189
- Fixes issue #187 - Add capability to add JShell automation flow using… by @mnriem in #190
- Fixes issue #188 - Add capability to execute automation flow to CLI by @mnriem in #191
New Contributors
- @dependabot made their first contribution in #74
Full Changelog: https://github.com/manorrock/sphynx/commits/v23.5.0
23.3.0 release
What's Changed
- Bump junit from 4.13 to 4.13.1 in /webapp by @dependabot in #74
- Bump junit from 4.13 to 4.13.1 in /cli by @dependabot in #75
- Bump junit from 4.12 to 4.13.1 in /hue/bridge by @dependabot in #101
- Fixes issue #166 - Fix trigger workflow by @mnriem in #167
- Fixes issue #168 - Update trigger workflow to use current branch by @mnriem in #169
- Fixes issue #170 - Remove Apple HomeKit bridge by @mnriem in #171
- Fixes issue #172 - Add desktop skeleton by @mnriem in #176
New Contributors
- @dependabot made their first contribution in #74
Full Changelog: https://github.com/manorrock/sphynx/commits/v23.3.0
23.2.0 release
What's Changed
- Bump junit from 4.13 to 4.13.1 in /webapp by @dependabot in #74
- Bump junit from 4.13 to 4.13.1 in /cli by @dependabot in #75
- Bump junit from 4.12 to 4.13.1 in /hue/bridge by @dependabot in #101
- Fixes issue #166 - Fix trigger workflow by @mnriem in #167
- Fixes issue #168 - Update trigger workflow to use current branch by @mnriem in #169
- Fixes issue #170 - Remove Apple HomeKit bridge by @mnriem in #171
Full Changelog: https://github.com/manorrock/sphynx/commits/v23.2.0