206 Commits

Author SHA1 Message Date
Dan
b3a410954b restrict all endpoints. 2021-02-15 15:58:04 -05:00
Dan
1efee85595 fixing signature for list samples. 2021-02-15 12:10:15 -05:00
Dan
fdd21d8d34 Get Samples must remain the same as it is on the master branch, as this is used by external teams. Looks like you have the same identical code in the dashboard that I am removing here. 2021-02-15 12:07:44 -05:00
Dan
14dc370c1d Removing "correct_computing_id", which has run, and is no longer needed. 2021-02-15 11:39:50 -05:00
Dan
78c1431565 Removing "split_location_columns", which has run, and is no longer needed. 2021-02-15 11:37:57 -05:00
Dan
9de6602667 Removing "merge_similar_records", which has run, and is no longer needed. 2021-02-15 11:35:49 -05:00
Dan
f4dd5d8e71 We lost some critical files that enable us to send out email notifications from the system. Adding these back in. 2021-02-15 11:31:19 -05:00
Dan
2fad04f2aa Adding email templates back in. 2021-02-15 11:02:39 -05:00
Dan
bad64b4b34 Merge branch 'master' into angular2 2021-02-15 10:46:43 -05:00
Nile Walker
d0b05017f5 Readded Label Count 2021-02-04 09:16:47 -05:00
Nile Walker
5a64a1d205 Added email vaildation 2021-02-04 09:11:19 -05:00
Nile Walker
5baca8fa3f Changed 'url' to request.host_url 2021-02-03 09:28:01 -05:00
Nile Walker
171b3540f1 Added Redirect 2021-02-03 09:14:52 -05:00
Nile Walker
b4c8cf7400 Readded Test Inclusion Option 2021-02-01 08:36:48 -05:00
Nile Walker
ebb8a62a08 Added Notifications per file searching 2021-01-29 16:40:10 -05:00
Dan
5ac5cfdc5d Add a field to sample that contains the moment the sample was added to the database, and make it possible to retrieve records on this date. 2021-01-29 14:18:44 -05:00
Nile Walker
05411971ad Added include tests form option 2021-01-29 09:57:58 -05:00
Nile Walker
b56f70579a Merged Histories with Master 2021-01-29 09:40:59 -05:00
Nile Walker
2ef54468f2 Merge branch 'master' of https://github.com/sartography/uva-covid19-testing-communicator into angular2 2021-01-29 09:31:58 -05:00
Dan
22026e2ed7 fixing days in graph. 2021-01-26 20:30:22 -05:00
Dan Funk
a48abfe8b8
Merge pull request #7 from sartography/dashboard
Dashboard
2021-01-20 20:52:33 -05:00
Nile Walker
8ae3032ec5 Updated Weekday counts 2021-01-20 18:54:25 -05:00
Nile Walker
42db4c3df4 Updated Calendar 2021-01-20 18:52:43 -05:00
Nile Walker
8257cebad1 Calender Fix 1 2021-01-20 18:51:27 -05:00
Nile Walker
750f480c15 Updated Frontend Text 2021-01-20 18:45:23 -05:00
Dan
bf73824da1 Fix invalid url. 2021-01-20 11:19:53 -05:00
Dan
7d33606f56 order the samples by last modified, if that is what is provided as an argument, otherwise base order on created_on 2021-01-19 17:25:26 -05:00
Dan Funk
1cae3ac4f4
Merge pull request #6 from sartography/dashboard
Dashboard
2021-01-19 16:56:48 -05:00
Dan
0549bb4107 Fixing failing tests. 2021-01-19 16:49:59 -05:00
Dan
19be071ac1 Missed a migration. 2021-01-19 16:47:39 -05:00
Dan
b3e4bfb3f5 Add a field to sample that contains the moment the sample was added to the database, and make it possible to retrieve records on this date. 2021-01-19 15:47:41 -05:00
Nile Walker
ac429fab63 Updated Dow Code 2021-01-19 09:42:15 -05:00
Nile Walker
6ed087a4e2 Added base_href to sidenav 2021-01-14 22:27:23 -05:00
Nile Walker
cf42450447 Updated label coloring 2021-01-14 22:18:02 -05:00
Nile Walker
2d387e80f7 Fixed Tiles, Updated Search Buttons, and computeId 2021-01-14 11:22:50 -05:00
Nile Walker
868d6be0de Merge branch 'dashboard' of https://github.com/sartography/uva-covid19-testing-communicator into dashboard 2021-01-14 09:21:07 -05:00
Nile Walker
b65832b054 Readded Tiles 2021-01-14 09:20:55 -05:00
Dan Funk
7dad879c13 Merge pull request #4 from sartography/dashboard
Dashboard
2021-01-13 17:10:36 -05:00
Dan
12d15f959a I encountered an error where the station was None, causing the cast to int to fail, and the whole interface stopped loading. 2021-01-13 17:03:50 -05:00
Dan
de56367723 re-adding removed migrations.
Comment out test assertions that can't possibly work at the moment.
2021-01-13 15:56:11 -05:00
Nile Walker
38b17bca90 Added launch json to ingore file 2021-01-12 13:32:49 -05:00
Nile Walker
ec0968681c Added Migrations from master 2021-01-12 13:28:51 -05:00
Nile Walker
f54d4ef454 Set last_modified back to non_nullable 2021-01-12 13:24:54 -05:00
Dan
061432092e Merge branch 'master' into dashboard 2021-01-12 10:43:32 -05:00
Nile Walker
f314ef0f2c Added Inventory page 2021-01-12 10:13:14 -05:00
Dan
b34963b667 Be sure to import the scheduler, or our scheduled tasks won't run, and notifications won't go out. 2021-01-11 11:05:53 -05:00
Nile Walker
9c7df39fe8 Added Imported Files Page 2021-01-11 10:43:36 -05:00
Nile Walker
46ddf269e1 Service runs but not tests have been written 2021-01-11 08:03:45 -05:00
Nile Walker
80668d6c50 Merge branch 'master' of https://github.com/sartography/uva-covid19-testing-communicator into dashboard 2021-01-11 07:49:23 -05:00
Nile Walker
389a3b6e3d column sample.last_modified does not exist\n 2021-01-11 07:49:08 -05:00