Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
gwcelery
Commits
a716cfef
Commit
a716cfef
authored
2 years ago
by
Cody Messick
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug in views
parent
543a1e13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1135
Fix bug in views
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gwcelery/views.py
+6
-2
6 additions, 2 deletions
gwcelery/views.py
with
6 additions
and
2 deletions
gwcelery/views.py
+
6
−
2
View file @
a716cfef
...
...
@@ -199,8 +199,12 @@ def _construct_igwn_alert_and_send_prelim_alert(superevent_event_list,
'
object
'
:
superevent
}
orchestrator
.
earlywarning_preliminary_alert
(
event
,
alert
,
superevent_id
,
initiate_voevent
)
orchestrator
.
earlywarning_preliminary_alert
(
event
,
alert
,
alert_type
=
'
preliminary
'
,
initiate_voevent
=
initiate_voevent
)
@app.route
(
'
/send_preliminary_gcn
'
,
methods
=
[
'
POST
'
])
...
...
This diff is collapsed.
Click to expand it.
Cody Messick
@cody.messick
mentioned in issue
#564 (closed)
·
2 years ago
mentioned in issue
#564 (closed)
mentioned in issue #564
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment