Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
initial wasp-ingest-http commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmattgray committed Oct 13, 2021
1 parent ac2bae1 commit c6501fb
Show file tree
Hide file tree
Showing 38 changed files with 1,677 additions and 1,267 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Github CODEOWNERS file

# Default code-owners for this repository
* @mattdean-digicatapult @darrylmorton-digicatapult @dblane-digicatapult @jonmattgray
* @mattdean-digicatapult @darrylmorton-digicatapult @dblane-digicatapult @jonmattgray
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ about: Create a report to help us improve

<!--
Have you read WASP's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/digicatapult/wasp-service-template/.github/blob/main/CODE_OF_CONDUCT.md
Have you read WASP's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/digicatapult/wasp-ingest-http/.github/blob/main/CODE_OF_CONDUCT.md
-->

### Prerequisites

- [ ] Put an X between the brackets on this line if you have done all of the following:
- Checked the FAQs for common solutions: <https://github.com/digicatapult/wasp-service-template/blob/main/CONTRIBUTING.md/#FAQs>
- Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Awasp-service-template>
- Checked the FAQs for common solutions: <https://github.com/digicatapult/wasp-ingest-http/blob/main/CONTRIBUTING.md/#FAQs>
- Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Awasp-ingest-http>

### Description

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Suggest an idea for this project

<!--
Have you read WASP's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/digicatapult/wasp-service-template/.github/blob/main/CODE_OF_CONDUCT.md
Have you read WASP's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/digicatapult/wasp-ingest-http/.github/blob/main/CODE_OF_CONDUCT.md
---
Also note that the Digital Catapult team has finite resources so it's unlikely that we'll work on feature requests. If we're interested in a particular feature however, we'll follow up and ask you to submit an RFC to talk about it in more detail.
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

1. Copy the correct template for your contribution

- 🐛 Are you fixing a bug? Copy the template from <https://github.com/digicatapult/wasp-service-template/blob/main/.github/ISSUE_TEMPLATE/bug_report.md>
- 💻 Are you changing functionality? Copy the template from <https://github.com/digicatapult/wasp-service-template/blob/main/.github/ISSUE_TEMPLATE/feature_request.md>
- 🐛 Are you fixing a bug? Copy the template from <https://github.com/digicatapult/wasp-ingest-http/blob/main/.github/ISSUE_TEMPLATE/bug_report.md>
- 💻 Are you changing functionality? Copy the template from <https://github.com/digicatapult/wasp-ingest-http/blob/main/.github/ISSUE_TEMPLATE/feature_request.md>

2. Replace this text with the contents of the template
3. Fill in all sections of the template
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/apply-template.yml

This file was deleted.

40 changes: 20 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to wasp-service-template
# Contributing to wasp-ingest-http

Firstly, we would like to thank you for taking the time to contribute!

Expand Down Expand Up @@ -37,19 +37,19 @@ We don't have any frequently asked questions yet.

### Reporting Bugs

This section guides you through submitting a bug report for wasp-service-template. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behaviour :computer: :computer:, and find related reports :mag_right:.
This section guides you through submitting a bug report for wasp-ingest-http. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behaviour :computer: :computer:, and find related reports :mag_right:.

Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/digicatapult/wasp-service-template/blob/main/.github/ISSUE_TEMPLATE/bug_report.md), the information it asks for helps us resolve issues faster.
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/digicatapult/wasp-ingest-http/blob/main/.github/ISSUE_TEMPLATE/bug_report.md), the information it asks for helps us resolve issues faster.

> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
#### Before Submitting A Bug Report

