-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- doc: mv Changes.md CHANGELOG.md - populate [files] in package.json. - dep(eslint): upgrade to v9 - doc(CONTRIBUTORS): added - ci: use shared Haraka workflows - style(prettier): added
- Loading branch information
Showing
14 changed files
with
345 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
engines: | ||
eslint: | ||
enabled: true | ||
channel: "eslint-8" | ||
channel: 'eslint-9' | ||
config: | ||
config: ".eslintrc.yaml" | ||
config: 'eslint.config.mjs' | ||
|
||
ratings: | ||
paths: | ||
- "**.js" | ||
paths: | ||
- '**.js' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,22 @@ | ||
name: CI | ||
|
||
on: [ push, pull_request ] | ||
on: [push, pull_request] | ||
|
||
env: | ||
CI: true | ||
|
||
jobs: | ||
|
||
lint: | ||
uses: haraka/.github/.github/workflows/lint.yml@master | ||
|
||
# coverage: | ||
# uses: haraka/.github/.github/workflows/coverage.yml@master | ||
# secrets: inherit | ||
|
||
test: | ||
needs: [ lint, get-lts ] | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-latest, windows-latest ] | ||
node-version: ${{ fromJson(needs.get-lts.outputs.active) }} | ||
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
name: Node ${{ matrix.node-version }} on ${{ matrix.os }} | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: npm install | ||
- run: npm test | ||
ubuntu: | ||
needs: [lint] | ||
uses: haraka/.github/.github/workflows/ubuntu.yml@master | ||
|
||
get-lts: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- id: get | ||
uses: msimerson/node-lts-versions@v1 | ||
outputs: | ||
active: ${{ steps.get.outputs.active }} | ||
lts: ${{ steps.get.outputs.lts }} | ||
windows: | ||
needs: [lint] | ||
uses: haraka/.github/.github/workflows/windows.yml@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule .release
updated
13 files
+2 −0 | .prettierrc.yaml | |
+1 −0 | .shellcheckrc | |
+36 −5 | CHANGELOG.md | |
+1 −1 | LICENSE | |
+34 −15 | README.md | |
+38 −1 | base.sh | |
+1 −0 | contributors.js | |
+14 −3 | finish.sh | |
+85 −0 | js/contributors.cjs | |
+62 −0 | js/standards.cjs | |
+8 −7 | npm/prepend-scope.cjs | |
+184 −32 | start.sh | |
+46 −6 | submit.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/). | ||
|
||
### Unreleased | ||
|
||
### [1.0.15] - 2025-01-31 | ||
|
||
- doc: mv Changes.md CHANGELOG.md | ||
- populate [files] in package.json. | ||
- dep(eslint): upgrade to v9 | ||
- doc(CONTRIBUTORS): added | ||
- ci: use shared Haraka workflows | ||
- style(prettier): added | ||
|
||
### [1.0.14] - 2023-12-12 | ||
|
||
- style: remove useless variable | ||
- ci(publish): constrain to when package.json changes | ||
- ci: run on PR | ||
|
||
### [1.0.13] - 2022-06-05 | ||
|
||
- doc(README): update CI badge URL | ||
- ci: update dependabot config to production only | ||
|
||
### [1.0.12] - 2022-06-05 | ||
|
||
- ci: update GHA workflow with shared | ||
- ci: add submodule .release | ||
|
||
### 1.0.11 - 2022-03-31 | ||
|
||
- node 12 EOL, drop testing. | ||
|
||
### 1.0.10 - 2019-03-22 | ||
|
||
- Add an 'if' to "blocked message" HTML header | ||
- CI testing updates (node.js versions) | ||
- moved config/karma.ini to test/config/karma.ini | ||
|
||
### 1.0.9 - 2017-08-17 | ||
|
||
- also prune syslog hostname when no PID in entry | ||
|
||
### 1.0.8 - 2017-06-16 | ||
|
||
- depend on haraka-eslint for rules | ||
- lint fixes | ||
|
||
### 1.0.7 - 2017-05-04 | ||
|
||
- add --text flag to grep call, in case log file has binary chars | ||
|
||
### 1.0.6 - 2017-01-23 | ||
|
||
- remove host & pid detail from syslog lines | ||
|
||
### 1.0.5 - 2016-11-04 | ||
|
||
- display log entries for transactions | ||
- display just transaction ID in place of full UUID.id | ||
- refactored most of get logs into grepWithShell & asHtml | ||
- with test coverage for the latter two | ||
|
||
### 1.0.4 - 2016-10-25 | ||
|
||
- remove useless $UUID token from display | ||
|
||
### Oct 2 12:57:42 2016 | ||
|
||
- trim uuids more reliably (#4) | ||
|
||
### Oct 2 12:08:44 2016 | ||
|
||
- Duplicate resolutions (#2) | ||
- suppress duplicate actions | ||
|
||
### Sep 29 23:10:33 2016 | ||
|
||
- add missing eslint definition | ||
- added README | ||
- add .travis.yml | ||
- initial commit | ||
|
||
[1.0.11]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/1.0.11 | ||
[1.0.12]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/1.0.12 | ||
[1.0.13]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/1.0.13 | ||
[1.0.14]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/v1.0.14 | ||
[1.0.15]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/v1.0.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contributors | ||
|
||
This handcrafted artisinal software is brought to you by: | ||
|
||
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/haraka-plugin-log-reader/commits?author=msimerson">32</a>) | | ||
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
|
||
<sub>this file is generated by [.release](https://github.com/msimerson/.release). | ||
Contribute to this project to get your GitHub profile included here.</sub> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.