Skip to content

Commit 667dfd3

Browse files
authored
Merge pull request #423 from AllenNeuralDynamics/release-v2.1.3
Release v2.1.3
2 parents 8399b56 + 97d0a8d commit 667dfd3

5 files changed

Lines changed: 53 additions & 1 deletion

File tree

src/aind_data_transfer_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import yaml
99
from pythonjsonlogger import json as log_json
1010

11-
__version__ = "2.1.2"
11+
__version__ = "2.1.3"
1212

1313

1414
# We want to standardize the timestamp format to UTC and ISO-8601, which

src/aind_data_transfer_service/templates/admin.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
</style>
1717
</head>
1818
<body>
19+
<!-- Maintenance Banner - Delete this section after maintenance -->
20+
<div class="alert alert-warning alert-dismissible fade show" role="alert">
21+
<div class="d-flex align-items-center">
22+
<i class="bi bi-exclamation-triangle-fill me-2" style="font-size: 1.2em;"></i>
23+
<div>
24+
<strong>Scheduled Maintenance Notice:</strong>
25+
The data transfer service will be undergoing maintenance on
26+
<strong>Wednesday, June 17th from 9:00 AM - 11:00 AM Pacific Time</strong>.
27+
Please refrain from submitting upload jobs during this time period.
28+
</div>
29+
</div>
30+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
31+
</div>
1932
{% include 'nav_bar.html' %}
2033
<div>
2134
<h3>Admin</h3>

src/aind_data_transfer_service/templates/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@
4848
</style>
4949
</head>
5050
<body>
51+
<!-- Maintenance Banner - Delete this section after maintenance -->
52+
<div class="alert alert-warning alert-dismissible fade show" role="alert">
53+
<div class="d-flex align-items-center">
54+
<i class="bi bi-exclamation-triangle-fill me-2" style="font-size: 1.2em;"></i>
55+
<div>
56+
<strong>Scheduled Maintenance Notice:</strong>
57+
The data transfer service will be undergoing maintenance on
58+
<strong>Wednesday, June 17th from 9:00 AM - 11:00 AM Pacific Time</strong>.
59+
Please refrain from submitting upload jobs during this time period.
60+
</div>
61+
</div>
62+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
63+
</div>
5164
{% include 'nav_bar.html' %}
5265
<div>
5366
<p1>For instructions on how to submit jobs click on the Help tab</p1>

src/aind_data_transfer_service/templates/job_params.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@
2828
</style>
2929
</head>
3030
<body>
31+
<!-- Maintenance Banner - Delete this section after maintenance -->
32+
<div class="alert alert-warning alert-dismissible fade show" role="alert">
33+
<div class="d-flex align-items-center">
34+
<i class="bi bi-exclamation-triangle-fill me-2" style="font-size: 1.2em;"></i>
35+
<div>
36+
<strong>Scheduled Maintenance Notice:</strong>
37+
The data transfer service will be undergoing maintenance on
38+
<strong>Wednesday, June 17th from 9:00 AM - 11:00 AM Pacific Time</strong>.
39+
Please refrain from submitting upload jobs during this time period.
40+
</div>
41+
</div>
42+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
43+
</div>
3144
{% include 'nav_bar.html' %}
3245
<div class="content">
3346
<h4 class="mb-2">

src/aind_data_transfer_service/templates/job_status.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@
2626
</style>
2727
</head>
2828
<body>
29+
<!-- Maintenance Banner - Delete this section after maintenance -->
30+
<div class="alert alert-warning alert-dismissible fade show" role="alert">
31+
<div class="d-flex align-items-center">
32+
<i class="bi bi-exclamation-triangle-fill me-2" style="font-size: 1.2em;"></i>
33+
<div>
34+
<strong>Scheduled Maintenance Notice:</strong>
35+
The data transfer service will be undergoing maintenance on
36+
<strong>Wednesday, June 17th from 9:00 AM - 11:00 AM Pacific Time</strong>.
37+
Please refrain from submitting upload jobs during this time period.
38+
</div>
39+
</div>
40+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
41+
</div>
2942
{% include 'nav_bar.html' %}
3043
<div class="content">
3144
<!-- display total entries -->

0 commit comments

Comments
 (0)