-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from SumoLogic/hpal_endace_v1.0.1
Releasing Endace v1.0.1
- Loading branch information
Showing
7 changed files
with
43 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: v2 App Unit Test | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
v2-app-unit-test: | ||
name: "V2 App Unit Test" | ||
runs-on: "ubuntu-latest" | ||
env: | ||
SUMO_APPS_V2_REPO_PATH: ${{ github.workspace }} | ||
TARGET_BRANCH: "origin/${{ github.event.pull_request.base.ref }}" | ||
SOURCE_BRANCH: "origin/${{ github.event.pull_request.head.ref }}" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Python 3.12 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.12 | ||
- name: Install dependencies | ||
run: | | ||
python3 -m pip install -U pip wheel setuptools | ||
- name: "Install sumoappsuite tool" | ||
run: | | ||
pip3 install $GITHUB_WORKSPACE/scripts/sumologic_appdevutils*.whl | ||
- name: "Generate SCR File" | ||
run: | | ||
sumoappsuite generate-scr-file-v2-app && cat scr_app_list.yaml | ||
- name: "Run Sumo Logic App Tests" | ||
run: | | ||
sumoappsuite run-all-app-tests-v2 -f scr_app_list.yaml -e test_tfApp_installable,test_is_deployable,test_sumo_query,test_threatintel_query,test_update_v2_app |
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
Binary file not shown.
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,5 +1,9 @@ | ||
# Changelog for Endace | ||
|
||
## [1.0.1] - 2024-06-21 | ||
### Fixed | ||
- Fixed dashboard queries and updated icon. | ||
|
||
## [1.0.0] - 2024-06-08 | ||
### Added | ||
- Initial version of the app. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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