DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Data Engineering
  3. Databases
  4. Introducing OneDev - new open source git server

Introducing OneDev - new open source git server

Take a look at some of the features that differentiates this git server from others like GitHub and GitLab.

Robin Shen user avatar by
Robin Shen
·
Jan. 18, 19 · Presentation
Like (2)
Save
Tweet
Share
6.67K Views

Join the DZone community and get the full member experience.

Join For Free

About six years ago, we switched to git and developed this tool to serve our own needs as GitHub/GitLab does not have some pull request features we wanted at that time, such as squash support, rebase tracking, review of incremental changes, etc. During our daily usage, more practices are rolled into the product such as language-aware symbol search, source/diff annotation, and more. Now we feel that it is mature and hope that more can benefit from our practices. 

The tool is MIT-licensed and is available at here.

Below is a list of some of the features that differentiates it from other products:

Language-Aware Code Navigation and Search

OneDev parses source code to enable language-aware code search and navigation. Currently, it supports Java, JavaScript, C, C++, CSharp, Go, PHP, Python, CSS, SCSS, LESS, and R.Image title


Source and Diff Comment for Code Discussion and Comprehension

One can comment on selected regions of a source or diff to start code discussions. Added comments will stay in context to help with the understanding of the code even if the code is modified later.

Image title


Rules to Protect Branches, Tags, or Files

For changes affecting certain branches, tags, or files, one can define rules to require specified builds or reviewers. These rules will be used as change acceptance gates in relevant pull requests.

Image title


Intelligent Commit Query and Subscription

Commit query can be easily constructed with a smart input box with auto-suggestion and completion. A constructed query can be saved for quick access later, and a saved query can be subscribed to get notifications of matching code changes.

Image title


Advanced Pull Request for Efficient Code Review

OneDev analyzes commits history to suggest the most relevant reviewers for pull requests. It tracks review history so that reviewers only need to examine changes since the previous review. It also includes other productivity features such as rebase/squash tracking, merge preview, etc.

Image title


Sophisticated Pull Request Query and Subscription

Pull request query makes it easy to find interesting pull requests. For instance, you may list all pull requests requiring your review, or those reviewed by others and requiring your change. Queries can be saved for quick access later, and can be subscribed to get notifications of matching pull requests.

Image title

Custom Issue States and Fields for Flexible Workflows

Issue states and fields are fully customizable. States can be configured to transit manually, or automatically when certain conditions are satisfied. For instance, you may configure the issue to change to "pending review" state when a pull request containing the fix is submitted, or "deployed" state when the build containing the fix is deployed.

Image title

Powerful Issue Query and Subscription

A query language is available to query and order issues based on different properties and their logical combinations. Issue query can be saved for quick access later, and the saved query can be subscribed to get notification of matching issues.

Image title

Coherent and Self-Updating Issue Boards

Issue boards can be set up to show issues with different states or fields side by side. Upon issue modification, issue boards will be updated automatically to reflect the most recent issue change.

Image title

Cross References Amongst Code, Issues and Builds

Build information from Jenkins, TeamCity, and QuickBuild can be fed into OneDev for cross-references amongst code, issues and builds. For instance, you may list code changes and fixed issues between any two builds, or list all builds containing certain issue fix, etc.

Image title

Git Open source code style Database Requests

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Data Mesh vs. Data Fabric: A Tale of Two New Data Paradigms
  • Exploring the Benefits of Cloud Computing: From IaaS, PaaS, SaaS to Google Cloud, AWS, and Microsoft
  • Playwright vs. Cypress: The King Is Dead, Long Live the King?
  • The Enterprise, the Database, the Problem, and the Solution

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: