Skip to content

Draft: Move pipelines list to GraphQL - Prep work

Payton Burdette requested to merge move-pipelines-to-graphql into master

What does this MR do?

  • Creates copy of app/assets/javascripts/pipelines/components/pipelines_list (pipelines_list_new)
  • Introduces flag graphql_pipelines_list flag to work behind
  • Introduces starting point GraphQL query

Components that are actually updated in pipelines_list_new that aren't just copies are

  • pipelines.vue
  • pipelines_table.vue
  • pipelines_table_row.vue
  • pipeline_url.vue
  • pipeline_triggerer.vue
  • stage.vue
  • time_ago.vue

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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
Edited by Payton Burdette

Merge request reports