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

Cleanup psalm issues in DB/ContactsManager and Console #35539

Merged
merged 3 commits into from Sep 5, 2023

Conversation

CarlSchwan
Copy link
Member

No description provided.

@CarlSchwan CarlSchwan added the 3. to review Waiting for reviews label Dec 1, 2022
@CarlSchwan CarlSchwan added this to the Nextcloud 26 milestone Dec 1, 2022
@CarlSchwan CarlSchwan requested a review from a team December 1, 2022 12:29
@CarlSchwan CarlSchwan self-assigned this Dec 1, 2022
@CarlSchwan CarlSchwan requested review from ArtificialOwl, juliushaertl, skjnldsv and come-nc and removed request for a team December 1, 2022 12:29
$this->ensureMigrationsAreLoaded();

$versions = $this->getAvailableVersions();
array_unshift($versions, 0);
array_unshift($versions, '0');
/** @var int $offset */
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this @var? Doesn’t that contradict the comparison with false below?

@CarlSchwan CarlSchwan force-pushed the cleanup/carl/application-contactsmanager branch from 3afb0e5 to 0104e16 Compare December 2, 2022 10:28
@szaimen
Copy link
Contributor

szaimen commented Dec 3, 2022

are test failure related?

@szaimen
Copy link
Contributor

szaimen commented Dec 3, 2022

/rebase

@szaimen szaimen added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Dec 3, 2022
@nextcloud-command nextcloud-command force-pushed the cleanup/carl/application-contactsmanager branch from 0104e16 to 9394e2d Compare December 3, 2022 19:04
@szaimen
Copy link
Contributor

szaimen commented Dec 3, 2022

phpunit failures...

@szaimen szaimen added 2. developing Work in progress and removed 4. to release Ready to be released and/or waiting for tests to finish labels Dec 3, 2022
@blizzz blizzz mentioned this pull request Feb 1, 2023
@skjnldsv skjnldsv mentioned this pull request Feb 23, 2023
@blizzz blizzz mentioned this pull request Mar 7, 2023
@blizzz blizzz modified the milestones: Nextcloud 26, Nextcloud 27 Mar 9, 2023
@szaimen
Copy link
Contributor

szaimen commented Apr 17, 2023

conflicts :/

@come-nc come-nc changed the title Cleanup plsam issues in DB/ContactsManager and Console Cleanup psalm issues in DB/ContactsManager and Console Apr 17, 2023
@come-nc come-nc force-pushed the cleanup/carl/application-contactsmanager branch from 9394e2d to c2a250a Compare April 20, 2023 14:04
@come-nc
Copy link
Contributor

come-nc commented Apr 20, 2023

Rebased on master but tests are failing, not clear why. Something in the changes is breaking DB somehow.

@skjnldsv skjnldsv mentioned this pull request May 3, 2023
@come-nc come-nc modified the milestones: Nextcloud 27, Nextcloud 28 May 4, 2023
@come-nc come-nc assigned come-nc and unassigned CarlSchwan May 4, 2023
@come-nc come-nc force-pushed the cleanup/carl/application-contactsmanager branch from c2a250a to f7b7c95 Compare September 4, 2023 15:53
lib/private/DB/Connection.php Fixed Show fixed Hide fixed
lib/private/DB/MigrationService.php Fixed Show fixed Hide fixed
CarlSchwan and others added 3 commits September 5, 2023 09:20
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@come-nc come-nc force-pushed the cleanup/carl/application-contactsmanager branch from 4578072 to 637cafc Compare September 5, 2023 07:20
@come-nc come-nc merged commit f331d86 into master Sep 5, 2023
40 checks passed
@come-nc come-nc deleted the cleanup/carl/application-contactsmanager branch September 5, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants