TDV Adapter for GitHub

Build 23.0.8847

MergeQueues

Lists information about the different labels you can apply on an issue.

View-Specific Information

Select

The adapter uses the GitHub Data API API to process WHERE clause conditions built with the below columns and operators. The adapter processes other filters client-side within the adapter.

  • Branch supports the '=' comparison operator.
For example, the following queries are processed server side:
SELECT * FROM [Repository].[MergeQueues] WHERE [Repository].[MergeQueues].[Branch] = 'test'

Columns

Name Type References OrderBySupport Description
Id [KEY] String The ID of the MergeQueueEntry object.
ResourcePath String The HTTP path for the merge queue.
Branch String The name of the branch to get the merge queue for.
Url String The HTTP URL for the merge queue.
RepositoryId String The ID of the repository.
NextEntryEstimatedTimeToMerge Int The estimated time in seconds until a newly added entry would be merged.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8847