1. 24 Aug, 2019 6 commits
    • Sam Beckham's avatar
      Moves container scanning logic to the backend · 24652977
      Sam Beckham authored
      - Uses the baceng API to parse container scanning logic on the MR page.
      - Maps the slightly misaligned data in the vulnerabilities
      - Uses polling because the end point is a polling one
      - Adds an action for storing the endpoint in vuex
      - Adds a new action for calling the endpoint
      - Puts all the above behind a feature flag
      - Adds action tests
      - Adds mutation tests
      - Adds component tests
      - Fixes issues the tests brought up
      - - Text generation failed without a head or base path
      - - Report visibilty failed without a head or base path
      24652977
    • GitLab Bot's avatar
      1c9a1820
    • Tim Zallmann's avatar
      Merge branch '66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master' · b15f0388
      Tim Zallmann authored
      Enable line charts in dashbaord panels and embedded charts
      
      Closes #66073
      
      See merge request gitlab-org/gitlab-ce!31920
      b15f0388
    • GitLab Bot's avatar
      632c6a10
    • Stan Hu's avatar
      Merge branch 'fix-migration' into 'master' · 892e4c0d
      Stan Hu authored
      Delete rename trigger before creating to prevent error
      
      See merge request gitlab-org/gitlab-ce!32147
      892e4c0d
    • Reuben Pereira's avatar
      Drop existing trigger before creating new one · 599cc499
      Reuben Pereira authored
      - When renaming a column concurrently, drop any existing trigger before
      attempting to create a new one.
      
      When running migration specs multiple times (as it happens during
      local development), the down method of previous migrations are called.
      If any of the called methods contains a call to
      rename_column_concurrently, a trigger will be created and not removed.
      So, the next time a migration spec is run, if the same down method is
      executed again, it will cause an error when attempting to create the
      trigger (since it already exists). Dropping the trigger if it already
      exists will prevent this problem.
      599cc499
  2. 23 Aug, 2019 34 commits