Skip to content

Commit

Permalink
Merge pull request #473 from aws-solutions/release-candidate/v1.5.1
Browse files Browse the repository at this point in the history
Release v1.5.1
  • Loading branch information
aijunpeng authored Jul 24, 2023
2 parents 8dc36e2 + 91c8b7c commit fd54810
Show file tree
Hide file tree
Showing 247 changed files with 31,683 additions and 26,161 deletions.
2 changes: 1 addition & 1 deletion source/infrastructure/.eslintrc.js → .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
es2021: true,
},
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
ignorePatterns: [".eslintrc.js"],
ignorePatterns: [".eslintrc.js", "coverage/", "deployment/coverage-reports/"],
overrides: [],
parserOptions: {
ecmaVersion: "latest",
Expand Down
18 changes: 18 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: bug
assignees: ""
---

**Describe the bug**

<!--- A clear and concise description of what the bug is -->

**To Reproduce**

<!--- Steps to reproduce the behavior -->

**Expected 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,
_"(SO0030) instance-scheduler-on-aws v1.5.1"_. You can also find the version from
[releases](https://github.com/aws-solutions/instance-scheduler-on-aws/releases)

- [ ] Region: [e.g. us-east-1]
- [ ] Was the solution modified from the version published on this repository?
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for
the sevices this solution uses?
- [ ] Were there any errors in the CloudWatch Logs?
[Troubleshooting](https://docs.aws.amazon.com/solutions/latest/instance-scheduler-on-aws/troubleshooting.html)

**Screenshots**
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).

**Additional context**
Add any other context about the problem here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this solution
title: ""
labels: feature-request, enhancement
assignees: ""
---

**Is your feature request related to a problem? Please describe.**

<!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the feature you'd like**

<!--- A clear and concise description of what you want to happen -->

**Additional context**

<!--- Add any other context or screenshots about the feature request here -->
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_Issue #, if available:_

_Description of changes:_

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.
101 changes: 47 additions & 54 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
128 changes: 128 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fd54810

Please sign in to comment.