Api changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
Toggle commit list
-
resolved all discussions
Toggle commit list -
merged
Toggle commit list
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b api_changes origin/api_changes
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout DEV git merge --no-ff api_changes
Step 4. Push the result of the merge to GitLab
git push origin DEV
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
56 | 56 | except Instance.DoesNotExist: |
57 | 57 | raise Http404 |
58 | 58 | |
59 | def get_merged_object(self, pk): | |
Please
register
or
sign in
to reply
|
added 1 commit
resolved all discussions
resolved all discussions
merged
merged
mentioned in commit 70bd9c63
mentioned in commit 70bd9c63