Skip to content

Create branch from Jira issue MVC 1: add supporting Vue components

Tom Quirk requested to merge 2647-frontend-components into master

What does this MR do?

This MR is part 1/3 for #2647 (closed). For a full-context MR (all of these MRs combined), see !64890 (closed).

In this MR, we add 2 new components: project_dropdown.vue and source_branch_dropdown.vue. We'll use these components in the next MR (!66036 (merged)) in our <form>.

There are no user-facing changes in this MR, as we aren't using these components yet!

UX will be reviewed in the full-context MR: !64890 (closed). Any required changes as a result of the UX review will be made in follow-up MRs.

Iteration MR
1. frontend Add supporting Vue components 🚀 This MR
2. frontend Add the parent Vue app and initialization JS !66036 (merged)
3. backend Add the backend !66032 (merged)

Screenshots or Screencasts (strongly suggested)

This video demo is from the full context MR !64890 (closed), so you can see the components in-action. To reiterate, there are no user-facing changes in this MR.

jira-branch-happy-path

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #2647 (closed)

Edited by Tom Quirk

Merge request reports