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

refactor lib/private/Notification #39174

Merged

Conversation

shdehnavi
Copy link
Contributor

Summary

The required adjustments have been made to the classes in /lib/private/Notification namespace.

The improvements:

  • Using PHP8's constructor property promotion
  • Adding return types
  • Adding types to properties

Checklist

@solracsf solracsf added 3. to review Waiting for reviews technical debt labels Jul 6, 2023
@solracsf solracsf added this to the Nextcloud 28 milestone Jul 6, 2023
@shdehnavi shdehnavi requested a review from rullzer July 8, 2023 20:41
@shdehnavi shdehnavi requested a review from artonge July 14, 2023 12:14
lib/private/Notification/Action.php Outdated Show resolved Hide resolved
lib/private/Notification/Manager.php Outdated Show resolved Hide resolved
lib/private/Notification/Notification.php Outdated Show resolved Hide resolved
@shdehnavi shdehnavi requested a review from artonge July 19, 2023 12:40
@skjnldsv skjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzz blizzz modified the milestones: Nextcloud 28, Nextcloud 29 Nov 23, 2023
@shdehnavi shdehnavi force-pushed the refactor_lib_private_notification branch from 343322f to 576f5f6 Compare December 11, 2023 13:07
@shdehnavi
Copy link
Contributor Author

@blizzz All conflicts have been resolved, Ready to merge

@artonge artonge requested a review from come-nc December 13, 2023 09:36
@artonge artonge force-pushed the refactor_lib_private_notification branch from 576f5f6 to 8480b9d Compare December 14, 2023 16:58
@artonge
Copy link
Contributor

artonge commented Dec 14, 2023

Rebased to see if Cypress gets green. If not, can you try to check what's happening locally @shdehnavi?

@shdehnavi shdehnavi force-pushed the refactor_lib_private_notification branch from 8480b9d to 43f3219 Compare December 28, 2023 12:15
@shdehnavi
Copy link
Contributor Author

shdehnavi commented Dec 28, 2023

Rebased to see if Cypress gets green. If not, can you try to check what's happening locally @shdehnavi?

I often encounter errors in Cypress jobs with most of my pull requests. I have rebased the code but nothing changed, still the same as earlier.

@artonge

@artonge
Copy link
Contributor

artonge commented Jan 2, 2024

I often encounter errors in Cypress jobs with most of my pull requests. I have rebased the code but nothing changed, still the same as earlier.

The docker image was outdated, I released a new version, Cypress tests are now green :)

shdehnavi and others added 3 commits January 2, 2024 16:54
Co-authored-by: Louis Chemineau <[email protected]>
Signed-off-by: Hamid Dehnavi <[email protected]>
@come-nc come-nc force-pushed the refactor_lib_private_notification branch from 43f3219 to 82a503a Compare January 2, 2024 15:54
@artonge
Copy link
Contributor

artonge commented Jan 3, 2024

Looks like drone is not triggered. And the performance step looks not related. Merging

@artonge artonge merged commit a64df19 into nextcloud:master Jan 3, 2024
48 of 49 checks passed
@shdehnavi shdehnavi deleted the refactor_lib_private_notification branch January 10, 2024 10:56
@blizzz blizzz mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants