Skip to content
Snippets Groups Projects
  1. Jan 23, 2025
  2. Jan 20, 2025
  3. Jan 14, 2025
  4. Dec 13, 2024
  5. Dec 12, 2024
  6. Oct 25, 2024
  7. Aug 08, 2024
    • Brian Williams's avatar
      Remove `project_level_sbom_occurrences` feature flag · 29c2f524
      Brian Williams authored
      This flag was in front of the last remaining usages of the dependency
      list reports. Alongside this flag removal, we can delete all the old
      code which is used to create and parse dependency list reports.
      
      Changelog: removed
      EE: true
      Verified
      29c2f524
    • Brian Williams's avatar
      Remove `Security::ReportFetchService` and refactor tests · 6fdfd67d
      Brian Williams authored
      With the completion of !161512
      we no longer have any frontend code which relies on the `report`
      structure, so we can safely remove it from the dependencies response. We
      will continue to use it for the project dependencies export to avoid
      introducing a breaking change. This change also refactors
      `dependencies_controller_spec.rb` to prepare it for the removal of the
      `project_level_sbom_occurrences` feature flag.
      
      Changelog: changed
      EE: true
      Verified
      6fdfd67d
  8. May 23, 2024
  9. Feb 02, 2024
  10. Jan 02, 2024
  11. Aug 17, 2023
  12. Aug 15, 2023
  13. Jul 28, 2023
  14. Feb 01, 2023
  15. Jan 18, 2023
  16. Jan 03, 2023
  17. Dec 07, 2022
  18. Aug 23, 2022
    • Albert's avatar
      Rename scope method · 298ab3db
      Albert authored
      298ab3db
    • Albert's avatar
      Replace *_reports scope · e8fee4bb
      Albert authored
      Change Ci::JobArtifact.sbom_reports to for_report(:sbom)
      Change Ci::JobArtifact.license_scanning_reports to for_report(:license_scanning)
      Change Ci::JobArtifact.dependency_list_reports to for_report(:dependency_list)
      Change Ci::JobArtifact.container_scanning_reports to for_report(:container_scanning)
      Change Ci::JobArtifact.dast_reports to for_report(:dast)
      Change Ci::JobArtifact.metrics_reports to for_report(:metrics)
      Change Ci::JobArtifact.coverage_fuzzing_reports to for_report(:coverage_fuzzing)
      Change Ci::JobArtifact.api_fuzzing_reports to for_report(:api_fuzzing)
      Change Ci::JobArtifact.test_reports to for_report(:test)
      Change Ci::JobArtifact.sast_reports to for_report(:sast)
      Change Ci::JobArtifact.secret_detection to for_report(:secret_detection)
      Change Ci::JobArtifact.accessibility to for_report(:accessibility)
      Change Ci::JobArtifact.coverage_reports to for_report(:coverage)
      Change Ci::JobArtifact.codequality_reports to for_report(:codequality)
      e8fee4bb
  19. May 23, 2022
  20. Mar 18, 2022
  21. Mar 11, 2022
    • Bob Van Landuyt's avatar
      Remove dependency_list usage counter · 22c0c91c
      Bob Van Landuyt authored
      This counter counting usage by project, resulting in an ever growing
      set in Redis as the feature gains adoption.
      
      This data wasn't useful, while still consuming a relatively high
      amount of memory, so we removed it.
      
      A better approach would be using Redis HLL counters for this.
      Verified
      22c0c91c
  22. Dec 16, 2021
  23. Jun 02, 2021
  24. Apr 15, 2021
  25. Mar 18, 2021
  26. Feb 10, 2021
  27. Jan 28, 2021
  28. Nov 11, 2020
  29. Oct 08, 2020
  30. Aug 28, 2020
  31. May 15, 2020
  32. Apr 16, 2020
    • Mark Florian's avatar
      Enable new Dependency List UI · 61be8524
      Mark Florian authored
      This enables by default the `dependency_list_ui` feature flag. In
      addition, some styling workarounds have been applied, which will be
      removed in later iterations.
      
      Part of [Update dependencies table UI][1].
      
      [1]: #195928
      61be8524
  33. Apr 09, 2020
    • Mark Florian's avatar
      Update dependencies table UI · 0e6fbe01
      Mark Florian authored
      Part of [Update dependencies table UI][1].
      
      This is the largest piece that implements the new table layout. It's
      behind the `dependency_list_ui` feature flag, which is currently
      disabled by default. This means that the existing UI is still in place,
      and unaffected.
      
      Specifically, this:
      
      - Reimplements the table using `GlTable` from GitLab UI
      - Removes the UI tabs
      - Combines the component name and version columns
      - Adds a warning badge for rows with vulnerabilities
      - Adds a document icon to the location column
      
      [1]: #195928
      0e6fbe01
  34. Dec 18, 2019
  35. Dec 12, 2019
Loading