Timo Bejan 9d9b7ee4f6 Pull request #162: Refactored filtering, searching, selection and sorting for lists in a separate component
Merge in RED/ui from base-listing to master

* commit 'dfb3787d42555add7ad8ea37992606ce89ee7296':
  Refactor file attributes CSV import
  Refactor user listing
  Refactored file attributes listing
  Refactored default colors screen
  Refactor dictionary listing
  Sorting logic, added for rulesets listing
  Base listing (filter, search, select) for project listing & overview
2021-04-20 08:56:44 +02:00
2021-04-07 22:48:47 +03:00
2021-04-20 00:58:41 +03:00
2020-11-13 12:10:07 +02:00
2020-11-17 01:01:36 +02:00
2021-04-09 08:27:52 +03:00
2021-04-14 12:08:36 +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-11-09 22:59:02 +02:00
2020-12-08 23:45:43 +02:00
2020-11-10 11:05:49 +02:00
2020-11-17 10:40:30 +01:00
2020-11-12 19:14:43 +02:00
2021-04-19 17:36:46 +02:00
2021-04-19 17:36:46 +02:00
2021-03-30 19:09:39 +03:00
2020-09-22 15:21:23 +03:00
2020-11-30 09:48:15 +02:00
2020-09-17 14:15:49 +03:00
2021-04-07 22:48:47 +03:00

Redaction

Swagger Generated Code

To re-generate http rune swagger

YOu need swagger-codegen installed brew install swagger-codegen

BASE=https://redapi-staging.iqser.cloud/
URL="$BASE"v2/api-docs?group=redaction-gateway-v1
mkdir -p /tmp/swagger
swagger-codegen generate -i "$URL" -l typescript-angular -o /tmp/swagger
cd /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


---
  global:
    imageRegistry: "nexus.iqser.com:5001"

  ingress:
    hosts:
      - host: redui-automation-ui.iqser.cloud
    tls:
      - secretName: iqser-cloud-origin
        hosts:
          - redui-automation-ui.iqser.cloud

  api:
    url: 'https://redui-automation-api.iqser.cloud'
    client: redaction
    oauthUrl: 'https://redkc-staging.iqser.cloud/auth/realms/redaction'



---
  global:
    imageRegistry: "nexus.iqser.com:5001"

  ingress:
    hosts:
      - host: redui-automation-api.iqser.cloud
    tls:
      - secretName: iqser-cloud-origin
        hosts:
          - redui-automation-api.iqser.cloud

  cassandra:
    dbUser:
      forcePassword: false
    cluster:
      replicaCount: 1
      seedCount: 1
    jvm:
      max_heap_size: 2048M
      heap_new_size: 800M
    persistence:
      enabled: true
    resources:
      requests:
        memory: "4Gi"
        cpu: "0.5"

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

  configuration_service_v1:
    init:
      dictionaries:
      # https://cloud.iqser.com/index.php/f/879133 (Entities/CleanMergedDictionaries/addresses.txt)
      - type: "address"
        nextcloud_host: "cloud.iqser.com"
        nextcloud_share_id: fTkfkxeGZorpFCL
        nextcloud_share_password: q9g9m34n
      # https://cloud.iqser.com/index.php/f/879133 (Entities/CleanMergedDictionaries/names.txt)
      - type: "name"
        nextcloud_host: "cloud.iqser.com"
        nextcloud_share_id: jaiArBK2DeZG6pJ
        nextcloud_share_password: WPfpQcKG
      # https://cloud.iqser.com/index.php/f/879133 (Entities/CleanMergedDictionaries/vertebrates.txt)
      - type: "vertebrate"
        nextcloud_host: "cloud.iqser.com"
        nextcloud_share_id: F7Nf9cTR3nJbSyb
        nextcloud_share_password: HCATe6TH
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%