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

Bump ejs and webpack-bundle-analyzer in /pre-registration-ui #186

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
14f4d23
MOSIP-18322 fixed RTL issues
mayuradesh Mar 17, 2022
df85a95
Merge pull request #89 from mayuradesh/bug_fixes
mayuradesh Mar 17, 2022
536f74a
updated push_trigger
mayuradesh Mar 17, 2022
e073c42
Merge pull request #90 from mayuradesh/bug_fixes
mayuradesh Mar 17, 2022
8263c6f
[MOSIP-20020] Update release_changes.yml
ckm007 May 12, 2022
466ebf1
Merge pull request #98 from mosip/ckm007-patch-1
ckm007 May 12, 2022
0fe607a
[ MOSIP-20021 ] updated release_changes.yml to update README.md badges
syedsalman3753 May 19, 2022
7c1b937
Merge pull request #99 from syed-salman-technoforte/patch-1
ckm007 May 20, 2022
97cb93f
[MOSIP-20028] added action for tagging
ckm007 Jul 18, 2022
59d7c71
Update README.md
mayuradesh Sep 7, 2022
55220c7
Merge pull request #118 from mosip/mayuradesh-patch-1
gsasikumar Sep 7, 2022
4b650bb
Update README.md
mayuradesh Sep 27, 2022
69b01d8
Merge pull request #131 from mosip/mayuradesh-patch-7
gsasikumar Sep 27, 2022
0b77b0c
Update release_changes.yml
ckm007 Sep 29, 2022
bd41cbd
Merge pull request #133 from mosip/ckm007-patch-1
ckm007 Sep 29, 2022
90edf04
Release Bot Pre-release changes
ckm007 Sep 29, 2022
06d1a4b
Update README.md
ckm007 Sep 29, 2022
d35c598
Merge pull request #134 from mosip/release-branch
ckm007 Sep 29, 2022
6845672
Update README.md
ckm007 Jun 21, 2023
06ef81a
Merge pull request #159 from mosip/ckm007-patch-1
ckm007 Jun 21, 2023
4b8f4bc
[DSD-3108]Updated README.md
Rakshithb1 Aug 1, 2023
d0979f2
Update README.md
ckm007 Aug 1, 2023
5b43e0a
Merge pull request #162 from Rakshithb1/release-1.2.0.1
ckm007 Aug 1, 2023
47d16bb
[MOSIP-29143] Updated workflows with reusable templates (#170)
syedsalman3753 Sep 22, 2023
0196f70
[MOSIP-29143] Updated workflows with reusable templates (#172)
syedsalman3753 Sep 25, 2023
1c2d69a
[MOSIP-29961] Updated push-trigger.yml (#176)
Rakshithb1 Jan 2, 2024
365d747
[MOSIP-25201] Resolved sonar bugs - table naming
aihamh Jan 23, 2024
dde3aa6
[MOSIP-25201,MOSIP-24222] Resolved Sonar bugs, hotspots
aihamh Jan 24, 2024
f7b457e
Merge pull request #177 from aihamh/release-1.2.0.1
mayuradesh Jan 24, 2024
f0824d6
[DSD-4772] PLA 1.2.0.1 release changes code to master
ckm007 Mar 6, 2024
ae62352
Bump ejs and webpack-bundle-analyzer in /pre-registration-ui
dependabot[bot] May 1, 2024
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
109 changes: 0 additions & 109 deletions .github/workflows/build.yml

This file was deleted.

60 changes: 60 additions & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name: Pre-registration-ui build upon a push

on:
release:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- '!release-branch'
- release*
- master
- 1.*
- develop
- MOSIP*

jobs:
build-pre-registration-ui:
uses: mosip/kattu/.github/workflows/npm-build.yml@master
with:
SERVICE_LOCATION: pre-registration-ui
BUILD_ARTIFACT: pre-registration-ui
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-docker-pre-registration-ui:
needs: build-pre-registration-ui
strategy:
matrix:
include:
- SERVICE_LOCATION: 'pre-registration-ui'
SERVICE_NAME: 'pre-registration-ui'
NPM_BUILD: true
BUILD_ARTIFACT: 'pre-registration-ui'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
NPM_BUILD: ${{ matrix.NPM_BUILD }}
BUILD_ARTIFACT: ${{ matrix.BUILD_ARTIFACT }}
secrets:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
RELEASE_DOCKER_HUB: ${{ secrets.RELEASE_DOCKER_HUB }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

sonar-analysis:
needs: build-pre-registration-ui
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/npm-sonar-analysis.yml@master
with:
SERVICE_LOCATION: 'pre-registration-ui'
SONAR_URL: 'https://sonarcloud.io'
PROJECT_KEY: "mosip_${{ github.event.repository.name }}"
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
152 changes: 0 additions & 152 deletions .github/workflows/push_trigger.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/release-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Release/pre-release Preparation.

on:
workflow_dispatch:
inputs:
MESSAGE:
description: 'Triggered for release or pe-release'
required: false
default: 'Release Preparation'
RELEASE_TAG:
description: 'tag to update'
required: true
SNAPSHOT_TAG:
description: 'tag to be replaced'
required: true
BASE:
description: 'base branch for PR'
required: true
jobs:
maven-release-preparation:
uses: mosip/kattu/.github/workflows/release-changes.yml@master
with:
MESSAGE: ${{ inputs.MESSAGE }}
RELEASE_TAG: ${{ inputs.RELEASE_TAG }}
SNAPSHOT_TAG: ${{ inputs.SNAPSHOT_TAG }}
BASE: ${{ inputs.BASE }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
ACTION_PAT: ${{ secrets.ACTION_PAT }}
Loading
Loading