Commit Graph

747 Commits

Author SHA1 Message Date
Alex Chen
dd92d0faf4 [Build] Enhance windows build instruction and cargo make scripts
1. doc\BUILD_ON_WINDOWS.md
  - add command for building development version
2. .vscode\tasks.json
  - Enable vscode to launch debug session on windows
3. frontend\scripts\makefile\env.toml
  - Fix "Command : dart not found." on windows
4. frontend\Makefile.toml
  - Change profile name "env.development-windows" to "env.development-desktop-windows-x86"
2021-11-23 08:28:59 +08:00
AppFlowy.IO
91d9516dc7
Update ci.yaml 2021-11-22 21:24:36 +08:00
AppFlowy.IO
db5d9aa891
Merge pull request #74 from ljshwyykl/patch-2
add Table Struct
2021-11-22 21:23:44 +08:00
AppFlowy.IO
b8eedf70c3
Merge pull request #76 from notd5a-alt/patch
Decapitalized icon names and 4 references.
2021-11-22 21:09:45 +08:00
notd5a-alt
838c85c5f2 changed 2 references to HIde and Show into hide and show 2021-11-22 12:13:45 +00:00
notd5a-alt
9fc5d628b0 changed icon names, removed capitalization and spaces to avoid future problems 2021-11-22 11:53:35 +00:00
ljshwyykl
a216c52416
add Table Struct
add Table Struct
2021-11-22 18:49:20 +08:00
AppFlowy.IO
538d8916c7
Merge pull request #73 from AppFlowy-IO/annieappflowy-patch-docs
Update BUILD_ON_LINUX.md
2021-11-22 17:22:59 +08:00
Annie
9d5eafc97b
Update BUILD_ON_LINUX.md
increase readability
2021-11-22 17:15:45 +08:00
AppFlowy.IO
24ca6259da
Merge pull request #70 from ljshwyykl/patch-1
add install sqlx-cli
2021-11-22 11:42:53 +08:00
ljshwyykl
7bf0d8e230
add install sqlx-cli
add install sqlx-cli
2021-11-22 10:25:25 +08:00
appflowy
0548546881 [rust]: update actix beta version 2021-11-22 09:04:52 +08:00
AppFlowy.IO
0bbf9c3ef1
Merge pull request #66 from vnepogodin/main
fix backend build
2021-11-22 09:01:46 +08:00
appflowy
9453f8a4b7 [rust]: remove vecdeque_binary_search feature 2021-11-22 08:44:02 +08:00
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