Skip to content

Commit

Permalink
Merge pull request #38 from guilhemmarchand/testing
Browse files Browse the repository at this point in the history
Version 1.0.20
  • Loading branch information
guilhemmarchand committed Apr 29, 2021
2 parents cc3f464 + 6ec9174 commit 7911197
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 141 deletions.
16 changes: 11 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ executors:
working_directory: ~/repo

jobs:
validate-content:
splunk-appinspect:
executor: content-executor
steps:
- run:
Expand All @@ -26,6 +26,10 @@ jobs:
else
git clone --branch ${CIRCLE_BRANCH} https://${GITHUB_TOKEN}@github.com/guilhemmarchand/TA-ms-teams-alert-action
fi
- run:
name: checkout Splunk Appinspect shell executor
command: |
git clone https://github.com/guilhemmarchand/splunk-appinspect-pipeline.git
- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "TA-ms-teams-alert-action/TA-ms-teams-alert-action/default/app.conf" }}
- run:
Expand All @@ -39,7 +43,7 @@ jobs:
mkdir dist
cp TA-ms-teams-alert-action.tar.gz dist/
cd ../
TA-ms-teams-alert-action/build/appinspect_vetting.sh $SPLUNK_BASE_LOGIN $SPLUNK_BASE_PASSWD TA-ms-teams-alert-action/dist/TA-ms-teams-alert-action.tar.gz
splunk-appinspect-pipeline/appinspect_vetting.sh --username=$SPLUNK_BASE_LOGIN --password=$SPLUNK_BASE_PASSWD --app=TA-ms-teams-alert-action/dist/TA-ms-teams-alert-action.tar.gz --included_tags=splunk_appinspect --excluded_tags=manual --excluded_checks=check_indexes_conf_does_not_exist --html_report_out=/tmp/appinspect_report.html
- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "TA-ms-teams-alert-action/TA-ms-teams-alert-action/default/app.conf" }}
paths:
Expand All @@ -48,6 +52,9 @@ jobs:
root: TA-ms-teams-alert-action/dist/
paths:
- TA-ms-teams-alert-action.tar.gz
- store_artifacts:
path: /tmp/appinspect_report.html
destination: appinspect-report
publish-github-release:
docker:
- image: cibuilds/github:latest
Expand All @@ -65,7 +72,7 @@ workflows:
version: 2.1
validate-and-build:
jobs:
- validate-content:
- splunk-appinspect:
context:
- docker-hub-creds
- splunk-base-creds
Expand All @@ -75,10 +82,9 @@ workflows:
- publish-github-release:
context: docker-hub-creds
requires:
- validate-content
- splunk-appinspect
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/

2 changes: 1 addition & 1 deletion TA-ms-teams-alert-action/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "TA-ms-teams-alert-action",
"version": "1.0.19"
"version": "1.0.20"
},
"author": [
{
Expand Down
2 changes: 1 addition & 1 deletion TA-ms-teams-alert-action/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build = 1

[launcher]
author = Guilhem Marchand
version = 1.0.19
version = 1.0.20
description = This addon allows publishing messages to Microsoft Teams channels with markdown formatting.

[ui]
Expand Down
134 changes: 0 additions & 134 deletions build/appinspect_vetting.sh

This file was deleted.

5 changes: 5 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release notes
#############

Version 1.0.20
==============

- Change - Issue #37 - Add help-link class, open in a new window, and external icon

Version 1.0.19
==============

Expand Down

0 comments on commit 7911197

Please sign in to comment.