Timo Bejan 32334c3299 Pull request #19: Ui updates
Merge in RED/ui from ui-updates to master

* commit 'e8993da266e9d0fe4eb98b3546b00887aab2f602':
  fixed lint errors
  Some arrow navigation fixes
  Avatar initials color depending on role
  Project status bar using real data
  Redo tables layout with grid
  Some input styling
  Fixes
  Working arrow navigation
  Removed duplicate flash/lightning icon
2020-10-27 14:42:19 +01:00
2020-10-27 15:40:18 +02:00
2020-10-20 21:06:29 +03:00
2020-09-17 14:12:04 +03:00
2020-09-17 13:52:33 +03:00
2020-09-17 13:52:33 +03:00
2020-09-17 13:52:33 +03:00
2020-09-17 13:52:33 +03:00
2020-09-22 15:21:23 +03:00
2020-09-17 13:58:06 +03:00
2020-09-21 18:39:22 +03:00
2020-09-22 10:38:24 +02:00
2020-10-23 18:25:15 +02:00
2020-09-22 15:21:23 +03:00
2020-10-07 11:16:55 +03:00
2020-09-17 13:58:06 +03:00
2020-09-17 14:15:49 +03:00
2020-10-20 21:06:29 +03:00

Redaction

Swagger Generated Code

To regnerate http rune swaagger

BASE=http://ingress.redaction-timo-dev-401.178.63.47.73.xip.io/
URL="$BASE"v2/api-docs?group=redaction-gateway-v1
mkdir -p /tmp/swagger
swagger-codegen generate -i "$URL" -l typescript-angular -o /tmp/swagger

To Create a new Stack in rancher

Goto rancher.iqser.com: Select Cluster Development, go to apps, click launch and select Redaction from the dev section. Add a new name and a new namespace. Select answers-development.yaml and add it to answers Edit as yaml.

For HTTPS / Cloudflare domain go to workloads -> Loadbalancing -> select your stack Add cloudflare certificate and specify a hostname to use timo-redaction-dev.iqser.cloud

Keycloak Staging Config

keycloak: authServerUrl: 'https://redkc-staging.iqser.cloud/auth' client: secret: 'a4e8aa56-03b0-4e6b-b822-8ac1f41280c4'

Default Testing URL

https://timo-redaction-dev.iqser.cloud/ Hostname:

timo-redaction-dev.iqser.cloud

Test Users

username role comment
guest cannot use the application
user RED_USER
red_manager RED_MANAGER
useradmin RED_ADMIN, RED_USER has super power !
manageradmin RED_ADMIN RED_MANAGER RED_USER has super super power !

Password for all users is OsloImWinter

Description
No description provided
Readme 443 MiB
2025-01-29 09:35:17 +01:00
Languages
TypeScript 74.6%
HTML 18.5%
SCSS 5.9%
CSS 0.8%
Shell 0.1%