Skip to content

Commit 427adda

Browse files
updated packages and added labels (#10)
1 parent 9f67f84 commit 427adda

File tree

6 files changed

+42
-122
lines changed

6 files changed

+42
-122
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
# <<<----- ADD NEW VERSIONS HERE
99

10+
## 2.0.2 - (August 05, 2020)
11+
### Changed
12+
- Added Tags for pipeline waiter SAR app
13+
- Updated packages
14+
1015
## 2.0.1 - (August 05, 2020)
1116
### Changed
1217
- Updated Documentation linting.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1 align="center">AWS Code Pipeline Waiter λ</h1>
22

3-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xavier-thomas_aws-pipeline-monitor-lambda&metric=alert_status)](https://sonarcloud.io/dashboard?id=xavier-thomas_aws-pipeline-monitor-lambda)
3+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xavier-thomas_aws-codepipeline-waiter&metric=alert_status)](https://sonarcloud.io/dashboard?id=xavier-thomas_aws-codepipeline-waiter)
44
![Tests](https://github.com/xavier-thomas/aws-codepipeline-waiter/workflows/tests/badge.svg)
5-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=xavier-thomas_aws-pipeline-monitor-lambda&metric=coverage)](https://sonarcloud.io/dashboard?id=xavier-thomas_aws-pipeline-monitor-lambda)
5+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=xavier-thomas_aws-codepipeline-waiter&metric=coverage)](https://sonarcloud.io/dashboard?id=xavier-thomas_aws-codepipeline-waiter)
66
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fxavier-thomas%2Faws-codepipeline-waiter%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/xavier-thomas/aws-codepipeline-waiter/master)
77
[![Dependency Status](https://david-dm.org/xavier-thomas/aws-codepipeline-waiter.svg)](https://david-dm.org/xavier-thomas/aws-codepipeline-waiter)
88

@@ -15,6 +15,7 @@
1515
<a href="#deploying-the-lambda">Deploying the Lambda</a> |
1616
<a href="#permissions">Permissions</a> |
1717
<a href="#invoking-the-lambda">Invoking the Lambda</a> |
18+
<a href="#how-this-works">How this works</a> |
1819
<a href="#contributing">Contributing</a> |
1920
<a href="#authors">Authors</a> |
2021
<a href="#licence">Licence</a>
@@ -61,7 +62,7 @@ Resources:
6162
Properties:
6263
Location:
6364
ApplicationId: arn:aws:serverlessrepo:us-east-1:673103718481:applications/CodePipeline-Waiter
64-
SemanticVersion: 2.0.1
65+
SemanticVersion: 2.0.2
6566
# Optional Parameter to control the export name of the nested stack
6667
Parameters:
6768
ExportPrefix: !Ref AWS::StackName
@@ -201,7 +202,7 @@ The lambda expects the following UserParameters to be supplied during invocation
201202
* An optional boolean flag when set to true will attempt to start the pipeline before waiting for it. Defaults to false.
202203

203204

204-
### How it works
205+
## How this works
205206

206207

207208
Invoking the lambda from a pipeline will:

codepipeline-waiter.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ Metadata:
1919
- CodePipeline
2020
- Waiter
2121
- Monitoring
22+
- DevOps
23+
- Ochestration
2224
LicenseUrl: LICENSE
2325
Name: CodePipeline-Waiter
2426
ReadmeUrl: README.md
25-
SemanticVersion: 2.0.1
27+
SemanticVersion: 2.0.2
2628
SourceCodeUrl: https://github.com/xavier-thomas/aws-codepipeline-waiter
2729
SpdxLicenseId: BSD-3-Clause
2830

package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-codepipeline-waiter",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "An AWS lambda for a deployment AWS code-pipeline to monitor and wait for another pipeline.",
55
"main": "src/index.js",
66
"keywords": [
@@ -31,25 +31,24 @@
3131
}
3232
},
3333
"dependencies": {
34-
"aws-sdk": "^2.691.0"
34+
"aws-sdk": "^2.727.0"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.10.1",
38-
"@babel/core": "^7.10.2",
39-
"@babel/node": "^7.10.1",
40-
"@babel/preset-env": "^7.10.2",
41-
"@stryker-mutator/babel-transpiler": "^3.2.4",
42-
"@stryker-mutator/core": "^3.2.4",
43-
"@stryker-mutator/javascript-mutator": "^3.2.4",
44-
"@stryker-mutator/jest-runner": "^3.2.4",
45-
"aws-sdk-mock": "^5.1.0",
37+
"@babel/cli": "^7.10.5",
38+
"@babel/core": "^7.11.1",
39+
"@babel/node": "^7.10.5",
40+
"@babel/preset-env": "^7.11.0",
41+
"@stryker-mutator/babel-transpiler": "^3.3.1",
42+
"@stryker-mutator/core": "^3.3.1",
43+
"@stryker-mutator/javascript-mutator": "^3.3.1",
44+
"@stryker-mutator/jest-runner": "^3.3.1",
4645
"eslint": "^7.6.0",
4746
"eslint-config-prettier": "^6.11.0",
4847
"eslint-plugin-node": "^11.1.0",
49-
"eslint-plugin-prettier": "^3.1.3",
48+
"eslint-plugin-prettier": "^3.1.4",
5049
"husky": "^4.2.5",
51-
"jest": "^26.0.1",
52-
"jest-junit": "^11.0.1",
50+
"jest": "^26.2.2",
51+
"jest-junit": "^11.1.0",
5352
"jest-sonar": "^0.2.10",
5453
"prettier": "^2.0.5"
5554
}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#https://sonarcloud.io/documentation/analysis/analysis-parameters/
22

33
sonar.organization=xavier-thomas
4-
sonar.projectKey=xavier-thomas_aws-pipeline-monitor-lambda
4+
sonar.projectKey=xavier-thomas_aws-codepipeline-waiter
55

66
sonar.host.url=https://sonarcloud.io
77

0 commit comments

Comments
 (0)