Skip to content

Update button variant to "confirm" and make it secondary

What does this MR do and why?

Update button variant to "confirm" and make it secondary to avoid having 2 primary buttons on the same row.

Changelog: changed

Screenshots or screen recordings

Before After
BitBucket_Server_before BitBucket_Server_after

How to set up and validate locally

A bit complicated if you really want to test this:

  1. Install BitBucket Data Center from Docker. Be sure to run the commands in Quick Start.
  2. Obtain a trial license for BitBucket: https://confluence.atlassian.com/bitbucketserver/get-a-bitbucket-data-center-trial-license-1188400764.html.
  3. Start and setup your BitBucket instance (username, password) and create at least 1 project + 1 repo.
  4. In GitLab, go to + > New project/repository > Import project > BitBucket Server.
  5. Input your instance URL (should be something like http://localhost:7990), username and password.
  6. On the next page, you should see a list of repos to import. It will look like http://127.0.0.1:3000/import/bitbucket_server/status.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #422864 (closed)

Merge request reports