| 
							
							
								 Nathan.fooo | b7ba189642 | Feat/sort UI (#1642) * feat: implement sort UI
* chore: config sort listener
* chore: config sort ui
* chore: config sort ui
* feat: support ascending & descending
* fix: reorder rows bugs
* chore: add tests
Co-authored-by: nathan <nathan@appflowy.io> | 2023-01-11 17:48:53 +08:00 |  | 
			
				
					| 
							
							
								 Nathan.fooo | 436291c01a | fix: update build.rs with cfg flag control (#1627) Co-authored-by: nathan <nathan@appflowy.io> | 2023-01-01 17:21:19 +08:00 |  | 
			
				
					| 
							
							
								 Nathan.fooo | aa5f052ecf | Refactor/crate directory (#1621) * chore: fix wanrings
* chore: remove protobuf ref in flowy-error-code
* chore: remove protobuf ref in lib-ws
* refactor: remove protobuf trait in flowy http model
* refactor: remove flowy-error-code crate
Co-authored-by: nathan <nathan@appflowy.io> | 2022-12-30 11:16:47 +08:00 |  | 
			
				
					| 
							
							
								 Iñigo Iparragirre | 8139856d6d | Feat/integrate thiserror anyhow (#1599) * feat: add thiserror and anyhow dependencies
* feat: add thiserror derive to ErrorCode
* feat: add thiserror derive to FlowyStruct
* feat: update error field
* feat: update lock files
* Revert "feat: update lock files"
This reverts commit df9736b8435a0dfb6c8ec2e831631fa24c57d0dc.
* fix: cargo fmt | 2022-12-28 21:49:38 +08:00 |  | 
			
				
					| 
							
							
								 Nathan.fooo | 9f7f86a49a | chore: update test (#1584) | 2022-12-20 08:39:46 +08:00 |  | 
			
				
					| 
							
							
								 nathan | 44f9254c0a | chore: add codegen crate | 2022-12-01 15:17:55 +08:00 |  | 
			
				
					| 
							
							
								 nathan | bf36ef7fd9 | chore: update documentation | 2022-12-01 10:59:22 +08:00 |  | 
			
				
					| 
							
							
								 Nathan.fooo | a0a16cc493 | feat: config grid filter in backend & add tests * chore: add search crate
* chore: add task order test
* chore: enable timeout
* add task crate
* chore: run filter task
* chore: run filter task
* chore: filter rows
* chore: cache filter result
* chore: filter rows when open a grid
* chore: add tests
* test: add number filter test
* test: add checkbox fitler test
* chore: fix test
Co-authored-by: nathan <nathan@appflowy.io> | 2022-11-13 22:23:57 +08:00 |  | 
			
				
					| 
							
							
								 Nathan.fooo | 882d5535e6 | Extract protobuf structs from flowy-sync crate (#1425) * refactor: extract data model from flowy-sync crate
* chore: rename lib-infra features | 2022-11-08 21:13:28 +08:00 |  | 
			
				
					| 
							
							
								 Nathan.fooo | f1a5726fcb | Feat: add appflowy editor in backend (#1320) * chore: remove update attributes
* chore: format code
* chore: extension for transaction
* refactor: add document editor trait
* chore: add appflowy_document editor
* chore: add document serde
* chore: add new document editor
* chore: add tests
* chore: add more test
* chore: add test
Co-authored-by: nathan <nathan@appflowy.io> | 2022-10-20 11:35:11 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 93f5b5d754 | fix: save group rev without apply change | 2022-08-21 23:18:42 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | f841587c27 | chore: add log | 2022-08-15 22:40:54 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 5345c668bb | chore: ignore proto files | 2022-06-17 16:51:18 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | ed138abcc3 | chore: provider default for FlowyConfig propertis | 2022-06-17 11:27:00 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 16e1387a8e | chore: add description for FlowyConfig | 2022-06-17 11:19:49 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 736f21ef8a | refactor: remove the protobuf's model folder | 2022-06-16 08:21:31 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 94276d438d | chore: ignore rust's protobuf crate | 2022-06-15 19:58:18 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 4b71c474e4 | refactor: separate proto file from src folder | 2022-06-15 19:40:18 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 6a3820253f | chore: rename crates | 2022-03-19 16:55:29 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | b3ed254caf | chore: add more test and fix warnings | 2022-03-16 10:02:37 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 06967d8057 | fix: path issue on windows | 2022-02-17 20:10:29 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 0933935071 | refactor: add code_gen crate | 2022-02-15 22:18:34 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 5809758539 | refactor: rename error-code to flowy-error-code in case of ambiguous | 2022-02-09 19:26:06 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 7646f984e0 | refactor: generate x.proto file using build.rs | 2022-02-09 09:57:03 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | d0b02cb4fd | refactor: generate dart pb files with feature flag: dart | 2022-02-08 16:24:59 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 9135b92a39 | refactor: generate the pb files using build.rs | 2022-02-08 14:36:59 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 084e9c5f6f | refactor: refactor some crates with http_server | 2022-02-07 15:33:46 +08:00 |  | 
			
				
					| 
							
							
								 MikeWallaceDev | e77e6d275f | changed permissions from 755 to 644 | 2022-01-27 14:18:41 -05:00 |  | 
			
				
					| 
							
							
								 appflowy | bba8f8ae01 | fix fmt and clippy warnings | 2022-01-24 17:56:58 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | a9eec5baed | solver conflicts | 2022-01-24 17:32:40 +08:00 |  | 
			
				
					| 
							
							
								 nathan | cfb589dda1 | fix format and clippy warnings | 2022-01-23 12:14:00 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 7f1a0adf13 | add folder editor | 2022-01-17 11:55:36 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | adce96f15b | fix generate pb bugs | 2021-12-21 14:00:42 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | d9421f70a0 | refactor backend directory | 2021-12-21 14:00:41 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | ef491f4276 | mv lib-sqlite to rust-lib | 2021-12-20 14:26:26 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 013d8f753a | refactor errors | 2021-12-14 18:20:07 +08:00 |  | 
			
				
					| 
							
							
								 appflowy | 72a8f7a9e3 | mv websocket to flowy-net crate | 2021-12-14 15:31:44 +08:00 |  |