summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document sorting of jobs in pipelines graphdocs/pipeline-groupingAchilleas Pipinellis2017-04-282-2/+27
|
* Document pipeline groupingAchilleas Pipinellis2017-04-285-8/+118
|
* Merge branch 'grpc-fork-tests' into 'master' 24339-job-page-step-2Sean McGivern2017-04-285-1/+115
|\ | | | | | | | | Unicorn worker termination tests See merge request !10818
| * Remove config lines in one placeJacob Vosmaer2017-04-281-3/+3
| |
| * Use rspec 'be'Jacob Vosmaer2017-04-281-1/+1
| |
| * Refactor timeout codeJacob Vosmaer2017-04-281-8/+17
| |
| * Add test that asserts unicorns terminateJacob Vosmaer2017-04-265-1/+106
| |
* | Merge branch 'docs/make-ci-run-only-for-doc-changes' into 'master' Achilleas Pipinellis2017-04-282-0/+51
|\ \ | | | | | | | | | | | | | | | | | | Skip irrelevant jobs for documentation only changes Closes #30853 See merge request !10961
| * | Document the process of docs only changesdocs/make-ci-run-only-for-doc-changesAchilleas Pipinellis2017-04-282-3/+28
| | |
| * | Skip irrelevant jobs for documentation only changesAchilleas Pipinellis2017-04-281-0/+26
| | |
* | | Merge branch '31549-check-duplicates-first' into 'master' Sean McGivern2017-04-282-0/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add notice at the beginning of issue templates asking reporters to check for duplicates first Closes #31549 See merge request !10978
| * | | Add notice at the beginning of issue templates asking reporters to check for ↵Rémy Coutable2017-04-282-0/+31
| |/ / | | | | | | | | | | | | | | | | | | | | | duplicates first [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch '28457-slash-command-board-move' into 'master' Sean McGivern2017-04-286-9/+107
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add board_move slash command Closes #28457 See merge request !10433
| * | | Add board_move slash commandAlex Sanford2017-04-286-9/+107
|/ / /
* | | Merge branch 'add_index_on_ci_runners_contacted_at' into 'master' Yorick Peterse2017-04-283-1/+25
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Add index on ci_runners.contacted_at Closes #31229 See merge request !10876
| * | Add index on ci_runners.contacted_atblackst0ne2017-04-283-1/+25
| | |
* | | Merge branch 'improve-slack-docs' into 'master' Sean McGivern2017-04-284-66/+40
|\ \ \ | | | | | | | | | | | | | | | | Improve Slack docs See merge request !10927
| * | | Improve Slack docsVictor Wu2017-04-284-66/+40
|/ / /
* | | Merge branch ↵Rémy Coutable2017-04-2810-20/+496
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '29181-add-more-tests-for-spec-controllers-projects-builds-controller-spec-rb' into 'master' Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb" Closes #29181 See merge request !10244
| * | | Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-2810-20/+496
|/ / /
* | | Merge branch 'make_markdown_tables_thinner' into 'master' Sean McGivern2017-04-285-0/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make markdown tables thinner Closes #14123 See merge request !10909
| * | | Make markdown tables thinnerblackst0ne2017-04-275-0/+25
| | | |
* | | | Merge branch 'project-list-alignment' into 'master' Phil Hughes2017-04-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove top padding on project list row See merge request !10939
| * | | | Remove top padding on project list rowproject-list-alignmentAnnabel Dunstone Gray2017-04-271-1/+1
| | | | |
* | | | | Merge branch 'dm-blob-viewers' into 'master' Tim Zallmann2017-04-2871-297/+1773
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Refactor rich blob viewers and add Code|Rendered switch Closes #24287 See merge request !10566
| * | | | Use new renamed markup methoddm-blob-viewersDouwe Maan2017-04-272-1/+3
| | | | |
| * | | | Add variable to save us a double lookupDouwe Maan2017-04-271-2/+3
| | | | |
| * | | | Fix typoDouwe Maan2017-04-271-1/+1
| | | | |
| * | | | Address feedbackDouwe Maan2017-04-277-44/+53
| | | | |
| * | | | Explain BlobViewer::Base#render_errorDouwe Maan2017-04-272-0/+16
| | | | |
| * | | | Explain how viewers are selected from RICH_VIEWERSDouwe Maan2017-04-272-13/+28
| | | | |
| * | | | Added specs for JS method to switch viewsPhil Hughes2017-04-271-2/+39
| | | | |
| * | | | Fixed failing JS testsPhil Hughes2017-04-272-4/+8
| | | | |
| * | | | Satisfy RubocopDouwe Maan2017-04-272-2/+0
| | | | |
| * | | | Add changelogDouwe Maan2017-04-271-0/+5
| | | | |
| * | | | Add specsDouwe Maan2017-04-2712-51/+904
| | | | |
| * | | | Small code tweaksDouwe Maan2017-04-272-16/+18
| | | | |
| * | | | Set BlobViewer::Base.binary instead of .textDouwe Maan2017-04-2712-17/+17
| | | | |
| * | | | Add BlobViewer::Base#binary? methodDouwe Maan2017-04-272-22/+30
| | | | |
| * | | | Blob responds to text?Douwe Maan2017-04-271-1/+1
| | | | |
| * | | | Refactor overriding max sizeDouwe Maan2017-04-277-26/+32
| | | | |
| * | | | Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-2712-44/+41
| | | | |
| * | | | Address feedbackDouwe Maan2017-04-276-23/+29
| | | | |
| * | | | Add test stubsDouwe Maan2017-04-278-193/+33
| | | | |
| * | | | Fix feature specsDouwe Maan2017-04-275-2/+28
| | | | |
| * | | | Fix some specsDouwe Maan2017-04-275-9/+7
| | | | |
| * | | | Satisfy eslintDouwe Maan2017-04-271-18/+7
| | | | |
| * | | | Download blob viewer is client-sideDouwe Maan2017-04-272-2/+4
| | | | |
| * | | | Add specsDouwe Maan2017-04-273-13/+191
| | | | |
| * | | | Add BlobViewer JSDouwe Maan2017-04-273-0/+135
| | | | |