-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/datanode_logs_support_bundle
- Loading branch information
Showing
211 changed files
with
7,112 additions
and
7,811 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 |
---|---|---|
|
@@ -36,6 +36,9 @@ jobs: | |
continue-on-error: true | ||
working-directory: graylog2-web-interface | ||
run: yarn lint --fix -o /tmp/report.json -f json | ||
- name: Run prettier | ||
working-directory: graylog2-web-interface | ||
run: yarn format | ||
- name: Run lint:styles --fix | ||
continue-on-error: true | ||
working-directory: graylog2-web-interface | ||
|
@@ -54,7 +57,7 @@ jobs: | |
author: Dr. Lint-a-lot <[email protected]> | ||
branch: fix/linter-hints | ||
committer: Dr. Lint-a-lot <[email protected]> | ||
commit-message: Running lint --fix | ||
commit-message: Running lint --fix & prettier | ||
delete-branch: true | ||
|
||
- name: Get headRef and SHA of PR | ||
|
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,5 @@ | ||
type = "f" | ||
message = "Fixing keyboard shortcut conflicts for opening query history by changing it to ctrl+space on win and linux os" | ||
|
||
issues = ["20423"] | ||
pulls = ["21336"] |
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,5 @@ | ||
type = "f" | ||
message = "Fixed the issue when the streams link in the message table was not working on the streams page." | ||
|
||
issues=["20465"] | ||
pulls = ["21338"] |
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,5 @@ | ||
type = "added" | ||
message = "Added overview-page for access-tokens, accessible by admins." | ||
|
||
issues = ["21321", "21396"] | ||
pulls = ["21315"] |
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,5 @@ | ||
type="a" | ||
message="Added new Configuration to define default for allowing access tokens for external users." | ||
|
||
issues=["21322"] | ||
pulls=["21438"] |
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,5 @@ | ||
type = "fixed" | ||
message = "Fixed query validation with parameter usage. Parameters representing field names do not cause 'unknown field' warnings anymore." | ||
|
||
issues = ["9368"] | ||
pulls = ["21469"] |
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,4 @@ | ||
type = "a" | ||
message = "Adding advanced field type for event definitions, looking up titles in aggregations and message table." | ||
|
||
pulls = ["21136"] |
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,5 @@ | ||
type = "f" | ||
message = "Fix error when clicking the Replay search link in event definition summary in edit modal on security events page" | ||
|
||
issues = ["graylog-plugin-enterprise#9289"] | ||
pulls = ["21359"] |
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,5 @@ | ||
type = "fixed" | ||
message = "Improve readability of filter preview error message in event definition wizard (dark mode)." | ||
|
||
issues = ["Graylog2/graylog-plugin-enterprise#9336"] | ||
pulls = ["21376"] |
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,5 @@ | ||
type = "added" | ||
message = "Added escape character handling to the key_value pipeline function." | ||
|
||
pulls = ["21456"] | ||
issues = ["graylog-plugin-enterprise#9552"] |
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,5 @@ | ||
type = "f" | ||
message = "UI Framework for deprecating pipeline functions" | ||
|
||
pulls = ["21467"] | ||
issues = ["19287"] |
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,4 @@ | ||
type = "c" | ||
message = "Upgraded MongoJack dependency to `5.0.2`. This might require changes to third-party plugins. Please check Graylog upgrade notes." | ||
|
||
pulls = ["21493"] |
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,5 @@ | ||
type = "fixed" | ||
message = "Upgrade AWS Kinesis client libary to version 6.1.0 to fix potential shard processing issues." | ||
|
||
issues = ["21451"] | ||
pulls = ["21538"] |
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.