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

FSADT1-722 #435

Merged
merged 13 commits into from
Apr 19, 2023
Merged

FSADT1-722 #435

merged 13 commits into from
Apr 19, 2023

Conversation

mamartinezmejia
Copy link
Collaborator

@mamartinezmejia mamartinezmejia commented Apr 18, 2023


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

- Changed the version of the jacobo plugin as the version 0.8.9 was failing locally
- Fixed deprecation warning message indicating that the 'importsNotUsedAsValues' option will be removed in TypeScript 5.5, and we should use the 'verbatimModuleSyntax' instead.
@github-actions github-actions bot added backend code related to the java backend application configuration changes related to configuration file frontend java Pull requests that update Java code javascript Pull requests that update Javascript code source source code changes labels Apr 18, 2023
@github-actions github-actions bot added the tests test classes changes label Apr 18, 2023
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 18, 2023 16:39 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 18, 2023 16:39 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 18, 2023 16:39 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 18, 2023 16:39 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 18, 2023 16:41 — with GitHub Actions Inactive
Copy link
Collaborator

@paulushcgcj paulushcgcj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job. Just remember to fix the tests. They are failing because of the removal of the date limit on queries.

- Completed FSADT1-722
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 19, 2023 16:44 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 19, 2023 16:44 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 19, 2023 16:44 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 19, 2023 16:44 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia temporarily deployed to dev April 19, 2023 16:45 — with GitHub Actions Inactive
@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 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

@paulushcgcj paulushcgcj temporarily deployed to dev April 19, 2023 19:21 — with GitHub Actions Inactive
@paulushcgcj paulushcgcj temporarily deployed to dev April 19, 2023 19:22 — with GitHub Actions Inactive
@paulushcgcj paulushcgcj temporarily deployed to dev April 19, 2023 19:22 — with GitHub Actions Inactive
@paulushcgcj paulushcgcj temporarily deployed to dev April 19, 2023 19:22 — with GitHub Actions Inactive
@paulushcgcj paulushcgcj temporarily deployed to dev April 19, 2023 19:22 — with GitHub Actions Inactive
@mamartinezmejia mamartinezmejia merged commit f63ce39 into main Apr 19, 2023
@mamartinezmejia mamartinezmejia deleted the feat/fe/FSADT1-722 branch April 19, 2023 20:21
paulushcgcj pushed a commit that referenced this pull request Apr 19, 2023
* fix(be):
- Changed the version of the jacobo plugin as the version 0.8.9 was failing locally

* fix(fe):
- Fixed deprecation warning message indicating that the 'importsNotUsedAsValues' option will be removed in TypeScript 5.5, and we should use the 'verbatimModuleSyntax' instead.

* Partial commit to get changes from Paulo

* This code is not longer needed

* Reverted changed. Done for testing purposes.

* Changed named to legal name as the current one is misleading as we are using both client type and legal type

* feat(fe):
- Draft for https://apps.nrs.gov.bc.ca/int/jira/browse/FSADT1-722

* Changed named to legal name as the current one is misleading as we are using both client type and legal type #2

* Changed named to legal name as the current one is misleading as we are using both client type and legal type #3

* Uncommented out code

* feat(fe):
- Completed FSADT1-722

* chore: fixing tests

---------

Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@encora.com>
paulushcgcj pushed a commit that referenced this pull request Apr 20, 2023
#436)

* feat: adding proxy timeout config to legacy

* fix: adding error handler to orgbook

Some requests can return an error due to the amount of requests being done to orgbook.

* fix: updating timeout for legacy

* chore: removing unwanted endpoints

* chore: removing unwanted endpoints

* feat(BE:FSADT1-740): reworking submission to include list

* chore: cleaning up validator

* chore: removing submission from client

* chore: refactoring ches service to include validation

* chore: updating enum to be more flexible

* chore: adding display name to make it easier to read

* feat(BE:FSADT1-740): adding dto and predicates for search

* chore: removing unwanted file

* chore: simplifying validators

* chore: renaming predicate class

* chore: supressing warning

* chore: code restructuring

* chore: updating tests

* FSADT1-722 (#435)

* fix(be):
- Changed the version of the jacobo plugin as the version 0.8.9 was failing locally

* fix(fe):
- Fixed deprecation warning message indicating that the 'importsNotUsedAsValues' option will be removed in TypeScript 5.5, and we should use the 'verbatimModuleSyntax' instead.

* Partial commit to get changes from Paulo

* This code is not longer needed

* Reverted changed. Done for testing purposes.

* Changed named to legal name as the current one is misleading as we are using both client type and legal type

* feat(fe):
- Draft for https://apps.nrs.gov.bc.ca/int/jira/browse/FSADT1-722

* Changed named to legal name as the current one is misleading as we are using both client type and legal type #2

* Changed named to legal name as the current one is misleading as we are using both client type and legal type #3

* Uncommented out code

* feat(fe):
- Completed FSADT1-722

* chore: fixing tests

---------

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

---------

Co-authored-by: Maria Martinez <77364706+mamartinezmejia@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend code related to the java backend application configuration changes related to configuration file frontend java Pull requests that update Java code javascript Pull requests that update Javascript code source source code changes tests test classes changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants