-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(ci): depend on shared GHA workflows
- Loading branch information
Showing
5 changed files
with
42 additions
and
35 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
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,14 @@ | ||
name: CodeQL | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
# The branches below must be a subset of the branches above | ||
branches: [ master ] | ||
schedule: | ||
- cron: '18 7 * * 4' | ||
|
||
jobs: | ||
codeql: | ||
uses: haraka/.github/.github/workflows/codeql.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
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,80 +1,84 @@ | ||
|
||
### 2.0.1 - 2022-05-27 | ||
|
||
## 2.0.0 - 2022-03-29 | ||
- chore(ci): depend on shared GHA workflows | ||
|
||
|
||
### 2.0.0 - 2022-03-29 | ||
|
||
- remove lots of plugin=this | ||
- remove unnecessary braces and trailing ; | ||
- some promises. | ||
|
||
|
||
## 1.0.14 - 2022-02-14 | ||
### 1.0.14 - 2022-02-14 | ||
|
||
- try to unsubscribe in case connection is marked to skip during transaction | ||
|
||
|
||
## 1.0.13 - 2019-04-23 | ||
### 1.0.13 - 2019-04-23 | ||
|
||
- add 'exists' pattern | ||
|
||
|
||
## 1.0.12 - 2019-03-08 | ||
### 1.0.12 - 2019-03-08 | ||
|
||
- don't interfere with STARTLS and AUTH when karmi is listed above those plugins in config/plugins | ||
- don't interfere with STARTLS and AUTH when karma is listed above those plugins in config/plugins | ||
|
||
|
||
## 1.0.11 - 2017-10-25 | ||
### 1.0.11 - 2017-10-25 | ||
|
||
- private addresses and flagged connections exemption | ||
|
||
|
||
## 1.0.10 - 2017-08-30 | ||
### 1.0.10 - 2017-08-30 | ||
|
||
- add TLS awards #19 | ||
|
||
|
||
## 1.0.9 - 2017-07-29 | ||
### 1.0.9 - 2017-07-29 | ||
|
||
- splash on some es6 | ||
- add AppVeyor CI testing | ||
|
||
|
||
## 1.0.8 - 2017-06-26 | ||
### 1.0.8 - 2017-06-26 | ||
|
||
- revert #9, it breaks current Haraka deployments | ||
|
||
|
||
## 1.0.7 - 2017-06-16 | ||
### 1.0.7 - 2017-06-16 | ||
|
||
- update for eslint 4 compat | ||
- Add results_redis_publish=true for haraka-results changes #9 | ||
|
||
|
||
## 1.0.6 - 2017-05-04 | ||
### 1.0.6 - 2017-05-04 | ||
|
||
- emit error if redis plugin didn't create connection | ||
|
||
|
||
## 1.0.5 - 2017-02-06 | ||
### 1.0.5 - 2017-02-06 | ||
|
||
- move merge_redis_ini into load_karma_ini, so it also gets applied | ||
after a karma.ini change | ||
- skip redis operations when no connection exists | ||
|
||
|
||
## 1.0.4 - 2017-01-29 | ||
### 1.0.4 - 2017-01-29 | ||
|
||
- use the new haraka-plugin-redis | ||
- remove exceptions for soft denials. This makes denial time simpler. | ||
- rules updates | ||
|
||
|
||
## 1.0.3 - 2017-01-27 | ||
### 1.0.3 - 2017-01-27 | ||
|
||
- add rule #280 for known-senders | ||
- add support for 'length' type, with eq, gt, and lt operators | ||
- use shared haraka-eslint | ||
|
||
|
||
## 1.0.2 - 2017-01-24 | ||
### 1.0.2 - 2017-01-24 | ||
|
||
- use redis.merge_redis_ini() |
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