summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Update GitLab Workhorse to v1.0.0Nick Thomas2016-11-043-3/+3
* | | | | | | | | | | Merge branch 'add-matches-and-closest-element-extensions' into 'master' Fatih Acet2016-11-041-2/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added Element extension with .matches and .closestadd-matches-and-closest-element-extensionsLuke "Jared" Bennett2016-10-311-2/+4
* | | | | | | | | | | | Merge branch 'issue-board-new-label-new-list' into 'master' Fatih Acet2016-11-044-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Creates new list from a new labelissue-board-new-label-new-listPhil Hughes2016-11-044-0/+35
* | | | | | | | | | | | | Merge branch 'fixed-width-caret' into 'master' Fatih Acet2016-11-042-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add width to caret to rid ourselves of the shiftfixed-width-caretJacob Schatz2016-11-042-1/+2
* | | | | | | | | | | | | | Merge branch 'stylistic-changes-to-commit-title-bar' into 'master' Fatih Acet2016-11-043-37/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix diff_comments failurestylistic-changes-to-commit-title-barAnnabel Dunstone Gray2016-11-041-1/+1
| * | | | | | | | | | | | | | Update commit page stylesAnnabel Dunstone Gray2016-11-042-59/+44
| * | | | | | | | | | | | | | Update commit.scss to have correct lintingDimitrie Hoekstra2016-11-041-1/+1
| * | | | | | | | | | | | | | added various changes to commit title areaDimitrie Hoekstra2016-11-042-46/+83
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'issue_23032' into 'master' Sean McGivern2016-11-044-7/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Allow to test JIRA service when project does not have repositoryissue_23032Felipe Artur2016-11-044-7/+75
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'fix/gh-imported-labels-are-not-applied-correctly' into 'master' Sean McGivern2016-11-042-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Cache imported GH labels no matter whatfix/gh-imported-labels-are-not-applied-correctlyAhmad Sherif2016-11-041-6/+3
| * | | | | | | | | | | | Fix applying GitHub-imported labels when importing job is interruptedAhmad Sherif2016-11-042-0/+11
* | | | | | | | | | | | | Merge branch 'show-status-from-branch' into 'master' Rémy Coutable2016-11-0419-43/+139
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fetch locals to avoid undefined method/local errorshow-status-from-branchLin Jen-Shin2016-11-043-0/+3
| * | | | | | | | | | | | | Remove author according to the documentLin Jen-Shin2016-11-041-1/+1
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-11-04109-486/+878
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Update for CHANGELOGLin Jen-Shin2016-11-042-1/+4
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-11-04145-862/+3070
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | There's no such methodLin Jen-Shin2016-11-041-4/+0
| * | | | | | | | | | | | | | Initialize @statuses in status rather than constructorLin Jen-Shin2016-11-031-1/+2
| * | | | | | | | | | | | | | Merge status_for and status, feedback:Lin Jen-Shin2016-11-035-43/+41
| * | | | | | | | | | | | | | Fix CHANGELOGLin Jen-Shin2016-11-031-22/+1
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-11-02497-1737/+4374
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Always use multiline in viewLin Jen-Shin2016-10-281-1/+2
| * | | | | | | | | | | | | | | Add tests for Commit#status and Commit#status_for, feedback:Lin Jen-Shin2016-10-281-1/+44
| * | | | | | | | | | | | | | | It's not used as a public API right now, feedback:Lin Jen-Shin2016-10-281-5/+4
| * | | | | | | | | | | | | | | Use multi-line conditions in view, feedback:Lin Jen-Shin2016-10-281-1/+2
| * | | | | | | | | | | | | | | Also pass ref hereLin Jen-Shin2016-10-271-1/+1
| * | | | | | | | | | | | | | | Also update for default project page, feedback:Lin Jen-Shin2016-10-273-7/+8
| * | | | | | | | | | | | | | | Still show status from pipelines, see:Lin Jen-Shin2016-10-273-17/+27
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-10-2685-380/+1634
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Be more specific, feedback:Lin Jen-Shin2016-10-251-1/+1
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-10-25127-680/+1472
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add CHANGELOG entryLin Jen-Shin2016-10-241-0/+1
| * | | | | | | | | | | | | | | | | Add a test for showing correct pipelineLin Jen-Shin2016-10-241-5/+18
| * | | | | | | | | | | | | | | | | Pass `@ref` along so we know which pipeline to showLin Jen-Shin2016-10-2413-18/+44
* | | | | | | | | | | | | | | | | | Merge branch 'update-task-list' into 'master' Rémy Coutable2016-11-042-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update deckar01-task_list gem to 1.0.6Manuel Rüger2016-10-312-3/+3
* | | | | | | | | | | | | | | | | | Merge branch 'feature/view-related-serializers' into 'master' Douwe Maan2016-11-0416-0/+343
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Simplify implementation of entity serializersGrzegorz Bizon2016-11-048-31/+14
| * | | | | | | | | | | | | | | | | | Add tests for deployment and environment entititesfeature/view-related-serializersGrzegorz Bizon2016-11-042-0/+38
| * | | | | | | | | | | | | | | | | | Add tests for serialization entities, add user entityGrzegorz Bizon2016-11-046-2/+76
| * | | | | | | | | | | | | | | | | | Refine build entity tests a littleGrzegorz Bizon2016-11-041-2/+4
| * | | | | | | | | | | | | | | | | | Expose commit author if author existsGrzegorz Bizon2016-11-042-5/+8
| * | | | | | | | | | | | | | | | | | Fix specs related to deployments and environmentsGrzegorz Bizon2016-11-033-5/+7