Hello,
currently my repository doesn't enforce pull requests.
where can i set mandatory pull request? to prevent pushes with no permission.
i want also to add the process a code review. is there a plug-in for that?
in addition, as you realized, there were some pushes over the time and now i want to code review them. since it doesn't include pull request (since it is already in), what should i use? any suggestions?
thanks in advance,
Hi @Eliah Ninyo ,
You can use branch permissions to enforce pull requests and add other restrictions to the master branch (for example). You can prevent rewriting of master and force pushes, etc.
Here is the documentation: https://confluence.atlassian.com/bitbucket/branch-permissions-385912271.html
Thanks Tyler,
i will read the link you sent.
can you please answer also the other questions regarding code review suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This question?
there were some pushes over the time and now i want to code review them. since it doesn't include pull request (since it is already in), what should i use? any suggestions?
You might need to review commits individually based on the author. I don't have a great suggestion for that. Installing a plugin like GitLens into your code editor might be helpful since you will be able to see who viewed commits as you encounter them in your code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i put in the "merge via pull request" all the group "Everyone".
but this doesn't enfore pull request.
people can still do push without pull requests.
any other suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oh, you are right.
i should remove the write access too :-)
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.