otter-service-stdalone 1.1.3__py3-none-any.whl → 1.1.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- otter_service_stdalone/__init__.py +1 -1
- otter_service_stdalone/index.html +4 -2
- otter_service_stdalone/scripts/web_socket.js +1 -0
- {otter_service_stdalone-1.1.3.dist-info → otter_service_stdalone-1.1.4.dist-info}/METADATA +1 -1
- {otter_service_stdalone-1.1.3.dist-info → otter_service_stdalone-1.1.4.dist-info}/RECORD +8 -8
- {otter_service_stdalone-1.1.3.dist-info → otter_service_stdalone-1.1.4.dist-info}/WHEEL +0 -0
- {otter_service_stdalone-1.1.3.dist-info → otter_service_stdalone-1.1.4.dist-info}/entry_points.txt +0 -0
- {otter_service_stdalone-1.1.3.dist-info → otter_service_stdalone-1.1.4.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.1.
|
1
|
+
__version__ = "1.1.4"
|
@@ -118,9 +118,11 @@
|
|
118
118
|
</form>
|
119
119
|
</div>
|
120
120
|
</div>
|
121
|
-
<div
|
121
|
+
<div>
|
122
122
|
<p class="title is-3">Notebook Grading Progress</p>
|
123
|
-
<
|
123
|
+
<div id="messages">
|
124
|
+
<p id="none-msg">No submissions are being graded</p>
|
125
|
+
</div>
|
124
126
|
</div>
|
125
127
|
</div>
|
126
128
|
</div>
|
@@ -121,6 +121,7 @@ function _updateSubmission(submission_key, index, messages){
|
|
121
121
|
header.style.backgroundColor = '#7BAE37';
|
122
122
|
var subheader = document.getElementById("sub-header-" + submission_key)
|
123
123
|
subheader.innerHTML = " Submission Progress: Submission #" + (index+1) + "</br>Download Code: " + submission_key;
|
124
|
+
newMessageContent.style.display = 'none';
|
124
125
|
}
|
125
126
|
}
|
126
127
|
|
@@ -1,12 +1,12 @@
|
|
1
|
-
otter_service_stdalone/__init__.py,sha256=
|
1
|
+
otter_service_stdalone/__init__.py,sha256=XxXhu8-QnuD9hA8Ah0WX5rgpt_DwOQmAwcK-FtpngyQ,22
|
2
2
|
otter_service_stdalone/access_sops_keys.py,sha256=nboU5aZ84Elrm5vO0dMgpIF5LLcnecpNAwpxKvj6DvU,2129
|
3
3
|
otter_service_stdalone/app.py,sha256=NCfmpjb1FePUCeAqcGzcYScfdgY4yQH3YJ-qSAA5UYI,13346
|
4
4
|
otter_service_stdalone/fs_logging.py,sha256=IKFZkc5TmpI6G3vTYFAU9jDjQ-GT5aRxk8kdZ0h0kJE,2390
|
5
5
|
otter_service_stdalone/grade_notebooks.py,sha256=9pi4F4y5GCXf3kEQf8hCIJyFGOHx1zb8WZd2s8TqCuU,2945
|
6
|
-
otter_service_stdalone/index.html,sha256
|
6
|
+
otter_service_stdalone/index.html,sha256=egDgltPDGIgxqDiR4vXNd7xwG58poM1X98DoItKJqAA,6946
|
7
7
|
otter_service_stdalone/upload_handle.py,sha256=PbpQEyUIPKercJ9hegKwvxHBvSc9uylhIfwjvHybjs0,5061
|
8
8
|
otter_service_stdalone/user_auth.py,sha256=L9Kfj1BsQttAteHhRn71IUY8WX9nvBy3MXVGq1yjTtE,4253
|
9
|
-
otter_service_stdalone/scripts/web_socket.js,sha256=
|
9
|
+
otter_service_stdalone/scripts/web_socket.js,sha256=qDQEIo0V8LIu1EzF9EVb3MxintVXbbR0DXO9YR7p5TY,5034
|
10
10
|
otter_service_stdalone/secrets/gh_key.dev.yaml,sha256=ORUVDu8SDcv0OE2ThwROppeg7y8oLkJJbPTCMn0s5l0,1138
|
11
11
|
otter_service_stdalone/secrets/gh_key.local.yaml,sha256=NtPXXyGf1iSgJ9Oa2ahvIEf_fcmflB3dwd3LWyCgxis,1138
|
12
12
|
otter_service_stdalone/secrets/gh_key.prod.yaml,sha256=6vgLqHzDp8cVAOJlpSXGDTUjSI6EyCb6f1-SSVG2rqw,1138
|
@@ -14,8 +14,8 @@ otter_service_stdalone/secrets/gh_key.staging.yaml,sha256=cKVqj4dcwuz2LhXwMNQy_1
|
|
14
14
|
otter_service_stdalone/static_files/README_DO_NOT_DISTRIBUTE.txt,sha256=eMqBa1du1u0c07fuG3Eu9DDHuixRTFEbiQwrlvAnL1Y,353
|
15
15
|
otter_service_stdalone/static_templates/403.html,sha256=7eO3XQsEkl4nF8PEeFkLwCzGBfdZ3kkkeu_Kgpgbh0k,1440
|
16
16
|
otter_service_stdalone/static_templates/500.html,sha256=t6DeEMp8piSWyBToHb_JpTrw3GStAHFrozlmeuXyamg,1421
|
17
|
-
otter_service_stdalone-1.1.
|
18
|
-
otter_service_stdalone-1.1.
|
19
|
-
otter_service_stdalone-1.1.
|
20
|
-
otter_service_stdalone-1.1.
|
21
|
-
otter_service_stdalone-1.1.
|
17
|
+
otter_service_stdalone-1.1.4.dist-info/METADATA,sha256=OBzAJHVSxmBiBE9LC4ryzvKDsNpEL9h2v48pFuDld_I,1467
|
18
|
+
otter_service_stdalone-1.1.4.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
19
|
+
otter_service_stdalone-1.1.4.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
|
20
|
+
otter_service_stdalone-1.1.4.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
|
21
|
+
otter_service_stdalone-1.1.4.dist-info/RECORD,,
|
File without changes
|
{otter_service_stdalone-1.1.3.dist-info → otter_service_stdalone-1.1.4.dist-info}/entry_points.txt
RENAMED
File without changes
|
{otter_service_stdalone-1.1.3.dist-info → otter_service_stdalone-1.1.4.dist-info}/top_level.txt
RENAMED
File without changes
|