summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tests for admin service templateszj-fix-admin-templatesZ.J. van de Weg2017-01-062-1/+27
* Fix Slash command templatesZ.J. van de Weg2017-01-032-73/+75
* Merge branch 'use-stable-icon-url' into 'master' Kamil Trzciński2017-01-034-2/+8
|\
| * Rename logo, apply for Slack tooZ.J. van de Weg2017-01-034-2/+8
| * Add logo in public filesZ.J. van de Weg2017-01-032-1/+1
| * Use stable icon for Mattermost integrationKamil Trzcinski2017-01-031-1/+1
* | Merge branch 'zj-revert-polymorphic-url' into 'master' Kamil Trzciński2017-01-031-3/+3
|\ \
| * | Revert specific URLzj-revert-polymorphic-urlZ.J. van de Weg2016-12-271-3/+3
* | | Merge branch 'project-avatar-fork' into 'master' Sean McGivern2017-01-035-7/+35
|\ \ \
| * | | Don't delete files from spec/fixturesJacob Vosmaer2017-01-031-3/+3
| * | | Copy, don't move uploaded avatar filesJacob Vosmaer2017-01-034-4/+32
* | | | Merge branch 'fix/cross-project-ref-path' into 'master' Sean McGivern2017-01-0321-55/+73
|\ \ \ \
| * | | | Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-0321-55/+73
| | |_|/ | |/| |
* | | | Merge branch 'fix-double-line-issuable-page' into 'master' Annabel Dunstone Gray2017-01-031-0/+6
|\ \ \ \
| * | | | Remove bottom border from issuable titlesfix-double-line-issuable-pageAlfredo Sumaran2016-12-301-0/+6
* | | | | Minor improvements to changelog docsRobert Speicher2017-01-031-5/+10
* | | | | Merge branch 'fix-gemfile-lock-update' into 'master' Yorick Peterse2017-01-031-3/+3
|\ \ \ \ \
| * | | | | Fix Gemfile.lock for the octokit updatefix-gemfile-lock-updateYorick Peterse2017-01-031-3/+3
* | | | | | Merge branch 'minor-ruby-status-badge-changes' into 'master' Sean McGivern2017-01-031-3/+3
|\ \ \ \ \ \
| * | | | | | rewrite the item.respond_to?(:x?) && item.x? to item.try(:x?)dimitrieh2017-01-031-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'add-tests-to-cycle-analytics' into 'master' 26257-tooltip-hidden-pipeline-dropdownSean McGivern2017-01-033-3/+129
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make haml_lint happyadd-tests-to-cycle-analyticsAlfredo Sumaran2017-01-021-1/+1
| * | | | | Improve specAlfredo Sumaran2017-01-021-11/+9
| * | | | | Add feature tests for Cycle AnalyticsAlfredo Sumaran2017-01-023-4/+132
| | |_|/ / | |/| | |
* | | | | Merge branch 'api-fix-extern-uid-validation' into 'master' Sean McGivern2017-01-032-3/+3
|\ \ \ \ \
| * | | | | API: extern_uid is a stringapi-fix-extern-uid-validationRobert Schilling2017-01-032-3/+3
| |/ / / /
* | | | | Merge branch 'octokit' into 'master' Sean McGivern2017-01-032-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update octokit to 4.6.2Manuel Rüger2016-12-302-4/+4
* | | | | Merge branch '26218-rety-button-pipeline-builds-name-drodown-broken' into 'ma...25564-uniquely-and-uniformly-style-status-badgesFatih Acet2017-01-022-2/+6
|\ \ \ \ \
| * | | | | Increases pipeline graph drowdown width in order to prevent strange position ...Filipa Lacerda2017-01-022-2/+6
|/ / / / /
* | | | | Merge branch 'remove-timezone-assertion-datetime-on-tooltips-spec' into 'mast...Alfredo Sumaran2017-01-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove time zone information from assertion in timeago tooltips specremove-timezone-assertion-datetime-on-tooltips-specAdam Niedzielski2016-12-301-1/+1
* | | | | Merge branch '22072-enable-haml-lints' into 'master' Alfredo Sumaran2016-12-31217-645/+634
|\ \ \ \ \
| * | | | | HAMLLint: Fix `ImplicitDiv` offence post-rebase22072-enable-haml-lintsKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `TrailingWhitespace` offense post-rebaseKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `SpaceInsideHashAttributes` offenceKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-31157-521/+514
| * | | | | HAMLLint: Enable `SpaceInsideHashAttributes` ruleKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `TrailingWhitespace` offencesKushal Pandya2016-12-319-14/+12
| * | | | | HAMLLint: Enable `TrailingWhitespace` ruleKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `SpaceBeforeScript` offencesKushal Pandya2016-12-3114-14/+14
| * | | | | HAMLLint: Enable `SpaceBeforeScript` ruleKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-3141-52/+50
| * | | | | HAMLLint: Enable `ImplicitDiv` ruleKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `HtmlAttributes` offencesKushal Pandya2016-12-314-8/+8
| * | | | | HAMLLint: Enable `HtmlAttributes` ruleKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `FinalNewline` offencesKushal Pandya2016-12-316-6/+6
| * | | | | HAMLLint: Enable `FinalNewline` ruleKushal Pandya2016-12-311-1/+1
| * | | | | HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-3117-26/+26
| * | | | | HAMLLint: Enable `ClassAttributeWithStaticValue` ruleKushal Pandya2016-12-311-1/+1