Conversation
Assisted-by: Codex:gpt-6-astra Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
2 tasks
hweihwang
added this pull request to stack #2791
September 16, 2026 11:18
Allow ten minutes for semantic runtime setup, which installs Text dependencies, compiles its assets and configures the server apps. Keep the five-minute budget for the legacy Viewer runtime. Assisted-by: Codex:gpt-6-astra Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
Wait for editor readiness without a late session-response listener. Apply password settings through authenticated HTTP requests so the web config cache is invalidated, and wait for the public editor to finish loading. Assisted-by: Codex:gpt-6-astra Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
Assisted-by: Codex:gpt-6-astra Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
hweihwang
marked this pull request as ready for review
September 16, 2026 18:52
hweihwang
requested review from
max-nextcloud,
mejo- and
silverkszlo
as code owners
September 16, 2026 18:52
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
Run the full comparison suite on Nextcloud 35 in one CI job, alongside the existing stable32 and master jobs.
Check the server and Text versions, rebuild Text assets for comparison tests, and keep browser reports separate from server diagnostics. The server checks also apply to the general Chromium tests. An explicit base URL still uses an external server.
Allow ten minutes to build the pinned Text revision and cancel superseded Playwright runs. Wait for editor readiness and apply password-share settings through HTTP so the running server sees them immediately.
Text version updates follow in #2789.
Tests
The complete stack passed TypeScript checks, lint, the production build and all 116 unit tests locally. All 69 comparison checks and all three page-share checks passed on both NC35 and master with retries disabled.
AI