An error occurred fetching the project authors.
  1. 23 Oct, 2020 2 commits
  2. 24 Aug, 2020 1 commit
    • Lukas Eipert's avatar
      Utilize GitLab UI icon component: ee/ · a4901248
      Lukas Eipert authored
      This replaces all the usages of ~/vue_shared/components/icon.vue with
      the corresponding GitLab UI component for all remaining ee/ components.
      
      In a previous MR [0] we already replaced the internal implementation
      with the GitLab UI component. This should allow us to migrate all usages
      without any test failures relating to the differences in their
      implementation.
      
      The actual deletion of the file will be done in a follow-up in case we
      have missed an instance or someone introduces a new one in the
      meanwhile.
      
      [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
      a4901248
  3. 26 May, 2020 1 commit
  4. 06 Feb, 2020 1 commit
    • David Pisek's avatar
      Add unscanned projects: Vue components · 998189a7
      David Pisek authored
      This commit adds two components to render a list of unscanned
      projects within the group security dashboard.
      
      It includes:
      
      * Vue components
      * Tests
      * Translation files
      998189a7