4438 Commits

Author SHA1 Message Date
Robin Shen
e2f7aebf6e Service desk setting help improvement 2022-02-20 13:10:53 +08:00
Robin Shen
c9980f7645 Refactor pull request and issue change comments 2022-02-19 19:47:23 +08:00
Robin Shen
cc95609ee1 midwork 2022-02-19 12:04:30 +08:00
Robin Shen
dbe9637560 Minor css fix 2022-02-19 09:12:57 +08:00
Robin Shen
7cf90620b5 Fix issue #578 - Cannot reset password by specifying email address 2022-02-18 22:19:18 +08:00
Robin Shen
09e7bb89fb Fix some minor helm deployment errors 2022-02-18 21:35:38 +08:00
Robin Shen
d24ccb695e Merge branch 'main' of https://code.onedev.io/onedev/server into main 2022-02-18 18:46:48 +08:00
Robin Shen
4ee96ba21a Fix issue #577 - Improve helm chart to add option to use separated services for http and ssh
Merge pull request #32 - Helm: improve service by spilitting HTTP and SSH services and adding many settings

I only saw #30 a similar PR after I've done this modification. I saw that one merged but didn't find the code in `main` branch, strange. I will open it anyway since I've done more than that PR.

Firstly it's better spilitting HTTP and SSH services. In my case for example, I need the HTTP service to be of type `ClusterIP` to use it with my ingress controller, for the SSH though, I use the type `LoadBalancer` and add annotations to create a load balancer on Alibaba Cloud.

I also needed the `externalTrafficPolicy` field on the SSH service to be set to `Local` to preserve source IP. But I've add more settings that could be useful in some use cases:
```yaml
service:
  http:
    # type: ClusterIP
    port: 80
    # clusterIP: None
    #loadBalancerIP:
    #nodePort:
    #externalTrafficPolicy:
    #externalIPs:
    loadBalancerSourceRanges: []
    annotations:
  ssh:
    # type: LoadBalancer
    port: 22
    # clusterIP: None
    #loadBalancerIP:
    #nodePort:
    #externalTrafficPolicy:
    #externalIPs:
    loadBalancerSourceRanges: []
    annotations:
```

