Skip to content
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

Add runner, new logic and API endpoints #1

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Add runner, new logic and API endpoints #1

merged 1 commit into from
Aug 28, 2024

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Aug 27, 2024

  • remove no longer needed api endpoints and logic
  • add new admin endpoints
    • /api/admin/enable_user
  • add new runner endpoints
    • /api/runner/request_job
    • /api/runner/input_file
    • /api/runner/result

@lkeegan lkeegan force-pushed the runner branch 3 times, most recently from 2f396a3 to ec129fb Compare August 28, 2024 14:21
- runner
  - python script to poll backend for jobs, download a job, run analysis, upload results
  - packaged as a miniconda docker image
  - docker-compose.yml to run multiple replicas of the image
- backend
  - remove no longer needed api endpoints and logic
  - update logic of remaining endpoints
  - add new admin endpoints
    - `/api/admin/enable_user`
    - `/api/admin/disable_user`
  - add new runner endpoints
    - `/api/runner/request_job`
    - `/api/runner/input_file`
    - `/api/runner/result`
- frontend
  - update text and fields
  - remove old sample options, add new ones
  - admins can enable/disable users
@lkeegan lkeegan merged commit 0402ea9 into main Aug 28, 2024
3 checks passed
@lkeegan lkeegan deleted the runner branch September 30, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant