Commit 1c5a4d0
Adding Jest test and pipeline output location change (#83)
* adding new folders to exclude
* updating the architecture diagrams
* adding / moving helper scripts
* moving the base image assests to source-repo
* adjusting buildspec file with new nfs mount location & adding debug logs
* refactoring poky/poky-ami project & esling formatting
* eslint & jest config refactoring / updates
* library version updates & scripts commands ajdustments
* github workflow adjustment to conform with new script location
* deprecating existing/former cdk libraries and test
* updating package-lock.json
* adding new refactored version of the CDK construct with less dependecies between each other:
- improve the overall deployment time
- reduce the number of EFS instance requried (1 from 3 per pipeline)
- provide reuable resourcess across pipelines (s3 buckets, kms keys, ecr reigistry, etc)
- remove oprhan code
* updated readme
* updated tests snapshot
* eslint reformatting
* forcing dependency to prevent iam role issue on first run of pipeline
* managin eof / eol with lf only (as I'm working o windows and this can cause issues if env is not configured properly)
* updated test due to dependency change
* moving build assets script out to avoid deployment in dist
* updating reference to build assets script
* adding execute permission
* package.json:
- updated dependencies/devDependencies/peerDependencies
- added license attribute
- switching to yarn
README.md:
- doc adjustement due toyarn switch
- confirmed steps for linking
Yarn switch for the following reasons:
- provides better linking / dependencies management
- faster than npm (somehow)
- enable easier linking when developping
* downsizing codebuild ComputeType to save on cost and because resources are not fully used
* Normalize all the line endings
* forcing lf endings
* adding docker image file to allow uplaod & zip of source repo via cdk assets
* variable renaming to improve readability
* differentiating ProjectKind from deprecated API
* - code refactoring to remove local archive creation (using assets and bucket deployement instead
- variable renaming to improve readability
* minor comment changes
* moving the vmimport bucket class to the deprecated folder
* adjusting the vmimport bucket class import
* removing references to VMImportBucket
* simplifying the build asset script
* excluding the test folder from the dist/build output
* adding excluded folder fom build and eslint
* cleanup and relocation of scripts and assets
* variable renaming to improve readability
* - variable renaming to improve readability
- removed use of custom S3 Bucket object for VM Import (enabled by design if needed)
- updating nag snapshots
* updating script path
* varible renaming to improve readability
* switching to S3 poll trigger
* code cleanup
* adjusting the readme with additional details
* function refactoring
* improving the doc / readme
* minor change in navigation
* adding the ability to use a custom local source path be used to create a pipeline
* switching to codepipeline_actions.S3Trigger.EVENTS,
* - switching to codepipeline_actions.S3Trigger.EVENTS,
- adding a custom project type where you can provide the location of your buildspec
* variable renaming
* - extending create ami script with additional parameters
- adding tags and name to the created ami
* test updates
* removing node 18/20 support
* removing deprecated code
* switching to yarn
* switching to yarn
* fixing shell check
* fixing shell check warnings
* adjusting shell check script path
* pre-commit failures fixes
* pre-commit failures fixes
* adding a post install script to force dist folder generation on install
* reveerting change
* adjusting lifecycle scripts
* updating to Yarn 2 (v4.6.0)
* updating to Yarn 2 (v4.6.0)
* adding package-lock for npm compatibility
* fixing renesas script
* doc issue
* adjusting packge.json with files to include
* adjusting packge.json with files to include
* refactoring build process
* refactoring build process
* refactoring build process
* refactoring build process
* adding vscode settings
* revisiting eslint / jest config to accomodate build change
* addressing typedoc issue with incomplete link
* removing unused code
* minor update due to package.json change
* adding exclusing in the npmignore
* adding exclusing in the npmignore
* fixing type for environment variables in code pipelines
* adding jest test and fixing output location for pipelines
* adding jest test and fixing output location for pipelines
* Update doc.yml
update to support yarn
* Major update to 0.2.0 (#76)
* adding new folders to exclude
* updating the architecture diagrams
* adding / moving helper scripts
* moving the base image assests to source-repo
* adjusting buildspec file with new nfs mount location & adding debug logs
* refactoring poky/poky-ami project & esling formatting
* eslint & jest config refactoring / updates
* library version updates & scripts commands ajdustments
* github workflow adjustment to conform with new script location
* deprecating existing/former cdk libraries and test
* updating package-lock.json
* adding new refactored version of the CDK construct with less dependecies between each other:
- improve the overall deployment time
- reduce the number of EFS instance requried (1 from 3 per pipeline)
- provide reuable resourcess across pipelines (s3 buckets, kms keys, ecr reigistry, etc)
- remove oprhan code
* updated readme
* updated tests snapshot
* eslint reformatting
* forcing dependency to prevent iam role issue on first run of pipeline
* managin eof / eol with lf only (as I'm working o windows and this can cause issues if env is not configured properly)
* updated test due to dependency change
* moving build assets script out to avoid deployment in dist
* updating reference to build assets script
* adding execute permission
* package.json:
- updated dependencies/devDependencies/peerDependencies
- added license attribute
- switching to yarn
README.md:
- doc adjustement due toyarn switch
- confirmed steps for linking
Yarn switch for the following reasons:
- provides better linking / dependencies management
- faster than npm (somehow)
- enable easier linking when developping
* downsizing codebuild ComputeType to save on cost and because resources are not fully used
* Normalize all the line endings
* forcing lf endings
* adding docker image file to allow uplaod & zip of source repo via cdk assets
* variable renaming to improve readability
* differentiating ProjectKind from deprecated API
* - code refactoring to remove local archive creation (using assets and bucket deployement instead
- variable renaming to improve readability
* minor comment changes
* moving the vmimport bucket class to the deprecated folder
* adjusting the vmimport bucket class import
* removing references to VMImportBucket
* simplifying the build asset script
* excluding the test folder from the dist/build output
* adding excluded folder fom build and eslint
* cleanup and relocation of scripts and assets
* variable renaming to improve readability
* - variable renaming to improve readability
- removed use of custom S3 Bucket object for VM Import (enabled by design if needed)
- updating nag snapshots
* updating script path
* varible renaming to improve readability
* switching to S3 poll trigger
* code cleanup
* adjusting the readme with additional details
* function refactoring
* improving the doc / readme
* minor change in navigation
* adding the ability to use a custom local source path be used to create a pipeline
* switching to codepipeline_actions.S3Trigger.EVENTS,
* - switching to codepipeline_actions.S3Trigger.EVENTS,
- adding a custom project type where you can provide the location of your buildspec
* variable renaming
* - extending create ami script with additional parameters
- adding tags and name to the created ami
* test updates
* removing node 18/20 support
* removing deprecated code
* switching to yarn
* switching to yarn
* fixing shell check
* fixing shell check warnings
* adjusting shell check script path
* pre-commit failures fixes
* pre-commit failures fixes
* adding a post install script to force dist folder generation on install
* reveerting change
* adjusting lifecycle scripts
* updating to Yarn 2 (v4.6.0)
* updating to Yarn 2 (v4.6.0)
* adding package-lock for npm compatibility
* fixing renesas script
* Update doc.yml
update to support yarn
* fixing formatting
---------
Co-authored-by: Abdelhalim Dadouche <[email protected]>
* Major update to 0.2.0 (#76)
* adding new folders to exclude
* updating the architecture diagrams
* adding / moving helper scripts
* moving the base image assests to source-repo
* adjusting buildspec file with new nfs mount location & adding debug logs
* refactoring poky/poky-ami project & esling formatting
* eslint & jest config refactoring / updates
* library version updates & scripts commands ajdustments
* github workflow adjustment to conform with new script location
* deprecating existing/former cdk libraries and test
* updating package-lock.json
* adding new refactored version of the CDK construct with less dependecies between each other:
- improve the overall deployment time
- reduce the number of EFS instance requried (1 from 3 per pipeline)
- provide reuable resourcess across pipelines (s3 buckets, kms keys, ecr reigistry, etc)
- remove oprhan code
* updated readme
* updated tests snapshot
* eslint reformatting
* forcing dependency to prevent iam role issue on first run of pipeline
* managin eof / eol with lf only (as I'm working o windows and this can cause issues if env is not configured properly)
* updated test due to dependency change
* moving build assets script out to avoid deployment in dist
* updating reference to build assets script
* adding execute permission
* package.json:
- updated dependencies/devDependencies/peerDependencies
- added license attribute
- switching to yarn
README.md:
- doc adjustement due toyarn switch
- confirmed steps for linking
Yarn switch for the following reasons:
- provides better linking / dependencies management
- faster than npm (somehow)
- enable easier linking when developping
* downsizing codebuild ComputeType to save on cost and because resources are not fully used
* Normalize all the line endings
* forcing lf endings
* adding docker image file to allow uplaod & zip of source repo via cdk assets
* variable renaming to improve readability
* differentiating ProjectKind from deprecated API
* - code refactoring to remove local archive creation (using assets and bucket deployement instead
- variable renaming to improve readability
* minor comment changes
* moving the vmimport bucket class to the deprecated folder
* adjusting the vmimport bucket class import
* removing references to VMImportBucket
* simplifying the build asset script
* excluding the test folder from the dist/build output
* adding excluded folder fom build and eslint
* cleanup and relocation of scripts and assets
* variable renaming to improve readability
* - variable renaming to improve readability
- removed use of custom S3 Bucket object for VM Import (enabled by design if needed)
- updating nag snapshots
* updating script path
* varible renaming to improve readability
* switching to S3 poll trigger
* code cleanup
* adjusting the readme with additional details
* function refactoring
* improving the doc / readme
* minor change in navigation
* adding the ability to use a custom local source path be used to create a pipeline
* switching to codepipeline_actions.S3Trigger.EVENTS,
* - switching to codepipeline_actions.S3Trigger.EVENTS,
- adding a custom project type where you can provide the location of your buildspec
* variable renaming
* - extending create ami script with additional parameters
- adding tags and name to the created ami
* test updates
* removing node 18/20 support
* removing deprecated code
* switching to yarn
* switching to yarn
* fixing shell check
* fixing shell check warnings
* adjusting shell check script path
* pre-commit failures fixes
* pre-commit failures fixes
* adding a post install script to force dist folder generation on install
* reveerting change
* adjusting lifecycle scripts
* updating to Yarn 2 (v4.6.0)
* updating to Yarn 2 (v4.6.0)
* adding package-lock for npm compatibility
* fixing renesas script
* Update doc.yml
update to support yarn
* fixing formatting
---------
Co-authored-by: Abdelhalim Dadouche <[email protected]>
* updating snapshot
* updating snapshot and test
* changing target to es2020 instead of ES2020
* replacing reaplce all with global regexp
* updating yarn and package lock files
---------
Co-authored-by: Abdelhalim Dadouche <[email protected]>1 parent 988e320 commit 1c5a4d0
File tree
28 files changed
+3684
-1109
lines changed- .vscode
- lib
- test
- __snapshots__
- buildspec
- utils
28 files changed
+3684
-1109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | | - | |
| 9 | + | |
7 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
8 | 39 | | |
9 | 40 | | |
10 | 41 | | |
| |||
28 | 59 | | |
29 | 60 | | |
30 | 61 | | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
| 35 | + | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| |||
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
42 | | - | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
61 | 70 | | |
62 | 71 | | |
63 | 72 | | |
64 | | - | |
65 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
66 | 88 | | |
67 | 89 | | |
68 | 90 | | |
| |||
77 | 99 | | |
78 | 100 | | |
79 | 101 | | |
80 | | - | |
81 | 102 | | |
82 | 103 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 104 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 2 | | |
12 | 3 | | |
13 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | | - | |
280 | | - | |
| 279 | + | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
| 355 | + | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 6 | | |
22 | 7 | | |
23 | 8 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments