hardisgroupcom / sfdx-hardis

Swiss-army-knife Toolbox for Salesforce. Orchestrates base commands and assist users with interactive wizards to make much more than native sfdx + Allows you to define a complete CI/CD Pipeline and Schedule a daily Metadata backup & monitoring of your orgs
https://sfdx-hardis.cloudity.com
GNU Affero General Public License v3.0
192 stars 35 forks source link

Automated messages on Bitbucket pipelines #404

Closed nvuillam closed 3 weeks ago

nvuillam commented 1 year ago

Implement the capability on Bitbucket connector to post comments on Bitbucket Pull Requests

Class to create: --> src/common/gitProvider/bitbucket.ts

Inspiration can be taken from: https://github.com/hardisgroupcom/sfdx-hardis/blob/main/src/common/gitProvider/azureDevops.ts

Alainbates commented 5 months ago

Hi @nvuillam. Are you open to contributions on this issue? It'd be a useful feature for my team, so I've had a go at implementing it on a fork of this repo and it seems to be working nicely. I can submit a pull request if you'd like to review.

nvuillam commented 5 months ago

@Alainbates i'd love to see your PR, anyone is gladly welcomed to contribute to sfdx-hardis :)

nvuillam commented 3 weeks ago

Merged for a while :)

https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-bitbucket/

Thanks @Alainbates :)