Draft: Filter by refname/branchname frontend added
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
Filter by refname/branchname frontend added
Changelog: added
References
Screenshots or screen recordings
screen record |
---|
front_refname |
How to set up and validate locally
-
Pull both branch frontend and backend locally and create another branch fullstack-branch.
merge both branch in fullstack-branch.OR
-
Merge backend branch into frontend branch or vice versa.
-
backend MR:!199906
- git pull backend-branch (367294_filter_by_branch_name)
- git pull frontend-branch (367294_filter_by_branch_name_frontend)
- git checkout -b fullstack-branch
- git merge backend-branch
- git merge frontend-branch
- start gdk
- visit any project with artifacts (shown in screen record)
(in my gdk setup)
- git pull origin 367294_filter_by_branch_name
- git pull origin 367294_filter_by_branch_name_frontend
- git checkout -b fullstack
- git merge 367294_filter_by_branch_name
- git merge 367294_filter_by_branch_name_frontend
- start gdk
- visit project with artifacts: http://gdk.test:3000/new-project/-/artifacts
related issue:#367294
issue | frontend mr | backend mr |
---|---|---|
#367294 | !200107 | !199906 |
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by 🤖 GitLab Bot 🤖