summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Correctly passes feature key into feature_available methodproject-activity-tabs-hidePhil Hughes2016-11-011-2/+2
* Removed return statement that isn't neededPhil Hughes2016-11-011-1/+1
* Hide project activity tabs when features are disabledPhil Hughes2016-11-012-3/+12
* Merge branch 'mr-copy-filename-btn-update' into 'master' Fatih Acet2016-11-013-2/+4
|\
| * Updated positioning of copy file path button in diffsmr-copy-filename-btn-updatePhil Hughes2016-10-313-2/+4
* | Merge branch '20892-commit-info' into 'master' Fatih Acet2016-10-3110-60/+126
|\ \
| * | Display last pipeline infoAnnabel Dunstone Gray2016-10-282-2/+1
| * | Fix commits specAnnabel Dunstone Gray2016-10-281-3/+3
| * | Fix mobile viewAnnabel Dunstone Gray2016-10-282-6/+3
| * | Finish styling commits viewAnnabel Dunstone Gray2016-10-289-31/+85
| * | Rearrange commit info viewAnnabel Dunstone Gray2016-10-282-33/+49
* | | Merge branch 'issue_23951' into 'master' Sean McGivern2016-10-311-1/+5
|\ \ \ | |_|/ |/| |
| * | Fix builds tab visibilityissue_23951Felipe Artur2016-10-311-1/+5
* | | Merge branch 'master' into 'add-retry-limit-project-webhook'add-retry-limit-project-webhookDouwe Maan2016-10-31397-935/+2200
|\ \ \
| * \ \ Merge branch '22271-drone-tag-pipeline-build' into 'master' Douwe Maan2016-10-318-20/+20
| |\ \ \
| | * | | Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-288-20/+20
| * | | | Merge branch '23106-events-default-scope-results-in-a-slow-query' into 'master' Yorick Peterse2016-10-311-1/+1
| |\ \ \ \
| | * | | | Optimize Event queries by removing default order23106-events-default-scope-results-in-a-slow-queryAlejandro Rodríguez2016-10-271-1/+1
| * | | | | Merge branch 'lfs_object_removal' into 'master' 23858-task-listsSean McGivern2016-10-312-0/+14
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Remove unreferenced LFS objects from DB and fsFrank Groeneveld2016-10-282-0/+14
| | | |_|/ | | |/| |
| * | | | Merge branch 'sticky-mr-tabs-pinned-nav' into 'master' Fatih Acet2016-10-281-0/+12
| |\ \ \ \
| | * | | | Fixed sticky MR tabs positioning when sidebar is pinnedsticky-mr-tabs-pinned-navPhil Hughes2016-10-291-0/+12
| * | | | | Merge branch 'dropdown-input-fix' into 'master' Fatih Acet2016-10-281-3/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Do not allow text input in dropdown while loadingIdo Leibovich2016-10-281-3/+8
| * | | | | Merge branch '23849-pipeline-graph-bug' into 'master' Fatih Acet2016-10-281-2/+1
| |\ \ \ \ \
| | * | | | | Only remove right connector of first build of last stage23849-pipeline-graph-bugAnnabel Dunstone Gray2016-10-281-2/+1
| * | | | | | Merge branch 'dz-internal-api-fullpath' into 'master' Dmitriy Zaporozhets2016-10-281-0/+14
| |\ \ \ \ \ \
| | * | | | | | Refactor storage path extraction from full repo pathdz-internal-api-fullpathDmitriy Zaporozhets2016-10-281-0/+14
| * | | | | | | Merge branch 'cycle-analytics-bundle' into 'master' Fatih Acet2016-10-282-0/+4
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Create cycle analytics bundlePhil Hughes2016-10-282-0/+4
| * | | | | | | Merge branch '22392-add-x-of-y-tasks-completed-on-issuable' into 'master' Sean McGivern2016-10-289-8/+35
| |\ \ \ \ \ \ \
| | * | | | | | | add "x of y tasks completed" on issuableGuilherme Salazar2016-10-289-8/+35
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'ee-1159-allow-permission-check-bypass-in-approve-access-request...Stan Hu2016-10-281-5/+16
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Allow Members::ApproveAccessRequestService to accept a new :force paramee-1159-allow-permission-check-bypass-in-approve-access-request-serviceRémy Coutable2016-10-281-5/+16
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch '23872-members-of-group-that-has-project-access-getting-404-on-a...Rémy Coutable2016-10-281-8/+2
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Fix project member access for group linksSean McGivern2016-10-281-8/+2
| | |/ / / /
| * | | | | Merge branch 'adam-fix-labels-find-or-create' into 'master' Douwe Maan2016-10-283-13/+15
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-283-13/+15
| | |/ / /
| * | | | Merge branch 'use-optimistic-locking' into 'master' Stan Hu2016-10-284-31/+27
| |\ \ \ \
| | * | | | Make retry_lock to not be infiniteuse-optimistic-lockingKamil Trzcinski2016-10-271-2/+2
| | * | | | Fix Rubocop unused variables warningStan Hu2016-10-261-2/+2
| | * | | | Remove puts to solve Rubocop errorsStan Hu2016-10-261-2/+0
| | * | | | Fix optimistic lockingKamil Trzcinski2016-10-262-8/+10
| | * | | | Add tests for optimistic lockingKamil Trzcinski2016-10-262-2/+2
| | * | | | Use optimistic lockingKamil Trzcinski2016-10-263-25/+21
| * | | | | Fixed boards store specissue-board-welcome-cookie-monsterPhil Hughes2016-10-281-2/+1
| * | | | | Delete issue board welcome cookie when project is newPhil Hughes2016-10-282-2/+6
| | |_|/ / | |/| | |
| * | | | Merge branch 'fix/make-github-import-retryable' into 'master' Sean McGivern2016-10-281-1/+1
| |\ \ \ \
| | * | | | Check if repository already exists before trying to re-import itAhmad Sherif2016-10-281-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch '5905-duplicate-email-errors' into 'master' Rémy Coutable2016-10-281-1/+3
| |\ \ \ \