summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '24107-slack-comment-link' into 'master' Rémy Coutable2016-11-171-8/+8
|\
| * Change the slack notification comment link.Herbert Kagumba2016-11-161-8/+8
* | Merge branch 'fix/trace-patch-updated-at' into 'master' Kamil Trzciński2016-11-161-5/+81
|\ \
| * | Update the updated_at of a build while patching the traceTomasz Maczukin2016-11-151-5/+81
* | | Merge branch 'explicitly-disable-eslint-inline' into 'master' Alfredo Sumaran2016-11-1629-29/+29
|\ \ \
| * | | explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-1529-29/+29
| |/ /
* | | Merge branch 'fix-failing-user-without-projects-specs' into 'master' Sean McGivern2016-11-161-1/+1
|\ \ \
| * | | Fix some failing specs due to missing access_requestable traitNick Thomas2016-11-161-1/+1
* | | | Merge branch '24496-fix-internal-api-project-lookup' into 'master' Sean McGivern2016-11-163-15/+63
|\ \ \ \ | |/ / / |/| | |
| * | | Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas2016-11-163-15/+63
* | | | Merge branch 'patch-5' into 'master' Rémy Coutable2016-11-161-0/+22
|\ \ \ \
| * | | | fix "Without projects" filterBen Bodenmiller2016-11-161-0/+22
| | |_|/ | |/| |
* | | | Merge branch '23824-activity-page-does-not-show-commits-comments' into 'master' Robert Speicher2016-11-161-0/+27
|\ \ \ \
| * | | | Allow commit note to be visible if repo is visible23824-activity-page-does-not-show-commits-commentsRémy Coutable2016-11-161-0/+27
* | | | | Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan2016-11-164-22/+17
|\ \ \ \ \
| * | | | | Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-164-22/+17
* | | | | | Merge branch '23117-search-for-a-filename-in-a-project' into 'master' Sean McGivern2016-11-163-42/+75
|\ \ \ \ \ \
| * | | | | | Search for a filename in a project23117-search-for-a-filename-in-a-projectValery Sizov2016-11-163-42/+75
* | | | | | | Merge branch '21992-disable-access-requests-by-default' into 'master' Robert Speicher2016-11-1623-76/+92
|\ \ \ \ \ \ \
| * | | | | | | Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-1123-76/+92
* | | | | | | | Merge branch 'move-snippet-discover-spinach-test-to-rspec' into 'master' Dmitriy Zaporozhets2016-11-161-0/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Move 'Explore Snippets' Spinach feature to Rspecthe-undefined2016-11-081-0/+16
* | | | | | | | | Merge branch 'fix-merge-request-screen-deleted-source-branch' into 'master' Sean McGivern2016-11-161-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Do not create a MergeRequestDiff record when source branch is deletedfix-merge-request-screen-deleted-source-branchAdam Niedzielski2016-11-161-0/+10
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs-issue-24527' into 'master' Sean McGivern2016-11-161-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Limit labels returned for a specific project as an administratorRobert Speicher2016-11-161-0/+15
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'setter-for-key' into 'master' Dmitriy Zaporozhets2016-11-161-6/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Remove instance vars from key model testsSemyon Pupkov2016-11-161-6/+6
| * | | | | | | | Use setter for key instead AR callbackSemyon Pupkov2016-11-161-0/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'fix_labels_api_adding_missing_parameter' into 'master' Sean McGivern2016-11-161-8/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | add testsFrancesco Coda Zabetta2016-11-151-6/+21
| * | | | | | | | use Enumerable#find insted of select + firstFrancesco Coda Zabetta2016-11-151-3/+3
| * | | | | | | | fix styleFrancesco Coda Zabetta2016-11-141-3/+3
| * | | | | | | | fix styleFrancesco Coda Zabetta2016-11-141-3/+3
| * | | | | | | | fix labels API adding missing parameter (current_user)Francesco Coda Zabetta2016-11-141-8/+20
* | | | | | | | | Merge branch 'move-snippet-search-spinach-test-to-rspec' into 'master' Dmitriy Zaporozhets2016-11-161-0/+66
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move 'Search Snippets' Spinach feature to Rspecthe-undefined2016-11-161-0/+66
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Refactor issuables_counter_spec.Lucas Deschamps2016-11-161-23/+17
* | | | | | | | | Improve issuables_counter_spec relevance.Lucas Deschamps2016-11-161-8/+25
* | | | | | | | | Improve changes after MR review.Lucas Deschamps2016-11-161-1/+1
* | | | | | | | | Navigation bar issuables counters reflects dashboard issuables countersLucas Deschamps2016-11-161-0/+33
|/ / / / / / / /
* | | | | | | | Merge branch '23584-triggering-builds-from-webhooks' into 'master' Rémy Coutable2016-11-151-0/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add ref parameter for triggerring builds with gitlab webhook from other project.Dmitry Poray2016-11-151-0/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'grapify-groups-api' into 'master' Rémy Coutable2016-11-151-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Grapify the group APIRobert Schilling2016-11-151-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'grapify-merge-request-api' into 'master' Rémy Coutable2016-11-151-6/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Grapify the merge request APIgrapify-merge-request-apiRobert Schilling2016-11-151-6/+0
| |/ / / /
* | | | | Merge branch 'master-recursiveTree' into 'master' Douwe Maan2016-11-151-0/+35
|\ \ \ \ \
| * | | | | Issue #4270: Recursive option for files through APIRebeca Méndez2016-11-121-0/+35
* | | | | | Merge branch '21076-deleted-merged-branches' into 'master' Douwe Maan2016-11-154-4/+143
|\ \ \ \ \ \