An error occurred fetching the project authors.
  1. 31 Mar, 2020 1 commit
    • ap4y's avatar
      Update Threat Monitoring empty states · a5b628ac
      ap4y authored
      This commit updates empty state images and copy on the Threat
      Monitoring page. Documentation links are also updated to point to the
      corresponding sections.
      a5b628ac
  2. 16 Mar, 2020 1 commit
  3. 10 Jan, 2020 2 commits
    • Mark Florian's avatar
      Improve Threat Monitoring backend integration · 23b64639
      Mark Florian authored
      Part of [WAF statistics reporting][1].
      
      This improves the integration with the backend for WAF statistics
      reporting in a few ways.
      
      In particular, this:
      
      - Handles 404 responses from the WAF statistics endpoint not as errors,
        but as an indication that there is no data to display.
      - Displays a new empty state when there is no data to display.
      - Handles 204 No Content responses from the WAF statisics endpoint, and
        continues to poll until a 200 OK response (or any error) is received.
        To do this, the existing `pollUntilComplete` utility was moved to
        a more shared location, and tests were added for it.
      
      [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
      23b64639
    • Illya Klymov's avatar
      Remove { sync: false } · f745fbbd
      Illya Klymov authored
      This commit removes { sync: false } accross entire codebase
      This is useless since upgrade to @vue/test-utils 1.0.0.beta-30
      f745fbbd
  4. 09 Jan, 2020 1 commit
  5. 08 Jan, 2020 1 commit
  6. 06 Jan, 2020 1 commit
  7. 02 Jan, 2020 1 commit
  8. 16 Dec, 2019 1 commit
    • Mark Florian's avatar
      Implement store and environment filter · 1deb1dfb
      Mark Florian authored
      Part of [WAF statistics reporting][1].
      
      This adds the bulk of the Vuex store for fetching environments and
      the WAF statistics, and the filter bar component which allows selection
      of the current environment.
      
      This also:
      
      - Aligns the UI with the latest designs, including the help link
        popover, copy, and the alert variant
      - Fixes/improves existing tests (avoiding verbose snapshots)
      
      [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
      1deb1dfb
  9. 12 Dec, 2019 1 commit