Commit ddfc9ee1 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Add missing step folding feature

parent 19c49994
Loading
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -2737,12 +2737,12 @@ features:
    circle_ci: false
    travis_ci: false
  - title: "Issue Board Swimlanes"
    description: "View horizontal swimlanes of issues in the issue board, separated by milestones or labels"
    description: "View horizontal swimlanes of issues in the issue board, separated by milestones or labels."
    link_description: "Issue Board Swimlanes"
    link: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/979'
    solution: missing
  - title: "Fast SSH Key Lookup"
    description: "Authorize SSH users via a fast, indexed lookup in the GitLab database"
    description: "Authorize SSH users via a fast, indexed lookup in the GitLab database."
    link_description: "Learn more about Fast SSH Key Lookup"
    link: 'https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html'
    solution: security
@@ -2751,3 +2751,16 @@ features:
    gitlab_eep: true
    gitlab_eeu: true
    include_on_features_page: false
  - title: "Step folding for CI/CD logs"
    description: |
      Collapse the job log output for each command.
    link_description: "Read more on the issue"
    link: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/14664'
    solution: missing
    gitlab_ce: false
    gitlab_ees: false
    gitlab_eep: false
    gitlab_ci: false
    travis_ci: true
    jenkins: true
    circle_ci: true