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

SDSS-1314: Drupal 10.3 / PHP 8.3 #510

Merged
merged 40 commits into from
Nov 8, 2024
Merged

SDSS-1314: Drupal 10.3 / PHP 8.3 #510

merged 40 commits into from
Nov 8, 2024

Conversation

joegl
Copy link
Collaborator

@joegl joegl commented Oct 23, 2024

READY FOR REVIEW

Summary

  • Upgrade to Drupal 10.3 and PHP 8.3

Review Tasks

Setup tasks and/or behavior to test

  1. Focus on code review and not so much local review
  2. The upgrade has been deployed to the dev environment and sites can be reviewed there.

Front End Validation

  • Is the markup using the appropriate semantic tags and passes HTML validation?
  • Cross-browser testing has been performed?
  • Automated accessibility scans performed?
  • Manual accessibility tests performed?
  • Design is approved by @ user?

Backend / Functional Validation

Code

  • Are the naming conventions following our standards?
  • Does the code have sufficient inline comments?
  • Is there anything in this code that would be hidden or hard to discover through the UI?
  • Are there any code smells?
  • Are tests provided? eg (unit, behat, or codeception)

Code security

General

  • Is there anything included in this PR that is not related to the problem it is trying to solve?
  • Is the approach to the problem appropriate?

Affected Projects or Products

  • Does this PR impact any particular projects, products, or modules?

Associated Issues and/or People

SDSS-1314: DEV | Upgrade to Drupal 10.3.x and PHP 8.3

Resources

@github-actions github-actions bot added the patch label Oct 24, 2024
@github-actions github-actions bot added size/xl and removed size/l labels Oct 24, 2024
@@ -73,7 +73,9 @@ public function save(array $form, FormStateInterface $form_state) {
elseif ($status == SAVED_NEW) {
$message = $this->t('The SDSS entity type %name has been added.', $t_args);
}
$this->messenger()->addStatus($message);
if ($message) {
Copy link
Contributor

@mdyoung3 mdyoung3 Nov 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joegl You might want to initialize this variable ($message).

Copy link
Contributor

@pookmish pookmish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only saw the 1 issue with a high level review.

+
+###################################################################################
+#
+# *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wat? a big drupal drop in a patch. 🤷

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea the merge request also adds in the gitlab-ci.yml 🤷

@joegl joegl merged commit ac4907e into 4.x Nov 8, 2024
5 checks passed
@joegl joegl deleted the SDSS-1314--drupal-10.3-upgrade branch November 8, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants