Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws-fsx): construct for NetApp ONTAP file system #42

Merged
merged 49 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
5b275d1
add ontap file system
badmintoncryer Jul 20, 2024
fc99b09
add unit test
badmintoncryer Jul 20, 2024
bb14369
add readme and tests
badmintoncryer Jul 20, 2024
aa90d76
remove temp dir
badmintoncryer Jul 20, 2024
93863d8
back
badmintoncryer Jul 20, 2024
17021fc
add snap shot
badmintoncryer Jul 20, 2024
a6dd1e9
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Aug 1, 2024
286ae9d
upgrade cdk via projen
badmintoncryer Aug 3, 2024
2241345
add line breaks
badmintoncryer Aug 3, 2024
50b5477
add token varidation
badmintoncryer Aug 3, 2024
d475761
add default description
badmintoncryer Aug 3, 2024
26c4181
update jsdoc
badmintoncryer Sep 16, 2024
1fa1694
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 17, 2024
288dc31
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
a91040c
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
4f62fc0
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
f1e145c
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
c0e1f76
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
4c1c63f
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
f88408b
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
005f8cc
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
cc2ee17
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
3c7441c
Update src/aws-fsx/ontap-file-system.ts
badmintoncryer Sep 29, 2024
c24d56c
udpate
badmintoncryer Sep 29, 2024
69080ff
add daily-automatic-backup-start-time.ts
badmintoncryer Sep 29, 2024
26f17c7
Merge remote-tracking branch 'origin/main' into 41-ontap
badmintoncryer Oct 1, 2024
9493790
rebuild projen
badmintoncryer Oct 1, 2024
1a26219
use SecretValue
badmintoncryer Oct 1, 2024
9af8fd3
udpate description
badmintoncryer Oct 1, 2024
dfdd182
update lock file
badmintoncryer Oct 1, 2024
1f817e9
rebuild projen
badmintoncryer Oct 1, 2024
b92e710
add snapshot
badmintoncryer Oct 1, 2024
a961760
Merge remote-tracking branch 'origin/main' into 41-ontap
badmintoncryer Oct 1, 2024
4815903
resolve conflicts
badmintoncryer Oct 1, 2024
4efcf1c
make deployment type optional
badmintoncryer Oct 1, 2024
d73481c
update jsdoc
badmintoncryer Oct 1, 2024
a0145c4
define ThroughputCapacityPerHaPair
badmintoncryer Oct 1, 2024
83a3637
rename factory method
badmintoncryer Oct 1, 2024
fe759cf
fix unit test
badmintoncryer Oct 1, 2024
6c639e8
udpate jsdoc
badmintoncryer Oct 1, 2024
9c82af9
refactor
badmintoncryer Oct 3, 2024
5289299
update unit test
badmintoncryer Oct 3, 2024
7100f64
rebuild
badmintoncryer Oct 3, 2024
f451f48
update readme
badmintoncryer Oct 3, 2024
8a44f2c
update integ
badmintoncryer Oct 4, 2024
89a0bfb
remove unnecessary validation
badmintoncryer Oct 5, 2024
e28cd72
update
badmintoncryer Oct 5, 2024
1cf9ddb
update api.md
badmintoncryer Oct 5, 2024
9dedb3b
remove allowedCapacity
badmintoncryer Oct 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ReleasableCommits, awscdk, github, javascript, release } from 'projen';
import { ArrowParens, NodePackageManager } from 'projen/lib/javascript';

let cdkVersion = '2.120.0';
let cdkVersion = '2.149.0';
go-to-k marked this conversation as resolved.
Show resolved Hide resolved
const project = new awscdk.AwsCdkConstructLibrary({
author: 'Open Construct Foundation',
authorAddress: '[email protected]',
Expand Down
Loading
Loading