Skip to content

Commit

Permalink
docs: remove duplicate sidebar item; sort sdks (#1558)
Browse files Browse the repository at this point in the history
* fix: remove duplicate sidebar entry

* fix: sort sdk list
  • Loading branch information
thomasheartman committed May 3, 2022
1 parent 67f9277 commit 188352c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/sidebars.js
Expand Up @@ -69,7 +69,6 @@ module.exports = {
'user_guide/create_feature_toggle',
'how-to/how-to-define-custom-context-fields',
'how-to/how-to-use-custom-strategies',
'how-to/how-to-capture-impression-data',
'how-to/how-to-schedule-feature-releases',
],
type: 'category',
Expand Down Expand Up @@ -202,8 +201,8 @@ module.exports = {
'sdks/proxy-ios',
'sdks/proxy-javascript',
'sdks/proxy-react',
'sdks/proxy-svelte',
'sdks/proxy-vue',
'sdks/proxy-svelte'
],
},
{
Expand Down

10 comments on commit 188352c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 4b1cbc4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/yarn' failed with exit code 1
St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run failed

Failed tests: 1/863. Failed suites: 1/124.
  ● Querying with multiple filters ANDs the filters

    expected 201 "Created", got 400 "Bad Request"

      626 |         .post(`/api/admin/features/${feature1Name}/tags`)
      627 |         .send(tag)
    > 628 |         .expect(201);
          |          ^
      629 |     await app.request
      630 |         .post(`/api/admin/features/${feature2Name}/tags`)
      631 |         .send(tag2)

      at Object.<anonymous> (src/test/e2e/api/admin/feature.e2e.test.ts:628:10)
          at runMicrotasks (<anonymous>)
      ----
      at Test._assertStatus (node_modules/supertest/lib/test.js:252:14)
      at node_modules/supertest/lib/test.js:306:17
      at Test._assertFunction (node_modules/supertest/lib/test.js:285:13)
      at Test.assert (node_modules/supertest/lib/test.js:164:23)
      at Server.localAssert (node_modules/supertest/lib/test.js:120:14)

Report generated by 🧪jest coverage report action from 6181347

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 6ebd0dc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from c1066da

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 933dbf1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 5f12382

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 1826397

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 6689553

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/yarn' failed with exit code 1
St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run failed

Failed tests: 1/863. Failed suites: 1/124.
  ● Querying with multiple filters ANDs the filters

    expected 201 "Created", got 400 "Bad Request"

      626 |         .post(`/api/admin/features/${feature1Name}/tags`)
      627 |         .send(tag)
    > 628 |         .expect(201);
          |          ^
      629 |     await app.request
      630 |         .post(`/api/admin/features/${feature2Name}/tags`)
      631 |         .send(tag2)

      at Object.<anonymous> (src/test/e2e/api/admin/feature.e2e.test.ts:628:10)
          at runMicrotasks (<anonymous>)
      ----
      at Test._assertStatus (node_modules/supertest/lib/test.js:252:14)
      at node_modules/supertest/lib/test.js:306:17
      at Test._assertFunction (node_modules/supertest/lib/test.js:285:13)
      at Test.assert (node_modules/supertest/lib/test.js:164:23)
      at Server.localAssert (node_modules/supertest/lib/test.js:120:14)

Report generated by 🧪jest coverage report action from 4befef1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5173/5672
🟡 Branches 79.35% 807/1017
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.13% 5052/5544

Test suite run success

862 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 4befef1

Please sign in to comment.