Skip to content

Commit 883f74d

Browse files
dreamorosiam29d
andcommitted
docs(maintenance): add processes tab (#1747)
* docs(maintenance): update mkdocs to support tabs * chore(ci): add parallel test npm script * chore(ci): add jest command * docs(maintenance): add testing page to navbar * docs(maintenance): add contributing info * chore: update roadmap * chore: update release drafter workflow to allow for manual trigger * fix formatting * docs: maintainers handbook * chore: link to new location * fix links * Update docs/maintainers.md Co-authored-by: Alexander Schueren <[email protected]> --------- Co-authored-by: Alexander Schueren <[email protected]>
1 parent 8115ba9 commit 883f74d

File tree

8 files changed

+61
-62
lines changed

8 files changed

+61
-62
lines changed

Diff for: MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
> [!IMPORTANT]
2-
> Maintainers' playbook moved: https://docs.powertools.aws.dev/lambda/typescript/latest/maintainers/
2+
> Maintainers' playbook moved: https://docs.powertools.aws.dev/lambda/typescript/latest/maintainers/

Diff for: docs/maintainers.md

+56-52
Large diffs are not rendered by default.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
"engines": {
7777
"node": ">=16"
7878
}
79-
}
79+
}

Diff for: packages/batch/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"test": "npm run test:unit",
1414
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
1515
"jest": "jest --detectOpenHandles --verbose",
16-
"test:e2e:nodejs14x": "echo 'Not Implemented'",
1716
"test:e2e:nodejs16x": "echo 'Not Implemented'",
1817
"test:e2e:nodejs18x": "echo 'Not Implemented'",
1918
"test:e2e:nodejs20x": "echo 'Not Implemented'",
@@ -81,4 +80,4 @@
8180
"devDependencies": {
8281
"@aws-lambda-powertools/testing-utils": "file:../testing"
8382
}
84-
}
83+
}

Diff for: packages/idempotency/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"test": "npm run test:unit",
1414
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
1515
"jest": "jest --detectOpenHandles --verbose",
16-
"test:e2e:nodejs14x": "RUNTIME=nodejs14x jest --group=e2e",
1716
"test:e2e:nodejs16x": "RUNTIME=nodejs16x jest --group=e2e",
1817
"test:e2e:nodejs18x": "RUNTIME=nodejs18x jest --group=e2e",
1918
"test:e2e:nodejs20x": "RUNTIME=nodejs20x jest --group=e2e",

Diff for: packages/metrics/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
"scripts": {
1313
"test": "npm run test:unit",
1414
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
15-
<<<<<<< HEAD
16-
"jest": "jest --detectOpenHandles --verbose",
17-
"test:e2e:nodejs14x": "RUNTIME=nodejs14x jest --group=e2e",
18-
=======
19-
>>>>>>> f113ef18 (chore(maintenance): bump dependencies & drop nodejs14x (#1687))
2015
"test:e2e:nodejs16x": "RUNTIME=nodejs16x jest --group=e2e",
2116
"test:e2e:nodejs18x": "RUNTIME=nodejs18x jest --group=e2e",
2217
"test:e2e:nodejs20x": "RUNTIME=nodejs20x jest --group=e2e",

Diff for: packages/parameters/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"scripts": {
1313
"test": "npm run test:unit",
1414
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
15+
"jest": "jest --detectOpenHandles --verbose",
1516
"test:e2e:nodejs16x": "RUNTIME=nodejs16x jest --group=e2e",
1617
"test:e2e:nodejs18x": "RUNTIME=nodejs18x jest --group=e2e",
1718
"test:e2e:nodejs20x": "RUNTIME=nodejs20x jest --group=e2e",

Diff for: packages/tracer/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"scripts": {
1313
"test": "npm run test:unit",
1414
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
15+
"jest": "jest --detectOpenHandles --verbose",
1516
"test:e2e:nodejs16x": "RUNTIME=nodejs16x jest --group=e2e",
1617
"test:e2e:nodejs18x": "RUNTIME=nodejs18x jest --group=e2e",
1718
"test:e2e:nodejs20x": "RUNTIME=nodejs20x jest --group=e2e",

0 commit comments

Comments
 (0)