[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7620":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},7620,"gitlabhq","gitlabhq\u002Fgitlabhq","GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com","https:\u002F\u002Fabout.gitlab.com\u002Fgetting-help\u002F",null,"Ruby",24393,5797,960,36,0,51,69,3,96.9,"Other",false,"master",[24,25,26],"gitlab","rails","ruby","2026-06-12 04:00:35","# GitLab\n\n## Canonical source\n\nThe canonical source of GitLab where all development takes place is [hosted on GitLab.com](https:\u002F\u002Fgitlab.com\u002Fgitlab-org\u002Fgitlab).\n\nIf you wish to clone a copy of GitLab without proprietary code, you can use the read-only mirror of GitLab located at https:\u002F\u002Fgitlab.com\u002Fgitlab-org\u002Fgitlab-foss\u002F. However, please do not submit any issues and\u002For merge requests to that project.\n\n## Free trial\n\nYou can request a free trial of GitLab Ultimate [on our website](https:\u002F\u002Fabout.gitlab.com\u002Ffree-trial\u002F).\n\n## Open source software to collaborate on code\n\nTo see how GitLab looks please see the [features page on our website](https:\u002F\u002Fabout.gitlab.com\u002Ffeatures\u002F).\n\n- Manage Git repositories with fine grained access controls that keep your code secure\n- Perform code reviews and enhance collaboration with merge requests\n- Complete continuous integration (CI) and continuous deployment\u002Fdelivery (CD) pipelines to build, test, and deploy your applications\n- Each project can also have an issue tracker, issue board, and a wiki\n- Used by more than 100,000 organizations, GitLab is the most popular solution to manage Git repositories on-premises\n- Open-core, most of the code is MIT with the files in `\u002Fee` being proprietary but source available and open for contributions.\n\n## Editions\n\nThere are three editions of GitLab:\n\n- GitLab Community Edition (CE) is available freely under the MIT Expat license.\n- GitLab Enterprise Edition (EE) includes [extra features](https:\u002F\u002Fabout.gitlab.com\u002Fpricing\u002F#compare-options) that are more useful for organizations with more than 100 users. To use EE and get official support please [become a subscriber](https:\u002F\u002Fabout.gitlab.com\u002Fpricing\u002F).\n- JiHu Edition (JH) tailored specifically for the [Chinese market](https:\u002F\u002Fabout.gitlab.cn\u002F).\n\n## Licensing\n\nSee the [LICENSE](LICENSE) file for licensing information as it pertains to\nfiles in this repository.\n\n## Hiring\n\nWe are hiring developers, support engineers, and production engineers all the time, please see our [jobs page](https:\u002F\u002Fabout.gitlab.com\u002Fjobs\u002F).\n\n## Website\n\nOn [about.gitlab.com](https:\u002F\u002Fabout.gitlab.com\u002F) you can find more information about:\n\n- [Subscriptions](https:\u002F\u002Fabout.gitlab.com\u002Fpricing\u002F)\n- [Professional Services](https:\u002F\u002Fabout.gitlab.com\u002Fservices\u002F)\n- [Community](https:\u002F\u002Fabout.gitlab.com\u002Fcommunity\u002F)\n- [Hosted GitLab.com](https:\u002F\u002Fabout.gitlab.com\u002Fgitlab-com\u002F) use GitLab as a free service\n- [GitLab Enterprise Edition](https:\u002F\u002Fabout.gitlab.com\u002Ffeatures\u002F#enterprise) with additional features aimed at larger organizations.\n- [GitLab CI](https:\u002F\u002Fabout.gitlab.com\u002Fsolutions\u002Fcontinuous-integration\u002F) a continuous integration (CI) server that is easy to integrate with GitLab.\n\n## Requirements\n\nPlease see the [requirements documentation](doc\u002Finstall\u002Frequirements.md) for system requirements and more information about the supported operating systems.\n\n## Installation\n\nThe recommended way to install GitLab is with the [Omnibus packages](https:\u002F\u002Fdocs.gitlab.com\u002Finstall\u002Fpackage\u002F) on our package server.\nCompared to [a self-compiled installation](https:\u002F\u002Fdocs.gitlab.com\u002Finstall\u002Fself_compiled\u002F), this is faster and less error prone.\nJust select your operating system, download the respective package (Debian or RPM) and install it using the system's package manager.\n\nFor more information about other installation methods, see [install GitLab](https:\u002F\u002Fabout.gitlab.com\u002Finstall\u002F).\n\n## Contributing\n\nGitLab is an open source project and we are very happy to accept community contributions. Please refer to the [`CONTRIBUTING.md`](CONTRIBUTING.md) file for more details.\n\n## Install a development environment\n\nTo work on GitLab itself, we recommend setting up your development environment with [the GitLab Development Kit (GDK)](https:\u002F\u002Fgitlab.com\u002Fgitlab-org\u002Fgitlab-development-kit).\nIf you do not use GDK, you need to [install and configure all the dependencies yourself](https:\u002F\u002Fdocs.gitlab.com\u002Finstall\u002Finstallation\u002F), this is a lot of work and error prone.\nOne small thing you also have to do when installing it yourself is to copy the example development Puma configuration file:\n\n```shell\ncp config\u002Fpuma.example.development.rb config\u002Fpuma.rb\n```\n\nInstructions on how to start GitLab and how to run the tests can be found in the [getting started section of the GitLab Development Kit](https:\u002F\u002Fgitlab.com\u002Fgitlab-org\u002Fgitlab-development-kit#getting-started).\n\n## Software stack\n\nGitLab is a Ruby on Rails application that runs on the following software:\n\n- Ubuntu\u002FDebian\u002FCentOS\u002FRHEL\u002FOpenSUSE\n- Ruby (MRI) 3.3.10\n- Git 2.33+\n- Redis 6.0+\n- PostgreSQL 16.5+\n\nFor more information please see the [architecture](https:\u002F\u002Fdocs.gitlab.com\u002Fee\u002Fdevelopment\u002Farchitecture.html) and [requirements](https:\u002F\u002Fdocs.gitlab.com\u002Fee\u002Finstall\u002Frequirements.html) documentation.\n\n## UX design\n\nPlease adhere to the [UX Guide](https:\u002F\u002Fdesign.gitlab.com\u002F) when creating designs and implementing code.\n\n## Third-party applications\n\nThere are a lot of [third-party applications integrating with GitLab](https:\u002F\u002Fabout.gitlab.com\u002Fapplications\u002F). These include GUI Git clients, mobile applications and API wrappers for various languages.\n\n## GitLab release cycle\n\nFor more information about the release process see the [release documentation](https:\u002F\u002Fgitlab.com\u002Fgitlab-org\u002Frelease-tools\u002Fblob\u002Fmaster\u002FREADME.md).\n\n## Upgrading\n\nFor upgrading information please see our [update page](https:\u002F\u002Fabout.gitlab.com\u002Fupdate\u002F).\n\n## Documentation\n\nAll documentation can be found on \u003Chttps:\u002F\u002Fdocs.gitlab.com>.\n\n## Education\n\nGet up to speed quickly with comprehensive learning resources at [GitLab University](https:\u002F\u002Funiversity.gitlab.com).\n\n## Getting help\n\nPlease see [Getting help for GitLab](https:\u002F\u002Fabout.gitlab.com\u002Fgetting-help\u002F) on our website for the many options to get help.\n\n## Why should I use GitLab?\n\nRead [why our customers choose GitLab](https:\u002F\u002Fabout.gitlab.com\u002Fwhy-gitlab\u002F).\n","GitLab 是一个用于代码协作的开源软件平台。它支持管理 Git 仓库，并提供细粒度的访问控制以确保代码安全；通过合并请求进行代码审查，增强团队协作；并集成了完整的 CI\u002FCD 流程，帮助用户构建、测试和部署应用。每个项目还可以拥有问题跟踪器、看板以及维基等功能。GitLab 适用于需要在本地或私有云环境中管理 Git 仓库的企业及组织，尤其是那些对安全性与自定义功能有较高要求的中大型企业。基于 Ruby on Rails 开发，采用开放核心模式，大部分代码遵循 MIT 许可证，部分企业级特性则为专有但源码开放。",2,"2026-06-11 03:13:21","top_language"]