summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated var name based on feedbackfeature/cycle-analytics-2-backendJames Lopez2016-10-131-2/+2
* fixed newlineJames Lopez2016-10-121-1/+0
* Ignore deployment for statistics in Cycle Analytics, except in staging and pr...James Lopez2016-10-128-55/+83
* Merge branch 'guests_cant_see_mrs' into 'master' Sean McGivern2016-10-1113-13/+143
|\
| * Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-1113-13/+143
* | Merge branch 'build-instead-create-in-label-link-spec' into 'master' Dmitriy Zaporozhets2016-10-111-2/+1
|\ \
| * | Build instead create in label_link model specSemyon Pupkov2016-10-111-2/+1
* | | Merge branch 'remove-empty-describe' into 'master' Dmitriy Zaporozhets2016-10-111-3/+0
|\ \ \
| * | | Remove empty describe block on key spec modelSemyon Pupkov2016-10-111-3/+0
| |/ /
* | | Merge branch 'fix-changelog-entries-in-wrong-version' into 'master' Robert Speicher2016-10-111-4/+4
|\ \ \
| * | | Move some CHANGELOG entries to the 8.13.0 partRémy Coutable2016-10-111-4/+4
|/ / /
* | | Merge branch 'docs/refactor-operations' into 'master' Achilleas Pipinellis2016-10-1111-364/+370
|\ \ \
| * | | Move operations/ to new locationdocs/refactor-operationsAchilleas Pipinellis2016-10-1111-364/+370
* | | | Merge branch 'sh-fix-changelog' into 'master' Rémy Coutable2016-10-111-1/+0
|\ \ \ \
| * | | | Remove duplicate CHANGELOG entrysh-fix-changelogStan Hu2016-10-111-1/+0
* | | | | Merge branch 'atom-routes' into 'master' Robert Speicher2016-10-116-14/+152
|\ \ \ \ \
| * | | | | Allow browsing branches that end with '.atom'Sean McGivern2016-10-116-14/+152
* | | | | | Merge branch 'docs/health-check-location' into 'master' Achilleas Pipinellis2016-10-114-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Move health check docs under user/admin_area/monitoringAchilleas Pipinellis2016-10-114-2/+2
|/ / / / /
* | | | | Merge branch 'docs/add-fake-tokens-examples' into 'master' Achilleas Pipinellis2016-10-111-0/+23
|\ \ \ \ \
| * | | | | Add examples of fake tokens to be used in docsAchilleas Pipinellis2016-10-111-0/+23
* | | | | | Merge branch 'docs/refactor-monitoring' into 'master' Achilleas Pipinellis2016-10-1121-575/+585
|\ \ \ \ \ \
| * | | | | | Add links to internal docs in Metrics section in the admin areadocs/refactor-monitoringAchilleas Pipinellis2016-09-251-1/+5
| * | | | | | Move monitoring/ to new locationAchilleas Pipinellis2016-09-2520-574/+580
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'docs/refactor-reply-by-email' into 'master' Achilleas Pipinellis2016-10-119-630/+635
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Move reply by email docs to a new locationdocs/refactor-reply-by-emailAchilleas Pipinellis2016-09-259-630/+635
| |/ / / /
* | | | | Merge branch '21604-pipeline-ui-updates' into 'master' Fatih Acet2016-10-1110-119/+198
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | changed the scss for the top line connectors to be exactly centered21604-pipeline-ui-updatesDimitrie Hoekstra2016-10-111-3/+3
| * | | | Remove negative marginsAnnabel Dunstone Gray2016-10-101-5/+3
| * | | | slight update to lines and curves positioningDimitrie Hoekstra2016-10-101-3/+5
| * | | | JS review changes and fixed conflictsLuke Bennett2016-10-101-1/+1
| * | | | Corrected my correction for turbolinks -.-'Luke Bennett2016-10-102-4/+1
| * | | | Fix node flex alignmentAnnabel Dunstone Gray2016-10-101-2/+2
| * | | | JS review changes - Removed window from window.gl in dispatcherLuke Bennett2016-10-105-3/+8
| * | | | Fix ul htmlAnnabel Dunstone Gray2016-10-102-3/+3
| * | | | Move hidden class to graph itself; remove background color from play node & a...Annabel Dunstone Gray2016-10-103-6/+5
| * | | | Finished up margin JS logicLuke Bennett2016-10-104-67/+79
| * | | | Added final changes from handoverLuke Bennett2016-10-104-26/+36
| * | | | Change size of pipeline status icons and dropdownsAnnabel Dunstone Gray2016-10-104-21/+41
| * | | | Change length of connecting lines based on number of buildsAnnabel Dunstone Gray2016-10-102-6/+27
| * | | | Update pipeline graph styles to match mockupAnnabel Dunstone Gray2016-10-102-15/+30
* | | | | Merge branch 'tmatesoft/gitlab-ce-migrate-from-svn-doc-update' into 'master' Achilleas Pipinellis2016-10-111-2/+106
|\ \ \ \ \
| * | | | | Refactor the SubGit/SVN documentationAchilleas Pipinellis2016-10-111-40/+52
| * | | | | Update migrating_from_svn.md document on migration from SVN to GitLab as sugg...TMate Software Support2016-10-101-23/+29
| * | | | | Update migrating_from_svn.md TMate Software Support2016-09-271-3/+89
* | | | | | Merge branch 'document-ci-shell-trace-variable' into 'master' Achilleas Pipinellis2016-10-112-0/+36
|\ \ \ \ \ \
| * | | | | | Document the new CI_DEBUG_TRACE variableNick Thomas2016-10-112-0/+36
* | | | | | | Merge branch 'sh-fix-issue-20776' into 'master' Robert Speicher2016-10-113-1/+24
|\ \ \ \ \ \ \
| * | | | | | | Fix Error 500 when viewing old merge requests with bad diff datash-fix-issue-20776Stan Hu2016-10-103-1/+24
* | | | | | | | Merge branch 'new-gitlab-users-clear_all_authentication_tokens-task' into 'ma...Robert Speicher2016-10-115-0/+70
|\ \ \ \ \ \ \ \