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

Fix/fetch executor information #8

Open
wants to merge 63 commits into
base: master
Choose a base branch
from

Conversation

AlexanderMann
Copy link

Motivation

Presently, the data that this tap for jobs focuses solely those data objects returned by fetching all of a workflow's jobs: https://circleci.com/docs/api/v2/index.html#operation/listWorkflowJobs

Those objects, are distinctly different from the full Job Details: https://circleci.com/docs/api/v2/index.html#operation/getJobDetails

This tap is still leveraging the V1 Build implementation to be able to fetch step information: https://circleci.com/docs/api/v1/index.html#jobs

Unfortunately, neither the slimmed down Workflows Jobs data, nor the V1 Build information, has details about things like parallelism, contexts, nor executor (which is the real data I personally am after). So, instead, we submit yet another request to fetch the V2 job details.

…time-buffer-thing

Amann/feature/no more hacky time buffer thing
AlexanderMann and others added 30 commits June 1, 2021 15:30
…okmarks

Amann/feature/incremental bookmarks
…-on-failed-gets

Debug: Get more information on failed gets
…gging-information

Feature: More debugging information
…-cancelling-old-pipelines

Feature/tools for bulk cancelling old pipelines
…is_completed-90-days-old

Fix: CircleCI does not allow the state of aged out pipelines to change
* Add gitleaks scan to CI

* update secops orb
…or-data

Feature: Pull available useful fields from jobs api
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.

4 participants