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

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

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

brunoMarchiEncora
Copy link
Contributor

@brunoMarchiEncora brunoMarchiEncora commented Mar 16, 2023

Description

Change backend and legacy to matrix format on github action

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have performed a self-review of my own code

Thanks for the PR!

Any successful deployments (not always required) will be available below.
Backend available
Frontend available
Legacy available

Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow

@github-actions
Copy link

Current changelog

Bug Fixes

  • deps: update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.1 (#378) (8eaf119)
  • fe: (#269) (a3417bd)
  • fix frontend test; remove backend comment; added token to pr open pipeline (3b4c7d3)
  • fixing autocomplete min size (#349) (1234513)
  • fixing deploy to main (#233) (34b530c)
  • fixing endpoint naming to plural (#337) (18a0876)
  • fixing endpoint naming to plural (#337) (#339) (5630385)

Features

Reverts

@sonarcloud
Copy link

sonarcloud bot commented Mar 16, 2023

[forest-client-frontend] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@brunoMarchiEncora brunoMarchiEncora temporarily deployed to dev March 16, 2023 15:10 — with GitHub Actions Inactive
@brunoMarchiEncora brunoMarchiEncora temporarily deployed to dev March 16, 2023 15:11 — with GitHub Actions Inactive
@brunoMarchiEncora brunoMarchiEncora temporarily deployed to dev March 16, 2023 15:11 — with GitHub Actions Inactive
@brunoMarchiEncora brunoMarchiEncora temporarily deployed to dev March 16, 2023 15:11 — with GitHub Actions Inactive
@brunoMarchiEncora brunoMarchiEncora temporarily deployed to dev March 16, 2023 15:13 — with GitHub Actions Inactive
@paulushcgcj paulushcgcj merged commit 6f04d46 into main Mar 16, 2023
@paulushcgcj paulushcgcj deleted the update/buildAction branch March 16, 2023 15:21
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