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

play3 #7467

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

play3 #7467

wants to merge 12 commits into from

Conversation

gwendolyngoetz
Copy link
Contributor

@gwendolyngoetz gwendolyngoetz commented May 12, 2024

There are some environment variables that have Akka in their name. These will need to be changed, but will affect deployments. We can update them later. The name has no bearing on the upgrade.

mfs.name == "applicant_id_in_profile"
and includes "applicant_id_in_profile_total" and "applicant_id_in_profile_created"

image

  • Start working on java 17
  • Initial updates for play ebean v7
  • Updating deprecated code
  • Bug fix api retired key.
  • Fixing metrics controller tests
  • Initial update
  • fmt
  • Getting location value a better way.
  • Update to pac4j 6.0.2
  • Updating the session store factory to work with pac4j changes
  • Updating Frozen Play Session Test Cookie
  • Running

It wasn't reloading the object for one.

Second there is a difference in the instant precision in the assertion when hasmessage serializes the object. Just setting the id and not the whole object to be in the exception message string. We don't need to be logging the details anyway.
The string that was used in the regex is now formatted differently.
Running

Prometheus metric sampler now has two samples which was breaking tests
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 20 lines in your changes missing coverage. Please review.

Project coverage is 83.15%. Comparing base (2c01877) to head (66cce1c).

Files Patch % Lines
server/app/auth/ApiAuthenticator.java 42.85% 4 Missing ⚠️
...rver/app/auth/oidc/CiviformOidcProfileCreator.java 0.00% 4 Missing ⚠️
...th/oidc/applicant/IdcsApplicantProfileCreator.java 0.00% 4 Missing ⚠️
server/app/auth/saml/SamlProfileCreator.java 0.00% 4 Missing ⚠️
...app/auth/oidc/CiviformOidcLogoutActionBuilder.java 80.00% 1 Missing ⚠️
server/app/controllers/LoginController.java 0.00% 1 Missing ⚠️
server/app/models/BaseModel.java 0.00% 1 Missing ⚠️
...rver/app/models/TrustedIntermediaryGroupModel.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7467      +/-   ##
============================================
+ Coverage     82.42%   83.15%   +0.73%     
- Complexity     3882     3889       +7     
============================================
  Files           469      484      +15     
  Lines         16526    18312    +1786     
  Branches       1133     1133              
============================================
+ Hits          13621    15227    +1606     
- Misses         2459     2640     +181     
+ Partials        446      445       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant