Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd9be72

Browse files
committed
rename
1 parent 86d74dc commit bd9be72

929 files changed

Lines changed: 5270 additions & 12669 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docker-launchql.yaml renamed to .github/workflows/docker-constructive.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ on:
1414
workflow_dispatch: {}
1515

1616
concurrency:
17-
group: ${{ github.workflow }}-${{ github.ref }}-docker-launchql
17+
group: ${{ github.workflow }}-${{ github.ref }}-docker-constructive
1818
cancel-in-progress: true
1919

2020
jobs:
21-
build-push-launchql:
21+
build-push-constructive:
2222
if: github.event_name != 'pull_request'
2323
strategy:
2424
fail-fast: false
@@ -38,7 +38,7 @@ jobs:
3838

3939
env:
4040
REPO: ghcr.io/${{ github.repository_owner }}
41-
IMAGE_NAME: launchql
41+
IMAGE_NAME: constructive
4242

4343
steps:
4444
- name: Checkout
@@ -116,18 +116,18 @@ jobs:
116116

117117
# Assemble per-architecture images into a single
118118
# multi-arch manifest for each tag.
119-
publish-launchql-manifest:
119+
publish-constructive-manifest:
120120
if: github.event_name != 'pull_request'
121121
runs-on: ubuntu-latest
122-
needs: build-push-launchql
122+
needs: build-push-constructive
123123

124124
permissions:
125125
contents: read
126126
packages: write
127127

128128
env:
129129
REPO: ghcr.io/${{ github.repository_owner }}
130-
IMAGE_NAME: launchql
130+
IMAGE_NAME: constructive
131131

132132
steps:
133133
- name: Set up Docker Buildx

.github/workflows/run-tests.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,43 +24,43 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
- package: packages/mime-bytes
27+
- package: streaming/mime-bytes
2828
env: {}
29-
- package: packages/core
29+
- package: pgpm/core
3030
env: {}
3131
- package: packages/cli
3232
env: {}
3333
- package: packages/client
3434
env:
3535
TEST_DATABASE_URL: postgres://postgres:password@pg_db:5432/postgres
36-
- package: packages/pgsql-test
36+
- package: postgres/pgsql-test
3737
env: {}
3838
- package: packages/orm
3939
env: {}
4040
- package: packages/url-domains
4141
env: {}
42-
- package: packages/uuid-hash
42+
- package: streaming/uuid-hash
4343
env: {}
44-
- package: packages/uuid-stream
44+
- package: streaming/uuid-stream
4545
env: {}
46-
- package: packages/introspectron
46+
- package: postgres/introspectron
4747
env: {}
4848
- package: packages/query-builder
4949
env: {}
50-
- package: packages/query
50+
- package: graphql/query
5151
env: {}
52-
- package: packages/launchql-gen
52+
- package: graphql/codegen
5353
env: {}
54-
- package: packages/pg-ast
54+
- package: postgres/pg-ast
5555
env: {}
56-
- package: packages/pg-codegen
56+
- package: postgres/pg-codegen
5757
env: {}
58-
- package: packages/content-type-stream
58+
- package: streaming/content-type-stream
5959
env: {}
60-
- package: packages/s3-streamer
60+
- package: streaming/s3-streamer
6161
env:
6262
BUCKET_NAME: test-bucket
63-
- package: packages/upload-names
63+
- package: streaming/upload-names
6464
env: {}
6565
- package: graphile/graphile-test
6666
env: {}

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
lerna-debug.log
66
.vscode
77
ignore
8-
packages/pgsql-test/output/
8+
postgres/pgsql-test/output/
99
.claude
10-
*.tsbuildinfo
10+
*.tsbuildinfo

0 commit comments

Comments
 (0)