reconquest / atlassian-external-hooks

External Hooks plugin for Atlassian Bitbucket
https://external-hooks.reconquest.io
Other
44 stars 37 forks source link

Data center support #31

Closed ghost closed 4 years ago

ghost commented 8 years ago

We were looking at using this addon to work on post hooks in bitbucket server. Is there a timeline to compile this code to support datacenter version of bitbucket ?

robisonba commented 8 years ago

Any update on this? Is the add-on supported in Bitbucket Data Center?

seletskiy commented 8 years ago

@robisonba, @kumaran-codez: I did not test it on the datacenter edition, however, I can enable plugin to be able to be downloaded on such instances. So, if you're ready to test it and provide some feedback, let me know.

robisonba commented 8 years ago

Yes. I can test it within the next week.

itay commented 8 years ago

FYI, we've been using the plugin for about a year and a half on a DC instance with 4 application nodes and hundreds of users. It's been working just fine.

The only thing to keep in mind is if your hook is doing some crazy things with files on disk or something like that, you have to keep in mind that you may be on NFS or might have multiple users, but nothing too concerning.

seletskiy commented 8 years ago

@itay: Can you provide little more insight? Are repositories sharded in some way across cluster, or you can reliably assume, that if post-receive hook had been launched, then you got full repository on the local node?

seletskiy commented 8 years ago

@robisonba: Data Center support version 3.3 released on marketplace, please, check it out.