summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-0512-41/+28
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-0587-129/+110
* Merge branch 'ce-1379-update-sidebar-weight-to-vue-and-add-to-boards' into 'm...Phil Hughes2017-12-057-117/+142
|\
| * Backport changes from refactor sidebar weight block Vue and move to Issue Boardsce-1379-update-sidebar-weight-to-vue-and-add-to-boardsEric Eastwood2017-12-047-117/+142
* | remove ambiguity about which resource type to be using for new sessionsBrett Walker2017-12-056-11/+11
* | Merge branch '40739-access-404' into 'master'Grzegorz Bizon2017-12-051-3/+6
|\ \
| * | Prevent job link form rendering when user does not have permissions40739-access-404Filipa Lacerda2017-12-041-3/+6
* | | Merge branch '39727-add-axios-to-common' into 'master'Phil Hughes2017-12-041-0/+1
|\ \ \
| * | | Import axios utils in commons39727-add-axios-to-commonFilipa Lacerda2017-12-041-0/+1
| |/ /
* | | show status of issue links in wiki pagehaseeb2017-12-041-1/+7
* | | issue note component renameSimon Knox2017-12-0415-63/+62
* | | Merge branch 'git-fsck-worker-client-prep' into 'master'Douwe Maan2017-12-041-9/+7
|\ \ \
| * | | Move SingleRepositoryWorker#fsck into Gitlab::Git::RepositoryKim "BKC" Carlbäcker2017-12-041-9/+7
| | |/ | |/|
* | | Merge branch 'zj-diverging-commit-count-no-rugged' into 'master'Robert Speicher2017-12-041-1/+1
|\ \ \
| * | | Use commit finder instead of rev parseZeger-Jan van de Weg2017-12-011-1/+1
* | | | Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan2017-12-0410-14/+113
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed bugsh-optimize-groups-apiFrancisco Lopez2017-12-041-0/+7
| * | | Moving query to base count serviceFrancisco Lopez2017-12-043-8/+4
| * | | Using map to retrieve the element ids because of some issues with mysqlFrancisco Lopez2017-12-013-4/+9
| * | | Undoing the change to ForkNetworkMemberFrancisco Lopez2017-12-011-1/+4
| * | | Comments from code review applied. Also switched forked_from_project and Fork...Francisco Lopez2017-12-019-30/+44
| * | | Code review comments appliedFrancisco Lopez2017-12-012-2/+10
| * | | More preloading improvement and added batch count servicesFrancisco Lopez2017-12-015-2/+68
| | |/ | |/|
* | | Merge branch '38862-email-notifications-not-sent-as-expected' into 'master'Douwe Maan2017-12-041-1/+12
|\ \ \
| * | | Fix watch level for mentions in descriptionSean McGivern2017-12-041-1/+12
| |/ /
* | | Merge branch '40711-fix-forking-hashed-projects' into 'master'Douwe Maan2017-12-042-8/+7
|\ \ \
| * | | Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-042-8/+7
| |/ /
* | | Add underline hover state to all linksAnnabel Dunstone Gray2017-12-0423-36/+59
* | | Added default order to UserFinderFrancisco Javier López2017-12-042-2/+6
|/ /
* | Merge branch '40286-hide-full-namespace-groups-tree' into 'master'Phil Hughes2017-12-012-2/+18
|\ \
| * | Show only group name by default and put full namespace in tooltipKushal Pandya2017-12-012-2/+18
* | | Merge branch 'backstage/gb/build-pipeline-in-a-separate-class' into 'master'Kamil Trzciński2017-12-012-44/+12
|\ \ \
| * | | Do not set pipeline source after initializationGrzegorz Bizon2017-11-301-1/+0
| * | | Merge branch 'master' into backstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-11-30968-12831/+20497
| |\ \ \
| * | | | Extract class responsible for building a pipelineGrzegorz Bizon2017-10-091-43/+12
* | | | | Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-3/+3
| |_|_|/ |/| | |
* | | | issue note storeSimon Knox2017-11-3012-34/+34
* | | | Merge branch 'winh-select2-search-padding' into 'master'Mike Greiling2017-11-301-5/+13
|\ \ \ \
| * | | | Fix padding for Select2 search fieldWinnie Hellmann2017-11-291-5/+13
* | | | | allow caching options to be specified for counting servicesBrett Walker2017-11-301-1/+7
* | | | | Merge branch '40642-members-tab-not-signed-in' into 'master'Mike Greiling2017-11-301-1/+1
|\ \ \ \ \
| * | | | | Add project_members controller when not signed in40642-members-tab-not-signed-inAnnabel Dunstone Gray2017-11-291-1/+1
* | | | | | Merge branch '13634-broadcast-message' into 'master'Tim Zallmann2017-11-302-1/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix broadcast message not showing up on login pageKushal Pandya2017-11-282-1/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-3011-61/+126
|\ \ \ \ \
| * | | | | Fix feature spec38668-revert-copied-kubernetesservice-logicShinya Maeda2017-11-281-1/+0
| * | | | | Fix static analysysShinya Maeda2017-11-282-1/+2
| * | | | | Fix unit testsShinya Maeda2017-11-281-1/+3
| * | | | | Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-1/+1
| * | | | | Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-288-28/+16