Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Michael William Coughlin
GraceDB Server
Commits
aeaa3450
Commit
aeaa3450
authored
13 years ago
by
Brian Moe
Browse files
Options
Downloads
Patches
Plain Diff
Added GRB to lvalert list and rss feeds.
parent
58b66f61
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
settings.py
+3
-1
3 additions, 1 deletion
settings.py
settings_dev.py
+1
-1
1 addition, 1 deletion
settings_dev.py
templates/feeds/index.html
+13
-13
13 additions, 13 deletions
templates/feeds/index.html
with
17 additions
and
15 deletions
settings.py
+
3
−
1
View file @
aeaa3450
# Django settings for gracedb project.
import
os
DEBUG
=
False
TEMPLATE_DEBUG
=
DEBUG
...
...
@@ -34,6 +35,7 @@ XMPP_ALERT_CHANNELS = [
'
test_cwb
'
,
'
cbc_lowmass
'
,
'
test_lowmass
'
,
'
test_grb
'
,
]
DATABASE_ENGINE
=
'
mysql
'
...
...
@@ -50,7 +52,7 @@ LATENCY_MAXIMUM_CHARTED = 1800
LATENCY_REPORT_WEB_PAGE_FILE_PATH
=
LATENCY_REPORT_DEST_DIR
+
"
/latency.inc
"
# RSS Feed Defaults
FEED_MAX_RESULTS
=
7
5
FEED_MAX_RESULTS
=
5
0
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
...
...
This diff is collapsed.
Click to expand it.
settings_dev.py
+
1
−
1
View file @
aeaa3450
...
...
@@ -41,7 +41,7 @@ LATENCY_MAXIMUM_CHARTED = 1800
LATENCY_REPORT_WEB_PAGE_FILE_PATH
=
LATENCY_REPORT_DEST_DIR
+
"
/latency.inc
"
# RSS Feed Defaults
FEED_MAX_RESULTS
=
7
5
FEED_MAX_RESULTS
=
5
0
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
...
...
This diff is collapsed.
Click to expand it.
templates/feeds/index.html
+
13
−
13
View file @
aeaa3450
...
...
@@ -7,30 +7,30 @@
{% block content %}
<p>
<a
href=
"
/gracedb/feeds/
latest/"
>
All Latest Events
</a>
<a
href=
"latest/"
>
All Latest Events
</a>
<ul>
<li><a
href=
"
/gracedb/feeds/
latest/burst/"
>
Burst
</a></li>
<li><a
href=
"latest/burst/"
>
Burst
</a></li>
<ul>
<li><a
href=
"
/gracedb/feeds/
latest/burst/omega"
>
Omega
</a></li>
<li><a
href=
"
/gracedb/feeds/
latest/stochastic/cwb"
>
CWB
</a></li>
<li><a
href=
"
/gracedb/feeds/
latest/burst/q"
>
Q
</a></li>
<li><a
href=
"
/gracedb/feeds/
latest/burst/x"
>
X
</a></li>
<li><a
href=
"latest/burst/omega"
>
Omega
</a></li>
<li><a
href=
"latest/stochastic/cwb"
>
CWB
</a></li>
<li><a
href=
"latest/burst/q"
>
Q
</a></li>
<li><a
href=
"latest/burst/x"
>
X
</a></li>
</ul>
</ul>
<ul>
<li><a
href=
"
/gracedb/feeds/
latest/cbc/"
>
CBC
</a></li>
<li><a
href=
"latest/cbc/"
>
CBC
</a></li>
<ul>
<li><a
href=
"
/gracedb/feeds/
latest/cbc/lowmass"
>
Low Mass
</a></li>
<li><a
href=
"
/gracedb/feeds/
latest/cbc/highmass"
>
High Mass
</a></li>
<li><a
href=
"
/gracedb/feeds/
latest/cbc/grb"
>
GRB
</a></li>
<li><a
href=
"
/gracedb/feeds/
latest/cbc/ringdown"
>
Ringdown
</a></li>
<li><a
href=
"
/gracedb/feeds/
latest/cbc/mbtaonline"
>
MBTA Online
</a></li>
<li><a
href=
"latest/cbc/lowmass"
>
Low Mass
</a></li>
<li><a
href=
"latest/cbc/highmass"
>
High Mass
</a></li>
<li><a
href=
"latest/cbc/grb"
>
GRB
</a></li>
<li><a
href=
"latest/cbc/ringdown"
>
Ringdown
</a></li>
<li><a
href=
"latest/cbc/mbtaonline"
>
MBTA Online
</a></li>
</ul>
</ul>
<ul>
<li><a
href=
"
/gracedb/feeds/
latest/stochastic/"
>
Stochastic
</a></li>
<li><a
href=
"latest/stochastic/"
>
Stochastic
</a></li>
</ul>
</p>
...
...
This diff is collapsed.
Click to expand it.
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