All Projects → blackducksoftware → blackduck-alert

blackducksoftware / blackduck-alert

Licence: Apache-2.0 license
Processes notifications from BlackDuck and sends them to supported distribution channels

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
SCSS
7915 projects
FreeMarker
481 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to blackduck-alert

synopsys-coverity-plugin
Coverity plugin for Jenkins
Stars: ✭ 20 (+5.26%)
Mutual labels:  solution, sig, integration-team
synopsys-detect
Scanning and analysis for Synopsys products.
Stars: ✭ 102 (+436.84%)
Mutual labels:  solution, sig, integration-team
hub-detect
This is now deprecated. Please see synopsys-detect.
Stars: ✭ 38 (+100%)
Mutual labels:  solution, integration-team
Solution-to-Algebra-Chapter-0
Solution to Algebra, Chapter 0
Stars: ✭ 39 (+105.26%)
Mutual labels:  solution
framework
Solu Framework is a full featured, ORM-backed, isomorphic framework using RPython, Pouch/CouchDB and React.
Stars: ✭ 20 (+5.26%)
Mutual labels:  solution
scalable-form-platform
A solution for building dynamic web forms with visual editor
Stars: ✭ 109 (+473.68%)
Mutual labels:  solution
dsge
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
Stars: ✭ 41 (+115.79%)
Mutual labels:  solution
the-c-programming-language-2nd-edition-solutions
Solutions to the exercises in the book "The C Programming Language" (2nd edition) by Brian W. Kernighan and Dennis M. Ritchie. This book is also referred to as K&R.
Stars: ✭ 245 (+1189.47%)
Mutual labels:  solution
fa
Automation tool for locating symbols & structs in binary (primary IDA focused)
Stars: ✭ 58 (+205.26%)
Mutual labels:  sig
gisjogja
GISJOGJA - aplikasi web based sistem informasi geografis (SIG) / GIS wisata kota JOGJA - www.firstplato.com
Stars: ✭ 17 (-10.53%)
Mutual labels:  sig
assembly-solution
一些汇编习题的解答
Stars: ✭ 31 (+63.16%)
Mutual labels:  solution
Nlp Competitions List Review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
Stars: ✭ 1,997 (+10410.53%)
Mutual labels:  solution
ByteDev.DotNet
Set of classes for reading .NET solution and project files.
Stars: ✭ 13 (-31.58%)
Mutual labels:  solution
leetcode
A set of practice note, solution, complexity analysis and test bench to leetcode problem set
Stars: ✭ 31 (+63.16%)
Mutual labels:  solution
Xrm-Quick-Edit
A Dynamics CRM Add-In for speeding up tasks such as translating or toggling field security on or off
Stars: ✭ 13 (-31.58%)
Mutual labels:  solution
NLP-Specialization
NLP Specialization (Natural Language Processing) made by deeplearning.ai
Stars: ✭ 44 (+131.58%)
Mutual labels:  solution
sigsby
Sistem Informasi Geografis (SIG) / GIS Wisata Kota Surabaya Berbasis Web - www.firstplato.com
Stars: ✭ 23 (+21.05%)
Mutual labels:  sig
Restaurant-Management-System
👨‍🍳 An Android based RMS that aims to digitalize the day to day processes of various restaurant operations including ordering, billing, kitchen, hall and inventory management.
Stars: ✭ 105 (+452.63%)
Mutual labels:  integration-team

Overview

This application provides the ability to send notifications from a provider to various distribution channels.

Build

Build Status License Black Duck Security Risk Quality Gate Status

Build Steps

Requirements

  • JDK 11

To compile the UI and create the jar file run:

./gradlew clean build

To build the docker image:

./gradlew buildDockerImage

To build the zip file containing the orchestration files for deployment:

./gradlew createDeploymentZip

To Run the Server Locally

This section describes running the server locally.

Run Commands

Execute the one of the following commands which will build the source code and then start the server:

Run the Server Locally
./gradlew runServer

Note: The server will be running locally over: https://localhost:8443/alert

UI Development with Hot Module Replacement

These commands will start a webpack dev server that can access the backend for rapid UI development.
The UI files will automatically be reloaded if there are changes through hot module replacement.

1. Start the Backend Server
./gradlew runServer

Note: The server will be running locally over: https://localhost:8443/alert

2. Start the webpack dev server
npm run start

Note: The webpack dev server will be running locally over: https://localhost:9000/alert

Where can I get the latest release?

All releases are on the GitHub release page. https://github.com/blackducksoftware/blackduck-alert/releases

Documentation

Our public Confluence page: https://synopsys.atlassian.net/wiki/spaces/INTDOCS/pages/187564033/Synopsys+Alert

Installation Documentation available for the following:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].