Mathias Mogensen
|
b4d22bab14
|
feat: search mvp (#5064)
* 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
* feat: one index_writer per index
* fix: minor changes after merge
* fix: make create_log_filter public after merge
* chore: fix test
* chore: fix test
* chore: flutter analyze
* chore: flutter analyze
* chore: fix tauri build
---------
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
|
2024-04-12 16:21:41 +08:00 |
|
Lucas.Xu
|
39d8d428a6
|
fix: rust ci (#5115)
* fix: rust ci
* fix: flutter ci
|
2024-04-11 20:15:40 +08:00 |
|
Lucas.Xu
|
1597f7d94c
|
feat: implement magic link sign in (#5036)
|
2024-04-11 16:33:28 +08:00 |
|
Lucas.Xu
|
9536cde789
|
feat: add a loading indicator when creating, deleting, or switching workspaces. (#5067)
|
2024-04-07 23:06:33 +08:00 |
|
Richard Shiue
|
490cb48354
|
chore: organize code (#5004)
* chore: rename files and classes
* chore: move some files around
|
2024-03-29 11:54:42 +08:00 |
|
Lucas.Xu
|
c0642d3ff3
|
fix: collab workspace issues (#4961)
|
2024-03-22 17:15:18 +08:00 |
|
Lucas.Xu
|
27ff5f07ab
|
Revert "feat: folder search mvp (#4665)" (#4962)
This reverts commit c1006c18c3 .
|
2024-03-22 15:15:38 +08:00 |
|
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
|
ac34617e51
|
feat: support changing the workspace icon (#4898)
|
2024-03-15 14:10:30 +08:00 |
|
Richard Shiue
|
b4c8011881
|
ci: fix flaky flutter integration tests (#4870)
|
2024-03-11 12:27:04 +08:00 |
|
Mathias Mogensen
|
f5cb8b6d25
|
fix: image url check for embed link (#4826)
* fix: image url check in for embed link
* chore: move all patterns to shared
* test: prefer enterText over manipulating widget
|
2024-03-06 16:31:30 +01:00 |
|
Mathias Mogensen
|
66aea29ab7
|
feat: generic calculations (#4794)
* feat: add generic calculations
* chore: remove row count at bottom of grid
* fix: code review
|
2024-03-05 19:16:56 +01:00 |
|
Lucas.Xu
|
b05897d3ab
|
chore: add iOS integration test CI (#4822)
|
2024-03-05 17:20:27 +08:00 |
|