Skip to content

Releases: MHanafy/GitP4Sync

v1.2.1 - Allow single mapped reviewer

17 Aug 04:08

Choose a tag to compare

#30 Allow submit if a single reviewer is mapped
Change service name to GitP4Sync Service
Update documentation with build c

v1.2 - Mandatory Github checks

05 Aug 05:40

Choose a tag to compare

Adding support to prevent submit unless configured checks are successful, i.e. to ensure unit-tests or other Github checks are successful before developers can submit to Perforce.

To configure the required checks, update this key in setting.json:
"GithubChecks": [ "AzurePipelines" ]

You can add multiple entries to make more than one check required.

v1.1 - Impersonation and retry support

21 Apr 07:08

Choose a tag to compare

  • Added impersonation support (login on behalf of perforce pass-protected users)
  • Added retry support, to resubmit failed submit attempts