Commit Graph

1252 Commits

Author SHA1 Message Date
81511764c4 Delete integration_test.yml 2021-11-20 14:30:25 +08:00
704035e070 [flutter]: lock flutter package big version 2021-11-20 14:19:38 +08:00
3038dc3c93 update README 2021-11-20 13:20:24 +08:00
2a1c5a3420 Merge pull request #44 from myl7/bump-sqlxcli
Bump sqlx-cli version to fix its compiling error when installing
2021-11-20 12:36:46 +08:00
0888e7afbd update script description 2021-11-20 12:12:41 +08:00
7d5c002952 Bump sqlx-cli version to fix its compiling error when installing 2021-11-20 11:27:02 +08:00
461a4ddb3f Update and rename frontend_test.yml to integration_test.yml 2021-11-20 10:56:37 +08:00
89bbd5b893 Update frontend_test.yml 2021-11-20 10:54:51 +08:00
8e994a954e add shared-lib folder 2021-11-20 10:52:39 +08:00
be23b4cc5a Create frontend_test.yml 2021-11-20 09:53:37 +08:00
8fc2089d51 Update ci.yaml 2021-11-20 09:49:48 +08:00
55c05364dd Merge branch 'develop' 2021-11-20 09:35:16 +08:00
8f1d62f115 add frontend folder 2021-11-20 09:34:43 +08:00
f93f012bc8 [rust]: rm flowy-net 2021-11-20 08:35:04 +08:00
0fc09dcb53 Merge branch 'main' of github.com:AppFlowy-IO/appflowy_client into main 2021-11-19 22:43:03 +08:00
447766f9cb [flutter]: support debug on linux-aarch64 2021-11-19 22:40:57 +08:00
c25153e666 Merge pull request #35 from Xoshbin/patch-1
Fixed a typo
2021-11-19 19:35:40 +08:00
8660ade554 [flutter]: add aarch64 script 2021-11-19 17:34:49 +08:00
f474476e24 Fixed a typo 2021-11-19 10:23:58 +03:00
a06a2b9e5b [rust]: update flowy-log name 2021-11-19 15:04:56 +08:00
ba67652e29 [rust]: update dart-notify crate name 2021-11-19 15:00:51 +08:00
2449e9352c [rust]: Crates start with lib consider as foundation libs 2021-11-19 14:38:11 +08:00
80d1b3072d [rust]: rename backend test code 2021-11-19 14:16:35 +08:00
7bd2773cf2 [rust]: fix test crate issues 2021-11-19 14:16:28 +08:00
c64ef55d60 [rust]: rename some flowy-xx to lib-xx 2021-11-19 14:16:22 +08:00
91c9f2c62f [rust]: rename some crates 2021-11-19 14:16:15 +08:00
7c60626049 [rust]: refactor flowy-document crate 2021-11-19 14:16:07 +08:00
49cbc6c1b3 [flutter]: revert to remote files 2021-11-19 14:03:36 +08:00
9474f1f722 [flutter]: delete conflict files 2021-11-19 14:03:17 +08:00
5076a6cb38 Merge pull request #34 from pdckxd/main
LGTM!
2021-11-19 12:43:39 +08:00
d965d26e60 Enable Linux build
1. BUILD_ON_LINUX.md is instruction of building Linux version
2. Update toml files in scripts/makefile/ and /Makefile.toml to support Linux

Building Windows/Linux release version is verified
Didn't get chance to verify building macos version
2021-11-19 12:09:56 +08:00
2b9367aa40 Merge pull request #29 from akshay-rirev/patch-1
[DOCS] Added Command line source update command
2021-11-19 07:59:39 +08:00
0b6d52cb46 [DOCS] Added Command line source update command 2021-11-18 23:06:42 +05:30
b7a40a7cda Merge branch 'main' of https://github.com/AppFlowy-IO/appflowy 2021-11-18 16:19:40 +08:00
58078c26db [flutter]: support dev build window 2021-11-18 16:18:20 +08:00
5a1e059a78 Merge pull request #22 from pdckxd/main
Fix task dependency order problem. Extract step of "vcpkg install sql…
2021-11-18 00:00:31 +08:00
fc5e82d169 Fix task dependency order problem. Extract step of "vcpkg install sqlite3:x64-windows-static-md" from task "install_diesel.windows" 2021-11-17 23:43:49 +08:00
93ce7d3b7d [flutter]: add appflowy icon to windows platform 2021-11-17 23:14:27 +08:00
6536098b38 Merge pull request #21 from pdckxd/main
#19 - [FR] Successfully to build workable version for windows (Rust t…
2021-11-17 22:07:42 +08:00
5ee37972ef #19 - [FR] Successfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc), request to contribute
1. scripts\flowy-tool\Cargo.toml
  - Remove shell dependency which does not support windows
2. scripts\makefile\env.toml
  - Enhance environment checking for building app on windows
3. scripts\flowy-tool\src\util\file.rs
  - Trim unnecessary prefix "\\?\" for std::fs::canonicalize(root) on windows
4.  scripts\makefile\flutter.toml
  - add dependency for "tasks.appflowy-windows" to copy dart_ffi.dll from rust build folder to flutter build folder
5. scripts\flowy-tool\src\proto\proto_gen.rs
  - Remove dir by using platform independent code rather than calling *nix shell command
6. scripts\makefile\protobuf.toml
  - tasks.gen_dart_event: call duckscript to gen_dart_event on windows platform
2021-11-17 21:45:18 +08:00
59922b95a9 [flutter]: update windows crate type 2021-11-17 17:52:49 +08:00
89ba4195e5 [flutter]: fix some warnings 2021-11-17 14:28:21 +08:00
f94f3f2d6a [flutter]: ignore podfile.lock 2021-11-17 14:27:37 +08:00
74239d65cb [rust]: windows config 2021-11-17 14:18:21 +08:00
19968010af [flutter]: format time of trash cell 2021-11-16 21:38:50 +08:00
796a0a9f41 Merge pull request #14 from stephengroat/patch-1
Use brewfile
2021-11-16 16:44:09 +08:00
3cfa7d0c68 unpin protobuf version
3.13 no longer available
2021-11-16 00:34:20 -08:00
e334cde639 try using rustup-init for rust install 2021-11-16 00:25:45 -08:00
1cdf5aea53 add rustup-init 2021-11-16 00:23:54 -08:00
ce8979afe8 Create Brewfile 2021-11-16 00:20:21 -08:00