Skip to content

Commit b93c62e

Browse files
Release v2.1.4 (#426)
* Merge pull request #425 from AllenNeuralDynamics/ci-remove-notice-banner ci: removes notice banner * Release v2.1.4 --------- Co-authored-by: Mekhla Kapoor <54870020+mekhlakapoor@users.noreply.github.com>
2 parents 667dfd3 + 9104dad commit b93c62e

5 files changed

Lines changed: 1 addition & 53 deletions

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.3"
11+
__version__ = "2.1.4"
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: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@
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>
3219
{% include 'nav_bar.html' %}
3320
<div>
3421
<h3>Admin</h3>

src/aind_data_transfer_service/templates/index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,6 @@
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>
6451
{% include 'nav_bar.html' %}
6552
<div>
6653
<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: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@
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>
4431
{% include 'nav_bar.html' %}
4532
<div class="content">
4633
<h4 class="mb-2">

src/aind_data_transfer_service/templates/job_status.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,6 @@
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>
4229
{% include 'nav_bar.html' %}
4330
<div class="content">
4431
<!-- display total entries -->

0 commit comments

Comments
 (0)