Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'patch-28' into 'master' | Rémy Coutable | 2018-08-20 | 1 | -1/+1 |
|\ | | | | | | | | | Update README.md See merge request gitlab-org/gitlab-ce!21285 | ||||
| * | Update README.md | Ray Paik | 2018-08-17 | 1 | -1/+1 |
| | | |||||
* | | format doc/ reference | Ben Bodenmiller | 2018-08-12 | 1 | -1/+1 |
|/ | |||||
* | Remove badges from README.md in favor of GitLab badges feature | Dmitriy Zaporozhets | 2018-07-06 | 1 | -6/+0 |
| | |||||
* | Update README.md | Andreas Kämmerle | 2018-07-05 | 1 | -0/+4 |
| | |||||
* | Updated products links to pricing | Marcel Amirault | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Fixing dead link in the readme file | Eddie Stubbington | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Remove Gemnasium badge from project README.md | Takuya Noguchi | 2018-05-25 | 1 | -1/+0 |
| | |||||
* | edit GitLab license info in regards to CC licensing | Andrea Kao | 2018-05-15 | 1 | -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 it | Andrea Kao | 2018-04-10 | 1 | -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 status | Markus Koller | 2017-08-16 | 1 | -0/+1 |
| | |||||
* | fix javascript test coverage badge in README.mdfix-javascript-test-coverage-badge | Mike Greiling | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | gitter badge in the readme pointing to gitlabhq/gitlabhq | Job van der Voort | 2017-04-27 | 1 | -0/+1 |
| | |||||
* | Fix wrong link to GDK in README file | dixpac | 2017-04-15 | 1 | -1/+1 |
| | |||||
* | Include JavaScript test coverage in coverage badge (!10097) | winniehell | 2017-03-23 | 1 | -1/+6 |
| | |||||
* | Update GitLab CE/EE comparison & subscribe links in README.md | Peter Dave Hello | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Fix the most important part of the readme | matmen | 2017-01-22 | 1 | -1/+1 |
| | | | Change the twitter `/favorites` to `/likes` | ||||
* | Update stack information and remove redundancy | Sid Sijbrandij | 2016-12-24 | 1 | -3/+2 |
| | |||||
* | Update README.md with CI and CD | Sid Sijbrandij | 2016-12-24 | 1 | -1/+2 |
| | |||||
* | Bump Git version requirement to 2.8.4update-git-version-in-doc | Rémy Coutable | 2016-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Rewrite an HTTP link to use HTTPS | Alex Jordan | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Fix broken README.md UX guide link. | Dan Dedrick | 2016-11-28 | 1 | -1/+1 |
| | | | | | Replace broken link to UX guide with new working link in the README.md file. | ||||
* | Update README.md to link to UX guide | Victor Wu | 2016-11-11 | 1 | -0/+4 |
| | |||||
* | Change a bunch of doc links to either relative or https://docs.gitlab.com.fix-docs-links | Connor Shea | 2016-11-03 | 1 | -2/+2 |
| | |||||
* | Add section about contributing to READMElink-to-contributing-from-readme | Adam Niedzielski | 2016-10-27 | 1 | -0/+4 |
| | |||||
* | Add link to test coverage report to READMEdoc/link-coverage-badge-to-coverage-report | Grzegorz Bizon | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | Fix typo in README cannonical-typo | Sean McGivern | 2016-09-25 | 1 | -1/+1 |
| | | | cannonical -> canonical | ||||
* | Contributing via GH no longer encouraged. | Sid Sijbrandij | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Update README.md to really fix icon | Sid Sijbrandij | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Update README.md to fix icon | Sid Sijbrandij | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Add CII badge to README [ci skip]cs-add-cii-badge | Connor Shea | 2016-08-28 | 1 | -0/+1 |
| | |||||
* | Merge branch 'docs/add-tests-coverage-badge-to-readme' into 'master' | Achilleas Pipinellis | 2016-08-24 | 1 | -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-readme | Grzegorz Bizon | 2016-08-20 | 1 | -0/+1 |
| | | |||||
* | | Update Ruby version to 2.3 in README | Sebastiaan Lokhorst | 2016-08-23 | 1 | -1/+1 |
|/ | |||||
* | Remove Coveralls and Semaphore badges. [ci skip]cleanup-readme | Connor Shea | 2016-05-31 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2016-05-09 | 1 | -0/+4 |
|\ | |||||
| * | We're hiring.hiring | Sytse Sijbrandij | 2016-05-06 | 1 | -0/+4 |
| | | |||||
* | | Update Subscription and EE links | Morton Fox | 2016-05-07 | 1 | -2/+2 |
|/ | |||||
* | Use new build badge URLs | Takuya Noguchi | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Update link to release docs in README | Robert Speicher | 2016-05-03 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump Git version requirement to 2.7.4 | Douwe Maan | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | Bump Git version requirement to 2.7.3 | Douwe Maan | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | revert back to ruby 2.1 | James Lopez | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | updated README to include Ruby 2.1 | James Lopez | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | updated docs to reflect version update [ci skip] | James Lopez | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Bump Redis requirement to 2.8 for Sidekiq 4 requirements | Stan Hu | 2015-12-12 | 1 | -1/+1 |
| | | | | | | Closes #3649 [ci skip] | ||||
* | Merge branch 'minimize-readme' into 'master' | Dmitriy Zaporozhets | 2015-12-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Move release cycle comments to the documentation. See merge request !1995 | ||||
| * | Move release cycle comments to the documentation.minimize-readme | Sytse Sijbrandij | 2015-12-05 | 1 | -1/+1 |
| | | |||||
* | | More GitLab spellings. No dedicated CI in omnibus [ci skip]update-docs | Robert Schilling | 2015-11-19 | 1 | -2/+0 |
|/ | |||||
* | Merge branch 'update-upgrade-guide-for-redis-2.4.0' into 'master' | Stan Hu | 2015-10-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Update upgrade guide for Redis >= 2.4.0 requirement [ci skip] Closes #2837 See merge request !1468 |