An error occurred fetching the project authors.
  1. 18 Sep, 2019 4 commits
  2. 17 Sep, 2019 7 commits
  3. 16 Sep, 2019 2 commits
  4. 13 Sep, 2019 4 commits
  5. 12 Sep, 2019 4 commits
  6. 11 Sep, 2019 7 commits
    • George Koltsov's avatar
      Remove unused i18n key · 98a7e549
      George Koltsov authored
      98a7e549
    • Brian Kabiro's avatar
      Add a space between CI warning messages · 561fd235
      Brian Kabiro authored
      Finishes #13655
      561fd235
    • Nathan Friend's avatar
      Make MR pipeline widget text more descriptive (CE) · 11f1305e
      Nathan Friend authored
      This change updates the text of the pipeline widget that appears on the
      merge request page. The text has been made more consistent between
      different types of pipelines; this makes the front-end implementation
      simpler and more maintainable.  In addition, the type of pipeline is
      (i.e. regular pipeline, merge request pipeline, detached pipeline)
      included in the text, making this type more obvious to the end user.
      
      Some information has been removed from the widget as part of this
      change; however, any information that was removed already appears
      elsewhere on the merge request page.
      11f1305e
    • Nathan Friend's avatar
      Make MR pipeline widget text more descriptive (EE) · 66aae5f1
      Nathan Friend authored
      This change updates the text of the pipeline widget that appears on the
      merge request page. The text has been made more consistent between
      different types of pipelines; this makes the front-end implementation
      simpler and more maintainable.  In addition, the type of pipeline is
      (i.e. regular pipeline, merge request pipeline, detached pipeline)
      included in the text, making this type more obvious to the end user.
      
      Some information has been removed from the widget as part of this
      change; however, any information that was removed already appears
      elsewhere on the merge request page.
      66aae5f1
    • Filipa Lacerda's avatar
      Enables Run Pipeline button to be rendered · 4faccf96
      Filipa Lacerda authored
      In the Merge Request view, under pipelines tab
      the user can see a run pipeline button
      
      Adds axios post request to button click
      
      Adds the logic to handle the user click,
      refresh the table and disable the button while thee
      request is being made
      
      Updates UI for desktop and mobile
      
      Adds specs
      Regenerates potfile
      
      Follow-up after review
      
      Uses .finally to avoid code repetition
      4faccf96
    • Achilleas Pipinellis's avatar
      The operations dashboard is in Premium/Silver · b7a7f593
      Achilleas Pipinellis authored
      The operations dashboard feature was brought from Ultimate to Premium
      in GitLab 11.10
      https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10586.
      
      This renames some missing items from Gold to Silver.
      b7a7f593
    • Filipa Lacerda's avatar
      Enables Run Pipeline button to be rendered · 48b98b58
      Filipa Lacerda authored
      In the Merge Request view, under pipelines tab
      the user can see a run pipeline button
      
      Adds axios post request to button click
      
      Adds the logic to handle the user click,
      refresh the table and disable the button while thee
      request is being made
      
      Updates UI for desktop and mobile
      
      Adds specs
      Regenerates potfile
      
      Follow-up after review
      
      Uses .finally to avoid code repetition
      48b98b58
  7. 10 Sep, 2019 12 commits