Go to file
Lauris BH 79494047b0 Show commit status icon in commits table (#1688)
* Show commit status icon in commits table

* Add comments

* Fix icons

* Few more places where commit table is displayed

* Change integration test to use goquery for parsing html

* Add integration tests for commit table and status icons

* Fix status to return lates status correctly on all databases

* Rewrote lates commit status selects
2017-05-07 22:40:31 +08:00
.github
cmd Remove env user salt since no need to use (#1515) 2017-05-06 21:21:22 +08:00
conf
contrib
docker Fixing multiple docker issues (#386) 2016-12-15 17:16:55 +08:00
integrations Show commit status icon in commits table (#1688) 2017-05-07 22:40:31 +08:00
models Show commit status icon in commits table (#1688) 2017-05-07 22:40:31 +08:00
modules Fix commit sha1 URL rendering in markdown (#1677) 2017-05-05 16:49:13 +08:00
options
public
routers Show commit status icon in commits table (#1688) 2017-05-07 22:40:31 +08:00
scripts
templates Show commit status icon in commits table (#1688) 2017-05-07 22:40:31 +08:00
vendor Show commit status icon in commits table (#1688) 2017-05-07 22:40:31 +08:00
.dockerignore
.drone.yml
.drone.yml.sig
.editorconfig
.gitattributes ignore static files statstics for linguist 2016-12-27 16:49:25 +01:00
.gitignore
.lgtm
CHANGELOG.md
CONTRIBUTING.md
DCO follow the advisor: add DCO and some improvements 2016-11-04 16:43:41 +08:00
Dockerfile Upgrade alpine to v3.5 in Dockerfile (#1633) 2017-05-05 08:47:20 +08:00
Dockerfile.aarch64
Dockerfile.rpi
LICENSE
main.go
MAINTAINERS
Makefile Enforce netgo build tag while cross-compilation (#1690) 2017-05-07 22:06:30 +08:00
README.md
README_ZH.md

简体中文

Gitea - Git with a cup of tea

Build Status Join the chat at https://gitter.im/go-gitea/gitea Coverage Status Go Report Card GoDoc Release

Dashboard Repository Commits History
Profile Admin Dashboard Diff
Issues Releases Organization

Purpose

The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across all platforms which Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it with the online demo! This project has been forked from Gogs.

Notes

  1. YOU MUST READ THE CONTRIBUTORS GUIDE BEFORE STARTING TO WORK ON A PULL REQUEST.
  2. If you found a vulnerability in the project, please write privately to security@gitea.io. Thanks!
  3. If you're interested in using our APIs, we have experimental support with documentation.

Docs

For more information and instructions about how to install Gitea please look at our documentation. If you cannot find some specific information, then head over to our Gitter channel to chat with us.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is licensed under the MIT License. See the LICENSE file for the full license text.