Commit f91762e
authored
Refactor feedback-callback and update package dependencies (#688)
* Migrated the following feedback-callback logic blocks into individual modules, and added unit tests:
* 'atlas_update'
* 'data_collection'
* 'data_collection_group'
* 'processing_job'
* Modified `feedback_callback` entry points to return dictionary instead of boolean
* Updated project package dependencies**
* Removed the version lock on `stomp-py` from when `8.1.1` caused us issues
* Removed the FastAPI version lock from when there were conflicting `httpx` version dependencies
* Added `graypy` as an explicit package dependency, since we use it directly
* Removed `backports.entry_points_selectable` now that Python 3.9 has been dropped1 parent 443fec9 commit f91762e
File tree
23 files changed
+784
-380
lines changed- src/murfey
- client
- server
- api
- util
- workflows
- clem
- notifications
- spa
- tomo
- tests
- server
- workflows
23 files changed
+784
-380
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
752 | 754 | | |
753 | 755 | | |
754 | 756 | | |
755 | | - | |
756 | | - | |
757 | | - | |
| 757 | + | |
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
796 | | - | |
797 | | - | |
| 795 | + | |
798 | 796 | | |
799 | 797 | | |
800 | 798 | | |
| |||
853 | 851 | | |
854 | 852 | | |
855 | 853 | | |
856 | | - | |
| 854 | + | |
857 | 855 | | |
858 | 856 | | |
859 | 857 | | |
| |||
0 commit comments