summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only enforce the first line because that's wherefix-trace-seekingLin Jen-Shin2017-04-131-17/+24
| | | | the data could be corrupted.
* Seek at most with BUFFER_SIZE, replace broken bytesLin Jen-Shin2017-04-133-3/+15
| | | | with ? for Ansi2html
* Seek for previous line in case it would never showLin Jen-Shin2017-04-132-13/+32
| | | | | | | | the first line, which is bad. This also means that it would read more than LIMIT_SIZE, but that might be ok because it's merely more than one line. Well, if someone has a long line, that would be another story.
* Add changelog entryLin Jen-Shin2017-04-131-0/+4
|
* After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-134-3/+32
| | | | of breaking ANSI sequence or Unicode
* Merge branch 'poll-test-fix' into 'master' Filipa Lacerda2017-04-121-36/+57
|\ | | | | | | | | | | | | Fixed random failures with Poll spec Closes #30824 See merge request !10654
| * Fixed random failures with Poll specpoll-test-fixPhil Hughes2017-04-121-36/+57
| | | | | | | | | | | | | | | | | | | | | | Correctly waits for requests to finish before testing anything. Previously it was waiting for a set amount of time which could possibly cause failures dependant on how quickly these execute Stops any polling requests once done so that the error callback doesn't get called with a 404 Closes #30824
* | Merge branch 'fix_spaces_in_label_title' into 'master' Sean McGivern2017-04-123-0/+26
|\ \ | | | | | | | | | | | | Remove heading and trailing spaces from label's color and title See merge request !10603
| * | Remove heading and trailing spaces from label's color and titleblackst0ne2017-04-123-0/+26
| | |
* | | Merge branch 'contributing-ci-templates' into 'master' Rémy Coutable2017-04-122-1/+6
|\ \ \ | | | | | | | | | | | | | | | | Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates See merge request !10653
| * | | Include CONTRIBUTING.md file when importing .gitlab-ci.yml templatescontributing-ci-templatesAdam Niedzielski2017-04-122-1/+6
| | | |
* | | | Merge branch 'improve-testing-documentation' into 'master' Robert Speicher2017-04-122-99/+375
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the testing documentation Closes #29499 and #29623 See merge request !10161
| * | | | Improve the testing documentationimprove-testing-documentationRémy Coutable2017-04-121-23/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Fix link againRémy Coutable2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Fix path to migrationsRémy Coutable2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Fix wrong linkRémy Coutable2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Re-organize testing doc, and add RSpec structure docRémy Coutable2017-04-102-89/+165
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Document GitLab QARémy Coutable2017-04-101-3/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Improve testing documentation with Robert's feedbackRémy Coutable2017-04-102-37/+49
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Firs pass at improving the testing documentationRémy Coutable2017-04-102-31/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'user-activity-scroll-bar' into 'master' Annabel Dunstone Gray2017-04-122-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set user contribution calendar `overflow-x: scroll` more precisely Closes #30738 See merge request !10636
| * | | | | Let browser set overflow-x scroll on user activity calendar.user-activity-scroll-barBryce Johnson2017-04-112-1/+5
| | | | | |
* | | | | | Merge branch '29056-backport-ee-cleanup-database-file' into 'master' Douwe Maan2017-04-1217-20/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removes redundant code from database.rb Closes #29056 See merge request !10583
| * | | | | | removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-1117-20/+75
| | | | | | |
* | | | | | | Merge branch 'improve-discussions-feature-attempt-1' into 'master'Douwe Maan2017-04-125-94/+78
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve discussion_comments_spec perf See merge request !10648
| * | | | | | | Separate examples for each otherimprove-discussions-feature-attempt-1Luke "Jared" Bennett2017-04-125-64/+66
| | | | | | | |
| * | | | | | | Collapse similar sibling scenariosLuke "Jared" Bennett2017-04-121-41/+12
| | | | | | | |
| * | | | | | | Use empty_project for resources that are independent of the repoLuke "Jared" Bennett2017-04-121-7/+18
| | | | | | | |
* | | | | | | | Merge branch 'patch-8' into 'master' Rémy Coutable2017-04-121-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grammar See merge request !10639
| * | | | | | | | Fix grammarIsmail S2017-04-111-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch '27755-update-pipelines-documentation' into 'master' 30843-move-about-gitlab-com-installation-instructions-to-documentationSean Packham (GitLab)2017-04-121-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Update Pipelines documentation" Closes #27755 See merge request !10600
| * | | | | | | | Replace pipelines image in docs27755-update-pipelines-documentationAchilleas Pipinellis2017-04-101-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | Merge branch 'zj-fix-coverage-bug' into 'master' Kamil Trzciński2017-04-124-10/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return nil as coverage instead of a File object See merge request !10633
| * | | | | | | | | Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-124-10/+24
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given a valid pipeline job, and a regex which wouldn't match to a jobs trace, the stream of the trace would return the File object. This was not the case when it matched a value, as that would have been return from the block. Now the `extract_coverage` method returns `nil` if no match was found.
* | | | | | | | | Merge branch 'zj-improve-template' into 'master' Sean McGivern2017-04-121-0/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let uses hide verbose output by default See merge request !10650
| * | | | | | | | | Let uses hide verbose output by defaultZ.J. van de Weg2017-04-121-0/+8
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | Merge branch 'fix/gb/qa/fix-outdated-admin-area-link-title' into 'master' Rémy Coutable2017-04-121-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix outdated 'Admin area' link label in GitLab QA Closes gitlab-qa#41 See merge request !10646
| * | | | | | | | Fix outdated 'Admin area' link label in GitLab QAGrzegorz Bizon2017-04-121-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'zj-api-fix-build-events' into 'master' Rémy Coutable2017-04-124-9/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Api fix build events rename to Job events Closes #30412 See merge request !10586
| * | | | | | | | Fix API not accepting job_events for webhookszj-api-fix-build-eventsZ.J. van de Weg2017-04-124-9/+24
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When renaming, the argument on the projects hook API was forgotten. Now one could successfully set it again. The fix is a little ugly stylewise, but needed as the underlying model still refers to it as build_events. This commit is to fix it, later we should migrate the data to a new column. The edit on the spec file makes sure it passes now, and will fail when we migrate the column.
* | | | | | | | Merge branch 'grpc-1.2.2' into 'master' Sean McGivern2017-04-121-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gRPC 1.2.2 Closes #30766 See merge request !10589
| * | | | | | | | Use gRPC 1.2.2Jacob Vosmaer2017-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes LoadError after local compilation. https://github.com/grpc/grpc/issues/9998
* | | | | | | | | Merge branch 'siemens/gitlab-ce-fix/subgroup-hide-button' into 'master' Rémy Coutable2017-04-124-2/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide new subgroup button if user has no permission to create one Closes #30139 See merge request !10627
| * | | | | | | | | Update changelog with MR idsiemens/gitlab-ce-fix/subgroup-hide-buttonDmitriy Zaporozhets2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Move permission to create subgroup into GroupPolicyDmitriy Zaporozhets2017-04-116-28/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | fix(subgroups): add verification of group creation capability to subgroup UIFabio Huser2017-03-303-1/+27
| | | | | | | | | |
* | | | | | | | | | Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-1212-143/+197
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298
| * | | | | | | | | | Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-1112-143/+197
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '30457-expire-note-destroy' into 'master'Sean McGivern2017-04-123-1/+16
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue's note cache expiration after delete Closes #30457 See merge request !10461
| * | | | | | | | | | Fix issue's note cache expiration after deletemhasbini2017-04-113-1/+16
| | | | | | | | | | |