Skip to content

Commit 8c0293a

Browse files
authored
feat(autocomplete): add type generator from the php yaml definitions (#521)
1 parent 168e6bd commit 8c0293a

File tree

342 files changed

+29713
-103
lines changed

Some content is hidden

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

342 files changed

+29713
-103
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
# don't checkout a detatched HEAD
2525
ref: ${{ github.head_ref }}
2626
token: ${{ steps.app-token.outputs.token }}
27+
submodules: recursive
2728

2829
# this is important so git log can pick up on
2930
# the whole history to generate the list of AUTHORS

.github/workflows/check-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151
with:
5252
fetch-depth: 0
53+
submodules: recursive
5354
ref: ${{ github.event.pull_request.head.sha }}
5455

5556
- name: Setup Node.js

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout repository
3232
uses: actions/checkout@v4
33+
with:
34+
submodules: recursive
3335

3436
- name: Initialize CodeQL
3537
uses: github/codeql-action/init@v3

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# don't checkout a detatched HEAD
3333
ref: ${{ github.head_ref }}
3434
token: ${{ steps.app-token.outputs.token }}
35+
submodules: recursive
3536

3637
# this is important so git log has the whole history
3738
fetch-depth: "0"

.github/workflows/update-cidrs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
# don't checkout a detatched HEAD
2626
ref: ${{ github.head_ref }}
2727
token: ${{ steps.app-token.outputs.token }}
28+
submodules: recursive
2829

2930
- uses: actions/setup-node@v4
3031
with:

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ report.json
1212
.compiled-sources
1313
expansions.yml
1414
.nvmrc
15-
.vscode
16-
!.vscode/extentions.json
15+
.vscode/settings.json
1716
.migration-cache
1817
lerna-debug.log
1918
packages/**/*.tgz

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "packages/mql-typescript/mongo-php-library"]
2+
path = packages/mql-typescript/mongo-php-library
3+
url = https://github.com/mongodb-js/mongo-php-library

0 commit comments

Comments
 (0)