1. 09 Jul, 2020 7 commits
    • Tiger Watson's avatar
      Merge branch... · 46c775f1
      Tiger Watson authored
      Merge branch '30390-race-condition-that-makes-it-possible-to-create-duplicated-labels' into 'master'
      
      Resolve labels with duplicate title and project IDs
      
      See merge request gitlab-org/gitlab!21384
      46c775f1
    • Thong Kuah's avatar
      Merge branch 'sh-fix-issue-404-epics' into 'master' · 2a715242
      Thong Kuah authored
      Fix 404 errors when "No epic" selected
      
      Closes #226999
      
      See merge request gitlab-org/gitlab!36137
      2a715242
    • Paul Slaughter's avatar
      Merge branch 'nfriend-add-global-stubs' into 'master' · fdc866a7
      Paul Slaughter authored
      Allow `@gitlab/ui` mocks to apply to internal imports
      
      See merge request gitlab-org/gitlab!36014
      fdc866a7
    • Thong Kuah's avatar
      Merge branch 'nfriend-fix-npm-template' into 'master' · 617aa2c4
      Thong Kuah authored
      Remove references to "gitlab.com" in NPM `.gitlab-ci.yml` template
      
      See merge request gitlab-org/gitlab!36124
      617aa2c4
    • Ezekiel Kigbo's avatar
      Merge branch... · b8fedbf4
      Ezekiel Kigbo authored
      Merge branch '227088-follow-up-migrate-utility-classes-in-user_popover-vue-to-gitlab-ui-utility-classes' into 'master'
      
      User Popover: migrate BS utility classes to GitLab UI utility classes
      
      See merge request gitlab-org/gitlab!36251
      b8fedbf4
    • Ezekiel Kigbo's avatar
      Merge branch... · 4adfcbe6
      Ezekiel Kigbo authored
      Merge branch '214809-highlight-expired-ssh-or-pat-credentials-in-the-credential-inventory' into 'master'
      
      Highlight expired SSH or PAT credentials in the credential inventory
      
      See merge request gitlab-org/gitlab!35229
      4adfcbe6
    • Stan Hu's avatar
      Fix 404 errors when "No epic" selected · 22d14c36
      Stan Hu authored
      If a user clicked on "No epic" in creating an issuable, a 404 would
      return, and the user would lose all the information entered.  This
      happened because when the button were selected, the frontend would make
      the hidden element active and send the backend a "0" value. To avoid
      this, we now ignore zero values.
      
      Closes https://gitlab.com/gitlab-org/gitlab/-/issues/226999
      22d14c36
  2. 08 Jul, 2020 33 commits