Skip to content

Commit 9884be6

Browse files
ClaraMullermillotpshortcuts
authored
feat(specs): merge composition & composition-full (#5333)
Co-authored-by: Pierre Millot <[email protected]> Co-authored-by: shortcuts <[email protected]>
1 parent 04adb4d commit 9884be6

File tree

222 files changed

+475
-19040
lines changed

Some content is hidden

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

222 files changed

+475
-19040
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ jobs:
316316
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
317317
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
318318
MONITORING_API_KEY: ${{ secrets.MONITORING_API_KEY }}
319+
METIS_APPLICATION_ID: ${{ secrets.METIS_APPLICATION_ID }}
320+
METIS_API_KEY: ${{ secrets.METIS_API_KEY }}
319321
outputs:
320322
hasBreakingChanges: ${{ steps.breakingChanges.outputs.hasBreakingChanges }}
321323
name: client ${{ matrix.client.language }}@${{ matrix.client.version }}

.redocly.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
apis:
22
abtesting:
33
root: specs/abtesting/spec.yml
4+
abtesting-v3:
5+
root: specs/abtesting-v3/spec.yml
6+
advanced-personalization:
7+
root: specs/advanced-personalization/spec.yml
48
analytics:
59
root: specs/analytics/spec.yml
10+
composition:
11+
root: specs/composition/spec.yml
612
ingestion:
713
root: specs/ingestion/spec.yml
814
insights:
915
root: specs/insights/spec.yml
1016
monitoring:
1117
root: specs/monitoring/spec.yml
12-
rules:
13-
security-defined: off
1418
personalization:
1519
root: specs/personalization/spec.yml
1620
query-suggestions:

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ specs/ @algolia/doc-approvers
55
website/ @algolia/doc-approvers
66
specs/advanced-personalization @algolia/predict-fe
77
specs/composition @algolia/composition
8-
specs/composition-full @algolia/composition
98
specs/abtesting-v3 @algolia/optimization
109
specs/analytics @algolia/optimization
1110

clients/algoliasearch-client-javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/*"
88
],
99
"scripts": {
10-
"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 ",
10+
"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 ",
1111
"clean": "lerna run clean",
1212
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
1313
"test": "lerna run test $*",
@@ -45,7 +45,7 @@
4545
"maxSize": "4.85KB"
4646
},
4747
{
48-
"path": "packages/client-composition/dist/builds/browser.umd.js",
48+
"path": "packages/composition/dist/builds/browser.umd.js",
4949
"maxSize": "4.75KB"
5050
},
5151
{

clients/algoliasearch-client-javascript/packages/client-composition/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

clients/algoliasearch-client-javascript/packages/client-composition/README.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

clients/algoliasearch-client-javascript/packages/client-composition/builds/browser.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

clients/algoliasearch-client-javascript/packages/client-composition/builds/fetch.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

clients/algoliasearch-client-javascript/packages/client-composition/builds/node.ts

Lines changed: 0 additions & 48 deletions
This file was deleted.

clients/algoliasearch-client-javascript/packages/client-composition/builds/worker.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)