Skip to content

Commit 26d8b20

Browse files
authored
Merge pull request #78 from Mixeway/feature/bump-versions
Feature/bump versions
2 parents b7f1d2a + b378b1b commit 26d8b20

58 files changed

Lines changed: 16196 additions & 52808 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploybeta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- '*'
6+
- 'feature/*'
67
- 'refactor/*'
78
- '!master'
89
pull_request:

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
# dependencies
77
/node_modules
8-
8+
.angular
9+
/.angular
10+
/.vscode
911
# IDEs and editors
1012
/.idea
1113
.project

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.8.0 (2023-08-08)
2+
3+
#### New Features
4+
* Refreshed show project page with additional statistic
5+
* Project vulnerability timeline
6+
* Vulnerability timeline
7+
* More other stats like average time to fix vulnerability
8+
9+
#### Updates
10+
* Updated to angular 14 and ngx-admin 10
11+
12+
#### Bug Fixes
13+
* fixed problem with not refreshed gauge chart with project threat rating
14+
115
## 1.7.1 (2023-01-23)
216

317
#### New Features

angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
"node_modules/nebular-icons/scss/nebular-icons.scss",
3838
"node_modules/pace-js/templates/pace-theme-flash.tmpl.css",
3939
"node_modules/leaflet/dist/leaflet.css",
40-
"src/app/@theme/styles/styles.scss"
40+
"src/app/@theme/styles/styles.scss",
41+
"node_modules/primeng/resources/themes/bootstrap4-light-blue/theme.css",
42+
"node_modules/primeng/resources/primeng.css"
4143
],
4244
"scripts": [
4345
"node_modules/pace-js/pace.min.js",

0 commit comments

Comments
 (0)