ISISComputingGroup / ISISComputingGroup/HotfixStatusChecker
Rethink architecture
- Ngôn ngữ chính
- Python
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I think that rather than ssh'ing into an instrument to check its git status, we should host a REST API which presents it without auth.
This would make the jenkins job a bit more secure and simpler.
Consider using something like https://fastapi.tiangolo.com/ which runs the commands in https://github.com/ISISComputingGroup/HotfixStatusChecker/blob/master/utils/hotfix_utils/InstrumentChecker.py on the server-side, which runs a service (under procserv?) and responds to a call like
GET GITSTATUS - > output of `git status --porcelain`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.