Skip to content

Draft: Filter by refname/branchname frontend added

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

  1. git pull backend-branch (367294_filter_by_branch_name)
  2. git pull frontend-branch (367294_filter_by_branch_name_frontend)
  3. git checkout -b fullstack-branch
  4. git merge backend-branch
  5. git merge frontend-branch
  6. start gdk
  7. visit any project with artifacts (shown in screen record)

(in my gdk setup)

  1. git pull origin 367294_filter_by_branch_name
  2. git pull origin 367294_filter_by_branch_name_frontend
  3. git checkout -b fullstack
  4. git merge 367294_filter_by_branch_name
  5. git merge 367294_filter_by_branch_name_frontend
  6. start gdk
  7. 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 🤖

Merge request reports

Loading