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

Critical code review PR - Last sprint handover checklist of 0.2.0 release #43

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e0f45a3
[INJIMOB-1303] update readme (#8)
KiruthikaJeyashankar Jun 21, 2024
7423427
[INJIMOB-1552] fix attribute name mismatch on serialization process (…
KiruthikaJeyashankar Jun 28, 2024
90589db
[INJIMOB-1303] update organization in license (#14)
KiruthikaJeyashankar Jul 11, 2024
93359ab
[INJIMOB-978]: add js library implementation (#12)
adityankannan-tw Jul 15, 2024
d1e13ef
[INJIMOB-1093] remove format from vc response structure (#17)
abhip2565 Jul 29, 2024
e3e2c2e
[INJIMOB-1093] update version to 0.2.0 (#20)
abhip2565 Jul 29, 2024
1d5031c
[INJIMOB-1093] add keys in .github directory (#22)
abhip2565 Jul 29, 2024
35fa8a7
[DSD-5825] - update publish artifact (#25)
abhip2565 Aug 1, 2024
7386b10
[INJIMOB-1742]: update license to MPL from MIT (#32)
Alka1703 Sep 10, 2024
c1b1ebd
[INJIMOB-1970] add dependency node in publish-artifact (#26)
abhip2565 Sep 10, 2024
4b3931d
[INJIMOB-1078] support for mso_mdoc credential request and download (…
KiruthikaJeyashankar Sep 10, 2024
bfc6ba7
[INJIMOB-1078] update publish version as 0.2.0-SNAPSHOT (#33)
KiruthikaJeyashankar Sep 13, 2024
1a65d9c
[INJIMOB-1078] upgrade Java to version 17
KiruthikaJeyashankar Sep 18, 2024
ccd013b
Merge pull request #34 from tw-mosip/injimob-1078-update-java-to-17
sree96 Sep 19, 2024
98412f2
[INJIMOB-1742] update license details to MPL-2.0 in publish config (#36)
KiruthikaJeyashankar Sep 26, 2024
5ddff8f
[INJMOB-2253]: update workflow for gradle build (#37)
Alka1703 Oct 28, 2024
b9be4df
[INJIMOB-2160] Send unprocessed mso_mdoc format VCs data as output to…
KiruthikaJeyashankar Nov 4, 2024
81b9611
[INJIMOB-2160] pass license name to publish template workflow (#40)
KiruthikaJeyashankar Nov 6, 2024
0480c97
[MOSIP-37071] updating vulnerable libraries (#39)
rajapandi1234 Nov 6, 2024
bb190c0
[INJIMOB-2883] add sonar analysis to push trigger (#45)
KiruthikaJeyashankar Feb 4, 2025
0237eb5
Update readme and remove js module (#44)
KiruthikaJeyashankar Feb 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Android Artifact Publish
name: Artifacts Publish

on:
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for inji-vc-client Updates'
default: 'Triggered for inji-vci-client Updates'
type: string

jobs:
Expand All @@ -16,10 +16,12 @@ jobs:
SERVICE_LOCATION: 'kotlin'
ANDROID_SERVICE_LOCATION: 'vci-client'
JAVA_VERSION: 21
LICENSE_NAME: 'MPL-2.0'
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_URL: ${{secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}

48 changes: 16 additions & 32 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,20 @@ on:

jobs:
build-kotlin:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 21
server-id: ossrh
settings-path: ${{ github.workspace }}

- name: Cache Gradle packages
uses: actions/cache@v3.3.1
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle-

- uses: actions/checkout@v3.1.0
- name: Run tests
run: |
cd kotlin
./gradlew test

- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,author,commit,workflow,job
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}
if: "${{ github.event_name != 'pull_request' && failure() }}"
uses: mosip/kattu/.github/workflows/gradle-build.yml@master
with:
SERVICE_LOCATION: kotlin
JAVA_VERSION: 17
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}

sonar_analysis:
needs: build-kotlin
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/gradlew-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: kotlin/vci-client
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}
12 changes: 10 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fileignoreconfig:
- filename: .github/workflows/android-publish.yml
checksum: edbd3e2d8abebe83505f7dd14a6a21cc6ef5ee7cffc0dfe1db105aee88447a31
- filename: kotlin/vci-client/publish-artifact.gradle
checksum: 0fd8f7b02c302182c4b4ad1a6ef77f31d5f6e0b560cf1d6c10d8dcb16a4600d9
checksum: 565f2e26585bd759839ec41a3945e800746ac37f827bb1c539097be34e82bdc6
- filename: kotlin/vci-client/src/test/java/io/mosip/vciclient/proof/jwt/JWTProofHeaderTest.kt
checksum: c484c29e5599b1191c54be3585299015a5cdabc8fe8e9bc7eb158cbfbc01d831
- filename: kotlin/vci-client/src/test/java/io/mosip/vciclient/VCIClientTest.kt
Expand All @@ -28,5 +28,13 @@ fileignoreconfig:
- filename: kotlin/readme.md
checksum: fa94864a42be5559b42c00cfde2e8c9fc20e966dc96df8cfeac468843abf10ed
- filename: .github/workflows/push-trigger.yml
checksum: 34101f249b8fd7794a845193b1b5075111df56efa2e39e670302c6110e6444fa
checksum: 0be23c82aeb8f6746b200645f64b4df81384ab7a61214b805607d0d2e2a35649
- filename: js/yarn.lock
checksum: 93ff5a7a86aca9331789ba087c0288bfce3c708259bc178cc00cb0d347cffd6d
- filename: js/package-lock.json
checksum: a092082d3929fedf476a9cbfed346b1f52f78353440f70c932488379dd2637d0
- filename: js/example/package-lock.json
checksum: 5f658cf32ba71bd5664c1dfd2fd09113f62abdd50ac4682ad4c320e09f783942
- filename: .github/workflows/publish-maven-npm.yml
checksum: 5f43cf25702e703658b0cc0a38ec6089631b3e8e86bd4a923658536389cf296d
version: ""
Loading