An error occurred fetching the project authors.
  1. 27 Feb, 2020 1 commit
  2. 26 Feb, 2020 3 commits
    • Mark Florian's avatar
      Address review feedback and pipeline failures · 77648998
      Mark Florian authored
      - Fix ESLint errors
      - Update gitlab.pot translations
      - Use optional chaining
      - Make template prettier
      - Extract `find` helper in specs
      - [Use refs][1] instead of legacy `js-` classes for component testing
      
      And last but not least: import used `expand-button` component.
      
      It turns out the original creation of this component wasn't perfect,
      done in 18d13bf7, as it didn't bring
      over the `expand-button` component from the parent modal from which it
      was extracted.
      
      Still, this went unnoticed for around 10 months, so I'm not convinced
      `instances` are often - or ever - present in vulnerabilities/findings.
      
      The snapshot test has been updated to include it as well.
      
      [1]: https://docs.gitlab.com/ce/development/testing_guide/frontend_testing.html#how-to-query-dom-elements
      77648998
    • Kirstie Cook's avatar
      Create the UpdateDashboardService · 37fd5c23
      Kirstie Cook authored
      Add update route to dashboard controller
      
      Add update action to dashboard controller
      
      Start adding specs for UpdateDashboardService
      
      Serve :bad_request when the file update fails
      
      Add test for path traversal
      
      Flesh out dashboard details and additional specs
      
      Run static analysis
      
      Fixing comment
      37fd5c23
    • Andy Soiron's avatar
      Introduce Group Hooks limits · 8f2f2105
      Andy Soiron authored
      Adding a validation to GroupHook
      that checks if the limit for
      webhook on a group is exceeded.
      
      The limit is to prevent projects
      from triggering too many webhooks
      8f2f2105
  3. 25 Feb, 2020 14 commits
  4. 24 Feb, 2020 8 commits
  5. 21 Feb, 2020 3 commits
  6. 20 Feb, 2020 4 commits
  7. 19 Feb, 2020 6 commits
  8. 18 Feb, 2020 1 commit