Open
Conversation
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
217252c to
52ad657
Compare
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
kyteinsky
commented
Apr 10, 2026
Contributor
Author
kyteinsky
left a comment
There was a problem hiding this comment.
there seems to be a weird issue with integration-test-file-listener.
OUT_TEST_PROMPT_JOBS test in Run the prompts again step fails.
It checks for the presence of "background jobs" in the prompt returned by the testing app, which contains the chunks of documents and their paths.
The output shows "files/developer_manual/basics/backgroundjobs.md" (files__default: 1540) but the body is empty, same for a few others.
The most part of Nextcloud is written in PHP, Typescript / JavaScript, so we have some more fine grained coding standards for those languages:
.. toctree::
:maxdepth: 1
php
javascript
html_css
License headers
files/developer_manual/basics/backgroundjobs.md
files/developer_manual/basics/dependency_injection.md
files/developer_manual/design/atomiccomponents.md
How do I set my TimedJob to be time insensitive?
Indexing logs show that it was not empty when parsed. They were most probably added since there is no log saying "Some sources were not loaded".
2026-04-10T12:23:01.9868809Z {"timestamp": "2026-04-10T11:51:27.073947+00:00", "level": "DEBUG", "logger": "ccb.injest", "message": "processing source", "filename": "injest.py", "function": "_sources_to_indocuments", "line": 57, "thread_name": "AnyIO worker thread", "pid": 18270, "version": "5.3.0", "source_id": "files__default: 1540"}
2026-04-10T12:23:01.9870170Z {"timestamp": "2026-04-10T11:51:27.074654+00:00", "level": "DEBUG", "logger": "ccb.injest", "message": "decoded non empty source", "filename": "injest.py", "function": "_sources_to_indocuments", "line": 77, "thread_name": "AnyIO worker thread", "pid": 18270, "version": "5.3.0", "source_id": "files__default: 1540"}
2026-04-10T12:23:01.9871720Z {"timestamp": "2026-04-10T11:51:27.074846+00:00", "level": "DEBUG", "logger": "ccb.injest", "message": "split document into chunks", "filename": "injest.py", "function": "_sources_to_indocuments", "line": 88, "thread_name": "AnyIO worker thread", "pid": 18270, "version": "5.3.0", "source_id": "files__default: 1540", "len(split_docs)": 5}Then the share to the test user also goes through:
2026-04-10T12:23:02.3501015Z {"timestamp": "2026-04-10T12:08:36.882961+00:00", "level": "DEBUG", "logger": "ccb.controller", "message": "Update access declarative request:", "filename": "controller.py", "function": "_", "line": 222, "thread_name": "AnyIO worker thread", "pid": 6021, "version": "5.3.0", "user_ids": ["admin", "test"], "source_id": "files__default: 1540"}
2026-04-10T12:23:02.3502264Z {"timestamp": "2026-04-10T12:08:37.388690+00:00", "level": "DEBUG", "logger": "ccb.vectordb", "message": "decl update access", "filename": "service.py", "function": "decl_update_access", "line": 63, "thread_name": "AnyIO worker thread", "pid": 28273, "version": "5.3.0", "user_ids": ["admin", "test"], "source_id": "files__default: 1540"}
2026-04-10T12:23:02.3503330Z {"timestamp": "2026-04-10T12:08:37.411353+00:00", "level": "INFO", "logger": "uvicorn.access", "message": "127.0.0.1:54262 - \"POST /updateAccessDeclarative HTTP/1.1\" 200", "filename": "h11_impl.py", "function": "send", "line": 482, "thread_name": "MainThread", "pid": 6021, "version": "5.3.0"}
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.
also update the actions