Commit Graph

56 Commits

Author SHA1 Message Date
dependabot[bot] 0c39b9c908
build(deps): bump minimist and @ngneat/until-destroy
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.7 and updates ancestor dependency [@ngneat/until-destroy](https://github.com/ngneat/until-destroy). These dependencies need to be updated together.


Updates `minimist` from 1.2.5 to 1.2.7
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7)

Updates `@ngneat/until-destroy` from 8.0.4 to 8.1.4
- [Release notes](https://github.com/ngneat/until-destroy/releases)
- [Changelog](https://github.com/ngneat/until-destroy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ngneat/until-destroy/compare/v8.0.4...v8.1.4)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: "@ngneat/until-destroy"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 12:15:26 +00:00
Marcel Haag 16bc1a5d4f fix: design pattern and QoL Improvements 2022-12-23 13:07:17 +01:00
Marcel Haag 46f79dcf89 feat: As a user I want to add a comment via dialog 2022-12-22 15:47:37 +01:00
Marcel Haag 6a625349c8 feat: As a user I want to delete my finding 2022-12-22 15:47:37 +01:00
Marcel Haag 27a8e963e9 feat: As a user I want to edit my finding 2022-12-08 10:20:05 +01:00
Marcel Haag 076fa087e8 fix: As a developer I want tests for the new API's and document them 2022-12-02 17:13:10 +01:00
Marcel Haag a4536e9735 fix: Bugfixes and QoL Improvements 2022-11-21 09:56:13 +01:00
Marcel Haag e9aec4ec3e feat: As a developer, I want to get findings by pentestId 2022-11-16 09:26:27 +01:00
Marcel Haag b2f430f9fd feat: As a developer I want to create a finding that is related to my pentest 2022-11-14 12:33:33 +01:00
Marcel Haag 84b7c1a07d feat: As a developer, I want to create a pentest 2022-11-11 19:02:35 +01:00
Marcel Haag de659e3293 feat: added pentest status selection 2022-11-04 12:49:38 +01:00
Marcel Haag c1293b4da1 fix: dialog lazy loading 2022-11-04 11:46:44 +01:00
Marcel Haag f658073bcf feat: As a user I want to add a finding via dialog 2022-11-02 10:49:10 +01:00
Marcel Haag 5d89467c1e feat: As a user I want to have an comments overview 2022-10-24 15:33:20 +02:00
Marcel Haag 747cade495 feat: As a user I want to have an findings overview 2022-10-24 13:18:36 +02:00
Marcel Haag 6764583481 feat: As a user I want to view the information about my current pentest 2022-10-14 11:38:35 +02:00
Marcel Haag ca7018cad9 fix: Changed c4po logo and refactored FE 2022-09-23 11:02:15 +02:00
Marcel Haag b695b17a9e feat: As an user I want to have the layout for my pentest 2022-09-01 17:28:24 +02:00
Marcel Haag ecaaeea079 fix: integration test and ascii documentation 2022-08-19 13:14:59 +02:00
mhg d814a87033 Create THIRD-PARTY-LICENSES.md
This is only a template and should be updated before making the repository public.
2022-08-19 13:14:59 +02:00
mhg 5894722633 Updated LICENSE.md 2022-08-19 13:14:59 +02:00
mhg 93ccf3e034 Delete LICENSE.md 2022-08-19 13:14:59 +02:00
mhg 6ae4d4e62d Update CONTRIBUTING.md 2022-08-19 13:14:59 +02:00
mhg 2cbb2d522b Create CONTRIBUTING.md 2022-08-19 13:14:59 +02:00
mhg 6ec16c0cbf Create LICENSE.md 2022-08-19 13:14:59 +02:00
mhg 4a2024dd69 feat: refactor project model in order to calculate progress 2022-08-19 13:14:59 +02:00
norman-schmidt 24dccb3e8f
feat: added pentest endpoint to get pentests by projectId & category 2022-08-05 11:00:15 +02:00
mhg ca77f6f208 feat: update jest version and adjusted wiki 2022-07-26 08:59:30 +02:00
mhg e80c0e8560
feat: As a developer I want to have a global and customizable exception handeling 2022-07-05 20:10:29 +02:00
mhg f9ce7606f7
feat: As an user I want to have an additional pentest-header 2022-06-24 22:00:07 +02:00
Stipe Knez abddd00451 feat: As a user I want to have a sidenav in order to select the current step of my Pentest
Co-authored-by: Marcel Haag <marcel.haag@novatec-gmbh.de>
2022-06-15 08:44:32 +02:00
mhg 5d5dbe95fa
feat: added pentest table and added ngrx store for project management 2022-04-21 15:09:44 +02:00
norman-schmidt 501a6d3427
feat: switch language 2022-04-04 00:42:14 +02:00
mhg ae9da4ce35
fix: adjusted README.md 2022-03-25 22:04:11 +01:00
mhg 58b6ed6f93
feat: As an user I want to have the necessary components available for correct layout 2022-03-25 22:00:53 +01:00
mhg 621bccdb22
fix: dialog overlay after lazy loading child component 2022-03-25 12:53:15 +01:00
Stipe Knez 7f2dbcacf4
feat: as a developer I want to edit projects 2022-03-23 09:45:07 +01:00
mhg 29cf100a18
Update issue templates 2022-03-17 10:03:00 +01:00
mhg 282d66efa6
feat: added update project option and refactored project-dialog 2022-03-04 11:06:41 +01:00
Stipe Knez 203b376ef1
feat: As a developer I want to delete projects 2022-02-15 17:02:47 +01:00
mhg 497ee99e92 Update ReadMe.md 2022-02-04 17:51:56 +01:00
mhg a1fa0141ab
feat: added delete project option and generic confirm dialog 2022-01-29 03:09:02 +01:00
mhg c9987b48b9 feat: added dialog-service and new project dialog 2022-01-12 22:36:19 +01:00
Stipe Knez a54f064692
feat: As a developer I want to create new Projects 2022-01-07 09:56:47 +01:00
Marcel Haag c7160d5340 feat: Updated README.md and wiki folder 2021-11-17 16:02:56 +01:00
mhg c95563e80e feat: added architecture diagramm to wiki 2021-11-05 14:21:28 +01:00
mhg d1c1a3814b
feat: added header and project overview to FE and fixed keycloak test container 2021-10-29 14:38:05 +02:00
Marcel Haag 0541586aaf fix: adjusted projects model, testdata and postman 2021-08-06 18:19:45 +02:00
mhg 47dd096da6 feat: added mongodb to microservice and docker compose 2021-08-06 17:53:58 +02:00
Marcel Haag dfc5e1a934 feat: added Keycloak and WebsecurityConfig and improved script management 2021-08-06 17:53:43 +02:00