Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow non-admin users to see version informationrs-help-page | Robert Speicher | 2015-09-23 | 2 | -19/+6 |
* | Move the `version_check_enabled` check from view to helper | Robert Speicher | 2015-09-23 | 3 | -5/+3 |
* | Add a view spec (gasp!) for help/index | Robert Speicher | 2015-09-23 | 1 | -0/+55 |
* | Add "Community Edition" to the version info on the help page | Robert Speicher | 2015-09-23 | 1 | -0/+1 |
* | "fine grained" -> "fine-grained" | Robert Speicher | 2015-09-23 | 1 | -1/+1 |
* | Make all "Quick help" link text the entire body of the link | Robert Speicher | 2015-09-23 | 1 | -16/+5 |
* | Only surface version information on help index to admins | Robert Speicher | 2015-09-23 | 1 | -4/+5 |
* | Merge branch 'rs-changelog' into 'master' | Robert Speicher | 2015-09-23 | 1 | -2/+9 |
|\ | |||||
| * | Update CHANGELOG to add unreleased 8.0.2 entry | Robert Speicher | 2015-09-23 | 1 | -2/+9 |
* | | Merge branch 'fix-ldap-attributes' into 'master' | Robert Speicher | 2015-09-23 | 2 | -7/+8 |
|\ \ | |/ |/| | |||||
| * | Fix LDAP attribute mappingfix-ldap-attributes | Douwe Maan | 2015-09-23 | 2 | -7/+8 |
* | | Merge branch 'fix-markdown-truncation-removing-links' into 'master' | Robert Speicher | 2015-09-23 | 3 | -1/+22 |
|\ \ | |||||
| * | | Fix cases where Markdown did not render links in activity feed | Stan Hu | 2015-09-22 | 3 | -1/+22 |
* | | | Merge branch 'rs-sign-in-margin' into 'master' | Robert Speicher | 2015-09-23 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix top margin for sign-in button on public pages | Robert Speicher | 2015-09-23 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'enable-ci-on-push' into 'master' | Dmitriy Zaporozhets | 2015-09-23 | 5 | -1/+34 |
|\ \ \ | |||||
| * | | | Refactor Project#enable_ci methodenable-ci-on-push | Dmitriy Zaporozhets | 2015-09-23 | 1 | -10/+1 |
| * | | | Rescue rugged error when detect ci yml file | Dmitriy Zaporozhets | 2015-09-23 | 1 | -0/+2 |
| * | | | Enable CI for gitlab when .gitlab-ci.yml is pushed | Dmitriy Zaporozhets | 2015-09-23 | 5 | -1/+41 |
* | | | | Merge branch 'make-commit-graphs-responsive' into 'master' | Robert Speicher | 2015-09-23 | 2 | -41/+36 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Make commit graphs responsive to window width changes | Stan Hu | 2015-09-22 | 2 | -41/+36 |
* | | | | Merge branch 'ad_coder' into 'master' | Dmitriy Zaporozhets | 2015-09-23 | 2 | -17/+63 |
|\ \ \ \ | |||||
| * | | | | Improve UI for rendered markdownad_coder | Andrey | 2015-09-23 | 2 | -17/+63 |
* | | | | | Merge branch 'rs-fix-help-links' into 'master' | Douwe Maan | 2015-09-23 | 3 | -6/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Simplify help path prefixingrs-fix-help-links | Robert Speicher | 2015-09-23 | 1 | -17/+4 |
| * | | | | | Prevent double-prefixing of help page paths | Robert Speicher | 2015-09-22 | 2 | -5/+19 |
| * | | | | | Fix "User permissions" help page path | Robert Speicher | 2015-09-22 | 1 | -1/+1 |
* | | | | | | Merge branch 'commits-page-ci-status' into 'master' | Douwe Maan | 2015-09-23 | 7 | -3/+77 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Add tests for CiStatusHelper and changelog itemcommits-page-ci-status | Dmitriy Zaporozhets | 2015-09-23 | 2 | -1/+19 |
| * | | | | | Show CI status on all pages where commits list is rendered | Dmitriy Zaporozhets | 2015-09-23 | 5 | -2/+58 |
* | | | | | | Merge branch 'correct-markdown-documentation' into 'master' | Hannes Rosenögger | 2015-09-23 | 1 | -1/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Correct markdown.md docs RE use in commit messages. | Ben Hadley-Evans | 2015-09-18 | 1 | -1/+0 |
* | | | | | | Bump version and changelog | Dmitriy Zaporozhets | 2015-09-23 | 2 | -1/+4 |
* | | | | | | Merge branch 'fix-mr-missing-source-branch-error' into 'master' | Marin Jankovski | 2015-09-23 | 2 | -3/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix error when MR source branch no longer exists.fix-mr-missing-source-branch-error | Douwe Maan | 2015-09-22 | 2 | -3/+2 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'fix-user-identities-api' into 'master' | Douwe Maan | 2015-09-23 | 2 | -0/+25 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Added ability to update or set the identity of an existing user, like the doc...fix-user-identities-api | Patricio Cano | 2015-09-22 | 2 | -0/+25 |
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Robert Schilling | 2015-09-22 | 5 | -4/+12 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge branch 'clarify-text' into 'master' | Robert Speicher | 2015-09-22 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | clarify confirmation text on user deletion. | Hannes Rosenögger | 2015-09-21 | 1 | -1/+1 |
| * | | | | | | Merge branch 'rs-fix-migration-guide' into 'master' | Robert Speicher | 2015-09-22 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix CI backup step in migration guide | Robert Speicher | 2015-09-22 | 1 | -2/+2 |
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'exclude_initd_rake_check_when_omnibus' into 'master' | Douwe Maan | 2015-09-22 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Skip check_initd_configured_correctly on omnibus installs | Achilleas Pipinellis | 2015-09-22 | 1 | -0/+5 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Add better deprecation notice for the upgrader. Too easy to miss otherwise ht... | Sytse Sijbrandij | 2015-09-22 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge branch 'rs-changelog' into 'master' | Robert Speicher | 2015-09-22 | 1 | -1/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | 8.0.0 is released; add 8.0.1 entry to CHANGELOG | Robert Speicher | 2015-09-22 | 1 | -1/+4 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #9654 from Tyrael/patch-1 | Robert Schilling | 2015-09-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Update CHANGELOG | Ferenc Kovacs | 2015-09-22 | 1 | -1/+1 |
* | | | | | | Merge branch 'dont_want_the_data' into 'master' | Job van der Voort | 2015-09-22 | 1 | -0/+8 |
|\ \ \ \ \ \ |