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

Merge Oracledb #8

Merged
merged 15 commits into from
Jul 18, 2022
Merged

Merge Oracledb #8

merged 15 commits into from
Jul 18, 2022

Conversation

MCatherine1994
Copy link
Contributor

  • Added oracle connection
  • Added basic search api, by client id, by client id and name, list of non-individual clients

@MCatherine1994
Copy link
Contributor Author

Backend coverage report

Coverage after merging oracledb into dev will be
12.50%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   app.controller.ts100%100%100%100%
   app.module.ts0%100%100%0%1–2, 27, 4–5
   app.service.ts100%100%100%100%
   main.ts0%0%0%0%1, 11–12, 14, 14, 14, 14–15, 2, 20, 22, 28, 3, 30, 30, 30, 30, 30–31, 33, 4, 40, 42, 5, 8
src/clientpublic
   clientPublic.module.ts0%100%100%0%1, 12, 2–5
src/clientpublic/controllers
   clientPublic.controller.ts0%100%0%0%1–2, 22, 26, 3, 31–32, 4, 8–9
src/clientpublic/entities
   clientPublic.entity.ts0%100%100%0%1, 10, 16, 2, 22, 28, 34, 40, 5
src/clientpublic/services
   clientPublic.service.ts0%0%0%0%1, 11, 16, 2, 26, 28, 28–29, 3, 32, 32–33, 4, 43, 8
src/core
   CoreConstants.ts0%100%100%0%1–2

@MCatherine1994
Copy link
Contributor Author

DEV deployments have completed successfully!
Backend: https://nrfc-8-backend.apps.silver.devops.gov.bc.ca/
Frontend: https://nrfc-8-frontend.apps.silver.devops.gov.bc.ca/

@MCatherine1994 MCatherine1994 merged commit 26f1288 into dev Jul 18, 2022
@MCatherine1994 MCatherine1994 temporarily deployed to dev July 18, 2022 19:40 Inactive
@MCatherine1994
Copy link
Contributor Author

Your Pull Request code is being promoted! Please follow the link below.
Main Merge Workflow

mamartinezmejia added a commit that referenced this pull request Mar 8, 2023
- Draft of the FE without JSON schema #8
- Improved code and made code reviews
mamartinezmejia added a commit that referenced this pull request Mar 15, 2023
* no message

* feat(fe):
- First draft of the FE without JSON schema

* feat(fe):
- Draft of the FE without JSON schema #2

* feat(fe/be):
- Draft of the FE without JSON schema #3
- Changed data model

* feat(fe/be):
- Draft of the FE without JSON schema #4

* feat(fe/be):
- Draft of the FE without JSON schema #5

* feat(fe/be):
- Draft of the FE without JSON schema #5
- Completed Autocomplete
- Renamed some files

* feat(fe/be):
- Draft of the FE without JSON schema #6

* fix(fe/be):
- Fixed some issues in the SQL scripts and the unit test

* feat(fe/be):
- Draft of the FE without JSON schema #7
- Added missing validation components

* Dropped example

* fix(fe):
- Fixed some issues in the unit test

* feat(fe):
- Draft of the FE without JSON schema #8
- Improved code and made code reviews

* fix: fixing tests

* feat(fe):
- Cleaned up code
- Improved code and made code reviews

* feat(fe):
- Cleaned up code
- Improved code and made code reviews
- Changed some names as per naming conventions

* no message

* feat(be):
- Dropped and added some columns

* Fixed typo

* feat(fe):
- Added missing logic to add the incorporation number

* fix(be):
- Fixed unit tests after recent changes

* fix: adding missing field to the database

* feat(fe):
- Aligned id names to dto keys for validations practicity

* feat(fe):
- Added the vue mask library

* feat(fe):
- Removed unneeded column
- Added responsiveness in the table
- Beautified code

* fix(fe):
- Fixed some issues in the unit test

