summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes ActionView::Template::Error: undefined method `text?` for nil:NilClass25251-actionview-template-error-undefined-method-text-for-nil-nilclassValery Sizov2016-12-023-1/+14
* Merge branch 'workhorse-1.1.0' into 'master' Robert Speicher2016-12-021-1/+1
|\
| * Use gitlab-workhorse 1.1.0Jacob Vosmaer2016-12-011-1/+1
* | Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-0238-39/+42
|\ \
| * | Changed API spec files to describe the correct classLivier2016-11-2838-39/+42
* | | Merge branch 'doc/extend-code-review-guidelines' into 'master' Robert Speicher2016-12-021-0/+26
|\ \ \
| * | | Remove change to MWBS in code review guidelineGrzegorz Bizon2016-12-021-1/+1
| * | | Copy-edit text about right balance in code reviewsdoc/extend-code-review-guidelinesGrzegorz Bizon2016-12-011-10/+10
| * | | Extend code review docs with chapter about the right balanceGrzegorz Bizon2016-11-301-1/+27
* | | | Merge branch 'remove-gitlab-workhorse-version-option-from-install-task' into ...Robert Speicher2016-12-024-44/+5
|\ \ \ \
| * | | | Don't allow to specify a repo or version when installing Workhorseremove-gitlab-workhorse-version-option-from-install-taskRémy Coutable2016-12-014-44/+5
* | | | | Merge branch 'process-commit-worker-improvements' into 'master' Douwe Maan2016-12-0212-25/+356
|\ \ \ \ \
| * | | | | Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-0112-25/+356
* | | | | | Merge branch '4269-public-api' into 'master' Douwe Maan2016-12-025-152/+315
|\ \ \ \ \ \
| * | | | | | Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-015-152/+315
| |/ / / / /
* | | | | | Merge branch 'comments-fixture' into 'master' Alfredo Sumaran2016-12-025-44/+21
|\ \ \ \ \ \
| * | | | | | Replace static fixture for notes_spec (!7683)winniehell2016-12-015-44/+21
| | |/ / / / | |/| | | |
* | | | | | Merge branch '24726-remove-across-gitlab' into 'master' Annabel Dunstone Gray2016-12-014-7/+4
|\ \ \ \ \ \
| * | | | | | 24726 Remove Across GitLab from side navigation24726-remove-across-gitlabtauriedavis2016-12-014-7/+4
* | | | | | | Merge branch '24814-pipeline-tabs' into 'master' Fatih Acet2016-12-0113-73/+393
|\ \ \ \ \ \ \
| * | | | | | | Improvements after review24814-pipeline-tabsFilipa Lacerda2016-11-304-21/+21
| * | | | | | | Fixes after reviewFilipa Lacerda2016-11-302-30/+6
| * | | | | | | Adds .matches polyfillFilipa Lacerda2016-11-303-158/+193
| * | | | | | | Adds tests for builds url and tabs behaviourFilipa Lacerda2016-11-303-3/+89
| * | | | | | | Fix after reviewFilipa Lacerda2016-11-304-13/+20
| * | | | | | | Adds changelog entryFilipa Lacerda2016-11-301-0/+4
| * | | | | | | Adds tests for tabs in the rspec for pipelinesFilipa Lacerda2016-11-306-9/+86
| * | | | | | | Pipelines tabsFilipa Lacerda2016-11-305-5/+140
* | | | | | | | Merge branch 'right-sidebar-fixture' into 'master' Fatih Acet2016-12-013-25/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace static fixture for right_sidebar_spec (!7687)winniehell2016-11-283-25/+10
* | | | | | | | | Merge branch '22781-user-generated-permalinks' into 'master' Fatih Acet2016-12-019-93/+61
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove underscore from user-content id namespace22781-user-generated-permalinksMike Greiling2016-11-305-9/+9
| * | | | | | | | | remove setTimeout wrapper for location hash correctionMike Greiling2016-11-301-3/+1
| * | | | | | | | | prevent anchor tag outline on :focus or :target pseudo-classMike Greiling2016-11-301-0/+1
| * | | | | | | | | update gitlab flavored markdown tests to reflect namespaced idsMike Greiling2016-11-303-12/+17
| * | | | | | | | | remove id collision caveat from documentationMike Greiling2016-11-301-48/+0
| * | | | | | | | | add CHANGELOG entry for !7631Mike Greiling2016-11-301-0/+4
| * | | | | | | | | add transparent namespace to all user-generated anchors in GitLab flavored ma...Mike Greiling2016-11-302-6/+23
| * | | | | | | | | remove duplicate functionality (bad merge conflict resolution?)Mike Greiling2016-11-302-28/+19
* | | | | | | | | | Merge branch '24281-issue-merge-request-sidebar-subscribe-button-style-improv...Fatih Acet2016-12-018-72/+64
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove selector string option from Subscription constructor24281-issue-merge-request-sidebar-subscribe-button-style-improvementMike Greiling2016-12-011-5/+3
| * | | | | | | | | | use HTMLElement.dataset over getAttribute since all browsers GitLab supports ...Mike Greiling2016-12-011-1/+1
| * | | | | | | | | | remove tooltip logicMike Greiling2016-11-301-7/+1
| * | | | | | | | | | satisfy eslint no-param-reassign and remove rule exceptionMike Greiling2016-11-301-4/+4
| * | | | | | | | | | add comma to satisfy eslint comma-dangleMike Greiling2016-11-301-1/+1
| * | | | | | | | | | use less error-prone lowercase comparison for isSubscribedMike Greiling2016-11-301-1/+1
| * | | | | | | | | | move eslint rules to top of scriptMike Greiling2016-11-301-1/+1
| * | | | | | | | | | rewrite subscription javascript to accomodate new designMike Greiling2016-11-306-59/+60
| * | | | | | | | | | rename subscription.js to subscription.js.es6Mike Greiling2016-11-301-0/+0
| * | | | | | | | | | Remove the help text under the sidebar subscribe button and style it inlineDimitrie Hoekstra2016-11-302-7/+6
| |/ / / / / / / / /