Skip to content

Migrate timezone dropdown on pipeline schedules

What does this MR do and why?

Migrate outdated timezone selector to Vue Compo... (&8530)

There are a couple of outdated dropdowns which are used to select timezones. These can be migrated to the existing timezone_dropdown Vue component.

Migrate Timezone Dropdown from custom one to a shared component.

Related to #369974 (closed)

Screenshots or screen recordings

Before After
Screenshot_2022-10-18_at_14.47.11 Screenshot_2022-10-18_at_16.03.05
Screenshot_2022-10-18_at_14.47.20 Screenshot_2022-10-18_at_16.03.14
Screenshot_2022-10-18_at_14.47.28 Screenshot_2022-10-18_at_16.03.27

How to set up and validate locally

  1. Open a project -> CI/CD -> Schedules
  2. Create a new pipeline schedule (http://localhost:3000/test-group/test-project/-/pipeline_schedules/new)
  3. Observe Timezone Dropdown Cron Timezone
  4. Edit the pipeline and choose a new timezone, the update part should work as before

MR acceptance checklist

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

Edited by Diana Zubova

Merge request reports