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(quicksight): QuickSight resources and import functionality #23980

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6f17525
Reverted to aws-sdk implementation
Disciple153 Jan 31, 2023
6f63427
Fixed error in sdk calls
Disciple153 Jan 31, 2023
8013fc9
Merge branch 'aws:main' into quicksight_with_sdk
Disciple153 Jan 31, 2023
3fca63f
implemented QuickSight Context providers
Disciple153 Feb 3, 2023
41295e2
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 3, 2023
8b75d08
added missing context providers. used context providers
Disciple153 Feb 3, 2023
2978d87
Fixed quicksight context provider errors
Disciple153 Feb 3, 2023
c718298
Added returns to mock.ts.
Disciple153 Feb 3, 2023
c2f227e
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 3, 2023
cd8edd8
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 4, 2023
4c83bdf
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 7, 2023
cf5a98b
Integ test can now find resources to use as examples.
Disciple153 Feb 7, 2023
c8282c8
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 9, 2023
af7042d
Updated cloud-assembly.schema.json
Disciple153 Feb 10, 2023
71645b4
Unit tests are working again. Started on ContextProvider unit tests
Disciple153 Feb 13, 2023
8c15225
Increased unit test coverage to 100%
Disciple153 Feb 13, 2023
8e55697
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 13, 2023
3a5bc62
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 16, 2023
a3a23a7
cleaned some code
Disciple153 Feb 16, 2023
6ebe48e
Merge branch 'main' into quicksight_with_context
mergify[bot] Feb 16, 2023
79cd86d
Merge branch 'main' into quicksight_with_context
Disciple153 Feb 21, 2023
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
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
"@aws-cdk/aws-events-targets/aws-sdk/**",
"@aws-cdk/aws-iot-actions/case",
"@aws-cdk/aws-iot-actions/case/**",
"@aws-cdk/aws-quicksight/aws-sdk",
"@aws-cdk/aws-quicksight/aws-sdk/**",
"@aws-cdk/aws-quicksight/@aws-sdk/client-quicksight",
"@aws-cdk/aws-quicksight/@aws-sdk/client-quicksight/**",
"@aws-cdk/aws-s3-deployment/case",
"@aws-cdk/aws-s3-deployment/case/**",
"@aws-cdk/cloud-assembly-schema/jsonschema",
Expand Down
Loading