forked from cerc-io/snowballtools-base
Display build logs only when available (#10)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Co-authored-by: Neeraj <neeraj.rtly@gmail.com> Reviewed-on: cerc-io/snowballtools-base#10
This commit is contained in:
@@ -24,7 +24,11 @@ query ($projectId: String!) {
|
||||
updatedAt
|
||||
prodBranch
|
||||
auctionId
|
||||
deployerLrns
|
||||
deployers {
|
||||
deployerApiUrl
|
||||
deployerId
|
||||
deployerLrn
|
||||
}
|
||||
fundsReleased
|
||||
framework
|
||||
repository
|
||||
@@ -76,7 +80,11 @@ query ($organizationSlug: String!) {
|
||||
description
|
||||
framework
|
||||
auctionId
|
||||
deployerLrns
|
||||
deployers {
|
||||
deployerApiUrl
|
||||
deployerId
|
||||
deployerLrn
|
||||
}
|
||||
fundsReleased
|
||||
prodBranch
|
||||
webhooks
|
||||
@@ -199,7 +207,11 @@ query ($searchText: String!) {
|
||||
description
|
||||
framework
|
||||
auctionId
|
||||
deployerLrns
|
||||
deployers {
|
||||
deployerApiUrl
|
||||
deployerId
|
||||
deployerLrn
|
||||
}
|
||||
fundsReleased
|
||||
prodBranch
|
||||
webhooks
|
||||
|
||||
@@ -176,7 +176,7 @@ export type Project = {
|
||||
description: string;
|
||||
template: string;
|
||||
framework: string;
|
||||
deployerLrns: string[];
|
||||
deployers: [Deployer]
|
||||
auctionId: string;
|
||||
fundsReleased: boolean;
|
||||
webhooks: string[];
|
||||
|
||||
Reference in New Issue
Block a user