* fix(fe):
- Fixed some issues in the unit test

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>
paulushcgcj pushed a commit that referenced this pull request Mar 16, 2023
* no message

* feat(fe):
- First draft of the FE without JSON schema

* feat(fe):
- Draft of the FE without JSON schema #2

* feat(fe/be):
- Draft of the FE without JSON schema #3
- Changed data model

* feat(fe/be):
- Draft of the FE without JSON schema #4

* feat(fe/be):
- Draft of the FE without JSON schema #5

* feat(fe/be):
- Draft of the FE without JSON schema #5
- Completed Autocomplete
- Renamed some files

* feat(fe/be):
- Draft of the FE without JSON schema #6

* fix(fe/be):
- Fixed some issues in the SQL scripts and the unit test

* feat(fe/be):
- Draft of the FE without JSON schema #7
- Added missing validation components

* Dropped example

* fix(fe):
- Fixed some issues in the unit test

* feat(fe):
- Draft of the FE without JSON schema #8
- Improved code and made code reviews

* fix: fixing tests

* feat(fe):
- Cleaned up code
- Improved code and made code reviews

* feat(fe):
- Cleaned up code
- Improved code and made code reviews
- Changed some names as per naming conventions

* no message

* feat(be):
- Dropped and added some columns

* Fixed typo

* feat(fe):
- Added missing logic to add the incorporation number

* fix(be):
- Fixed unit tests after recent changes

* fix: adding missing field to the database

* feat(fe):
- Aligned id names to dto keys for validations practicity

* feat(fe):
- Added the vue mask library

* feat(fe):
- Removed unneeded column
- Added responsiveness in the table
- Beautified code

* fix(fe):
- Fixed some issues in the unit test

* fix(fe):
- Fixed some issues in the unit test

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>
paulushcgcj pushed a commit that referenced this pull request Mar 16, 2023
* no message

* feat(fe):
- First draft of the FE without JSON schema

* feat(fe):
- Draft of the FE without JSON schema #2

* feat(fe/be):
- Draft of the FE without JSON schema #3
- Changed data model

* feat(fe/be):
- Draft of the FE without JSON schema #4

* feat(fe/be):
- Draft of the FE without JSON schema #5

* feat(fe/be):
- Draft of the FE without JSON schema #5
- Completed Autocomplete
- Renamed some files

* feat(fe/be):
- Draft of the FE without JSON schema #6

* fix(fe/be):
- Fixed some issues in the SQL scripts and the unit test

* feat(fe/be):
- Draft of the FE without JSON schema #7
- Added missing validation components

* Dropped example

* fix(fe):
- Fixed some issues in the unit test

* feat(fe):
- Draft of the FE without JSON schema #8
- Improved code and made code reviews

* fix: fixing tests

* feat(fe):
- Cleaned up code
- Improved code and made code reviews

* feat(fe):
- Cleaned up code
- Improved code and made code reviews
- Changed some names as per naming conventions

* no message

* feat(be):
- Dropped and added some columns

* Fixed typo

* feat(fe):
- Added missing logic to add the incorporation number

* fix(be):
- Fixed unit tests after recent changes

* fix: adding missing field to the database

* feat(fe):
- Aligned id names to dto keys for validations practicity

* feat(fe):
- Added the vue mask library

* feat(fe):
- Removed unneeded column
- Added responsiveness in the table
- Beautified code

* fix(fe):
- Fixed some issues in the unit test

* fix(fe):
- Fixed some issues in the unit test

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>
paulushcgcj pushed a commit that referenced this pull request Mar 16, 2023
* no message

* feat(fe):
- First draft of the FE without JSON schema

* feat(fe):
- Draft of the FE without JSON schema #2

* feat(fe/be):
- Draft of the FE without JSON schema #3
- Changed data model

* feat(fe/be):
- Draft of the FE without JSON schema #4

* feat(fe/be):
- Draft of the FE without JSON schema #5

