Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@bettoisc
Root stated it more precisely. Integration testing will make you software better software, and provides controls/executable data that can help you prevent other parties from releasing code that damages your system.
https://codeship.com/continuous-int... -
p0s1x935ySounds like you also are missing pullrequests and peer review.
I do not rely on people telling me what they did or did not do ( in this context) , but rely on (automated) gate keepers that enforce a workflow and maintain quality standards and best practices where people need to adhere to. -
bettoisc6525yThe thing is that they are different addons, different repos, but individually they work ok, but as the software is one, the partner add-on is not compatible with mine
-
p0s1x935y@bettoisc have a look at a hosted git solution, for example github. Let other parties be added to a unified git hosting platform. Different repos then should not be a problem. That way you have one entrypoint for hosting code, doing ci and introducing peerreview. Set the process to your hand, by taking control :)
Related Rants
Now it's my fault that the software is no working, when some partners never notified me they changed some code affecting my area, WTH they don't tell they are changing sensible functions to me to prepare the compatibility🤯😒
random
rant