Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ jobs:
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
MONITORING_API_KEY: ${{ secrets.MONITORING_API_KEY }}
METIS_APPLICATION_ID: ${{ secrets.METIS_APPLICATION_ID }}
METIS_API_KEY: ${{ secrets.METIS_API_KEY }}
outputs:
hasBreakingChanges: ${{ steps.breakingChanges.outputs.hasBreakingChanges }}
name: client ${{ matrix.client.language }}@${{ matrix.client.version }}
Expand Down
8 changes: 6 additions & 2 deletions .redocly.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
apis:
abtesting:
root: specs/abtesting/spec.yml
abtesting-v3:
root: specs/abtesting-v3/spec.yml
advanced-personalization:
root: specs/advanced-personalization/spec.yml
analytics:
root: specs/analytics/spec.yml
composition:
root: specs/composition/spec.yml
ingestion:
root: specs/ingestion/spec.yml
insights:
root: specs/insights/spec.yml
monitoring:
root: specs/monitoring/spec.yml
rules:
security-defined: off
personalization:
root: specs/personalization/spec.yml
query-suggestions:
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ specs/ @algolia/doc-approvers
website/ @algolia/doc-approvers
specs/advanced-personalization @algolia/predict-fe
specs/composition @algolia/composition
specs/composition-full @algolia/composition
specs/abtesting-v3 @algolia/optimization
specs/analytics @algolia/optimization

Expand Down
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*"
],
"scripts": {
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies ",
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies ",
"clean": "lerna run clean",
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
"test": "lerna run test $*",
Expand Down Expand Up @@ -45,7 +45,7 @@
"maxSize": "4.85KB"
},
{
"path": "packages/client-composition/dist/builds/browser.umd.js",
"path": "packages/composition/dist/builds/browser.umd.js",
"maxSize": "4.75KB"
},
{
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading