Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for Drive folder structure#259

Merged
dborovcanin merged 4 commits into
mainfrom
drive-folder-structure
Jun 10, 2026
Merged

Add support for Drive folder structure#259
dborovcanin merged 4 commits into
mainfrom
drive-folder-structure

Conversation

@dborovcanin

Copy link
Copy Markdown
Contributor

What type of PR is this?

What does this do?

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

Did you document any new/modified features?

Notes

Signed-off-by: dusan <[email protected]>
Capture each record's containing-folder path during the Drive recursive
walk and persist it so records can be filtered and grouped by directory.

- ingest: ListFilesRecursive carries the folder path via BFS; SourceFile
  and Record gain FolderPath/FolderID
- schema: folder_path/folder_id columns + prefix index (migration 010);
  RecordFilter folder-prefix matching (folder and nested)
- api: expose folder_path/folder_id; add ?folder= list filter
- ui: folder filter in the chat customize panel; group-by-folder toggle
  on the records page

Paths populate on the next sync; existing records stay unfiled until
re-synced.
@dborovcanin dborovcanin force-pushed the drive-folder-structure branch from 489c452 to 1830926 Compare June 10, 2026 07:20
@dborovcanin dborovcanin merged commit 98aab30 into main Jun 10, 2026
1 of 2 checks passed
@dborovcanin dborovcanin deleted the drive-folder-structure branch June 10, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant