Commit 8971cd1
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 <adadouch@amazon.fr>1 parent 44e3329 commit 8971cd1
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
| |||
0 commit comments