Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 05ec91b

Browse files
committed
release version 1.3.0
1 parent ebf1268 commit 05ec91b

File tree

181 files changed

+19844
-30778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+19844
-30778
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: ""
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
@@ -17,16 +16,17 @@ Steps to reproduce the behavior.
1716
A clear and concise description of what you expected to happen.
1817

1918
**Please complete the following information about the solution:**
20-
- [ ] Version: [e.g. v1.0.0]
2119

22-
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "_(SO0021) - Video On Demand workflow with AWS Step Functions, MediaConvert, MediaPackage, S3, CloudFront and DynamoDB. Version **v5.0.0**_". If the description does not contain the version information, you can look at the mappings section of the template:
20+
- [ ] Version: [e.g. v1.3.0]
21+
22+
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "_(SO0190) - Automated Data Analytics on AWS. Version v1.2.0_". If the description does not contain the version information, you can look at the mappings section of the template:
2323

2424
```yaml
2525
Mappings:
2626
SourceCode:
2727
General:
2828
S3Bucket: "solutions"
29-
KeyPrefix: "video-on-demand-on-aws/v5.0.0"
29+
KeyPrefix: "automated-data-analytics-on-aws/v1.3.0"
3030
```
3131
3232
- [ ] Region: [e.g. us-east-1]

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ node_modules
1010
.eslintcache
1111
.local
1212
.scannerwork
13+
.venv
14+
ada.log
1315

1416
**/.jest.test-cdk-environment.js*
1517

@@ -95,3 +97,6 @@ source/packages/@ada/infra/src/services/data-product/components/schema-preview/d
9597
# temporary files
9698
source/packages/@ada/infra/src/common/constructs/api/lambda-layer/code/nodejs/api-client-lambda/jwt-signer/index.ts
9799
source/packages/@ada/infra/src/common/constructs/api/lambda-layer/code/nodejs/api-client-lambda/jwt-signer/version.json
100+
101+
# pipenv
102+
**/Pipfile

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0] - 2023-09-15
9+
10+
### Added
11+
12+
- New added Oracle DB Connector
13+
- New added RedShift Connector
14+
- New added Customer groups support in Governance Settings
15+
16+
### Changed
17+
18+
- Fix BigQuery and Goggle Analytics connector issue
19+
- Fix security vulnerabilities found by yarn audit and Dependabot
20+
- Misc bug fixes
21+
- Misc documentation fixes
22+
823
## [1.2.0] - 2023-04-11
924

