Skip to content

Commit

Permalink
feat: copy from vald-client-node (#280)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored May 7, 2024
1 parent 0b892ce commit 53c71e7
Show file tree
Hide file tree
Showing 173 changed files with 31,142 additions and 93,726 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
# - uses: vdaas/vald-client-ci/.github/actions/e2e@main
- uses: vdaas/vald-client-ci/.github/actions/e2e@feat/add-common-workflows
with:
client_type: java
client_type: node
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
# uses: vdaas/vald-client-ci/.github/workflows/_release.yaml@main
uses: vdaas/vald-client-ci/.github/workflows/_release.yaml@feat/add-common-workflows
with:
client_type: java
client_type: node
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# uses: vdaas/vald-client-ci/.github/workflows/sync.yaml@main
uses: vdaas/vald-client-ci/.github/workflows/sync.yaml@feat/add-common-workflows
with:
client_type: java
client_type: node
secrets:
CI_USER: ${{ secrets.DISPATCH_USER }}
CI_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
Expand Down
18 changes: 3 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
node_modules
/vald
/vald-origin

# gogoproto
src/main/java/com/google/protobuf/GoGoProtos.java

wordvecs1000.json

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build

.classpath
.project
.settings
bin
/coverage
/tests/wordvecs1000.json
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.github/
.fossa
node_modules/
vald
!src/vald
!src/vald/v1/vald
vald-origin/
example/
example-ts/
tmp/
jest.config.ts
tests/
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
Loading

0 comments on commit 53c71e7

Please sign in to comment.