1. 30 Oct, 2019 12 commits
    • Shinya Maeda's avatar
      Squashed commit of the following: · 2b2f2821
      Shinya Maeda authored
      commit 7acc01f59c2954cfaa7de1cba93ddf160c938009
      Author: Your Name <you@example.com>
      Date:   Wed Oct 23 18:37:02 2019 +0700
      
          Edit release page - Back-end
      
          Squashed commit of the following:
      
          commit 0dce2c9ac97a6f2f588daeb0b81dde59590bb171
          Author: Etienne Baqué <ebaque@gitlab.com>
          Date:   Sun Oct 20 21:36:25 2019 +0300
      
              Removed unused links from the Release API doc
      
          commit d8438b837b8a164596aaa86ce3922eb3cd356a54
          Author: Etienne Baqué <ebaque@gitlab.com>
          Date:   Wed Oct 16 15:32:19 2019 +0300
      
              More updates based on code review
      
              Moved edit_url to Release entity class.
              Preloaded namspaces in Release finder.
      
          commit 2fad9190a3aa701f13265b37adf8c14e165191ee
          Author: Etienne Baqué <ebaque@gitlab.com>
          Date:   Tue Oct 15 13:14:40 2019 +0300
      
              Modified release route constraint
      
          commit 91038cb485e8884c2b83e672b86bd0abe9c867f9
          Author: Etienne Baqué <ebaque@gitlab.com>
          Date:   Fri Oct 11 10:51:06 2019 +0300
      
              Fixed various files based on code review
      
              Changed edit to edit_url in Release API.
              Added feature flag in ReleaseController.
              Refactored method into Release model.
      
          commit 2e0a9cf588232bad03aa2893938852551e32c2f2
          Author: Etienne Baqué <ebaque@gitlab.com>
          Date:   Thu Oct 10 09:48:43 2019 +0300
      
              Removed access to release edit page
      
          commit 57896ac535dc881e0b7f28a93c678ec87911dd50
          Author: Etienne Baqué <ebaque@gitlab.com>
          Date:   Wed Oct 9 12:56:10 2019 +0300
      
              Added tests for _links in release payload
      
              Added rspecs for ReleaseController#edit.
              Adjusted API schemas for testing.
              Updated Release API documentation.
      
          commit d9314c150ff4a09e4733b86a5203e7110f784a7f
          Author: Etienne Baqué <ebaque@gitlab.com>
          Date:   Sun Sep 29 23:16:17 2019 +0300
      
              Added routes for Release edit and update
      2b2f2821
    • Mark Lapierre's avatar
      Merge branch 'ml-qa-quarantine-failing-test' into 'master' · 4a65acd7
      Mark Lapierre authored
      Quarantine failing test
      
      See merge request gitlab-org/gitlab!19343
      4a65acd7
    • Natalia Tepluhina's avatar
      Merge branch '33306-missing-field-discussions' into 'master' · 312c07be
      Natalia Tepluhina authored
      Adds discussion to the optimistic design response
      
      See merge request gitlab-org/gitlab!19297
      312c07be
    • Sam Beckham's avatar
      Adds discussion to the optimistic design response · bfd143b4
      Sam Beckham authored
      This prevents a warning from occouring when we upload a design
      bfd143b4
    • Mark Lapierre's avatar
      Quarantine failing test · 7bfcccff
      Mark Lapierre authored
      7bfcccff
    • Natalia Tepluhina's avatar
      Merge branch 'ph/35080/fixCommentOutputInHowToMergeModal' into 'master' · 0456a43b
      Natalia Tepluhina authored
      Fix HAML comment being visible in merge modal
      
      Closes #35080
      
      See merge request gitlab-org/gitlab!19224
      0456a43b
    • Natalia Tepluhina's avatar
      Merge branch '10242-move-old-vulns-api-to-vuln-findings' into 'master' · 675a4286
      Natalia Tepluhina authored
      Move Vulnerabilities API to Vulnerability Findings API
      
      See merge request gitlab-org/gitlab!19029
      675a4286
    • Victor Zagorodny's avatar
      Reserve Vulnerabilities API for FCV only · 29018b2f
      Victor Zagorodny authored
      The /api/v4/project/:id/vulnerabilities is going
      to be used for serving the new Vulnerability model
      instances for First-class Vulnerabilities feature.
      The previous behavior (responding with
      Vulnerabilities::Occurrence) is moved to
      /api/v4/project/:id/vulnerability_findings path
      unconditionally (regardless of the feature flag).
      This is a breaking change.
      29018b2f
    • Stan Hu's avatar
      Merge branch 'revert-9dafee7b' into 'master' · 63a21c00
      Stan Hu authored
      Revert "Merge branch '33601-use-ci-default-branch' into 'master'"
      
      See merge request gitlab-org/gitlab!19334
      63a21c00
    • Avielle Wolfe's avatar
      Revert "Merge branch '33601-use-ci-default-branch' into 'master'" · 1f92e5f5
      Avielle Wolfe authored
      This reverts merge request !18915
      1f92e5f5
    • Stan Hu's avatar
      Merge branch '34887-fix-prom-duplicate-metrics' into 'master' · 3bcd5302
      Stan Hu authored
      Fix Prometheus duplicate metrics
      
      See merge request gitlab-org/gitlab!19327
      3bcd5302
    • David Wilkins's avatar
      Fix duplicated prometheus messages · 4b53ae67
      David Wilkins authored
      - Issue 34887 details prometheus metrics being duplicated once
        with one line having a 0 count and the other having a valid count
      
      - Update lib/gitlab/metrics/requests_rack_middleware.rb to add
        .to_i to the status value.
      
      - Add changelog for
        https://gitlab.com/gitlab-org/gitlab/merge_requests/19327
      4b53ae67
  2. 29 Oct, 2019 28 commits