summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove Gemnasium badge from project README.mdTakuya Noguchi2018-05-251-1/+0
|
* edit GitLab license info in regards to CC licensingAndrea Kao2018-05-151-0/+2
| | | | | | | | | | | | GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license. This commit moves the reference to Creative Commons licensing from the LICENSE file to the README, which allows Licensee to successfully identify the license type of GitLab CE as MIT. Signed-off-by: Andrea Kao <eirinikos@gmail.com>
* edit GitLab license info so that GitHub recognizes itAndrea Kao2018-04-101-0/+6
| | | | | | | | | | | | | | | GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license. This commit updates the LICENSE file so that it contains the exact text of the MIT license. It also moves the reference to third-party software licensing to the README. These changes allow Licensee to successfully identify the license type of GitLab's codebase as MIT. Signed-off-by: Andrea Kao <eirinikos@gmail.com>
* Add badge for dependency statusMarkus Koller2017-08-161-0/+1
|
* fix javascript test coverage badge in README.mdfix-javascript-test-coverage-badgeMike Greiling2017-07-141-1/+1
|
* gitter badge in the readme pointing to gitlabhq/gitlabhqJob van der Voort2017-04-271-0/+1
|
* Fix wrong link to GDK in README filedixpac2017-04-151-1/+1
|
* Include JavaScript test coverage in coverage badge (!10097)winniehell2017-03-231-1/+6
|
* Update GitLab CE/EE comparison & subscribe links in README.mdPeter Dave Hello2017-02-211-1/+1
|
* Fix the most important part of the readme matmen2017-01-221-1/+1
| | | Change the twitter `/favorites` to `/likes`
* Update stack information and remove redundancySid Sijbrandij2016-12-241-3/+2
|
* Update README.md with CI and CDSid Sijbrandij2016-12-241-1/+2
|
* Bump Git version requirement to 2.8.4update-git-version-in-docRémy Coutable2016-12-011-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Rewrite an HTTP link to use HTTPSAlex Jordan2016-11-291-1/+1
|
* Fix broken README.md UX guide link.Dan Dedrick2016-11-281-1/+1
| | | | | Replace broken link to UX guide with new working link in the README.md file.
* Update README.md to link to UX guideVictor Wu2016-11-111-0/+4
|
* Change a bunch of doc links to either relative or https://docs.gitlab.com.fix-docs-linksConnor Shea2016-11-031-2/+2
|
* Add section about contributing to READMElink-to-contributing-from-readmeAdam Niedzielski2016-10-271-0/+4
|
* Add link to test coverage report to READMEdoc/link-coverage-badge-to-coverage-reportGrzegorz Bizon2016-10-101-2/+2
|
* Fix typo in README cannonical-typoSean McGivern2016-09-251-1/+1
| | | cannonical -> canonical
* Contributing via GH no longer encouraged.Sid Sijbrandij2016-09-191-1/+1
|
* Update README.md to really fix iconSid Sijbrandij2016-09-191-1/+1
|
* Update README.md to fix iconSid Sijbrandij2016-09-191-1/+1
|
* Add CII badge to README [ci skip]cs-add-cii-badgeConnor Shea2016-08-281-0/+1
|
* Merge branch 'docs/add-tests-coverage-badge-to-readme' into 'master' Achilleas Pipinellis2016-08-241-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests coverage report badge to README ## What does this MR do? This MR adds tests coverage badge to project's README. The job it reads coverage value from is `coverage`, and it is configured in out CI test suite to calculate compound coverage from all test jobs running in parallel. This will pick the latest successful pipeline to get `coverage` job and coverage value. For now, this will report test coverage only for backend test suite (Ruby). See merge request !5925
| * Add tests coverage report badge to READMEdocs/add-tests-coverage-badge-to-readmeGrzegorz Bizon2016-08-201-0/+1
| |
* | Update Ruby version to 2.3 in READMESebastiaan Lokhorst2016-08-231-1/+1
|/
* Remove Coveralls and Semaphore badges. [ci skip]cleanup-readmeConnor Shea2016-05-311-2/+0
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-05-091-0/+4
|\
| * We're hiring.hiringSytse Sijbrandij2016-05-061-0/+4
| |
* | Update Subscription and EE linksMorton Fox2016-05-071-2/+2
|/
* Use new build badge URLsTakuya Noguchi2016-05-041-1/+1
|
* Update link to release docs in READMERobert Speicher2016-05-031-1/+1
| | | | [ci skip]
* Bump Git version requirement to 2.7.4Douwe Maan2016-03-171-1/+1
|
* Bump Git version requirement to 2.7.3Douwe Maan2016-03-151-1/+1
|
* revert back to ruby 2.1James Lopez2016-02-191-1/+1
|
* updated README to include Ruby 2.1James Lopez2016-01-271-1/+1
|
* updated docs to reflect version update [ci skip]James Lopez2016-01-251-1/+1
|
* Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu2015-12-121-1/+1
| | | | | | Closes #3649 [ci skip]
* Merge branch 'minimize-readme' into 'master' Dmitriy Zaporozhets2015-12-071-1/+1
|\ | | | | | | | | | | | | Move release cycle comments to the documentation. See merge request !1995
| * Move release cycle comments to the documentation.minimize-readmeSytse Sijbrandij2015-12-051-1/+1
| |
* | More GitLab spellings. No dedicated CI in omnibus [ci skip]update-docsRobert Schilling2015-11-191-2/+0
|/
* Merge branch 'update-upgrade-guide-for-redis-2.4.0' into 'master' Stan Hu2015-10-081-1/+1
|\ | | | | | | | | | | | | | | | | Update upgrade guide for Redis >= 2.4.0 requirement [ci skip] Closes #2837 See merge request !1468
| * Update upgrade guide for Redis >= 2.4.0 requirementStan Hu2015-10-011-1/+1
| | | | | | | | | | | | [ci skip] Closes #2837
* | change build status image to svg [ci skip]fscherwi2015-09-271-1/+1
|/
* change coverage image to svg [ci skip]fscherwi2015-09-151-1/+1
|
* Merge branch 'rs-issue-2135' into 'master' Dmitriy Zaporozhets2015-08-051-1/+1
|\ | | | | | | | | | | | | Update docs for Ruby MRI 2.1 requirement Addresses #2135 See merge request !1089
| * Update docs for Ruby MRI 2.1 requirementrs-issue-2135Robert Speicher2015-08-041-2/+2
| |
* | Update the Semaphore badge to the shield badge typeJeroen van Baarsen2015-08-051-2/+2
|/ | | | | | | **Why is this needed?** It just does look better in the Readme :-) Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Clean up editions paragraphSytse Sijbrandij2015-07-171-4/+5
|