Main (#50)
Discarded
This pull request has been discarded
Holly Smith opened 2 years ago
No description
New commits added 2 years ago
Merge pull request #45 - Have the link preview show project parents as well
The code currently just shows the name of the project, when it should probably show the parents.
(ex. "ondev/server" rather than "server")
Build improvements:
Fix issue #726 - Able to set build description
Fix issue #580 - Able to manually upload file to build
Some minor improvements
Fix issue #733 - Clicking on artifacts tab of build not publishing
artifact results NPE
Fix issue #732 - Hide artifacts tab if build does not have artifacts and
current user does not have permission to upload artifacts
Some SSO improvements and bug fixes
Fix issue #743 - Provide a remember option to automatically authenticate
via SSO provider
Fix issue #744 - Exception when rename sso connector
Some minor usability fixes
Fix issue #759 - Page scrolled to bottom when more commits are loaded
Fix issue #760 - Partial of wrapped text in markdown input is hidden
when the wrapping causes vertical scroll bar move
Fix a minor import issue
A successful project import will not go back to project list sometimes
Merge pull request #47 - Fix/kubernetes etcd data call issues (1.24)
There's a bug in Kubernetes 1.24 (related to https://github.com/kubernetes/kubernetes/issues/110625, but seen in anything which uses k3s-io/kine to interface with etcd replacements) that causes the the query "kubectl get namespaces --field-selector metadata.name=onedev-k8s-26-6-0 -o name" to fail with error: "Error from server: rpc error: code = Unknown desc = invalid combination of rangeEnd and limit, limit should be 0 got 500".

Due to the nature of the of the bug, this inhibits job creation on k8s clusters which are affected by this bug. The fix disables the chunk size so all results are returned.
RESTful api improvements
Fix issue #844 - Unable to update project description via RESTful api
Fix issue #843 - Get http and ssh clone url via API
Performance improvements and bugfixes
Fix issue #876 - Unauthorized users watching issue still gets notified after an issue is marked as confidential
Fix issue #875 - Performance improvements for large number of users
Fix issue #443 - Mirror remote repository locally
Merge pull request #49 - Improve fix for issue #443 - Allow parent projects to pull sync their descendant projects.

Currently it is not possible to automatically sync a repository without adding a build file to the repository.
While this works "fine" for syncing repositories for which the user is in charge of the commits, it does not work when syncing repositories by other people/organizations.

With this merge request it becomes possible to let a parent project sync its children if configured to do so.
Holly Smith changed merge strategy 2 years ago
Previous Value Current Value
CREATE_MERGE_COMMIT
CREATE_MERGE_COMMIT_IF_NECESSARY
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 2 years ago
New commits added 1 year ago
New commits added 1 year ago
New commits added 1 year ago
New commits added 1 year ago
New commits added 1 year ago
New commits added 1 year ago
New commits added 1 year ago
Robin Shen discarded 1 year ago
pull request 1 of 1
Submitter Holly Smith
Target main
Source onedev/server:main
Merge Strategy
Create Merge Commit If Necessary
Watchers (3)
Reference
pull request sierra/onedev-server#50
Please wait...
Page is in error, reload to recover