Skip to content

Move Security::IssuesTable to Security::IssueTable::Service

Reuben Pereira requested to merge rp/move-security-issue-table-class into master

What does this MR do and why?

Describe in detail what your merge request does and why.

  • Move lib/release_tools/security/issues_table.rb to lib/release_tools/security/issue_table/service.rb. I didn't name the class Coordinator to reduce confusion with classes that deal with the coordinator pipeline.
  • Rename the public method of the class from generate to execute. execute makes more sense now that the class is named Service.

Author Check-list

  • Has documentation been updated?

Merge request reports