Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
52a32a0f
Commit
52a32a0f
authored
Mar 09, 2020
by
Peter Leitzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document intent of status page publishing services
parent
76871355
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
ee/app/services/status_page/publish_details_service.rb
ee/app/services/status_page/publish_details_service.rb
+6
-0
ee/app/services/status_page/publish_list_service.rb
ee/app/services/status_page/publish_list_service.rb
+6
-0
No files found.
ee/app/services/status_page/publish_details_service.rb
View file @
52a32a0f
# frozen_string_literal: true
module
StatusPage
# Render an issue as incident details and publish them to CDN.
#
# This is an internal service which is part of
# +StatusPage::PublishIncidentService+ and is not meant to be called directly.
#
# Consider calling +StatusPage::PublishIncidentService+ instead.
class
PublishDetailsService
<
PublishBaseService
private
...
...
ee/app/services/status_page/publish_list_service.rb
View file @
52a32a0f
# frozen_string_literal: true
module
StatusPage
# Render a list of issues as incidents and publish them to CDN.
#
# This is an internal service which is part of
# +StatusPage::PublishIncidentService+ and is not meant to be called directly.
#
# Consider calling +StatusPage::PublishIncidentService+ instead.
class
PublishListService
<
PublishBaseService
private
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment