You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the new dashboard, the build detail view is still using the v2 API. I would like to eventually rely on APIv3 on the dashboard, as that is the stronger API. I encountered the following data from the v2 API was not implemented in the V3 API however:
BuildCommands don't seem to be implemented -- this is the largest blocker
docs_url
commit_url
builder (for debugging only, not super important)
I did find I need the following changes once I can use the APIv3 build enpoint:
add ?expand=config for the config object
It would help if we could expand the notifications on the build APIv3 call and save the extra polling calls. Without this, that view needs to poll two APIs every two seconds while the build is still active.
For now, I can use the notification API v2 endpoints.
The text was updated successfully, but these errors were encountered:
I'm not sure exactly how to prioritize this at the moment, I was hoping we'd be farther into APIv3 fixes for permissions probably. I'm going to move this to new dashboard features milestone, even though this isn't much of a feature.
On the new dashboard, the build detail view is still using the v2 API. I would like to eventually rely on APIv3 on the dashboard, as that is the stronger API. I encountered the following data from the v2 API was not implemented in the V3 API however:
I did find I need the following changes once I can use the APIv3 build enpoint:
?expand=config
for the config objectIt would help if we could expand the notifications on the build APIv3 call and save the extra polling calls. Without this, that view needs to poll two APIs every two seconds while the build is still active.
For now, I can use the notification API v2 endpoints.
The text was updated successfully, but these errors were encountered: