Robin Shen
ec6891a2c4
Remove custom keystore config as it is no longer supported
2023-02-05 11:29:08 +08:00
Robin Shen
89726d54fa
Use internaldb instead of sampledb to avoid confusion
2023-02-04 21:19:47 +08:00
Robin Shen
4cc0fd0ec6
Fix issue #1088 - Increase various description/comment length to sufficiently large
2023-02-04 15:09:56 +08:00
Robin Shen
c748626523
Bump version to 8.0.0 again
2023-02-03 14:05:25 +08:00
Robin Shen
6b83943d4f
Merge branch 'main' of https://code.onedev.io/onedev/server
2023-02-03 14:04:39 +08:00
Robin Shen
d62c784c3f
Revert version to 7.9.9 in order to merge with main branch easily
2023-02-03 14:04:33 +08:00
Robin Shen
ca2c02831a
Fix issue #1169 - Improve issue / pull request fuzzy search to include comments
2023-02-03 14:03:34 +08:00
Robin Shen
2fe06aae01
Bump vesion to 7.9.9
v7.9.9
2023-02-03 08:36:03 +08:00
Robin Shen
7520ca20da
Fix issue #1173 - Unable to delete user
2023-02-03 08:32:48 +08:00
Robin Shen
d319013e0c
Fix issue #1147 - Limit public access to /<project>/~site only
2023-02-01 15:24:38 +08:00
Robin Shen
651c42da27
Fix issue #1168 - Site publish: accessing directory should redirect to index.html under that directory
2023-02-01 14:44:19 +08:00
Robin Shen
30800d3f94
Fix issue #1137 - use main as efault branch for new projects
2023-02-01 10:57:40 +08:00
Robin Shen
fcf89dd9e7
Minor agent query language fix
2023-01-31 21:00:32 +08:00
Robin Shen
62c15337c0
Fix pipeline page exception
2023-01-31 16:46:05 +08:00
Robin Shen
18e43995c7
Fix git windows safe directory
2023-01-31 13:39:18 +08:00
Robin Shen
e0d433eda0
Bump version to 8.0.0
2023-01-31 12:46:06 +08:00
Robin Shen
6cc8a1aa8d
Refactor git ssh clone auth logic
2023-01-30 22:34:04 +08:00
Robin Shen
7d327bd580
Fix image distortion issue in diff view
2023-01-30 15:24:28 +08:00
Robin Shen
b6a5f4556d
Sort tags reversely when import build spec from other projects
2023-01-30 15:18:40 +08:00
Robin Shen
0154d50af5
Fix issue #1165 - Able to specify default value by project in issue custom choice field
2023-01-30 14:47:41 +08:00
Robin Shen
8d8809f5d6
Fix issue #1164 - Scripting choices for custom issue field throws exception at issues page
2023-01-30 13:04:21 +08:00
Robin Shen
75eb598acd
Get issues since last successful build instead of last build for fixed issues in build
2023-01-30 08:38:26 +08:00
Robin Shen
8e7bab1311
Fix issue #1162 - Allow to import build spec from branch of another project
2023-01-29 21:39:21 +08:00
Robin Shen
5eaa109611
Fix issue #1161 - LFS upload is very slow
2023-01-29 20:58:37 +08:00
Robin Shen
212af68458
Refactor of stream read/write
2023-01-29 20:58:37 +08:00
Robin Shen
7963b6b79f
Fix issue #1160 - File uploaded with Git LFS is corrupted on server side
2023-01-29 20:58:28 +08:00
Robin Shen
3e278beb42
Minor LFS display fix
2023-01-29 12:34:59 +08:00
Robin Shen
99d3f6335d
Fix issue #1158 - Able to define job properties in project hierarchy
2023-01-29 09:23:26 +08:00
Robin Shen
4f8e3e75d3
Fix issue #1157 - Input '.' in quick search causes OneDev UI to crash
2023-01-28 21:08:55 +08:00
Robin Shen
2f06d31b5d
Fix issue #1156 - LFS files not transferred when send pull request between different projects
2023-01-28 20:00:14 +08:00
Robin Shen
fd50b3f8ef
Fix issue #1151 - download button for files in web ui
2023-01-28 10:58:33 +08:00
Robin Shen
3380a4e573
JSW issue solved, and upgrade to use ubuntu 22.04 for server/agent docker mages
2023-01-28 10:04:36 +08:00
Robin Shen
10335ae230
Fix a minor issue of not able to call git hooks when update pull request between two projects
2023-01-27 22:12:24 +08:00
Robin Shen
7ca37ed747
Fix issue #1155 - Pull request not closed if source project is removed
2023-01-27 21:37:33 +08:00
Robin Shen
5d4d917b2c
Fix issue #1154 - Show portion of description in code comment list
2023-01-27 20:22:48 +08:00
Robin Shen
a2d3f6ada9
Fix issue #1153 - Show unresolved code comments by default in pull request
2023-01-27 17:08:17 +08:00
Robin Shen
35b8595ac6
Fix issue #1152 - Able to run pull request manually
2023-01-27 16:49:37 +08:00
Robin Shen
746d4e241e
Fix issue #1150 - Cancel outdated pull request build if target branch changes
2023-01-27 10:35:08 +08:00
Robin Shen
837a77b23c
Add release param to build.sh in Release job
2023-01-26 09:46:29 +00:00
OneDev
75c15ac92e
Merge branch 'main' of https://code.onedev.io/onedev/server
2023-01-26 09:33:58 +00:00
OneDev
5d67e72d9d
Some improvements and bug fixes for arm64 support
...
1. Use 18.04 instead of 22.04 as JSW has issues running on 22.04 currently
2. Push to test tag if build.sh runs without release param
3. Improve agent entrypoint to make it able to respond to ctrl-c when running in console mode
2023-01-26 09:29:26 +00:00
Robin Shen
718c536ff3
Merge pull request #56 - unique builder for each build
...
I changed the builder creation so that each build has its own builder, otherwise one build could remove the builder of another build
2023-01-26 06:25:51 +00:00
Andreas Wachter
e977366a95
unique builder
2023-01-26 06:58:12 +01:00
OneDev
3d0af7546e
Bump version to 7.10.0
2023-01-26 03:27:28 +00:00
Andreas Wachter
749e9c54d5
Pull request #55 - enable multi-arch builds
...
to enable this change, please merge https://code.onedev.io/onedev/build-environment/~pulls/1 first, because `buildx` is needed.
this would build 1dev/server and 1dev/agent as amd64 and arm64 and push them to hub.docker.com
Fixes issue #797 - ARM64 support for 1dev/agent docker image
Fixes issue #389 - OneDev docker image for arm/aarch64
2023-01-26 03:18:11 +00:00
Robin Shen
71ab65b689
Fix issue #1112 - Project is current doesn't work for saved queries
2023-01-25 22:05:30 +08:00
Robin Shen
cccf9aad38
Remove checkout as root logic due to some other problems are introduced
2023-01-25 16:28:37 +08:00
Robin Shen
4b7d87f0eb
Merge branch 'main' of https://code.onedev.io/onedev/server
2023-01-25 14:51:16 +08:00
Robin Shen
15ad390e6a
Fix issue #1145 - When running in bare metal mode, cloned source should be owned by root in docker container
2023-01-25 14:51:08 +08:00
Robin Shen
e714a5bcc5
Edit .onedev-buildspec.yml
v7.9.8
2023-01-25 06:05:17 +00:00