Skip to content

Commit fd54810

Browse files
authored
Merge pull request #473 from aws-solutions/release-candidate/v1.5.1
Release v1.5.1
2 parents 8dc36e2 + 91c8b7c commit fd54810

File tree

247 files changed

+31683
-26161
lines changed

Some content is hidden

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

247 files changed

+31683
-26161
lines changed

source/infrastructure/.eslintrc.js renamed to .eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
es2021: true,
88
},
99
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
10-
ignorePatterns: [".eslintrc.js"],
10+
ignorePatterns: [".eslintrc.js", "coverage/", "deployment/coverage-reports/"],
1111
overrides: [],
1212
parserOptions: {
1313
ecmaVersion: "latest",

.gitattributes

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/ISSUE_TEMPLATE/bug_report.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
**Describe the bug**
10+
11+
<!--- A clear and concise description of what the bug is -->
12+
13+
**To Reproduce**
14+
15+
<!--- Steps to reproduce the behavior -->
16+
17+
**Expected behavior**
18+
19+
<!--- A clear and concise description of what you expected to happen -->
20+
21+
**Please complete the following information about the solution:**
22+
23+
- [ ] Version: [e.g. v1.0.0]
24+
25+
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example,
26+
_"(SO0030) instance-scheduler-on-aws v1.5.1"_. You can also find the version from
27+
[releases](https://github.com/aws-solutions/instance-scheduler-on-aws/releases)
28+
29+
- [ ] Region: [e.g. us-east-1]
30+
- [ ] Was the solution modified from the version published on this repository?
31+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
32+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for
33+
the sevices this solution uses?
34+
- [ ] Were there any errors in the CloudWatch Logs?
35+
[Troubleshooting](https://docs.aws.amazon.com/solutions/latest/instance-scheduler-on-aws/troubleshooting.html)
36+
37+
**Screenshots**
38+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
39+
40+
**Additional context**
41+
Add any other context about the problem here.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this solution
4+
title: ""
5+
labels: feature-request, enhancement
6+
assignees: ""
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
11+
<!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the feature you'd like**
14+
15+
<!--- A clear and concise description of what you want to happen -->
16+
17+
**Additional context**
18+
19+
<!--- Add any other context or screenshots about the feature request here -->

.github/PULL_REQUEST_TEMPLATE.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_Issue #, if available:_
2+
3+
_Description of changes:_
4+
5+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
6+
terms of your choice.

.gitignore

+47-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

.projen/deps.json

+128
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)