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

CGI file updates and gl code updates #1649

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open

CGI file updates and gl code updates #1649

wants to merge 48 commits into from

Conversation

gchauhan-aot
Copy link
Collaborator

@gchauhan-aot gchauhan-aot commented Oct 22, 2024

Description

Please provide a summary of the change and the issue fixed. Please include relevant context. List dependency changes.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist

  • I have read the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have already been accepted and merged

Further comments


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are promoted to:

bcgov-brwang and others added 30 commits July 10, 2024 18:27
ORV2-1314-4: added test cases for cgi generator helper
ORV2-1314-4: to fix sonarcloud failures
ORV2-1314-4: to fix a path error
Try to fix test cases
Try to fix test cases
ignore coverage for cgi generator
To fix sonarcloud alert
to fix sonarcloud alert
test
ORV2-1314-4: rework based on PR comments
Test commit
Test commit
test commit 1
test commit 2
use version 34 for holiday table
test commit 3
ORV2-1314-4: deleted test cases for generator for review and merge
ORV2-1314-4: used v_35 for database change
ORV2-1314-4: corrected the version of the revert script
ORV2-1314-4: rework on review comments
test commit
ORV2-1314-4: use v_36 for holiday table
# Conflicts:
#	database/mssql/scripts/versions/revert/v_36_ddl_revert.sql
#	database/mssql/scripts/versions/v_36_ddl.sql
#	database/mssql/test/versions/v_36_1_test.sql
#	database/mssql/test/versions/v_36_test.sh
#	scheduler/package-lock.json
#	scheduler/package.json
#	scheduler/src/modules/cgi-sftp/cgi-sftp.service.ts
@gchauhan-aot gchauhan-aot added dont review dont merge a branch for anything that shouldn't be merged (yet or ever) labels Oct 22, 2024
@@ -0,0 +1,13 @@
export class CgiConstants {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should these constants be env values? or is it fine as constants here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not ready for review yet :) . created PR to test sftp in dev

transaction.paymentMethodTypeCode,
transaction.paymentCardTypeCode,
);
console.log('revenueGl: ', revenueGl);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove console.log

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not ready for review yet :) . created PR to test sftp in dev

Copy link

sonarqubecloud bot commented Nov 1, 2024

Copy link

sonarqubecloud bot commented Nov 1, 2024

Copy link

sonarqubecloud bot commented Nov 1, 2024

Copy link

sonarqubecloud bot commented Nov 1, 2024

Quality Gate Failed Quality Gate failed for 'onroutebc_scheduler'

Failed conditions
1 Security Hotspot
0.0% Coverage on New Code (required ≥ 80%)
8.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link

sonarqubecloud bot commented Nov 1, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dont merge a branch for anything that shouldn't be merged (yet or ever) dont review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants