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

updated workflow files #155

Merged
merged 1 commit into from
Jul 29, 2024
Merged

updated workflow files #155

merged 1 commit into from
Jul 29, 2024

Conversation

vinay-debug
Copy link
Collaborator

Related issue
Issue Id
Context
List of changes
change a
change b
Database migration/schema changes (if any)
List your migrations here...
Self review checklist
Confirm that the changes made by you meet the resolution criteria and nothing else.
Ran all the tests locally to check that you have not introduced any new regression.
If there are any failing tests, you have already fixed them. If not
Followed coding and styling guidelines.
Made sure the changes are is not overly complex, unreadable and unnecessarily smart. Simplicity wins!
Made sure the comments are not too verbose and not to cryptic.
Made sure the code metrics are not deteriorated.
Made sure you have updated (if necessary)-
Documentation
Translation
Tests/test data
Postman collection
Version
Additional info (if any)
Add anything you feel worth mentioning...
screensshots (if any)
Original Updated
** Original screenshot ** ** Updated screenshot **

@rf-opssupport rf-opssupport merged commit f56dfab into develop Jul 29, 2024
6 checks passed
@rf-opssupport rf-opssupport deleted the worflow_files branch July 29, 2024 08:57
rf-opssupport added a commit that referenced this pull request Jul 29, 2024
* Created dev-ci-cd.yml

* renamed config file

* Added combined authenticator

* added search parameter participantId in enrollment task

* Fixed local storage path

* Fixed primary key in participant table

* Omitted the participant word from goal and action plans

* update made to dev workflow

* updated the workflow

* updated the workflow

* Updated dev workflow

* Updated DNS Prefix flag

* Updated DNS Prefix flag

* updated the sleep time in workflow

* Email made optional to participant

* update sleep time

* Bump moment-timezone from 0.5.34 to 0.5.37

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.34...0.5.37)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* lastName and email set optional in participant

* Update dev-ci-cd.yml

* changed scheduling of careplan

* Added UAT and Prod Workflow

* add pageIndex,itemsPerPage for every assets

* Added codeql, release drafter and pull request template

* Addded codeql, release drafter and pull request template

* Update README.md

* Added pg dialect as an alternative to mysql.

* converted careplanId into uuid

* changed asset code type to uuid

* Fixed issues for PostgreSQL

* Commented the logging for sequelize

* added displayId in assets and modified the asset code

* added display Id in enrollment as YYMMDD-4544

* added DB_DIALECT in env and its implementation

* added planCode parameter in enrollents

* Added CreatedAt and UpdatedAt  parameters in careplan dto.

* firstname+lastname,api for slotTypes in careplan

* api-client created at date added

* createdAt add in assets

* Added careplan and participant in enrollment dto

* createdAt for all assets

* Fixed DNS issue

* Added enrollment stats api

* Added current week and Total week in enrollment stats pipeline

* remove createdAt in validator

* remove CreatedAt in api-client validator

* Ststistic api pipeline(
incomplete)

* add validTill in enriched Dto and apiClient Dto

* Changed route from types/asset to types/assets.

* Added getByCode and added checks for missing asset code.

* Updated asset validators

* Bump jsonwebtoken from 8.5.1 to 9.0.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updated node version to 18.12

* Bump json5 from 2.2.1 to 2.2.3

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed issues with api client search

* Added pageIndex, itemsPerPage, orderBy and order in careplan validator

* Added careplan code into careplan activity dto

* add careplan in search filter and change allowNull for AssetID Schema

* Fixed linting issues

* Fixed linting issues

* Fixed linting errors.

* Fixed semicolon linting issues

* Implementation of statistic api

* Changed the required parameter to optional for assets

* Assets validator changes for optional field

* Added DispalyId into enrollment dto

* Implementation of statistics api

* Fixed eslint issue

* Added semicolon

* Added startDate, endDate, enrollmentCode into enrollment search filter

* Added CreateAt into enrollment task dto

* Fixed linting issue

* Fixed linting issue

* Changed the Category to AssetCategory in the message pipeline

* Renamed slot to time-slots

* Fixed semicolon linting issues

* add careplan name

* add careplan name

* Fixed case for search filter in enrollment

* add scheduled date in enrollment task

* Meta message template creation in message asset

* Bump @sideway/formula from 3.0.0 to 3.0.1

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](hapijs/formula@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed for user engagement in precentage

* Bump sequelize from 6.19.0 to 6.29.0

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.19.0 to 6.29.0.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](sequelize/sequelize@v6.19.0...v6.29.0)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* update message validator

* Feature/label checks (#69)

* Update uat-ci-cd.yml

* Update uat-ci-cd.yml

* Changed careplan scheduling

* Removed eslint errors

* Update uat-ci-cd.yml

* Removing Label Checks (#73)

* fix: upgrade aws-sdk from 2.1129.0 to 2.1328.0

Snyk has created this PR to upgrade aws-sdk from 2.1129.0 to 2.1328.0.

See this package in npm:
https://www.npmjs.com/package/aws-sdk

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/c4405745-f615-41b4-a11b-43c8bb703f91?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @aws-sdk/client-comprehendmedical from 3.85.0 to 3.282.0

Snyk has created this PR to upgrade @aws-sdk/client-comprehendmedical from 3.85.0 to 3.282.0.

See this package in npm:
https://www.npmjs.com/package/@aws-sdk/client-comprehendmedical

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/c4405745-f615-41b4-a11b-43c8bb703f91?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade joi from 17.6.0 to 17.8.3

Snyk has created this PR to upgrade joi from 17.6.0 to 17.8.3.

See this package in npm:
https://www.npmjs.com/package/joi

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/c4405745-f615-41b4-a11b-43c8bb703f91?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @types/sharp from 0.29.5 to 0.31.1

Snyk has created this PR to upgrade @types/sharp from 0.29.5 to 0.31.1.

See this package in npm:
https://www.npmjs.com/package/@types/sharp

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/c4405745-f615-41b4-a11b-43c8bb703f91?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @types/express from 4.17.13 to 4.17.17

Snyk has created this PR to upgrade @types/express from 4.17.13 to 4.17.17.

See this package in npm:
https://www.npmjs.com/package/@types/express

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/c4405745-f615-41b4-a11b-43c8bb703f91?utm_source=github&utm_medium=referral&page=upgrade-pr

* Feature/fix labelchecks (#81)

* Update uat-ci-cd.yml

* Update uat-ci-cd.yml

* Update uat-ci-cd.yml

* Update uat-ci-cd.yml

* Bump xml2js from 0.4.19 to 0.5.0

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
- [Commits](Leonidas-from-XIV/node-xml2js@0.4.19...0.5.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile (#93)

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update prod-ci-cd.yml

* fix: Dockerfile to reduce vulnerabilities (#92)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3092932
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3092933
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326683
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326688
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3329555

Co-authored-by: rf-opssupport <84499879+rf-opssupport@users.noreply.github.com>

* Bump dottie from 2.0.2 to 2.0.4

Bumps [dottie](https://github.com/mickhansen/dottie.js) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/mickhansen/dottie.js/releases)
- [Commits](mickhansen/dottie.js@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: dottie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump fast-xml-parser and @aws-sdk/client-comprehendmedical

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.2.4 and updates ancestor dependency [@aws-sdk/client-comprehendmedical](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-comprehendmedical). These dependencies need to be updated together.


Updates `fast-xml-parser` from 4.1.2 to 4.2.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.1.2...v4.2.4)

Updates `@aws-sdk/client-comprehendmedical` from 3.282.0 to 3.350.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-comprehendmedical/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.350.0/clients/client-comprehendmedical)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-comprehendmedical"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed issue retrieving created date in vedio's search dto

* Bump tough-cookie from 4.0.0 to 4.1.3

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump semver from 5.7.1 to 5.7.2

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Added privileges for admin

* Fixed issue of retriving the createdAt date in response

* Fixed validation issue of careplan description

* Fixed appointment description update issue

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SHARP-5922108

* Fixes for sorting the careplan

* Care plan , enrollment and enrollment task search fixes

* Feature/doc (#103)

* Create release_flow.md

* Update release_flow.md

* Create REAN_Platform_Deployment_Workflows.md

* Update README.md

* Update README.md

* Updated doc

* Update release_flow.md

removed the sub headings from the release workflow to avoid duplication

* Added db migration script

* changed the script name

* Updated scheduling for mock drill

* Updated normal scheduling

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-5777726

* Bump axios from 0.26.1 to 1.6.0

Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/traverse from 7.17.10 to 7.23.5

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.10 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

* Bump follow-redirects from 1.15.0 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.0 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.0...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: upgrade @aws-sdk/client-comprehendmedical from 3.359.0 to 3.501.0

Snyk has created this PR to upgrade @aws-sdk/client-comprehendmedical from 3.359.0 to 3.501.0.

See this package in npm:
https://www.npmjs.com/package/@aws-sdk/client-comprehendmedical

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/299a0289-70f0-4381-acc9-5a2a4d85ec08?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade sharp from 0.32.6 to 0.33.2

Snyk has created this PR to upgrade sharp from 0.32.6 to 0.33.2.

See this package in npm:
https://www.npmjs.com/package/sharp

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/299a0289-70f0-4381-acc9-5a2a4d85ec08?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade express-rate-limit from 6.4.0 to 6.11.2

Snyk has created this PR to upgrade express-rate-limit from 6.4.0 to 6.11.2.

See this package in npm:
https://www.npmjs.com/package/express-rate-limit

See this project in Snyk:
https://app.snyk.io/org/rf-opssupport/project/299a0289-70f0-4381-acc9-5a2a4d85ec08?utm_source=github&utm_medium=referral&page=upgrade-pr

* Updated the careplan scheduling for testing

* build(deps): bump follow-redirects from 1.15.4 to 1.15.6

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* package upgrades

* updated the enrollment testing careplan start time

* added the test careplan parameter to env file

* Update time of user task

* remove eslint errors

* Fixed eslint errors

* added patient filter by phone

* update prod flow

* Update dev-ci-cd.yml

* updated workflow files (#155)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rf-opssupport <84499879+rf-opssupport@users.noreply.github.com>
Co-authored-by: Kiran Kharade <kiran.kharade@inflectionzone.com>
Co-authored-by: Kiran Kharade <82871552+kiran-rean@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: RupaliD <rupali.dinde@inflectionzone.com>
Co-authored-by: Shivam Newase <shivam.newase@inflectionzone.com>
Co-authored-by: Kiran Kharade <79803242+kiran-kharade-inflection@users.noreply.github.com>
Co-authored-by: Rupali Dinde <56864828+rupali-inflection@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: tabbasum-rean <82838452+tabbasum-rean@users.noreply.github.com>
Co-authored-by: Kiran Kharade <kiran.kharade@reanfoundation.org>
Co-authored-by: rf-opssupport <rf-opssupport@kansocloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants