aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-08-01fixed line length in tablenewdelhithmsdt1-16/+16
Issue-ID: DOC-823 Change-Id: I4cd85672bf9a699b64ccbee9c9f7be4692d3b943 Signed-off-by: thmsdt <thomas.kulik@telekom.de> (cherry picked from commit 56058008c4217aa4cc945aaf4578d441bb0743e1)
2024-07-22fix project namethmsdt1-1/+1
Issue-ID: DOC-823 Change-Id: I348ceb3b87ff30cf5ff7a287403587864d1a1e2c Signed-off-by: thmsdt <thomas.kulik@telekom.de> (cherry picked from commit 943952b5900469f5e50e3a7fb4ebea04a19c7983)
2024-07-15fix project name in INFO.yamlthmsdt1-1/+1
Issue-ID: DOC-823 Change-Id: Icb3e6afa760d75c076f885c3bd465ac485d71a5c Signed-off-by: thmsdt <thomas.kulik@telekom.de> (cherry picked from commit 48c0ed7aed813fda98150fbec3fb2d93413afd16)
2024-06-17Update doc references in ui newdelhi branchFiete Ostkamp3-6/+6
Issue-ID: PORTALNG-111 Change-Id: I665586a8e9bdd215daf536ee05d473e85e6717e5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-12Create release notesFiete Ostkamp2-1/+125
- create release notes for the initial release of the portalng Issue-ID: PORTALNG-110 Change-Id: If10dd2e33809c835dbd309ea4404f1e16206ebf8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-28Release 0.1.1Fiete Ostkamp1-0/+7
- fix auth url after KeycloakX upgrade Issue-ID: PORTALNG-109 Change-Id: Ia4343ff8fa86c8d0c8d4cabd4e8452844274039e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-28Adjust keycloak auth url after KeycloakX upgrade0.1.1Fiete Ostkamp4-5/+5
- remove /auth from auth url after KeycloakX upgrade - increase version to 0.1.1 Issue-ID: PORTALNG-109 Change-Id: I74182d3f8a8eca3a1a341622076980e6be544cd5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-14Setup docs for portal-ngFiete Ostkamp9-0/+191
- setup docs based on the doc-best-practice repository Issue-ID: PORTALNG-98 Change-Id: I5e46eae902f4c7b35f9bfab4034c9cb1f6c21bf2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-07Release 0.1.0 image of uiFiete Ostkamp2-1/+8
Issue-ID: PORTALNG-97 Change-Id: I1955ba9a5f352b9ffa8d68b5e915da3ef6c84991 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-07Make ui filesystem readonly0.1.0Fiete Ostkamp5-92/+16
- remove nginx.template and docker_entrypoint from repo [1] - add version.properties file [1] they will be mounted via the chart since files can't be modified (using envsubst) in a readonly filesystem Issue-ID: PORTALNG-96 Change-Id: Ic3352be45b104ffb2b620532d07470cb8247e4d3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-28Docker-compose setup for ui is not workingFiete Ostkamp5-65/+74
- use correct image repository - remove all references to portal-[bff|preferences|history] and use the non-prefixed versions - fix Keycloak realm settings Issue-ID: PORTALNG-83 Change-Id: If86c6e13fa10584b3e209ad777f7f85d9cb3afe5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-27Make ui logging configurableFiete Ostkamp4-4/+6
- introduce LOGGING_ENABLED environment variable that can be set to enable the ui logging Issue-ID: PORTALNG-81 Change-Id: Icb540020bf18e030e3b02fa27f66eb5982a2bf31 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-05ui container unable to launchFiete Ostkamp1-3/+3
- change ownership of copied file to nginx user Issue-ID: PORTALNG-77 Change-Id: I6f9f2a5463f493c076cc6f191f093d1e6e477ef8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-01portal-ng pods run under root userFiete Ostkamp104-19982/+6
- switch base image from openresty to nginx-unprivileged - remove custom lua plugin code - dynamically determine dns resolver ip during container startup Issue-ID: PORTALNG-67 Change-Id: I23fb5e684dbb98a326afb00911a1f5ae78e2536d Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-08-29Merge "Change role prefix from onap_ to portal_ [ui]"montrealFiete Ostkamp4-37/+37
2023-08-01/onap-logging proxy config is causing container startup failureFiete Ostkamp1-56/+0
Issue-ID: PORTALNG-36 Change-Id: I1baf948a344c8ef170d73bb0cd8b26e67582dddf Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-07-31ui requires globally installed openapi-generator-cli npm packageFiete Ostkamp1-1/+1
Issue-ID: PORTALNG-34 Change-Id: I5c5cf7ea6b500bd18de74f7702b5d1f4d189c675 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-07-27Change role prefix from onap_ to portal_ [ui]Fiete Ostkamp4-37/+37
Issue-ID: PORTALNG-31 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Idf9b8b24fab73cfdaa8084b65308eef2ae9e62e3
2023-06-28History dashboard not correctly layouted - code correctionLudmila Schlegelova7-14/+72
Issue-ID: PORTALNG-5 Signed-off-by: Ludmila Schlegelova <Ludmila.Schlegelova@telekom.com> Change-Id: Ie578726acefa92df5a06d92dac144e1b7f9118a9
2023-06-27Make ui nginx startup independent from proxied servicesFiete Ostkamp1-15/+15
Issue-ID: PORTALNG-11 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Id60edf3691f285d731b998732577450a6f7648fe
2023-06-22ui is not using production builds in the DockerfileFiete Ostkamp2-2/+1
Issue-ID: PORTALNG-9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I1c5f5af3d9b0d494540d661ca2f2aea983edfa2e
2023-06-22The Dockerfile contains a nonexistent packageFiete Ostkamp2-1/+22
Issue-ID: PORTALNG-7 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I369cb0cdc7464d29180989d589b2a859ad0e861b
2023-06-22The Dockerfile contains a nonexistent packageFiete Ostkamp1-2/+3
Issue-ID: PORTALNG-7 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ic2228157b4dc3de9d32d07d07b498c8742d7eacc
2023-06-21The Dockerfile contains a nonexistent packageFiete Ostkamp1-1/+1
Issue-ID: PORTALNG-7 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ia5a368c929d9792813b752de4e7921d6b3dd0ba6
2023-06-21Add the *.yaml ending to license checker ignore listFiete Ostkamp1-1/+1
Issue-ID: PORTALNG-6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I0484fd56b7c2a6d807bb82155d710d9603745e17
2023-06-21Make ui configurable via environment variablesFiete Ostkamp11-12/+50
Issue-ID: PORTALNG-4 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I31b968cef23c7727cfd8cfb2ba65691745a0b8f3
2023-04-14Upload uiFiete Ostkamp326-0/+69223
Issue-ID: PORTAL-1084 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Id0c94859a775094e67b0bb9c91ca5e776a08c068
2023-03-28Automation adds INFO.yamlLF Jenkins CI1-0/+65
Issue-ID: CIMAN-33 Change-Id: I66f0b68e3f6505cfcb51579cabe6a3948cdfdb61 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
2023-03-24Chore: Automation adds .gitreviewlf-jobbuilder1-0/+5
Issue-ID: CIMAN-33 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org> Change-Id: Ieb5c1a44fafcc9b701c9ea8d94c249e2511dffea
2023-03-24Initial empty repositoryLF Jenkins CI0-0/+0