Skip to content

Commit 7f16c8b

Browse files
authored
Merge pull request #74 from PublicisSapient/qa-master
Qa master
2 parents d3f5a58 + 043ffc8 commit 7f16c8b

File tree

18 files changed

+37
-69
lines changed

18 files changed

+37
-69
lines changed

README.md

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,6 @@
1-
# KnowHOW
1+
# KnowHOW Processors
22

3-
> KnowHOW started its life as an addition of bespoke features on top of Hygieia and embarked its own journey to support the digital transformation of Publicis Sapient clients.A dedicated team of engineers crafted it into a product which stands on its own.
4-
KnowHOW has enabled multiple organization to optimize their ways of working.
3+
Code of data collectors organized in 5 different images.
4+
Every image is optional to deploy, based on data sources use, a knowHOW imstance can use one or all processors.
55

6-
KnowHOW is a measurement framework that delivers an intuitive, visual dashboard to track key performance indicators (KPIs) across entire organizations transformation programs. It empowers teams with the knowledge of HOW work is progressing, areas of health, as well as achievement gaps and areas for improvement.
7-
8-
Extraordinarily useful for businesses implementing digital business transformation programs, it should be implemented as part of program startup, and used as a tool for continuous reflection and improvement.
9-
10-
This KPI dashboard connects with all the different tools including Product Management, Design, Technical Quality, Agile Project Management, and Team Operations – and has a flexible architecture to capture engagement metrics and health for a program. It consolidates the information in one place. By consolidating and visualizing the data, team members, program leaders and executives get a single source of truth and understanding of the program health.
11-
12-
For Detailed product documentation and feature list please refer to the link ->
13-
https://psknowhow.atlassian.net/wiki/spaces/PSKNOWHOW/pages/1212417/About+PSknowHOW
14-
15-
For installation instruction please refer to the link ->
16-
https://psknowhow.atlassian.net/wiki/spaces/PSKNOWHOW/pages/1966195/KnowHOW+-+Installation+Setup
17-
18-
19-
# Installation Guide of AuthNAuth application
20-
21-
## Prerequisite
22-
23-
1. DNS allocated to the Host machine
24-
2. Valid SSL certificate with Common Name
25-
26-
## Steps
27-
28-
1. Download the `docker-compose.yaml` file.
29-
2. Open the `docker-compose.yaml` file in any preferred editor and uncomment the auth service. and replace all the placeholders like Docker image tags, DB username, and password, etc., and save it.
30-
3. Now pull the Docker image by running:
31-
```
32-
docker-compose pull
33-
```
34-
4. After successfully pulling the Docker image, run the container by executing:
35-
```
36-
docker-compose up -d
37-
```
38-
5. Your application will now be running and can be accessed from a browser using the DNS..
6+
This is developed using Java 17 with Sprintboot 3.xx

argocd/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>argocd-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<description>ArgoCD Processor</description>
3232
<scm>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.publicissapient.kpidashboard</groupId>
5757
<artifactId>common</artifactId>
58-
<version>13.3.0-SNAPSHOT</version>
58+
<version>13.4.0-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.projectlombok</groupId>

azure-boards/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>azure-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<description>Azure processor fetches data from Azure api</description>
3131
<scm>
3232
<tag>13.1.2</tag>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.publicissapient.kpidashboard</groupId>
5959
<artifactId>common</artifactId>
60-
<version>13.3.0-SNAPSHOT</version>
60+
<version>13.4.0-SNAPSHOT</version>
6161
<scope>compile</scope>
6262
<exclusions>
6363
<exclusion>

azure-pipeline/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>azurepipeline-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<description>Azure Pipeline Build Processor Microservice</description>
3232
<scm>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.publicissapient.kpidashboard</groupId>
6161
<artifactId>common</artifactId>
62-
<version>13.3.0-SNAPSHOT</version>
62+
<version>13.4.0-SNAPSHOT</version>
6363
<exclusions>
6464
<exclusion>
6565
<groupId>ch.qos.logback</groupId>

azure-repo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</parent>
2020
<groupId>com.publicissapient.kpidashboard</groupId>
2121
<artifactId>azurerepo-processor</artifactId>
22-
<version>13.3.0-SNAPSHOT</version>
22+
<version>13.4.0-SNAPSHOT</version>
2323
<packaging>jar</packaging>
2424
<description>Azure Repo processor service</description>
2525
<scm>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.publicissapient.kpidashboard</groupId>
5252
<artifactId>common</artifactId>
53-
<version>13.3.0-SNAPSHOT</version>
53+
<version>13.4.0-SNAPSHOT</version>
5454
<exclusions>
5555
<exclusion>
5656
<groupId>ch.qos.logback</groupId>

bamboo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>bamboo-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<description>bamboo processor</description>
3232
<scm>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.publicissapient.kpidashboard</groupId>
6363
<artifactId>common</artifactId>
64-
<version>13.3.0-SNAPSHOT</version>
64+
<version>13.4.0-SNAPSHOT</version>
6565
<exclusions>
6666
<exclusion>
6767
<groupId>ch.qos.logback</groupId>

bitbucket/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>bitbucket-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<description>Bitbucket processor service</description>
3232
<scm>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.publicissapient.kpidashboard</groupId>
5959
<artifactId>common</artifactId>
60-
<version>13.3.0-SNAPSHOT</version>
60+
<version>13.4.0-SNAPSHOT</version>
6161
<exclusions>
6262
<exclusion>
6363
<groupId>ch.qos.logback</groupId>

github-action/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>githubaction-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<description>Github Actions processor service</description>
3232
<scm>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.publicissapient.kpidashboard</groupId>
5757
<artifactId>common</artifactId>
58-
<version>13.3.0-SNAPSHOT</version>
58+
<version>13.4.0-SNAPSHOT</version>
5959
<exclusions>
6060
<exclusion>
6161
<groupId>ch.qos.logback</groupId>

github/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>github-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<description>Github processor service</description>
3232
<scm>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.publicissapient.kpidashboard</groupId>
5757
<artifactId>common</artifactId>
58-
<version>13.3.0-SNAPSHOT</version>
58+
<version>13.4.0-SNAPSHOT</version>
5959
<exclusions>
6060
<exclusion>
6161
<groupId>ch.qos.logback</groupId>

gitlab/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.publicissapient.kpidashboard</groupId>
2828
<artifactId>gitlab-processor</artifactId>
29-
<version>13.3.0-SNAPSHOT</version>
29+
<version>13.4.0-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131
<description>GitLab processor service</description>
3232
<scm>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.publicissapient.kpidashboard</groupId>
5858
<artifactId>common</artifactId>
59-
<version>13.3.0-SNAPSHOT</version>
59+
<version>13.4.0-SNAPSHOT</version>
6060
<exclusions>
6161
<exclusion>
6262
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)