1025
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ To uninstall the solution from AWS CloudFormation console:
203203
204204
## Collection of operational metrics
205205
206-
This solution collects anonymous operational metrics to help AWS improve the quality of features of the solution. For more information, including how to disable this capability, refer to the [implementation guide](https://docs.aws.amazon.com/solutions/latest/automated-data-analytics-on-aws/collection-of-operational-metrics.html).
206+
This solution collects anonymized operational metrics to help AWS improve the quality of features of the solution. For more information, including how to disable this capability, refer to the [implementation guide](https://docs.aws.amazon.com/solutions/latest/automated-data-analytics-on-aws/collection-of-operational-metrics.html).
207207
208208
---
209209

THIRDPARTY_LICENSES.txt

Lines changed: 1469 additions & 867 deletions
Large diffs are not rendered by default.
20.7 KB
Loading

source/package.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "ada",
33
"title": "Automated Data Analytics on AWS",
44
"description": "Automated Data Analytics on AWS simplifies the management and analysis of data, providing an end-to-end platform used for ingesting, transforming, governing, and querying datasets through a standalone user interface",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"author": "Amazon Web Services",
77
"awsSolutionId": "SO0190",
8-
"awsSolutionVersion": "v1.2.0",
8+
"awsSolutionVersion": "v1.3.0",
99
"private": true,
1010
"license": "Apache-2.0",
1111
"engines": {
@@ -50,15 +50,15 @@
5050
"*.{ts,tsx}": "eslint --cache --fix --quiet"
5151
},
5252
"dependencies": {
53-
"aws-cdk-lib": "2.70.0",
53+
"@aws-cdk/aws-apigatewayv2-alpha": "2.88.0-alpha.0",
54+
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.88.0-alpha.0",
55+
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.88.0-alpha.0",
56+
"@aws-cdk/aws-glue-alpha": "2.88.0-alpha.0",
57+
"@aws-cdk/aws-kinesisfirehose-alpha": "2.88.0-alpha.0",
58+
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "2.88.0-alpha.0",
59+
"@aws-cdk/aws-lambda-python-alpha": "2.88.0-alpha.0",
60+
"aws-cdk-lib": "2.88.0",
5461
"constructs": "^10.1.101",
55-
"@aws-cdk/aws-apigatewayv2-alpha": "2.70.0-alpha.0",
56-
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.70.0-alpha.0",
57-
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.70.0-alpha.0",
58-
"@aws-cdk/aws-glue-alpha": "2.70.0-alpha.0",
59-
"@aws-cdk/aws-kinesisfirehose-alpha": "2.70.0-alpha.0",
60-
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "2.70.0-alpha.0",
61-
"@aws-cdk/aws-lambda-python-alpha": "2.70.0-alpha.0",
6262
"find-up": "^6.0.0",
6363
"json5": "^2.2.2",
6464
"lodash": "^4.17.21",
@@ -67,7 +67,9 @@
6767
"short-uuid": "^4.2.0"
6868
},
6969
"devDependencies": {
70-
"@aws-sdk/client-dynamodb": "^3.27.0",
70+
"@aws-cdk/cloudformation-diff": "^2.33.0",
71+
"@aws-sdk/client-dynamodb": "^3.370.0",
72+
"@aws-sdk/util-credentials": "^3.56.0",
7173
"@mock/require": "^0.2.2",
7274
"@pact-foundation/pact": "^9.16.0",
7375
"@shelf/jest-dynamodb": "^2.1.0",
@@ -85,8 +87,7 @@
8587
"@types/node-fetch": "^2.5.8",
8688
"@typescript-eslint/eslint-plugin": "^4.31.0",
8789
"@typescript-eslint/parser": "^4.31.0",
88-
"@aws-cdk/cloudformation-diff": "^2.33.0",
89-
"aws-cdk": "2.70.0",
90+
"aws-cdk": "2.88.0",
9091
"aws-sdk": "^2.1358.0",
9192
"babel-eslint": "^10.0.3",
9293
"copyfiles": "^2.4.1",
@@ -125,7 +126,7 @@
125126
"nyc": "^15.1.0",
126127
"pkginfo": "^0.4.1",
127128
"prettier": "^2.7.1",
128-
"proxy-agent": "^5.0.0",
129+
"proxy-agent": "^6.3.0",
129130
"require-json5": "^1.3.0",
130131
"source-map-support": "^0.5.21",
131132
"ts-jest": "^26.5.6",
@@ -145,6 +146,7 @@
145146
"lerna/**/tar": "^6.1.9",
146147
"lerna/**/json-schema": "^0.4.0",
147148
"lerna/**/parse-url": "^8.1.0",
149+
"lerna/**/semver": "^7.5.2",
148150
"**/ansi-regex": "^5.0.1",
149151
"@pact-foundation/**/tar": "^6.1.9",
150152
"**/dynamodb-local/**/tar": "^4.4.18",
@@ -160,7 +162,10 @@
160162
"express": "^4.17.3",
161163
"http-cache-semantics": "^4.1.1",
162164
"json5": "~2.2.2",
163-
"xml2js": "^0.5.0"
165+
"xml2js": "^0.5.0",
166+
"tough-cookie": "^4.1.3",
167+
"url-parse": "^1.5.9",
168+
"@cypress/request": "^3.0.0"
164169
},
165170
"workspaces": {
166171
"packages": [

source/packages/@ada/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@types/node": "*",
2929
"@types/node-fetch": "^2.5.7",
3030
"@types/pluralize": "^0.0.29",
31-
"aws-cdk": "2.70.0",
32-
"aws-cdk-lib": "2.70.0",
31+
"aws-cdk": "2.88.0",
32+
"aws-cdk-lib": "2.88.0",
3333
"constructs": "^10.1.181",
3434
"btoa": "^1.2.1",
3535
"es6-promise": "^4.2.4",

0 commit comments

Comments
 (0)