summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump Git version requirement to 2.8.4update-git-version-in-docRémy Coutable2016-12-013-5/+9
* Merge branch 'docs/container-registry-2fa' into 'master' Achilleas Pipinellis2016-12-013-21/+43
|\
| * Document the need to use a PAT with Registry when 2FA is onAchilleas Pipinellis2016-12-013-21/+43
* | Merge branch 'docs/fix-webhooks-headings' into 'master' Achilleas Pipinellis2016-12-012-35/+46
|\ \ | |/ |/|
| * Small refactor of webhooks docsAchilleas Pipinellis2016-12-012-35/+46
|/
* Merge branch 'docs/triggers-ref-clarify' into 'master' Achilleas Pipinellis2016-12-011-3/+7
|\
| * Clarify that a commit SHA doesn't work for CI triggersAchilleas Pipinellis2016-12-011-3/+7
* | Merge branch 'docs/fix-typo-build-artifacts' into 'master' Achilleas Pipinellis2016-12-011-1/+1
|\ \
| * | Fix wrong link in builds artifacts admin docsAchilleas Pipinellis2016-12-011-1/+1
| |/
* | Merge branch 'rs-include-emailhelpers' into 'master' Rémy Coutable2016-12-0110-1/+16
|\ \
| * | Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpersRobert Speicher2016-12-0110-1/+16
* | | Merge branch 'remove-order-dependency-in-label-finder-spec' into 'master' Rémy Coutable2016-12-011-1/+1
|\ \ \
| * | | Rename a label to fix an intermittently-failing specNick Thomas2016-12-011-1/+1
* | | | Merge branch 'clean-up-jira-service' into 'master' Sean McGivern2016-12-015-44/+61
|\ \ \ \
| * | | | Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-serviceAdam Niedzielski2016-12-015-44/+61
| | |_|/ | |/| |
* | | | Merge branch 'improve_oauth_user_error' into 'master' Rémy Coutable2016-12-011-1/+1
|\ \ \ \
| * | | | Improve the `Gitlab::OAuth::User` error messageDrew Blessing2016-11-301-1/+1
* | | | | Merge branch 'refactor-issuable-branch-chooser' into 'master' Robert Speicher2016-12-012-24/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Refactor branch chooser in issuable formrefactor-issuable-branch-chooserRémy Coutable2016-11-302-24/+31
* | | | | Merge branch '23718/backup-rake-task-human-readable' into 'master' Douwe Maan2016-12-014-8/+47
|\ \ \ \ \
| * | | | | Add Human Readable Timestamp to backup tar fileDavid Gerő2016-11-304-8/+47
* | | | | | Merge branch '22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-...Robert Speicher2016-12-0116-192/+662
|\ \ \ \ \ \
| * | | | | | Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-3014-260/+262
| * | | | | | Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable2016-11-306-26/+246
| * | | | | | New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-309-47/+295
* | | | | | | Merge branch 'fix/git-access-wiki-when-repository-feature-disabled' into 'mas...Sean McGivern2016-11-306-3/+57
|\ \ \ \ \ \ \
| * | | | | | | Add CHANGELOG entryfix/git-access-wiki-when-repository-feature-disabledDouglas Barbosa Alexandre2016-11-301-0/+4
| * | | | | | | Improve Gitlab::GitAccessWiki spec with download access checksDouglas Barbosa Alexandre2016-11-301-0/+25
| * | | | | | | Improve ProjectPolicy spec to check permissions when wiki is disabledDouglas Barbosa Alexandre2016-11-301-2/+12
| * | | | | | | Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre2016-11-303-1/+16
* | | | | | | | Merge branch '24710-fix-generic-commit-status-table-row' into 'master' Fatih Acet2016-11-303-39/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | add CHANGELOG.md entry for !781124710-fix-generic-commit-status-table-rowMike Greiling2016-11-291-0/+4
| * | | | | | | | collapse nested if statementMike Greiling2016-11-292-6/+4
| * | | | | | | | remove redundant if statementMike Greiling2016-11-292-4/+0
| * | | | | | | | reformat build duration and finish time to match /ci/builds/_build.html.hamlMike Greiling2016-11-291-8/+12
| * | | | | | | | reorder generic commit status columns to match build status partialMike Greiling2016-11-291-22/+29
| * | | | | | | | fetch local parameters in _generic_commit_status.html.haml similar to how _bu...Mike Greiling2016-11-291-8/+16
* | | | | | | | | Merge branch 'autocomplete-stays-open' into 'master' Fatih Acet2016-11-301-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Fixed GFM autocomplete regexautocomplete-stays-openPhil Hughes2016-11-301-1/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'docs/git-submodules-with-ci' into 'master' Achilleas Pipinellis2016-11-304-110/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor the Git submodules with CI docsAchilleas Pipinellis2016-11-304-110/+96
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch '25092-change-font-commit-list-in-system-note' into 'master' Fatih Acet2016-11-301-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | adjust commit list ul height25092-change-font-commit-list-in-system-noteNur Rony2016-11-301-1/+1
| * | | | | | | | adjust padding in listNur Rony2016-11-301-1/+1
| * | | | | | | | makes ul bullets fully visibleNur Rony2016-11-301-1/+1
| * | | | | | | | shows commits SHAs in monospcase and commit messaages in normal fontNur Rony2016-11-301-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'issue_24363' into 'master' Fatih Acet2016-11-3012-42/+129
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix appearance in error pagesLuis Alonso Chavez Armendariz2016-11-2912-42/+129
* | | | | | | | | Merge branch '25044-md-header-tabs' into 'master' Annabel Dunstone Gray2016-11-301-7/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 25044 Make md header tabs match nav tabs25044-md-header-tabstauriedavis2016-11-291-7/+0