Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Feature
The below linked article includes a chapter explaining the Use Case: Lifecycle Support for Workflow Changes.
The below development tasks are required for lifecycle support.
Web Service Development Tasks
- The JS7 REST Web Service API provides web services to interact with the file system of the local Git repository.
- REST Web Service API
- read
- store
- update
- delete
- REST Web Service API
- The JS7 REST Web Service API provides web services to interact with local Git repositories.
- The REST Web Service API uses the Git CLI.
- Git Commands
- add
- commit
- checkout
- Git Commands
- The REST Web Service API uses the Git CLI.
- The JS7 REST Web Service API provides web services to interact with remote Git repositories.
- The Web Service API uses the git CLI.
- Git Commands
- clone
- push
- pull
- Git Commands
- The Web Service API uses the git CLI.
- The JS7 REST Web Service API provides web services to interact between local Git repositories (read source/target, copy source/target) to support transfer of configuration objects between environments (dev, test, prod).
- In addition, 3rd-party Git tools cover the interaction between local (clone) Git repositories and remote (origin) Git repositories.
- Most 3rd-party Git tools do not cover interaction between local repositories, e.g. local dev => local test
Attachments
Issue Links
- is required by
-
JOC-1214 JOC Cockpit GUI implements Git Repository Interface to support lifecycle of workflow changes
- Released
-
JOC-1215 PowerShell CLI implements Git Repository Interface to support lifecycle of workflow changes
- Released
- requires
-
JOC-1144 Add support for use of Git repositories with inventory objects
- Released