Skip to content

Add support for file upload in comments

Nailia Iskhakova requested to merge add-upload-file-option into main

Adding ability to enable file upload in comments.

Related to https://gitlab.com/gitlab-com/gl-infra/gitlab-dedicated/team/-/issues/3354

Example comment - https://dedicated.distr-qe-test.k8s-ft.win/test-data-obj-storage/test-data-obj-storage-project-to1tw-JN0MY9y0S0N-0M6cq/-/issues/1#note_202216

Test config yml

Click to expand
gitlab:
  api_url: https://dedicated.distr-qe-test.k8s-ft.win/api/v4
  container_registry_url: registry.dedicated.distr-qe-test.k8s-ft.win

parent_group:
  name: test-data-obj-storage


project:
  # count: 15000
  run_time: 60m
  repository:
    create: false
  assets:
    issues:
      min_items_to_create: 20
      max_items_to_create: 10

concurrencies:
  projects: 5
  issues: 5

Merge request reports

Loading