Commit Graph

933 Commits

Author SHA1 Message Date
AppFlowy.IO
19521bf695
Update ci.yaml
add backend ci
2021-11-22 08:29:42 +08:00
AppFlowy.IO
4e9472c3e8
Merge pull request #55 from stephengroat/patch-2
add linux build
2021-11-22 08:26:29 +08:00
Stephen
32949d0395
try without protobuf 2021-11-21 08:26:33 -08:00
Vladislav Nepogodin
f21cd52f26
fix backend build 2021-11-21 19:44:22 +04:00
appflowy
e66c8ac78e Revert "fix the docker build"
This reverts commit 09358570b3.
2021-11-21 21:01:24 +08:00
AppFlowy.IO
6c958cf43d
Merge pull request #60 from vnepogodin/main
fix the docker build
2021-11-21 20:11:40 +08:00
Vladislav Nepogodin
09358570b3
fix the docker build
use source from github repo
2021-11-21 15:28:07 +04:00
AppFlowy.IO
1517202889
Merge pull request #54 from pdckxd/main
[Build] Fix build instruction to meet the update of folder structure …
2021-11-21 13:52:15 +08:00
appflowy
a535b8585f mark caro make pb as optional action 2021-11-21 13:50:31 +08:00
Stephen
4324897054
add to github path 2021-11-20 20:38:37 -08:00
Stephen
169f1e2c44
add another relative path
not sure why
2021-11-20 20:23:16 -08:00
Stephen
e713a6dfc6
move installs 2021-11-20 20:03:15 -08:00
Stephen
ccf7ff8888
cleanup build steps 2021-11-20 19:53:26 -08:00
Stephen
ac9a89fdca
install dart 2021-11-20 19:47:31 -08:00
Stephen
d4432eabb9
move to frontend 2021-11-20 19:31:37 -08:00
Stephen
b0ab6bdd4b
try bash syntax 2021-11-20 19:15:01 -08:00
Stephen
a008cb6bd5
try passing arg to sh 2021-11-20 19:13:04 -08:00
Stephen
c6524b273f
apt-get update 2021-11-20 19:09:43 -08:00
Stephen
35f4aa64c4
fix runner type to ubuntu 2021-11-20 19:08:41 -08:00
Stephen
673afa1fcb
add linux build 2021-11-20 19:06:24 -08:00
Alex Chen
702a04ab24 [Build] Fix build instruction to meet the update of folder structure update
1. frontend/scripts/flowy-tool/Cargo.toml
  - fix flowy-ast module path
2. frontend/scripts/makefile/protobuf.toml
  - fix derive_meta path
2021-11-21 09:34:32 +08:00
Annie
4beeffbc37
Update CONTRIBUTING.md 2021-11-20 20:49:48 +08:00
AppFlowy.IO
d4fc1b9126
Merge pull request #51 from TarunavBA/patch-1
Update README.md
2021-11-20 17:56:31 +08:00
Tarunav BA
502229adb8
Update README.md
Change from Visual Studio to Visual Studio code as in the screenshot.
2021-11-20 15:08:33 +05:30
AppFlowy.IO
e5d8581091
Merge pull request #49 from pdckxd/main
[Build] Fix Linux build instruction
2021-11-20 14:56:53 +08:00
Alex Chen
4b1010fb13
Merge branch 'AppFlowy-IO:main' into main 2021-11-20 14:42:54 +08:00
AppFlowy.IO
910a70fb41
Update ci.yaml 2021-11-20 14:41:27 +08:00
AppFlowy.IO
01cc16d50f
Merge pull request #48 from rayrrr/patch-1
Rename BUILD_ON_WNIDOWS.md to BUILD_ON_WINDOWS.md
2021-11-20 14:39:16 +08:00
Alex Chen
0dcaa6be2f [Build] Fix Linux build instruction
1. BUILD_ON_LINUX.md
  - Remove brew dependency
  - Update command for development in step 9 & 10
2. Fix file name typo for BUILD_ON_WINDOWS.md
2021-11-20 14:35:44 +08:00
Ray
d3dd3e229d
Rename BUILD_ON_WNIDOWS.md to BUILD_ON_WINDOWS.md
tiny typo fix :)
2021-11-20 01:31:39 -05:00
AppFlowy.IO
7f70036951
Update ci.yaml 2021-11-20 14:30:32 +08:00
AppFlowy.IO
81511764c4
Delete integration_test.yml 2021-11-20 14:30:25 +08:00
appflowy
704035e070 [flutter]: lock flutter package big version 2021-11-20 14:19:38 +08:00
appflowy
3038dc3c93 update README 2021-11-20 13:20:24 +08:00
AppFlowy.IO
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
appflowy
0888e7afbd update script description 2021-11-20 12:12:41 +08:00
myl7
7d5c002952
Bump sqlx-cli version to fix its compiling error when installing 2021-11-20 11:27:02 +08:00
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