Nathan.fooo
7eada39a8b
Merge pull request #346 from PabloCastellano/docker-fix
...
Fix docker build
2022-02-21 10:22:11 +08:00
Pablo Castellano
23795e1b67
feat: add docker-compose data persistance
2022-02-20 11:00:01 +01:00
appflowy
cdec567cbb
feat: separate develop, release, test working directory
2022-02-20 08:35:52 +08:00
appflowy
e9ba9ad149
ci: add .appflowy_dev
2022-02-20 08:06:53 +08:00
appflowy
c559c5cc6b
feat: config bloc test
2022-02-19 16:48:57 +08:00
Pablo Castellano
7820c8e70d
fix: also mount other required volumes in docker-compose
2022-02-17 21:43:02 +01:00
Pablo Castellano
bde597a10b
fix: docker build
...
❌ The protoc-gen-dart was not installed correctly.
✅ You can fix that by adding "dart pub global activate protoc_plugin" to your shell's
config file.(.bashrc, .bash, etc.)
2022-02-17 21:43:02 +01:00
nathan
ceaf1ccc21
feat: fix windows build erros
2022-02-17 16:32:10 +08:00
appflowy
afd8335e95
chore: cache dart_event.dart file
2022-02-16 11:13:14 +08:00
appflowy
bf3a0b6e5b
feat: add flowy_clean command to remove the build.rs cache
2022-02-15 22:37:13 +08:00
appflowy
9b8c110a66
refactor: optimize protobuf code gen process
2022-02-13 12:04:34 +08:00
appflowy
686507cd67
feat: remove cargo make pb command
2022-02-09 22:26:10 +08:00
appflowy
7cceafa432
style: fix warnings
2022-02-09 18:39:58 +08:00
appflowy
7646f984e0
refactor: generate x.proto file using build.rs
2022-02-09 09:57:03 +08:00
appflowy
30bedb337f
ci: export path to CI
2022-02-09 07:32:59 +08:00
appflowy
832db73410
ci: add logs
2022-02-09 07:23:57 +08:00
appflowy
837666d36d
ci: fix dart pb
2022-02-09 01:14:54 +08:00
appflowy
68b0730dda
ci: disable dart pb gen
2022-02-09 00:47:43 +08:00
appflowy
15d91d3cbe
ci: export path
2022-02-08 23:05:28 +08:00
appflowy
f55de1fd17
feat: install protoc-gen-dart if not installed
2022-02-08 22:42:00 +08:00
appflowy
dd3f1d0b24
ci: install protobuf code gen tool
2022-02-08 21:43:31 +08:00
appflowy
d0b02cb4fd
refactor: generate dart pb files with feature flag: dart
2022-02-08 16:24:59 +08:00
appflowy
084e9c5f6f
refactor: refactor some crates with http_server
2022-02-07 15:33:46 +08:00
Lays Rodrigues
177ed8d51a
fix appflowy version in dockerfile
...
Signed-off-by: Lays Rodrigues <laysrodriguessilva@gmail.com>
2022-02-02 17:22:29 -03:00
MikeWallaceDev
e77e6d275f
changed permissions from 755 to 644
2022-01-27 14:18:41 -05:00
appflowy
2fa99a563c
rename flowy-core to flowy-folder that manages the workspace,app,view
2022-01-27 20:43:43 +08:00
Discreater
d5ffeb3c8a
fix windows build with multiple visual studio installations
2022-01-24 00:52:39 +08:00
nathan
dccbd45a00
switch to stable channel
2022-01-23 11:34:41 +08:00
Harinandan
1c8d5a782b
Merge branch 'settings-modal' of github.com:Hari-07/appflowy into settings-modal
2022-01-21 10:40:45 +05:30
Harinandan
cae691df9a
Moved language generation commands in cmd to seperate lines
2022-01-21 10:40:27 +05:30
MikeWallaceDev
27f900753e
Fixed a typo
2022-01-20 22:08:04 -05:00
Mike Wallace
dc05a4cc65
Merge branch 'main' into settings-modal
2022-01-20 21:38:22 -05:00
MikeWallaceDev
4da2dadf69
Fixed language generation from build script
2022-01-20 21:32:24 -05:00
Harinandan
33212df63a
Fixed problem with translation key gen
2022-01-21 02:54:36 +05:30
MikeWallaceDev
584af6aa71
fixed cargo make to work on Windows
2022-01-19 22:02:16 -08:00
Mike Wallace
b239f28d10
Added Windows script for langage generation ( #212 )
2022-01-05 14:17:27 -05:00
appflowy
eb601932ea
add backend kv store
2022-01-03 19:49:25 +08:00
Mike Wallace
cd85f3f464
Added a line to update the pacman repository database
2021-12-28 15:10:53 -05:00
Mike Wallace
bda6840523
Remove generated files ( #202 )
...
* deleted generated directory from file system
* Removed generated language files from source control
Files are now generated when building the app or by launching "Generate Language Files"
added /lib/generated/ to git .ignore
added a task to generate language files
call task from build script
* added pub get to workflow
2021-12-25 20:23:02 -05:00
Mike Wallace
e0e48f1e99
Deleted doc file, it's in the wiki now. ( #198 )
...
Move the scripts to the script folder.
2021-12-23 23:47:33 -05: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
e55b79d3e6
Merge branch 'feat/online2'
2021-12-20 15:38:41 +08:00
Mike
7a264dba6a
Build system will now detect OS and pass it down to build_sdk.sh.
...
build_sdk.sh will now automatically choose the correct cargo-make command line based on the OS
# Conflicts:
# frontend/scripts/build_sdk.sh
2021-12-17 22:48:07 -05:00
Mike
fc74b2b962
Build system will now detect OS and pass it down to build_sdk.sh.
...
build_sdk.sh will now automatically choose the correct cargo-make command line based on the OS
2021-12-17 22:31:01 -05:00
Mike
d445aeb304
Build system will now detect OS and pass it down to build_sdk.sh.
...
build_sdk.sh will now automatically choose the correct cargo-make command line based on the OS
2021-12-17 22:21:11 -05:00
Mike
327fa0c811
Makefile.toml
...
- Removed duplicate BUILD_FLAG
flutter.toml
task copy-to-product-linux now copies desktop file and icon
- Added create-release-archive task
- Implemented create-release-archive-linux. Windows and Mac remain to be done.
Added appflowy.desktop.temp file.
2021-12-17 14:34:35 -05:00
appflowy
405c618d27
rename some struct
2021-12-16 22:24:05 +08:00
appflowy
31086ad4df
add mock server
2021-12-13 13:55:44 +08:00
appflowy
df432d11c3
add flowy-net crate
2021-12-12 21:48:52 +08:00
Mike
94dc76d1a9
Fix build_sdk.sh
...
Fixed a typo (aarch64 -> x86)
Since I was here : Capitalized the OS names
2021-12-11 23:38:49 -05:00
appflowy
d283d29202
[flutter]: switch to stable channel
2021-12-10 14:43:57 +08:00
appflowy
29c14949cb
reanme flowy-workspace to flowy-core
2021-12-10 11:20:29 +08:00
appflowy
5a89655982
setup flowy sdk server configuration
2021-12-06 08:35:17 +08:00
appflowy
ce8805aff8
fix wanrings
2021-12-04 23:54:14 +08:00
appflowy
63082418be
fix generate pb issues
2021-12-04 17:31:43 +08:00
appflowy
c4088622f8
rust fmt
2021-11-29 22:01:46 +08:00
appflowy
8c54949271
rust fmt
2021-11-29 22:01:46 +08:00
appflowy
f9bfe94a6b
fix flowy_tool issues
2021-11-29 20:08:02 +08:00
Alex to
172e1ab1de
[Instruction] Slightly update steps of BUILD_ON_WINDOWS.md
...
1. doc\BUILD_ON_WINDOWS.md
- rustup.exe with parameter to install rust without prompt
2. frontend/scripts/makefile/protobuf.toml
- add a sub task to check if protoc is presented in PATH
2021-11-28 20:34:03 +08:00
appflowy
3abd5b953e
fix clippy warnings
2021-11-27 19:20:22 +08:00
Alex to
ba5d66cea0
[Instruction] Enhance BUILD_ON_WINDOWS.md to remove choco dependency
...
1. doc\BUILD_ON_WINDOWS.md
2. frontend\scripts\makefile\env.toml
- break down install_targets task into 3 platform specific tasks
- only install necessary targets for specfic platform
2021-11-24 14:07:06 +08:00
appflowy
f45608163c
update native protobuf tool version
2021-11-23 20:04:57 +08:00
appflowy
054fa4c952
rename some tasks' name
2021-11-23 18:15:33 +08:00
appflowy
1ee5a9402b
remove install_protobuf task from the flowy_dev
2021-11-23 16:41:05 +08:00
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
4e9472c3e8
Merge pull request #55 from stephengroat/patch-2
...
add linux build
2021-11-22 08:26:29 +08:00
Stephen
169f1e2c44
add another relative path
...
not sure why
2021-11-20 20:23:16 -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
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
appflowy
8e994a954e
add shared-lib folder
2021-11-20 10:52:39 +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