add richdocuments app - #5
Merged
Merged
Conversation
printminion-co
force-pushed
the
mk/dev/add_richdocuments_app
branch
8 times, most recently
from
August 13, 2025 08:04
4985bcd to
93db5d4
Compare
https://github.com/nextcloud/richdocuments/releases/tag/v8.7.3 git submodule add -f git@github.com:nextcloud/richdocuments.git apps-external/richdocuments cd apps-external/richdocuments git checkout v8.7.3 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
printminion-co
force-pushed
the
mk/dev/add_richdocuments_app
branch
6 times, most recently
from
August 13, 2025 11:58
ac49063 to
d4ab909
Compare
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
…endencies Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
https://github.com/nextcloud/richdocuments/releases/tag/v8.7.3 git submodule add -f git@github.com:nextcloud/viewer.git apps-external/viewer cd apps-external/viewer git checkout v31.0.7 Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
bromiesTM
force-pushed
the
mk/dev/add_richdocuments_app
branch
from
August 19, 2025 07:53
d4ab909 to
0c33d3b
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR adds external Nextcloud apps (richdocuments and viewer) to the project as Git submodules and updates the CI/CD pipeline to build them automatically. This enables integration with collaborative document editing capabilities through the richdocuments app and file viewing through the viewer app.
- Adds richdocuments and viewer apps as Git submodules in the
apps-externaldirectory - Updates GitHub Actions workflow to include a new build pipeline for external apps with matrix strategy
- Modifies artifact building to include external apps in the final build output
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.gitmodules |
Adds submodule definitions for richdocuments and viewer apps |
apps-external/richdocuments |
Adds richdocuments submodule pointing to specific commit |
apps-external/viewer |
Adds viewer submodule pointing to specific commit |
IONOS |
Updates IONOS submodule to newer commit |
.github/workflows/build-artifact.yml |
Adds matrix-based build pipeline for external apps with dependency management |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
add richdocuments, viewer app to apps-external
To test locally:
collabora/runcheck_release.sh pr-5 ncwTODO
Checklist