Skip to content

Commit

Permalink
Merge branch 'renovate/theguild-eslint-config-0.x' into nextra-4--mov…
Browse files Browse the repository at this point in the history
…e-files
  • Loading branch information
dimaMachina committed Dec 16, 2024
2 parents f30c4cf + 8ff64af commit fa6a007
Show file tree
Hide file tree
Showing 49 changed files with 3,552 additions and 1,235 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-actors-pull.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/nice-birds-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hive': patch
---

Move information about target and organization to logger's metadata in usage service
5 changes: 5 additions & 0 deletions .changeset/pretty-planes-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hive': patch
---

Make optional properties optional or nullable in usage report v2
5 changes: 5 additions & 0 deletions .changeset/unlucky-pianos-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hive': patch
---

Fix a missing @join\_\_field on a query field where @override is used, but not in all subgraphs.
4 changes: 4 additions & 0 deletions .github/workflows/dockerize-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
cliVersion:
required: true
type: string
publishLatest:
default: false
type: boolean

jobs:
build-cli-docker-image:
Expand Down Expand Up @@ -64,6 +67,7 @@ jobs:
RELEASE: ${{ inputs.cliVersion }}
BUILD_TYPE: 'publish'
PWD: ${{ github.workspace }}
BUILD_STABLE: ${{ inputs.publishLatest && '1' || '' }}
with:
# See https://github.com/docker/buildx/issues/1533
provenance: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ jobs:
if: ${{ needs.extract-cli-version.outputs.published == 'true' }}
with:
cliVersion: ${{ needs.extract-cli-version.outputs.version }}
publishLatest: false
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ jobs:
if: ${{ needs.publish.outputs.publish == 'true' }}
with:
cliVersion: ${{ needs.publish.outputs.version }}
publishLatest: true
secrets: inherit
Loading

0 comments on commit fa6a007

Please sign in to comment.