Commit 85aad24
authored
W-19307418 Implement agent parameters handling (#60)
* Implement agent parameters handling and PII detection in ApiBodyDocumentElement
* 4.4.13
* Remove unnecessary blank line in ApiBodyDocumentElement.js
* Update @api-components/amf-helper-mixin to version 4.5.33 in package.json and package-lock.json
* Update GitHub Actions workflow to use Node.js 18 and Ubuntu 22.04, remove Windows testing, and enhance Playwright setup.
* Update dependencies in package.json and package-lock.json, including downgrading @web/dev-server and @web/test-runner versions, upgrading eslint to version 8.0.0, and updating lint-staged to version 11.2.2. Add new dependencies and remove deprecated ones.
* Comment out the testRunnerHtml function in web-test-runner.config.mjs to disable custom HTML output for test runners.
* Refactor GitHub Actions workflow to improve testing setup by enabling Windows support, updating Node.js and checkout actions, and enhancing caching for npm dependencies.
* Update test commands in package.json to use npx for web-test-runner, ensuring consistent execution across environments.
* Restore the testRunnerHtml function in web-test-runner.config.mjs to enable custom HTML output for test runners.
* Refactor test commands in package.json to remove npx, streamlining execution of web-test-runner.
* Update test and start scripts in package.json to use npx for improved command execution consistency.1 parent 226dcc3 commit 85aad24
File tree
4 files changed
+5021
-1777
lines changed- .github/workflows
- src
4 files changed
+5021
-1777
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
0 commit comments