Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The JOC REST Web Service API will provide web services to interact with the local filesystem of the local git repository.
    • Web Serivce APIs
      • read
      • store
      • update
      • delete
  • The JOC REST Web Service API will provide web services to interact with the local git repositories.
    • The Web Serivce APIs will make use the git CLI.
      • Git Commands
        • add
        • restore
        • reset
        • commit
        • checkout
  • The JOC REST Web Service API will provide web services to interact with remote git repositories.
    • The Web Serivce APIs will make use the git CLI. 
      • Git Commands
        • clone
        • push
        • pull
  • The JOC REST Web Service API will provide 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).
    • All 3rd party git tool cover the interaction between local (clone) git repositories and remote (origin) git repositories also.
    • Most 3rd party git tools do not cover interaction between local repositories, e.g. local dev → local test

...