Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0ad494b
Use leading dot operators (#11623)
lmgeorge Dec 11, 2024
acd5125
Add integration error event (#11615)
Sgtpluck Dec 12, 2024
e9465c3
Update actionpack to address security vulnerability (#11630)
Dec 12, 2024
cdb0f6f
changelog: Internal, Linting, Fix dot position (#11631)
Sgtpluck Dec 12, 2024
b6cacfc
LG-15237 Allow the SP return URL resolver to interpolate locale value…
jmhooper Dec 12, 2024
85b73e4
Fix documentation formatting for Analytics Events (#11640)
zachmargolis Dec 12, 2024
7ad5a8f
Add support for two OpenID Connect key-pairs (#11626)
Dec 13, 2024
bf52ee7
changelog: Internal, CI, Update image source from dockerhub to AWS Pu…
stephencshelton Dec 13, 2024
6d01689
Document all of the remaining analytic events (IPP) (#11634)
gina-yamada Dec 13, 2024
ffbf1b0
Remove support for wildcard allowed_extra_analytics (#11643)
aduth Dec 16, 2024
329db5d
Update simpleidn and faker gems (#11646)
Dec 16, 2024
f598efd
Simplify OIDC Logout validation (#11644)
Dec 16, 2024
d59e458
Remove all supports for allowed extra analytics (#11647)
aduth Dec 16, 2024
02ddf47
Update to Ruby 3.3.6 and Node 22 (#11605)
Dec 16, 2024
ad8b9a9
Modify the step-indicator page such that the "Re-enter password" step…
jmhooper Dec 16, 2024
1ec6ccc
missed a spot in ruby dockerfile (#11649)
voidlily Dec 16, 2024
5dc905b
LG-15280 Update the alert for successful document capture (#11650)
jmhooper Dec 17, 2024
e57b5bc
LG-14998: Update add email to change email on completion screen (#11594)
mdiarra3 Dec 17, 2024
31db4c5
LG-15148 Add Translation to Pending In Person Warning for Password Re…
gina-yamada Dec 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
FF_SCRIPT_SECTIONS: 'true'
JUNIT_OUTPUT: 'true'
ECR_REGISTRY: '${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com'
IDP_CI_SHA: 'sha256:5c4953f8efba18b7a6d6a9a961cb77ba7143059cbb2176499432b4275fbe67db'
IDP_CI_SHA: 'sha256:37766e5b4aaeaad72dc8d18aa73236558ae5abd478073f5005783c44d6d6e87e'
PKI_IMAGE_TAG: 'main'
DASHBOARD_IMAGE_TAG: 'main'
APPLICATION_MANIFEST: dockerfiles/application.yaml
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Layout/DefEndAlignment:
Layout/DotPosition:
Description: Checks the position of the dot in multi-line method calls.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains
EnforcedStyle: trailing
EnforcedStyle: leading
SupportedStyles:
- leading
- trailing
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.6
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
brew 'postgresql@14'
brew 'redis'
brew 'node@20'
brew 'node@22'
brew 'yarn'
brew 'openssl@1.1'
brew 'jq'
Expand Down
Loading