Skip to content

Release v1.0.0 #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .crux_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Context
** add your description here **

Link to Asana task:


## Checklist
Select all applicable fields with (+, x, y) and mark all non-applicable fields with (n/a or -) in the list

### Testing
- [] All unit tests pass (locally and/or on the feature pipeline).
- [] Functional tests pass, if applicable.
- Refer to the [Integration Test section](https://quip-amazon.com/4atAAHVokRYT/Test-Clickstream-Android-SDK) for step-by-step instructions.
- [] I have added new unit tests, if necessary for the changes made.

### Build, deployment & pipelines
- [] Local build (`./gradlew build -p clickstream`) completes successfully.
- [] Feature pipeline completes successfully for my changes.
- [] NightsWatch Deployment tests pass (verify for significant changes).

### Miscellaneous
- [] I have reviewed the *New Code* and *Overall Code* tab in SonarQube for my branch.
- [] I have removed any commented-out code or debugging statements.
- [] I have updated the README or relevant documentation if necessary.
- [] I have included any additional information or diagrams for other developers to understand my changes.

## Additional Notes including Supplementary Testing/Screenshots
* Add your notes and screenshots here
* If any items in the checklist are not applicable to your changes, please explain why.
* If there are any known issues or limitations with the changes, please document them.
138 changes: 0 additions & 138 deletions .github/ISSUE_TEMPLATE/1.bug_report.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE/2.feature_report.yaml

This file was deleted.

52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
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, "_(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:

```json
"Environment": {
"Variables": {
"SOLUTION_ID": "SO0248",
"SOLUTION_VERSION": "v1.0.2"
}
},
```

This information is also provided in `source/infrastructure/cdk.json`:

```json
"SOLUTION_ID": "SO0248",
"SOLUTION_VERSION": "v1.0.2",
```



- [ ] 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?

**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.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this solution
title: ''
labels: 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.
14 changes: 1 addition & 13 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
- [ ] PR title and description conform to [Pull Request](https://github.com/awslabs/clickstream-android/blob/main/CONTRIBUTING.md#pull-request-guidelines) guidelines.

*Issue #, if available:*

*Description of changes:*

*How did you test these changes?*
(Please add a line here how the changes were tested)

*Documentation update required?*
- [ ] No
- [ ] Yes (Please include a PR link for the documentation update)

*General Checklist*
- [ ] Added Unit Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
11 changes: 0 additions & 11 deletions .github/release.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/build.yml

This file was deleted.

Loading