Skip to content

Commit 53ed68f

Browse files
authored
Release v1.0.0 (#87)
1 parent 9fd154d commit 53ed68f

File tree

80 files changed

+1246
-1172
lines changed

Some content is hidden

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

80 files changed

+1246
-1172
lines changed

.crux_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Context
2+
** add your description here **
3+
4+
Link to Asana task:
5+
6+
7+
## Checklist
8+
Select all applicable fields with (+, x, y) and mark all non-applicable fields with (n/a or -) in the list
9+
10+
### Testing
11+
- [] All unit tests pass (locally and/or on the feature pipeline).
12+
- [] Functional tests pass, if applicable.
13+
- Refer to the [Integration Test section](https://quip-amazon.com/4atAAHVokRYT/Test-Clickstream-Android-SDK) for step-by-step instructions.
14+
- [] I have added new unit tests, if necessary for the changes made.
15+
16+
### Build, deployment & pipelines
17+
- [] Local build (`./gradlew build -p clickstream`) completes successfully.
18+
- [] Feature pipeline completes successfully for my changes.
19+
- [] NightsWatch Deployment tests pass (verify for significant changes).
20+
21+
### Miscellaneous
22+
- [] I have reviewed the *New Code* and *Overall Code* tab in SonarQube for my branch.
23+
- [] I have removed any commented-out code or debugging statements.
24+
- [] I have updated the README or relevant documentation if necessary.
25+
- [] I have included any additional information or diagrams for other developers to understand my changes.
26+
27+
## Additional Notes including Supplementary Testing/Screenshots
28+
* Add your notes and screenshots here
29+
* If any items in the checklist are not applicable to your changes, please explain why.
30+
* If there are any known issues or limitations with the changes, please document them.

.github/ISSUE_TEMPLATE/1.bug_report.yaml

Lines changed: 0 additions & 138 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/2.feature_report.yaml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Please complete the following information about the solution:**
20+
- [ ] Version: [e.g. v1.0.0]
21+
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 you have not yet installed the stack, or are unable to install due to a problem, you can find the version and solution ID in the template with a text editor. Open the .template file and search for `SOLUTION_VERSION` in the content. You will find several matches and they will all be the same value:
23+
24+
```json
25+
"Environment": {
26+
"Variables": {
27+
"SOLUTION_ID": "SO0248",
28+
"SOLUTION_VERSION": "v1.0.2"
29+
}
30+
},
31+
```
32+
33+
This information is also provided in `source/infrastructure/cdk.json`:
34+
35+
```json
36+
"SOLUTION_ID": "SO0248",
37+
"SOLUTION_VERSION": "v1.0.2",
38+
```
39+
40+
41+
42+
- [ ] Region: [e.g. us-east-1]
43+
- [ ] Was the solution modified from the version published on this repository?
44+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
45+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses?
46+
- [ ] Were there any errors in the CloudWatch Logs?
47+
48+
**Screenshots**
49+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
50+
51+
**Additional context**
52+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this solution
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
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+
A clear and concise description of what you want to happen.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
- [ ] PR title and description conform to [Pull Request](https://github.com/awslabs/clickstream-android/blob/main/CONTRIBUTING.md#pull-request-guidelines) guidelines.
2-
31
*Issue #, if available:*
42

53
*Description of changes:*
64

7-
*How did you test these changes?*
8-
(Please add a line here how the changes were tested)
9-
10-
*Documentation update required?*
11-
- [ ] No
12-
- [ ] Yes (Please include a PR link for the documentation update)
13-
14-
*General Checklist*
15-
- [ ] Added Unit Tests
16-
17-
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
5+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

.github/release.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)