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

Commit

Permalink
release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hu Jin committed Sep 20, 2023
1 parent ebf1268 commit 05ec91b
Show file tree
Hide file tree
Showing 181 changed files with 19,844 additions and 30,778 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: ""
labels: bug
assignees: ''

assignees: ""
---

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

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

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:
- [ ] Version: [e.g. v1.3.0]

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:

```yaml
Mappings:
SourceCode:
General:
S3Bucket: "solutions"
KeyPrefix: "video-on-demand-on-aws/v5.0.0"
KeyPrefix: "automated-data-analytics-on-aws/v1.3.0"
```
- [ ] Region: [e.g. us-east-1]
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ node_modules
.eslintcache
.local
.scannerwork
.venv
ada.log

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

Expand Down Expand Up @@ -95,3 +97,6 @@ source/packages/@ada/infra/src/services/data-product/components/schema-preview/d
# temporary files
source/packages/@ada/infra/src/common/constructs/api/lambda-layer/code/nodejs/api-client-lambda/jwt-signer/index.ts
source/packages/@ada/infra/src/common/constructs/api/lambda-layer/code/nodejs/api-client-lambda/jwt-signer/version.json

# pipenv
**/Pipfile
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2023-09-15

### Added

- New added Oracle DB Connector
- New added RedShift Connector
- New added Customer groups support in Governance Settings

### Changed

- Fix BigQuery and Goggle Analytics connector issue
- Fix security vulnerabilities found by yarn audit and Dependabot
- Misc bug fixes
- Misc documentation fixes

## [1.2.0] - 2023-04-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ To uninstall the solution from AWS CloudFormation console:
## Collection of operational metrics
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).
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).
---
Expand Down
2,336 changes: 1,469 additions & 867 deletions THIRDPARTY_LICENSES.txt

Large diffs are not rendered by default.

Binary file modified source/images/solution_architecture_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 20 additions & 15 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "ada",
"title": "Automated Data Analytics on AWS",
"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",
"version": "1.2.0",
"version": "1.3.0",
"author": "Amazon Web Services",
"awsSolutionId": "SO0190",
"awsSolutionVersion": "v1.2.0",
"awsSolutionVersion": "v1.3.0",
"private": true,
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -50,15 +50,15 @@
"*.{ts,tsx}": "eslint --cache --fix --quiet"
},
"dependencies": {
"aws-cdk-lib": "2.70.0",
"@aws-cdk/aws-apigatewayv2-alpha": "2.88.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.88.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.88.0-alpha.0",
"@aws-cdk/aws-glue-alpha": "2.88.0-alpha.0",
"@aws-cdk/aws-kinesisfirehose-alpha": "2.88.0-alpha.0",
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "2.88.0-alpha.0",
"@aws-cdk/aws-lambda-python-alpha": "2.88.0-alpha.0",
"aws-cdk-lib": "2.88.0",
"constructs": "^10.1.101",
"@aws-cdk/aws-apigatewayv2-alpha": "2.70.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.70.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.70.0-alpha.0",
"@aws-cdk/aws-glue-alpha": "2.70.0-alpha.0",
"@aws-cdk/aws-kinesisfirehose-alpha": "2.70.0-alpha.0",
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "2.70.0-alpha.0",
"@aws-cdk/aws-lambda-python-alpha": "2.70.0-alpha.0",
"find-up": "^6.0.0",
"json5": "^2.2.2",
"lodash": "^4.17.21",
Expand All @@ -67,7 +67,9 @@
"short-uuid": "^4.2.0"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.27.0",
"@aws-cdk/cloudformation-diff": "^2.33.0",
"@aws-sdk/client-dynamodb": "^3.370.0",
"@aws-sdk/util-credentials": "^3.56.0",
"@mock/require": "^0.2.2",
"@pact-foundation/pact": "^9.16.0",
"@shelf/jest-dynamodb": "^2.1.0",
Expand All @@ -85,8 +87,7 @@
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@aws-cdk/cloudformation-diff": "^2.33.0",
"aws-cdk": "2.70.0",
"aws-cdk": "2.88.0",
"aws-sdk": "^2.1358.0",
"babel-eslint": "^10.0.3",
"copyfiles": "^2.4.1",
Expand Down Expand Up @@ -125,7 +126,7 @@
"nyc": "^15.1.0",
"pkginfo": "^0.4.1",
"prettier": "^2.7.1",
"proxy-agent": "^5.0.0",
"proxy-agent": "^6.3.0",
"require-json5": "^1.3.0",
"source-map-support": "^0.5.21",
"ts-jest": "^26.5.6",
Expand All @@ -145,6 +146,7 @@
"lerna/**/tar": "^6.1.9",
"lerna/**/json-schema": "^0.4.0",
"lerna/**/parse-url": "^8.1.0",
"lerna/**/semver": "^7.5.2",
"**/ansi-regex": "^5.0.1",
"@pact-foundation/**/tar": "^6.1.9",
"**/dynamodb-local/**/tar": "^4.4.18",
Expand All @@ -160,7 +162,10 @@
"express": "^4.17.3",
"http-cache-semantics": "^4.1.1",
"json5": "~2.2.2",
"xml2js": "^0.5.0"
"xml2js": "^0.5.0",
"tough-cookie": "^4.1.3",
"url-parse": "^1.5.9",
"@cypress/request": "^3.0.0"
},
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions source/packages/@ada/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@types/node": "*",
"@types/node-fetch": "^2.5.7",
"@types/pluralize": "^0.0.29",
"aws-cdk": "2.70.0",
"aws-cdk-lib": "2.70.0",
"aws-cdk": "2.88.0",
"aws-cdk-lib": "2.88.0",
"constructs": "^10.1.181",
"btoa": "^1.2.1",
"es6-promise": "^4.2.4",
Expand Down
Loading

0 comments on commit 05ec91b

Please sign in to comment.