-
Notifications
You must be signed in to change notification settings - Fork 1
Changes to enable web based UI #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…achine and receive requests for to start rsync instances This requires extraction of some logic from where it is currently embedded in the TUI
Includes the addition of users to the database so that tokens may be generated with username and password
…instrument server and the Murfey server to give the Murfey server access to the instrument server
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
==========================================
- Coverage 30.57% 29.28% -1.29%
==========================================
Files 62 72 +10
Lines 8343 9140 +797
Branches 1506 1671 +165
==========================================
+ Hits 2551 2677 +126
- Misses 5700 6368 +668
- Partials 92 95 +3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Large set of changes which introduce two new server components:
As the client is no longer necessary there is some refactoring of endpoints to avoid the need for client IDs with a focus on Murfey session IDs instead which should also aid recovery in the event of instrument server failures.