- **Perform a [cursory search](https://github.com/search?q=+is%3Aissue+user%3Awasp-service-template)** to see if the problem has already been reported. If it has **and the issue is still open**, add a comment to the existing issue instead of opening a new one.
- **Perform a [cursory search](https://github.com/search?q=+is%3Aissue+user%3Awasp-ingest-http)** to see if the problem has already been reported. If it has **and the issue is still open**, add a comment to the existing issue instead of opening a new one.

#### How Do I Submit A (Good) Bug Report?

Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on that repository and provide the following information by filling in [the template](https://github.com/digicatapult/wasp-service-template/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md).
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on that repository and provide the following information by filling in [the template](https://github.com/digicatapult/wasp-ingest-http/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md).

Explain the problem and include additional details to help maintainers reproduce the problem:

Expand All @@ -59,30 +59,30 @@ Explain the problem and include additional details to help maintainers reproduce
- **Describe the behaviour you observed after following the steps** and point out what exactly is the problem with that behaviour.
- **Explain which behaviour you expected to see instead and why.**
- **Include screenshots and animated GIFs** which show you following the described steps and clearly demonstrate the problem. If you use the keyboard while following the steps, \*\*record the GIF with the [this tool](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/Xaviju/byzanzUI) on Linux.
- **If you're reporting that wasp-service-template crashed**, include a crash report with a stack trace from the operating system. On macOS, the crash report will be available in `Console.app` under "Diagnostic and usage information" > "User diagnostic reports". Include the crash report in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
- **If you're reporting that wasp-ingest-http crashed**, include a crash report with a stack trace from the operating system. On macOS, the crash report will be available in `Console.app` under "Diagnostic and usage information" > "User diagnostic reports". Include the crash report in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
- **If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened and share more information using the guidelines below.

Provide more context by answering these questions:

- **Did the problem start happening recently** (e.g. after updating to a new version of wasp-service-template) or was this always a problem?
- If the problem started happening recently, **can you reproduce the problem in an older version of wasp-service-template?** What's the most recent version in which the problem doesn't happen? You can checkout older versions of wasp-service-template from [the releases page](https://github.com/digicatapult/wasp-service-template/releases).
- **Did the problem start happening recently** (e.g. after updating to a new version of wasp-ingest-http) or was this always a problem?
- If the problem started happening recently, **can you reproduce the problem in an older version of wasp-ingest-http?** What's the most recent version in which the problem doesn't happen? You can checkout older versions of wasp-ingest-http from [the releases page](https://github.com/digicatapult/wasp-ingest-http/releases).
- **Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens.

Include details about your configuration and environment:

- **Which version of wasp-service-template are you using?** You can get the exact version from the version attribute within package.json.
- **What's the name and version of the OS you've deployed wasp-service-template to**?
- **Are you running wasp-service-template in a virtual machine?** If so, which VM software are you using and which operating systems and versions are used for the host and the guest?
- **Which version of wasp-ingest-http are you using?** You can get the exact version from the version attribute within package.json.
- **What's the name and version of the OS you've deployed wasp-ingest-http to**?
- **Are you running wasp-ingest-http in a virtual machine?** If so, which VM software are you using and which operating systems and versions are used for the host and the guest?

### Suggesting Enhancements

This section guides you through submitting an enhancement suggestion for wasp-service-template, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.
This section guides you through submitting an enhancement suggestion for wasp-ingest-http, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.

Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/digicatapult/wasp-service-template/blob/main/.github/ISSUE_TEMPLATE/feature_request.md), including the steps that you imagine you would take if the feature you're requesting existed.
Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/digicatapult/wasp-ingest-http/blob/main/.github/ISSUE_TEMPLATE/feature_request.md), including the steps that you imagine you would take if the feature you're requesting existed.

#### Before Submitting An Enhancement Suggestion

- **Perform a [cursory search](https://github.com/search?q=+is%3Aissue+user%3Awasp-service-template)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
- **Perform a [cursory search](https://github.com/search?q=+is%3Aissue+user%3Awasp-ingest-http)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.

#### How Do I Submit A (Good) Enhancement Suggestion?

Expand All @@ -92,19 +92,19 @@ Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com
- **Provide a step-by-step description of the suggested enhancement** in as many details as possible.
- **Provide specific examples to demonstrate the steps**. Include copy/pasteable snippets which you use in those examples, as [Markdown code blocks](https://help.github.com/articles/markdown-basics/#multiple-lines).
- **Describe the current behaviour** and **explain which behaviour you expected to see instead** and why.
- **Include screenshots and animated GIFs** which help you demonstrate the steps or point out the part of wasp-service-template which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux.
- **Explain why this enhancement would be useful** to most wasp-service-template users.
- **Include screenshots and animated GIFs** which help you demonstrate the steps or point out the part of wasp-ingest-http which the suggestion is related to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux.
- **Explain why this enhancement would be useful** to most wasp-ingest-http users.
- **List some other text editors or applications where this enhancement exists.**
- **Specify which version of wasp-service-template you're using.** You can get the exact version from the version attribute within package.json.
- **What's the name and version of the OS you've deployed wasp-service-template to**?
- **Specify which version of wasp-ingest-http you're using.** You can get the exact version from the version attribute within package.json.
- **What's the name and version of the OS you've deployed wasp-ingest-http to**?

### Pull Requests

The process described here has several goals:

- Maintain wasp-service-template's quality
- Maintain wasp-ingest-http's quality
- Fix problems that are important to users
- Enable a sustainable system for wasp-service-template's maintainers to review contributions
- Enable a sustainable system for wasp-ingest-http's maintainers to review contributions

Please follow these steps to have your contribution considered by the maintainers:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM node:14.16.0-alpine
ARG LOGLEVEL
ENV NPM_CONFIG_LOGLEVEL ${LOGLEVEL}

WORKDIR /wasp-service-template
WORKDIR /wasp-ingest-http

# Install base dependencies
COPY . .
Expand Down
Loading

0 comments on commit c6501fb

Please sign in to comment.