* feat(fe/be):
- Draft of the FE without JSON schema #5
- Completed Autocomplete
- Renamed some files

* feat(fe/be):
- Draft of the FE without JSON schema #6

* fix(fe/be):
- Fixed some issues in the SQL scripts and the unit test

* feat(fe/be):
- Draft of the FE without JSON schema #7
- Added missing validation components

* Dropped example

* fix(fe):
- Fixed some issues in the unit test

* feat(fe):
- Draft of the FE without JSON schema #8
- Improved code and made code reviews

* fix: fixing tests

* feat(fe):
- Cleaned up code
- Improved code and made code reviews

* feat(fe):
- Cleaned up code
- Improved code and made code reviews
- Changed some names as per naming conventions

* no message

* feat(be):
- Dropped and added some columns

* Fixed typo

* feat(fe):
- Added missing logic to add the incorporation number

* fix(be):
- Fixed unit tests after recent changes

* fix: adding missing field to the database

* feat(fe):
- Aligned id names to dto keys for validations practicity

* feat(fe):
- Added the vue mask library

* feat(fe):
- Removed unneeded column
- Added responsiveness in the table
- Beautified code

* fix(fe):
- Fixed some issues in the unit test

* fix(fe):
- Fixed some issues in the unit test

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>
paulushcgcj pushed a commit that referenced this pull request Mar 17, 2023
* feat(FSADT1-639): adding bcregistry details backend

* feature(FSADT1-639): adding loading on frontend

* feature(FSADT1-639): adding bc registry params for deployment

* feat: updating form to load addresses

* chore(deps): update registry.access.redhat.com/ubi8/ubi docker tag to v8.7-1090

* fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.0.4

* chore(deps): update dependency maven-wrapper to v3.2.0

* chore(deps): update maven all non-major dependencies

* fix(deps): update vitest monorepo to ^0.29.0

* chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3

* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3

* chore(deps): update linters

* chore(deps): update postgres docker tag to v15