Mostly adapted from [Gitea's chart here](https://gitea.com/gitea/helm-chart/src/branch/master/values.yaml#L44).

The default behavior and the default settings of the chart remains unchanged.
2022-02-18 10:44:09 +00:00
Robin Shen
03a68e93be Append space after inserting emoji 2022-02-18 18:22:04 +08:00
Robin Shen
303c508a00 Fix issue #576 - Able to specify custom service desk email address of a
project
2022-02-18 16:46:02 +08:00
Robin Shen
7b60fd7e7a Fix issue #574 - Refactor pull request notification to send more
meaningful messages
2022-02-17 16:06:49 +08:00
Nex Zhu
87b7f97732
feat(chart): add `service.ssh.separateService to control whether use a single or separate services for HTTP and SSH 2022-02-17 11:16:40 +08:00
Robin Shen
de552fbd8a Store user id instead of name in various pull request change data 2022-02-16 17:07:15 +08:00
Robin Shen
02f4d215f5 Fix issue #571 - Show pull request submission info at right side to make
page cleaner
2022-02-16 15:35:04 +08:00
Nex Zhu
fb7e0ca9cd
fix(chart): service type should default to "LoadBalancer" when ingress.host is no set 2022-02-16 13:40:24 +08:00
Robin Shen
8749cc80ea Minor css improvements 2022-02-15 22:59:02 +08:00
Nex Zhu
5851bcf5c3
feat(chart): spilit HTTP and SSH services and add many settings 2022-02-15 20:25:49 +08:00
Robin Shen
60e7438706 Polish readme.md v6.3.7 2022-02-15 18:21:21 +08:00
Robin Shen
18cd6ba20f Bump version to 6.3.7 2022-02-15 17:35:44 +08:00
Robin Shen
8d552ba91f Centrally align title of readme 2022-02-15 17:33:51 +08:00
Robin Shen
77fa220bae Minor dark mode improvements 2022-02-15 16:59:54 +08:00
Robin Shen
a3458e43a0 Fix issue #565 - Option to use custom cert manager in helm chart
Merge pull request #31 - Helm: custom cert issuers
2022-02-15 08:30:49 +00:00
Nex Zhu
5d540ba097
feat(chart): add settings to support using custom cluster-manager issuers instead of the default one from the chart 2022-02-15 15:48:18 +08:00
Nex Zhu
92f043ee65
style: format values.yaml 2022-02-15 15:48:17 +08:00
Robin Shen
b164f912d5 Modify readme 2022-02-15 12:15:05 +08:00
Robin Shen
e338fdf399 Fix issue #564 - Issue import error if comments contain links to other
issues
v6.3.6
2022-02-15 10:39:32 +08:00
Robin Shen
cd4a120513 Bump version to 6.3.6 2022-02-15 09:46:38 +08:00
Robin Shen
be7597f85a Update readme 2022-02-15 09:43:22 +08:00
Robin Shen
cd629f9b90 Fix issue #563 - Make max entries of code search configurable 2022-02-15 09:43:08 +08:00
Robin Shen
4441482af6 Fix dropzone dark mode preview bug 2022-02-14 22:36:26 +08:00
Robin Shen
d8959078c8 Do not trigger entity reference parsing for EntityPersist event 2022-02-14 09:46:27 +08:00
Robin Shen
5beb6ce624 Fix issue #561 - Dark mode leaves large area of white background on login page if screen resolution is large (2560x1440) v6.3.5 2022-02-13 21:54:23 +08:00
Robin Shen
935a9e2523 Merge branch 'main' of https://github.com/theonedev/onedev 2022-02-13 21:52:45 +08:00
Robin Shen
7010fbfdf1
Merge pull request #75 from whwlsfb/patch-1
Fix login-page in darkMode.
2022-02-13 21:36:23 +08:00
Whwlsfb
74576fe734
Fix login-page in darkMode.
Fix login-page in darkMode background-img not cover.
2022-02-13 21:18:59 +08:00
Robin Shen
78ca80db13 Make base branch not clearable in branches page 2022-02-12 22:35:22 +08:00
Robin Shen
e11167214a Bump version to 6.3.4 v6.3.4 2022-02-12 18:12:14 +08:00
Robin Shen
592c608fca Fix issue #559 - Code comment unread status remains uncleared after read 2022-02-12 17:56:13 +08:00
Robin Shen
7a758b1d24 More dark-mode fixes 2022-02-11 20:16:08 +08:00
Robin Shen
1b531c6ccf Fix issue #558 - Dark mode of build spec variable prompt is incorrect v6.3.3 2022-02-11 18:33:00 +08:00
Robin Shen
f76ae62ce2 Bump version to 6.3.3 2022-02-11 17:48:09 +08:00
Robin Shen
fd0f9ace07 Fix issue #556 - Custom issue field of type "milestone" 2022-02-11 13:18:19 +08:00
Robin Shen
e00940772c Minor css tune for color picker 2022-02-11 09:31:31 +08:00
Robin Shen
3380ea835a Fix infinite scroll bar loading indicator issue in dark mode 2022-02-10 21:21:34 +08:00
Robin Shen
e9e8cbfc02 Bump version to 6.3.2 v6.3.2 2022-02-10 20:45:49 +08:00
Robin Shen
cc07c33bda Various dark mode bug
Fix issue #553 - Dark mode of burndown chart is incorrect
Fix issue #555 - Dark mode of statistics of various report is incorrect
2022-02-10 20:38:50 +08:00
Robin Shen
5066833f29 Update shiro to fix a possible security vulnerability
The vulnerable code is not used actually. But upgrade for future
security.
2022-02-10 08:59:18 +08:00
Robin Shen
31b8499b63 Update Hibernate to fix a possible security vulnerability
The vulnerable code is actually not used, but upgrade for future safety
2022-02-10 08:18:27 +08:00
Robin Shen
363c566966 Bump version to 6.3.1 v6.3.1 2022-02-09 11:34:12 +08:00
Robin Shen
32351d9a81 Fix issue #552 - Symbol tooltip loading icon displays incorrectly
sometimes
2022-02-09 11:33:01 +08:00