Re: [Architecture] [APIM] Deploy project(s) with a single command from API Controller by GIT integration

2020-07-13 Thread Chamila Adhikarinayake
Hi Malintha, > 3. The last successful commit will be stored in a special config file > (vcs_config.yaml) that resides in /.wso2apictl folder. This will > have per-repo > per-environment last successful commit. Whenever there are > new commits, the last successful commit will be used to identify th

Re: [Architecture] [APIM] Deploy project(s) with a single command from API Controller by GIT integration

2020-07-16 Thread Malintha Amarasinghe
Hi Chamila, On Tue, Jul 14, 2020 at 12:28 PM Chamila Adhikarinayake wrote: > > > Hi Malintha, > >> 3. The last successful commit will be stored in a special config file >> (vcs_config.yaml) that resides in /.wso2apictl folder. This will >> have per-repo > per-environment last successful commit.

Re: [Architecture] [APIM] Deploy project(s) with a single command from API Controller by GIT integration

2020-07-27 Thread Malintha Amarasinghe
Hi, Currently, GIT integration feature only supports one repo per node running apictl. From below PR[1] it provides the support for working on multiple repos simultaneously with apictl vcs commands. The approach would be: 1. Adding a new command vcs init to initialize a git repository with APICT