Merged
Conversation
Follow-on to #9286, removing references to ial2_consent_given from the frontend. [skip changelog]
d1e2f52 to
ed0bb51
Compare
soniaconnolly
approved these changes
Oct 4, 2023
jmax-gsa
approved these changes
Oct 4, 2023
Contributor
jmax-gsa
left a comment
There was a problem hiding this comment.
A look through the code shows this as the only place these constants are used, and you caught all of the uses.
LGTM
matthinz
added a commit
that referenced
this pull request
Oct 4, 2023
Follow on to #9287, removes all references to / support for ial2_consent_given. Should not be merged until that PR is deployed. [skip changelog]
matthinz
added a commit
that referenced
this pull request
Oct 6, 2023
Follow on to #9287, removes all references to / support for ial2_consent_given. Should not be merged until that PR is deployed. [skip changelog]
jmdembe
added a commit
that referenced
this pull request
Oct 10, 2023
* Fix secrets detection build step to improve branch detection (#9320) * Empty commit * Fetch prior to secrets analyze * Better main detection * s/and/&&/ * Fix "if" syntax * Add changelog changelog: Internal, Continuous Integration, Add secret scanning job * Retire the ProfileMigrationJob (#9322) The ProfileMigrationJob has migrated all of the Profile records that needed migrating so it can be removed [skip changelog] * Bump libphonenumber-js from 1.10.45 to 1.10.46 (#9325) Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.45 to 1.10.46. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.45...v1.10.46) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix alert paragraph rendering semantics, redundant styling (#9317) * Remove unnecessary text_tag overrides changelog: Bug Fixes, Alerts, Fix HTML semantics for some alerts * Remove redundant margin reset on alert paragraph * Gitignore .bak files (#9324) * Gitignore .bak files Avoid accidentally checking in stray backup files. [skip changelog] * Ignore files with .bak extension --------- Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov> * Bump libphonenumber-js from 1.10.46 to 1.10.47 (#9332) Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.46 to 1.10.47. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.46...v1.10.47) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update guidance for frontend error logging (#9330) changelog: Internal, Documentation, Update guidance for frontend error logging * Rename ial2_consent_given (3/3) (#9288) Follow on to #9287, removes all references to / support for ial2_consent_given. Should not be merged until that PR is deployed. [skip changelog] * Exclude certain paths from secrets detection (#9337) There are false positives identified when running the Gitlab secret detector locally. [skip changelog] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov> Co-authored-by: Jonathan Hooper <jonathan.hooper@gsa.gov> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sonia Connolly <sonia.connolly@gsa.gov> Co-authored-by: Matt Hinz <matt.hinz@gsa.gov>
This file contains hidden or 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
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.
Follow-on to #9286, removing references to ial2_consent_given from the frontend. Should not be merged until that PR has been deployed.