* Frontend improvements (#400)

* no message

* feat(fe):
- First draft of the FE without JSON schema

* feat(fe):
- Draft of the FE without JSON schema #2

* feat(fe/be):
- Draft of the FE without JSON schema #3
- Changed data model

* feat(fe/be):
- Draft of the FE without JSON schema #4

* feat(fe/be):
- Draft of the FE without JSON schema #5

* feat(fe/be):
- Draft of the FE without JSON schema #5
- Completed Autocomplete
- Renamed some files

* feat(fe/be):
- Draft of the FE without JSON schema #6

* fix(fe/be):
- Fixed some issues in the SQL scripts and the unit test

* feat(fe/be):
- Draft of the FE without JSON schema #7
- Added missing validation components

* Dropped example

* fix(fe):
- Fixed some issues in the unit test

* feat(fe):
- Draft of the FE without JSON schema #8
- Improved code and made code reviews

* fix: fixing tests

* feat(fe):
- Cleaned up code
- Improved code and made code reviews

* feat(fe):
- Cleaned up code
- Improved code and made code reviews
- Changed some names as per naming conventions

* no message

* feat(be):
- Dropped and added some columns

* Fixed typo

* feat(fe):
- Added missing logic to add the incorporation number

* fix(be):
- Fixed unit tests after recent changes

* fix: adding missing field to the database

* feat(fe):
- Aligned id names to dto keys for validations practicity

* feat(fe):
- Added the vue mask library

* feat(fe):
- Removed unneeded column
- Added responsiveness in the table
- Beautified code

* fix(fe):
- Fixed some issues in the unit test

* fix(fe):
- Fixed some issues in the unit test

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>

* Frontend improvements (#400)

* no message

* feat(fe):
- First draft of the FE without JSON schema

* feat(fe):
- Draft of the FE without JSON schema #2

* feat(fe/be):
- Draft of the FE without JSON schema #3
- Changed data model

* feat(fe/be):
- Draft of the FE without JSON schema #4

* feat(fe/be):
- Draft of the FE without JSON schema #5

* feat(fe/be):
- Draft of the FE without JSON schema #5
- Completed Autocomplete
- Renamed some files

* feat(fe/be):
- Draft of the FE without JSON schema #6

* fix(fe/be):
- Fixed some issues in the SQL scripts and the unit test

* feat(fe/be):
- Draft of the FE without JSON schema #7
- Added missing validation components

* Dropped example

* fix(fe):
- Fixed some issues in the unit test

* feat(fe):
- Draft of the FE without JSON schema #8
- Improved code and made code reviews

* fix: fixing tests

* feat(fe):
- Cleaned up code
- Improved code and made code reviews

* feat(fe):
- Cleaned up code
- Improved code and made code reviews
- Changed some names as per naming conventions

* no message

* feat(be):
- Dropped and added some columns

* Fixed typo

* feat(fe):
- Added missing logic to add the incorporation number

* fix(be):
- Fixed unit tests after recent changes

* fix: adding missing field to the database

* feat(fe):
- Aligned id names to dto keys for validations practicity

* feat(fe):
- Added the vue mask library

* feat(fe):
- Removed unneeded column
- Added responsiveness in the table
- Beautified code

* fix(fe):
- Fixed some issues in the unit test

* fix(fe):
- Fixed some issues in the unit test

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>

* Frontend improvements (#400)

* no message

* feat(fe):
- First draft of the FE without JSON schema

* feat(fe):
- Draft of the FE without JSON schema #2

* feat(fe/be):
- Draft of the FE without JSON schema #3
- Changed data model

* feat(fe/be):
- Draft of the FE without JSON schema #4

* feat(fe/be):
- Draft of the FE without JSON schema #5

* feat(fe/be):
- Draft of the FE without JSON schema #5
- Completed Autocomplete
- Renamed some files

* feat(fe/be):
- Draft of the FE without JSON schema #6

* fix(fe/be):
- Fixed some issues in the SQL scripts and the unit test

* feat(fe/be):
- Draft of the FE without JSON schema #7
- Added missing validation components

* Dropped example

* fix(fe):
- Fixed some issues in the unit test

* feat(fe):
- Draft of the FE without JSON schema #8
- Improved code and made code reviews

* fix: fixing tests

* feat(fe):
- Cleaned up code
- Improved code and made code reviews

* feat(fe):
- Cleaned up code
- Improved code and made code reviews
- Changed some names as per naming conventions

* no message

* feat(be):
- Dropped and added some columns

* Fixed typo

* feat(fe):
- Added missing logic to add the incorporation number

* fix(be):
- Fixed unit tests after recent changes

* fix: adding missing field to the database

* feat(fe):
- Aligned id names to dto keys for validations practicity

* feat(fe):
- Added the vue mask library

* feat(fe):
- Removed unneeded column
- Added responsiveness in the table
- Beautified code

* fix(fe):
- Fixed some issues in the unit test

* fix(fe):
- Fixed some issues in the unit test

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>

* Change backend and legacy to matrix format on github action (#404)

* chore: Change backend and legacy to matrix format on github action (#404)

* fix: fixing class parameter names

* chore: updating workflow

* fix: fixing workflow var and unifying secrets

- moving all secrets to init
- fixing variables used on workflow that missed the $ character
- renamed the secrets to be a single one
- moved vault stage to init step

* ci: fixing deploy of init

* Add single quotes to Vault vars

* Update README.md (#406)

* Update README.md

* Update README.md

* Bump deployer action version

* fix: fixing variable with space issue

* doc: updating swagger documentation

* fix: fixing secrets

* fix: reverting version for test

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Maria Martinez <77364706+mamartinezmejia@users.noreply.github.com>
Co-authored-by: brunoMarchiEncora <117365587+brunoMarchiEncora@users.noreply.github.com>
Co-authored-by: Derek Roberts <derek.roberts@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.

2 participants