Mathias Mogensen
|
c1006c18c3
|
feat: folder search mvp (#4665)
* feat: implement folder indexer
* feat: sqlite search views using fts5
* feat: add view indexing to user manager
* feat: implement folder indexer
* feat: add sqlite search documents
* feat: add document indexing to user manager
* feat: add document indexing to folder indexer
* chore: update collab rev
* feat: search frontend integration
* refactor: search index
* test: add event test
* chore: fix ci
* feat: initial command palette overlay impl (#4619)
* chore: test search engine
* chore: initial structure
* chore: replace old search request
* chore: enable log for lib-dispatch
* chore: move search manager to core
* feat: move traits and responsibility to search crate
* feat: move search to search crate
* feat: replace sqlite with tantivy
* feat: deserialize tantivy documents
* chore: fixes after rebase
* chore: clean code
* feat: fetch and sort results
* fix: code review + cleaning
* feat: support custom icons
* feat: support view layout icons
* feat: rename bloc and fix indexing
* fix: prettify dialog
* feat: score results
* chore: update collab rev
* feat: add recent view history to command palette
* test: add integration_tests
* fix: clippy changes
* fix: focus traversal in cmd palette
* fix: remove file after merging main
* chore: code review and panic-safe
* feat: index all views if index does not exist
* chore: improve logic with conditional
* chore: add is_empty check
* chore: abstract logic from folder manager init
* chore: update collab rev
* chore: code review
* chore: fixes after merge + update lock file
* chore: revert cargo lock
* fix: set icon type when removing icon
* fix: code review + dependency inversion
* fix: remove icon fix for not persisting icon type
* test: simple tests manipulating views
* test: create 100 views
* fix: tauri build
* chore: create 1000 views
* chore: create util methods
* chore: test
* chore: test
* chore: remove logs
* chore: fix build.rs
* chore: export models
* chore: enable clear cache on Rust-CI
* fix: navigate to newly created views
* fix: force disable setting workspace listener on rebuilds
* fix: remove late final
* fix: missing returns
* fix: localization and minor fixes
* test: add index assert to large test
* fix: missing section param after merging main
* chore: try fix unzip file error
* chore: lower the test
* feat: show hint when result is in trash
---------
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Jiraffe7 <twajxjiraffe@gmail.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
|
2024-03-21 17:34:53 +01:00 |
|
Lucas.Xu
|
ef9891abfe
|
feat: support private section (#4882)
|
2024-03-21 12:02:03 +08:00 |
|
Nathan.fooo
|
fd81d64a32
|
chore: fix database test (#4893)
* chore: fix database test
* chore: clippy
* chore: fmt
|
2024-03-13 19:39:56 +08:00 |
|
Zack
|
bf70be1841
|
feat: add icon field (#4824)
* feat: add icon field
* fix: add sqlx migration files
* chore: fix tst
* chore: fix duplicate event name
* chore: update to lastest stable rust toolchain
* chore: use 1.75 channel
* chore: fix duplicate event name
* chore: fix duplicate event name
* chore: use more reliable assertion
---------
Co-authored-by: nathan <nathan@appflowy.io>
|
2024-03-13 15:07:52 +08:00 |
|
Nathan.fooo
|
9c3be7e488
|
fix: stuck when importing large csv file (#4878)
* chore: fix import csv file
* chore: update collab
* chore: bump collab
* chore: workaround for row creating
* fix: test
|
2024-03-12 10:59:52 +08:00 |
|
Nathan.fooo
|
7937fd1f3a
|
fix: 040 bugs (#4285)
* test: add tests
* chore: set maximum log files
* fix: import row document
* chore: bump client api
* chore: fix analyzer
* chore: fix flutter unit test
|
2024-01-03 11:41:29 +08:00 |
|
Nathan.fooo
|
5facb61e23
|
refactor: crates (#4258)
* chore: rename flowy-folder2 to flowy-folder
* chore: rename flowy-document2 to flowy-document
* chore: fix test
* chore: move lib-infra crate
* chore: remove shared-lib
* chore: fix clippy
|
2023-12-31 07:29:40 +08:00 |
|
Nathan.fooo
|
df8409178b
|
refactor: remove singleton db (#4208)
* refactor: remove singleton db
* chore: fix warning
* chore: fix warning
* chore: update test
* chore: only resotre or backup when init call
* test: fix
* test: fix
* test: fix
* fix: timeout notification
* chore: rename
* chore: rename
* chore: disable test
* chore: remove log
* chore: remove log
* chore: add log
* chore: rename test functions
* chore: add test asset
* chore: bump client api
* chore: disable some tests
|
2023-12-27 11:42:39 +08:00 |
|
Nathan.fooo
|
c033d56978
|
chore: rename folder event (#4205)
|
2023-12-24 07:44:08 +08:00 |
|
Nathan.fooo
|
1025b6d553
|
fix: af cloud sync auth (#3873)
* feat: open workspace
* chore: update env docs
* fix: invalid user callback
* fix: token invalid
* chore: update
* chore: update
* chore: update
* chore: fix test
* chore: fix tauri build
|
2023-11-05 14:00:24 +08:00 |
|
Nathan.fooo
|
3e088d48ac
|
refactor: fav and workspace (#3837)
* refactor: workspace
* chore: update collab rev
* test: add data migration test
* fix: test
* fix: tauri build
* test: fix bloc test
* test: fix bloc test
* test: fix bloc test
* chore: restore magic codde
|
2023-11-01 11:45:35 +08:00 |
|
Nathan.fooo
|
48582cb718
|
test: Af cloud workspace member (#3779)
* chore: implement workspace memeber events
* chore: add workspace member test
* chore: fix fmt
|
2023-10-25 21:35:47 +08:00 |
|
Nathan.fooo
|
d34eec1d99
|
chore: rename files name that might cause ci fail (#3777)
|
2023-10-25 15:25:31 +08:00 |
|
Nathan.fooo
|
71f80be8f7
|
feat: save user metadata (#3754)
* feat: save user metadata
* chore: update client api
* refactor: separate test methods
* chore: save updated at
* chore: clippy
* chore: fix test
|
2023-10-24 20:11:06 +08:00 |
|
Nathan.fooo
|
e59870e421
|
refactor: rename flowy-test to event-integration (#3667)
|
2023-10-11 20:02:09 +08:00 |
|