-
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 #796
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… 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
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## test #796 +/- ##
==========================================
- 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.
|
anissa-agahchen
approved these changes
Jun 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Links to Jira tickets
Description of relevant changes
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