-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Save agent-id for tasks and add endpoint to get agent tasks #1631
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #1631 +/- ##
==========================================
+ Coverage 39.30% 39.33% +0.03%
==========================================
Files 167 167
Lines 10852 10848 -4
==========================================
+ Hits 4265 4267 +2
+ Misses 6313 6307 -6
Partials 274 274
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
actually after looking again, maybe do not show platform if it's not specified instead of |
@lafriks Good point. |
Save which agent is running a task. This is now visible in the admin UI in the queue and in the agent details screen.
changes