-
Notifications
You must be signed in to change notification settings - Fork 9
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
BHBC-1814: Promote Dev to Test #795
Conversation
… Restoration, Adjust access request approval to account for existing bceid-basic-business identity sources (#771) - Port improved user access request functionality from Restoration - Better/fixed handling for approving/denying user requests - Adjust access request approval to account for existing bceid-basic-business identity sources - Existing access requests created before we accounted for bceid-basic-and-business identity sources should no longer throw an error when trying to approve/deny them.
…er (#770) * BHBC-1730: Use centerOfMass instead of centroid for project area center point.
* BHBC-1736: Tighten qualification for string truncating * BHBC-1736: Fix null coalesce * BHBC-1736: Change variable name to be more descriptive
- account for the fact that openapi enums are case sensitive
* Create toDraft.yml * remove dependency
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.8. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md) - [Commits](TryGhost/node-sqlite3@v5.0.2...v5.0.8) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Phura <[email protected]>
* Fixed horizontal autoscaler and consolidate deployment files * Some config changes * Forgot one * fix * Set utilization as portion of reques, not maximum
- Fix cypress tests - Update n8n version/config
* BHBC-1755: Add backbone api env var and platform-service. - Remove clamav hardcoded default values - Improve checking for required clamav env vars before initializing scanner - Add missing clamav env vars to api deployment yaml
Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/mozilla/node-convict/releases) - [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md) - [Commits](mozilla/node-convict@v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: convict dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixed an error that occurred when attempting to edit the ‘Purpose and Methodology’ section of a survey. - Updated schema validation for GET on purpose_methodology update endpoint. - BHBC-1783: Add API response validation testing to update endpoint (work in progress). - BHBC-1783: Amend platform-service and its test file w 'dwc/submission/create' endpoint.
…Dev (#793) - Replace hardcoded URLs in Resources page by implementing env. vars (BHBC-1775) - Fix API response validation bugs for Project Drafts (BHBC-1809)
BHBC-1796: Bug fix - Observation points not displaying on map BHBC-1810: Bug fix - Transformation of large template file crashes API in Openshift
Tech debt: survey-service EML: major updates to EML creation code
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## test #795 +/- ##
==========================================
- Coverage 73.05% 70.80% -2.26%
==========================================
Files 353 367 +14
Lines 12905 12472 -433
Branches 2317 2288 -29
==========================================
- Hits 9428 8831 -597
- Misses 2994 3158 +164
Partials 483 483
Continue to review full report at Codecov.
|
Overview
Links to Jira tickets
https://quartech.atlassian.net/browse/BHBC-1814
Description of relevant changes
Promote latest Dev changes to Test.
PR Checklist
A list of items that are good to consider when making any changes.
Note: this list is not exhaustive, and not all items are always applicable.
Code
Style
Documentation
Tests
Linting/Formatting
See the
lint
commands in package.jsonSee the
format
commands in package.jsonSonarCloud