Skip to content
Snippets Groups Projects

CI/CD Settings: Migrates settings blocks to SettingsBlock

Merged Sascha Eggenberger requested to merge ci-cd-settings-migration-pt1 into master

What does this MR do and why?

CI/CD Settings: Migrates settings blocks to SettingsBlock

Note: We split the efforts in two parts here as otherwise the MR would be very big. There will be a Part 2 where we migrate the rest of gl-new-cards to use CrudComponent . There is one migration in this MR.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Project
project_before project_after
Group
group_before group_after

How to set up and validate locally

  1. http://gdk.test:3000/flightjs/Flight/-/settings/ci_cd
  2. http://gdk.test:3000/groups/flightjs/-/settings/ci_cd

Related to #452231 (comment 1880770418)

Edited by Ragnar Hardarson

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
    • Resolved by Jose Ivan Vargas

      Before you set this MR to auto-merge

      This merge request will progress on pipeline tiers until it reaches the last tier: pipelinetier-3. We will trigger a new pipeline for each transition to a higher tier.

      Before you resolve this discussion, please check the following:

      • You are the last maintainer of this merge request
      • The latest pipeline for this merge request is pipelinetier-3 (You can find which tier it is in the pipeline name)
      • This pipeline is recent enough (created in the last 8 hours)

      If all the criteria above apply, please resolve this discussion and the set auto-merge for this merge request.

      See pipeline tiers and merging a merge request for more details.

  • E2E Test Result Summary

    allure-report-publisher generated test report!

    e2e-test-on-gdk: :white_check_mark: test report for c189858b

    expand test summary
    +------------------------------------------------------------------+
    |                          suites summary                          |
    +-------------+--------+--------+---------+-------+-------+--------+
    |             | passed | failed | skipped | flaky | total | result |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Plan        | 67     | 0      | 2       | 0     | 69    | ✅     |
    | Create      | 127    | 0      | 12      | 0     | 139   | ✅     |
    | Data Stores | 31     | 0      | 0       | 0     | 31    | ✅     |
    | Govern      | 69     | 0      | 0       | 0     | 69    | ✅     |
    | Verify      | 44     | 0      | 3       | 0     | 47    | ✅     |
    | Package     | 19     | 0      | 12      | 0     | 31    | ✅     |
    | Monitor     | 8      | 0      | 0       | 0     | 8     | ✅     |
    | Analytics   | 2      | 0      | 0       | 0     | 2     | ✅     |
    | Manage      | 0      | 0      | 1       | 0     | 1     | ➖     |
    | Fulfillment | 1      | 0      | 0       | 0     | 1     | ✅     |
    | Release     | 5      | 0      | 0       | 0     | 5     | ✅     |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Total       | 373    | 0      | 30      | 0     | 403   | ✅     |
    +-------------+--------+--------+---------+-------+-------+--------+

    e2e-package-and-test: :white_check_mark: test report for c189858b

    expand test summary
    +-------------------------------------------------------------+
    |                       suites summary                        |
    +--------+--------+--------+---------+-------+-------+--------+
    |        | passed | failed | skipped | flaky | total | result |
    +--------+--------+--------+---------+-------+-------+--------+
    | Manage | 30     | 0      | 15      | 2     | 45    | ✅     |
    | Create | 274    | 0      | 34      | 40    | 308   | ✅     |
    | Govern | 2      | 0      | 0       | 0     | 2     | ✅     |
    | Plan   | 4      | 0      | 0       | 0     | 4     | ✅     |
    +--------+--------+--------+---------+-------+-------+--------+
    | Total  | 310    | 0      | 49      | 42    | 359   | ✅     |
    +--------+--------+--------+---------+-------+-------+--------+
  • Please register or sign in to reply
    Loading