Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix boost pod issue with patch package #1130

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

adityankannan-tw
Copy link
Contributor

No description provided.

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
@swatigoel swatigoel merged commit 7c61c9d into mosip:develop Jan 2, 2024
3 checks passed
swatigoel pushed a commit that referenced this pull request Jan 9, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
swatigoel pushed a commit that referenced this pull request Jan 9, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
swatigoel pushed a commit that referenced this pull request Jan 9, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
swatigoel pushed a commit that referenced this pull request Jan 9, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change working directory to cd

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
swatigoel pushed a commit that referenced this pull request Jan 9, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change working directory to cd

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
swatigoel pushed a commit that referenced this pull request Jan 11, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change working directory to cd

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send sonar configs as input for sonar analysis

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] test critical issues sonar failure

For testing change const to var to introduce critical issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
vharsh added a commit that referenced this pull request Jan 12, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-703]: add resend OTP flow in getVC flow (#1148)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* https://mosip.atlassian.net/browse/MOSIP-30972 adding new testcases for android and ios (#1145)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change working directory to cd

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-692&694] fix overlay height and background border color in purple (#1147)

* [INJI-692] fix message overlay height

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-692] fix message overlay minHeight usage

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-694] fix TimeoutHint box border color

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* MOSIP-28901 | fixed failing ios test cases (#1155)

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31086 added testcases and code stabilization (#1156)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] send sonar configs as input for sonar analysis

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] test critical issues sonar failure

For testing change const to var to introduce critical issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31106  stabilizing code  (#1158)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] check sonar issues on current branch

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix critical issue for test

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
vharsh added a commit that referenced this pull request Jan 12, 2024
…1164)

* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-703]: add resend OTP flow in getVC flow (#1148)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* https://mosip.atlassian.net/browse/MOSIP-30972 adding new testcases for android and ios (#1145)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change working directory to cd

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-692&694] fix overlay height and background border color in purple (#1147)

* [INJI-692] fix message overlay height

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-692] fix message overlay minHeight usage

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-694] fix TimeoutHint box border color

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* MOSIP-28901 | fixed failing ios test cases (#1155)

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31086 added testcases and code stabilization (#1156)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] send sonar configs as input for sonar analysis

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] test critical issues sonar failure

For testing change const to var to introduce critical issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31106  stabilizing code  (#1158)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] check sonar issues on current branch

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix critical issue for test

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] introduce critical issue in branch to check push trigger

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
swatigoel pushed a commit that referenced this pull request Jan 16, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-703]: add resend OTP flow in getVC flow (#1148)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* https://mosip.atlassian.net/browse/MOSIP-30972 adding new testcases for android and ios (#1145)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change working directory to cd

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-692&694] fix overlay height and background border color in purple (#1147)

* [INJI-692] fix message overlay height

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-692] fix message overlay minHeight usage

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-694] fix TimeoutHint box border color

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* MOSIP-28901 | fixed failing ios test cases (#1155)

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31086 added testcases and code stabilization (#1156)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] send sonar configs as input for sonar analysis

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] test critical issues sonar failure

For testing change const to var to introduce critical issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31106  stabilizing code  (#1158)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] check sonar issues on current branch

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix critical issue for test

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] introduce critical issue in branch to check push trigger

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send branch name for analysis

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
swatigoel pushed a commit that referenced this pull request Jan 16, 2024
* [INJI-617]: show required scan permission when phone is locked and unlocked (#1121)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [INJI-593]: Text search field as per wire frame in Issuer Screen. (#1126)

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Text search field as per wire frame in add new card  screen

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Search field in Issuers screen was  modified as per arabic text search

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-593]: Replaced SVG type clearing cross-icon with Icons type from Entypo

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* fix boost pod issue with patch package (#1130)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-620] fix detail view alignment (#1125)

* [INJI-620] fix detail view alignment

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] refactor modal arrowLeft

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-620] fix dob margin and removing help icon

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* INJI-512: The navigation button to go back from the ID details page provided as per wire frame. (#1128)

* [INJI-512]: Implemented back navigation arrow button in ID detailes page

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* [INJI-512]: Updated arrowLeft prop from react-element to boolean type in resp components

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

---------

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>

* MOSIP-30791added new android and ios test cases and readme file (#1131)

* MOSIP-30791

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* change in readme file

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] generate keystore before sonar analysis

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] configure stack size in JVM

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] revert generate keystore & configure stack size

reverted as reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31015 | Refactor and remove extent report code from inji (#1138)

* MOSIP-31014 test fixed for device farm

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31015 extent report code is removed

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

---------

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* [INJI-597] add sonar check in push trigger & internal build

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] remove sonar check on PR

sonar check on PR is removed as when a PR is raised from downstream to upstream inji, the workflow is run from downstream, the secrets are only accessible in upstream. So in PRs sonar check fails due to secrets.

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* Inji 453 restricted uin error message misaligned (#1139)

* [INJI-453] fix Idinput error message alignment issue

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-453] fix input field width in folded device

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-597] add sonar script

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send node version for sonar check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] deploy android & ios after sonar check pass

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send build type as bob for npm install in sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change branch of kattu for sonar-check

Co-authored-by:  PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-609]:  Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-612]: temp use unreleased secure-keystore from github (#1142)

Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>

* [INJI-597] update the sonar input variables

Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [INJI-696] update slack webhook url for inji (#1143)

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>

* [INJI-597] run sonar check in parallel with builds in internal-build workflow

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] analyse new critical issues only in sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] exclude typegen files for sonar check

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] replace var with let / const

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-703]: add resend OTP flow in getVC flow (#1148)

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* https://mosip.atlassian.net/browse/MOSIP-30972 adding new testcases for android and ios (#1145)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] extract critical issues checking into script file

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] comment publish build job for testing

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix working directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] add slack action for sending critical issues message

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change slack url to inji team

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] change working directory to cd

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix directory issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-692&694] fix overlay height and background border color in purple (#1147)

* [INJI-692] fix message overlay height

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-692] fix message overlay minHeight usage

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* [INJI-694] fix TimeoutHint box border color

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

---------

Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>

* MOSIP-28901 | fixed failing ios test cases (#1155)

Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>

* MOSIP-31086 added testcases and code stabilization (#1156)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] send sonar configs as input for sonar analysis

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] test critical issues sonar failure

For testing change const to var to introduce critical issue

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* MOSIP-31106  stabilizing code  (#1158)

* MOSIP-31009,INJI-660

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* incorporated changes

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflicts

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* formating code

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106 MOSIP-31086

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve conflict

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* MOSIP-31106

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* resolve

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

---------

Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>

* [INJI-597] check sonar issues on current branch

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] fix critical issue for test

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] introduce critical issue in branch to check push trigger

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] send branch name for analysis

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

* [INJI-597] force to use java 11 version

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: kamalsingh <kamal.singh@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Anil kumar M <106086523+Anil-kumar-Majji@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: kamalsinghthoughtworks <120381388+kamalsinghthoughtworks@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants