AppFlowy.IO
461a4ddb3f
Update and rename frontend_test.yml to integration_test.yml
2021-11-20 10:56:37 +08:00
AppFlowy.IO
89bbd5b893
Update frontend_test.yml
2021-11-20 10:54:51 +08:00
appflowy
8e994a954e
add shared-lib folder
2021-11-20 10:52:39 +08:00
AppFlowy.IO
be23b4cc5a
Create frontend_test.yml
2021-11-20 09:53:37 +08:00
AppFlowy.IO
8fc2089d51
Update ci.yaml
2021-11-20 09:49:48 +08:00
appflowy
55c05364dd
Merge branch 'develop'
2021-11-20 09:35:16 +08:00
appflowy
8f1d62f115
add frontend folder
2021-11-20 09:34:43 +08:00
appflowy
f93f012bc8
[rust]: rm flowy-net
2021-11-20 08:35:04 +08:00
annie
0fc09dcb53
Merge branch 'main' of github.com:AppFlowy-IO/appflowy_client into main
2021-11-19 22:43:03 +08:00
annie
447766f9cb
[flutter]: support debug on linux-aarch64
2021-11-19 22:40:57 +08:00
AppFlowy.IO
c25153e666
Merge pull request #35 from Xoshbin/patch-1
...
Fixed a typo
2021-11-19 19:35:40 +08:00
annie
8660ade554
[flutter]: add aarch64 script
2021-11-19 17:34:49 +08:00
Khoshbin Ali Ahmed
f474476e24
Fixed a typo
2021-11-19 10:23:58 +03:00
appflowy
a06a2b9e5b
[rust]: update flowy-log name
2021-11-19 15:04:56 +08:00
appflowy
ba67652e29
[rust]: update dart-notify crate name
2021-11-19 15:00:51 +08:00
appflowy
2449e9352c
[rust]: Crates start with lib consider as foundation libs
2021-11-19 14:38:11 +08:00
appflowy
80d1b3072d
[rust]: rename backend test code
2021-11-19 14:16:35 +08:00
appflowy
7bd2773cf2
[rust]: fix test crate issues
2021-11-19 14:16:28 +08:00
appflowy
c64ef55d60
[rust]: rename some flowy-xx to lib-xx
2021-11-19 14:16:22 +08:00
appflowy
91c9f2c62f
[rust]: rename some crates
2021-11-19 14:16:15 +08:00
appflowy
7c60626049
[rust]: refactor flowy-document crate
2021-11-19 14:16:07 +08:00
appflowy
49cbc6c1b3
[flutter]: revert to remote files
2021-11-19 14:03:36 +08:00
appflowy
9474f1f722
[flutter]: delete conflict files
2021-11-19 14:03:17 +08:00
AppFlowy.IO
5076a6cb38
Merge pull request #34 from pdckxd/main
...
LGTM!
2021-11-19 12:43:39 +08:00
Alex to
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
AppFlowy.IO
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
Akshay Bengani Rirev
0b6d52cb46
[DOCS] Added Command line source update command
2021-11-18 23:06:42 +05:30
annie
b7a40a7cda
Merge branch 'main' of https://github.com/AppFlowy-IO/appflowy
2021-11-18 16:19:40 +08:00
annie
58078c26db
[flutter]: support dev build window
2021-11-18 16:18:20 +08:00
AppFlowy.IO
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
Alex to
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
annie
93ce7d3b7d
[flutter]: add appflowy icon to windows platform
2021-11-17 23:14:27 +08:00
AppFlowy.IO
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
Alex to
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
annie
59922b95a9
[flutter]: update windows crate type
2021-11-17 17:52:49 +08:00
appflowy
89ba4195e5
[flutter]: fix some warnings
2021-11-17 14:28:21 +08:00
appflowy
f94f3f2d6a
[flutter]: ignore podfile.lock
2021-11-17 14:27:37 +08:00
appflowy
74239d65cb
[rust]: windows config
2021-11-17 14:18:21 +08:00
annie
19968010af
[flutter]: format time of trash cell
2021-11-16 21:38:50 +08:00
AppFlowy.IO
796a0a9f41
Merge pull request #14 from stephengroat/patch-1
...
Use brewfile
2021-11-16 16:44:09 +08:00
Stephen
3cfa7d0c68
unpin protobuf version
...
3.13 no longer available
2021-11-16 00:34:20 -08:00
Stephen
e334cde639
try using rustup-init for rust install
2021-11-16 00:25:45 -08:00
Stephen
1cdf5aea53
add rustup-init
2021-11-16 00:23:54 -08:00
Stephen
ce8979afe8
Create Brewfile
2021-11-16 00:20:21 -08:00
Stephen
df053fbc48
use brew bundle
2021-11-16 00:19:49 -08:00
Stephen
fcb8d49cf9
remove brew install from env.toml
2021-11-16 00:18:48 -08:00
appflowy
a72dc5d2ec
[flutter]: disable copy-to-sys-tmpdir task
2021-11-16 14:23:48 +08:00
AppFlowy.IO
418812d61d
Merge pull request #9 from stephengroat/patch-1
...
Thanks, the pipeline will be set up very soon.
2021-11-16 12:56:53 +08:00
Stephen
a2854297b3
Create ci.yaml
2021-11-15 20:32:43 -08:00
appflowy
92ab7eac17
[rust]: fix scripts errors
2021-11-15 22:14:47 +08:00