v0.0.2
What's Changed
- Add zerofrom and other crates by @genedna in #997
- ci(release): release libra binary and monobean installer for
windows_x64,linux_x86_64andmacos_aarch64by @yyk808 in #998 - Fix Dockerfile of Mono and UI by @genedna in #999
- add comments at libra's command tests. by @yyjeqhc in #1000
- chore(deps): update sysinfo requirement from 0.34.1 to 0.35.0 by @dependabot in #1001
- Change docker build tag name and remove github action from push by @genedna in #1002
- Clean dependencies with workspace in Cargo.toml files by @genedna in #1003
- fix: resolve cloning and merging issues in Libra module by @yyjeqhc in #1004
- feat(alfs): Add start script for orion & scorpio by @Hou-Xiaoxuan in #1005
- update test_containers to 0.24.0 by @yyjeqhc in #1007
- update aries docker file by @wujian0327 in #1016
- fix(action): update UI action by @benjamin-747 in #1018
- Add search use head's ref. by @yyjeqhc in #1015
- Optimize p2p connection code by @wujian0327 in #1019
- fix(UI): update dev domain by @benjamin-747 in #1020
- Use mega monorepo api in monobean file tree. by @yyk808 in #1021
- feat(cli): suport --dry-run and --ignore-errors option for add command by @Donnow in #1014
- Fix monobean file tree empty by @yyk808 in #1026
- feat(UI): add mega API config by @Ceron-CSS in #1029
- fix(jupiter): support sqlite migration by @benjamin-747 in #1030
- Feat(scorpio):add watch mechanism for mono server directory structure changes by @yyjeqhc in #1027
- fix(clippy): skip clippy 'result_large_err' in
saturnby @benjamin-747 in #1035 - feat: Migrate mega's home directory to test/ and add null check for org by @larissa-la in #1038
- feat(UI): generate new api call for testing by @benjamin-747 in #1039
- feat(UI): Create default organization when user first sign-in by @yumeowo in #1045
- feat(UI): update Axum router to
OpenApiRouterfor swagger generate by @benjamin-747 in #1046 - fix(UI): fix some bug from #1045 by @yumeowo in #1051
- feat:Change the migrated Mega API to Campsite API by @Ceron-CSS in #1055
- feat(UI): Automatically add new users to the "mega" organization by @yumeowo in #1058
- fix: update base action file by @benjamin-747 in #1057
- feat: migrate the code of the Mr module and fix lint and add dependen… by @larissa-la in #1059
- fix(UI): Use admin_headers when postInvitations by @yumeowo in #1060
- feat: add frontend auto-deploy config by @liuyangjuncong20202570 in #1043
- Force some action run self-hosted linux x86 by @genedna in #1061
- Fix self-hosted X86 - X64 by @genedna in #1062
- fix(action): remove
HOMEenv in action by @benjamin-747 in #1063 - feat(UI): generate more apis for UI testing by @benjamin-747 in #1064
- fix(UI): New user can join mega org without apply by @yumeowo in #1067
- feat(mono): remove sql file & update router with utoipa by @benjamin-747 in #1068
- feat: support fetch mr refs by libra by @benjamin-747 in #1070
- feat(UI):debugging of some interfaces on the MR Page by @Ceron-CSS in #1072
- Migrate the component tree code of the Code module and merge branch by @larissa-la in #1073
- fix(action): auto update ECS after image push by @benjamin-747 in #1074
- feat(UI): add blob page by @yumeowo in #1075
- feat(UI): add issue pages by @liuyangjuncong20202570 in #1076
- fix(UI):Fix the redirect logic for reopening and closing MR by @Ceron-CSS in #1078
- [feat] add preload the dir and config the depth of load. by @yyjeqhc in #1069
- [Scorpio]: Update Git Commit Command for Scorpio Module by @kjx52 in #1042
- feat(UI): change style of code-content, and add CommentSection by @yumeowo in #1079
- CI: self-hosted macOS support by @yyk808 in #1066
- ci: fix git lfs config by @yyk808 in #1086
- feat(UI): add Radix UI table component by @liuyangjuncong20202570 in #1083
- fix(UI Action): update docker docker file and build image with turbo by @benjamin-747 in #1088
- Upgrade crates version and remove scorpio from workspace by @genedna in #1084
- fix(UI):Fix the abnormal situation when the comment is empty by @Ceron-CSS in #1092
- feat: Migrate the blob module code and refactor the breadcrumb and tree component module code. by @larissa-la in #1090
- feat(UI): add loading logic by @liuyangjuncong20202570 in #1095
- fix test fail on macos by @yyk808 in #1096
- feat: add load file while load the dirs from the server. by @yyjeqhc in #1094
- fix[mono]: fix
files-changedinvalid after mr merged by @benjamin-747 in #1097 - P2P: Code Optimize by @wujian0327 in #1099
- feat(UI): replace antd Icons to campsits'&add Icons story by @liuyangjuncong20202570 in #1098
- feat(UI): enhance CodeContent with line copy functionality and toolbar by @yumeowo in #1100
- [Scorpio] Fix Push by @kjx52 in #1101
- feat(UI): migrate sync server to mega by @benjamin-747 in #1102
- feat(UI): issue main page rebuild&add pagination component by @liuyangjuncong20202570 in #1103
- fix:[mono] optimize commit_info related apis by @benjamin-747 in #1107
- Update mono service in services.yml by @genedna in #1089
- feat: The function implementation of tree component by @larissa-la in #1108
- refactor(UI):Display the data returned by the file-changed page in ch… by @Ceron-CSS in #1109
- fix[mono]: update cors config by @benjamin-747 in #1111
- fix(UI):The page crashes when the diff data is incomplete by @Ceron-CSS in #1113
- chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /aria by @dependabot in #1112
- feat(UI): add CommitHistory component and integrate into CodeView by @yumeowo in #1114
- feat:[mono] add campsite_session_store to parse cookie by @benjamin-747 in #1117
- [scorpio]: fix depency version . by @Ivanbeethoven in #1120
- [feat(libra)]: 为 config 命令添加 --default= 参数 by @erasernoob in #1119
- Add common and mercury module test in the GitHub Action by @genedna in #1110
- fix(UI):Fix issue page not navigating to other pages by @Ceron-CSS in #1124
- fix(libra):add new/old file path in libra diff output by @benjamin-747 in #1126
- fix parse response from mono and add doc by @yyjeqhc in #1127
- fix[mono]: upgrade tungstenite version by @benjamin-747 in #1131
- fix(UI): adjust code line number styling for blob page by @yumeowo in #1132
- Update GitHub Action by @genedna in #1133
- feat(UI) completion of issue page&fix the bug of navigation by @liuyangjuncong20202570 in #1135
- feat(UI):File-change supports files such as dockerfile, gitignore and… by @Ceron-CSS in #1136
- Add page scrolling, display README files, and show commit history. by @larissa-la in #1138
- refactor(UI): The rich text editing box uses the tiptap component by @Ceron-CSS in #1139
New Contributors
- @Donnow made their first contribution in #1014
- @Ceron-CSS made their first contribution in #1029
- @larissa-la made their first contribution in #1038
- @yumeowo made their first contribution in #1045
- @liuyangjuncong20202570 made their first contribution in #1043
- @erasernoob made their first contribution in #1119
Full Changelog: v0.0.1...v0.0.2