lib/release_tools/patch_release/blog_post/security_issue_entry.rb (4 lines): - line 9: TODO = 'TODO' - line 36: return TODO unless valid_yaml? - line 39: return TODO unless severity - line 60: TODO: add description for this issue spec/lib/release_tools/patch_release/blog_merge_request_spec.rb (4 lines): - line 419: let(:todo_response) { 'TODO: add description for this issue' } - line 455: it 'returns TODO text' do - line 463: it 'returns TODO text' do - line 521: it 'returns TODO when the severity is None' do lib/release_tools/gitlab_client.rb (2 lines): - line 168: # FIXME (rspeicher): See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1032 - line 182: # FIXME (rspeicher): See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1032 lib/release_tools/tasks/production_check/deployment_step.rb (2 lines): - line 24: # FIXME (rspeicher): Can the report get the step from the foreword? - line 25: # FIXME (rspeicher): Why doesn't the report get the status itself? lib/release_tools/public_release/helm_gitlab_release.rb (2 lines): - line 59: # TODO: Remove when 14.5 is the earliest supported version (i.e., 14.8) - line 357: # TODO: Currently the Helm chart does not support required stops based on patch versions lib/release_tools/tasks/auto_build/timer.rb (1 line): - line 65: # TODO: Tag depends on global state extracted by a CI variable that is changed by Prepare. lib/release_tools/tracker/merge_request_updater.rb (1 line): - line 39: # TODO: remove when https://gitlab.com/gitlab-org/gitlab/-/issues/247944 is fixed lib/release_tools/patch_release/blog_merge_request.rb (1 line): - line 94: TODO: add description for this issue lib/release_tools/auto_deploy.rb (1 line): - line 17: # TODO: Relocate -- https://gitlab.com/gitlab-org/release-tools/-/issues/491 lib/release_tools/auto_deploy/deployment_pipeline/latest.rb (1 line): - line 15: # TODO (@rpereira2): Once we stop using coordinator pipelines, we can stop checking them here lib/release_tools/pipeline_tracer/service.rb (1 line): - line 52: # TODO (rpereira2): Do not attempt to generate traces for any pipeline that has not completed: templates/patch_blog_post_merge_request_description.md.erb (1 line): - line 4: - [ ] Complete any sections of the blog post that have TODO in their content. lib/release_tools/commits.rb (1 line): - line 92: # TODO (rpereira2): Raise an error here instead of silently returning nil? spec/lib/release_tools/patch_release/blog_post/security_issue_entry_spec.rb (1 line): - line 83: expect(entry.content).to include("TODO: add description for this issue")