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

Feature/macos legacy #6498

Merged
merged 7 commits into from
Mar 11, 2024
Merged

Feature/macos legacy #6498

merged 7 commits into from
Mar 11, 2024

Conversation

camilasan
Copy link
Member

@camilasan camilasan commented Feb 29, 2024

Trying to build mac OS legacy versions from master.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Clang-Tidy found issue(s) with the introduced code (1/1)

src/gui/systray_mac_common.mm Show resolved Hide resolved
src/gui/systray_mac_usernotifications.mm Show resolved Hide resolved
@camilasan camilasan marked this pull request as ready for review February 29, 2024 15:34
@allexzander
Copy link
Contributor

lgtm, does it compile on the build machine? I would have @claucambra here anyways for an expert look

Copy link
Collaborator

@claucambra claucambra left a comment

Choose a reason for hiding this comment

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

I think the pbxproj changes should be reverted or amended, but everything else looks great :)

@tobiasKaminsky
Copy link
Member

Can we then backport this to 3.12?

@camilasan
Copy link
Member Author

/backport to stable-3.12

@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-6498-d86abd4275dd1375b9d146bdb244d636306e08c2-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

Copy link

sonarcloud bot commented Mar 11, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
E Maintainability Rating on New Code (required ≥ A)
6 New Code Smells (required ≤ 0)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@camilasan camilasan merged commit 7fb8eb3 into master Mar 11, 2024
10 of 13 checks passed
@camilasan camilasan deleted the feature/macos-legacy branch March 11, 2024 14:20
Copy link

backportbot bot commented Mar 11, 2024

The backport to stable-3.12 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-3.12
git pull origin stable-3.12

# Create the new backport branch
git checkout -b backport/6498/stable-3.12

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 7f57692a ed879511 3124dbe5 38e22e85 b6b174a4 1348e8aa d86abd42

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6498/stable-3.12

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress
fatal: cherry-pick failed


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@camilasan camilasan restored the feature/macos-legacy branch March 11, 2024 14:40
@camilasan camilasan deleted the feature/macos-legacy branch March 11, 2024 14:45
@labor4
Copy link

labor4 commented Apr 22, 2024

Much love from me for this effort! Thanks

@mgallien mgallien added this to the 3.13.0 milestone Apr 23, 2024
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.

7 participants