summaryrefslogtreecommitdiff
path: root/app/serializers
Commit message (Expand)AuthorAgeFilesLines
* Create PipelineDetailsEntityZ.J. van de Weg2017-05-316-43/+52
* Initial implementation for real time job viewZ.J. van de Weg2017-05-313-1/+40
* Merge branch 'rename-builds-controller' into 'master'Kamil Trzciński2017-05-314-6/+6
|\
| * Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-311-0/+1
| |\
| * \ Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-262-7/+1
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-181-0/+8
| |\ \ \
| * | | | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-174-6/+6
* | | | | Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-301-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Expose remove_source_branch boolean/nullOswaldo Ferreira2017-05-241-0/+1
| | |_|/ | |/| |
* | | | renamed path to web_url in endpointPhil Hughes2017-05-251-1/+1
* | | | Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-252-7/+9
|\ \ \ \ | |/ / /
| * | | Remove routeOswaldo Ferreira2017-05-191-6/+0
| * | | Stop loading MergeRequestEntity data on sidebar requestOswaldo Ferreira2017-05-182-1/+1
| | |/ | |/|
| * | Returns new_blob_path only when user can push_code to projectOswaldo Ferreira2017-05-161-3/+5
| * | MRWidget: Implement new design for nothing to commit state.Fatih Acet2017-05-161-0/+6
| |/
* | Added move to project in issue inline edit formPhil Hughes2017-05-171-0/+6
|/
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-4/+2
* Merge request widget redesignFatih Acet2017-05-0913-12/+218
* Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-063-6/+18
|\
| * Use update build policy instead of new play policyGrzegorz Bizon2017-05-052-2/+2
| * Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-056-0/+366
| |\
| * | Improve code style related to protected actionsGrzegorz Bizon2017-05-033-6/+6
| * | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-033-1/+14
| |\ \
| * \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-225-1/+40
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-132-5/+13
| |\ \ \ \
| * | | | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-122-2/+2
| * | | | | Check branch permission in manual action entityGrzegorz Bizon2017-04-061-0/+8
| * | | | | Expose manual action abilities from a build entityGrzegorz Bizon2017-04-061-3/+7
* | | | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-063-3/+28
* | | | | | Colorize labels in issue search fieldWinnie Hellmann2017-05-052-0/+8
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov2017-05-056-4/+358
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-046-0/+366
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge branch 'deploy-keys-load-async' into 'master' Filipa Lacerda2017-05-043-0/+31
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-042-0/+10
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-033-1/+14
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Re-wrote to match our docs - still not 100% sure but closer than it wasPhil Hughes2017-04-281-1/+3
| | | * | | | | | Merge remote-tracking branch 'origin/29667-deploy-keys' into deploy-keys-load...Jacob Schatz2017-04-273-0/+29
| | | |\ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | | * | | | | expose additional values in deploy key entity29667-deploy-keysJarka Kadlecova2017-04-071-0/+2
| | | | * | | | | Project deploy keys json end pointJarka Kadlecova2017-03-243-0/+27
| | * | | | | | | Document serializersGrzegorz Bizon2017-05-041-0/+325
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | More updates for translations plus some refactoring.Ruben Davila2017-05-032-4/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-043-1/+2
| |/ / / / / |/| | | | |
* | | | | | Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-042-0/+10
|/ / / / /
* | | | | Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-022-0/+10
|\ \ \ \ \
| * | | | | Generate fixutre for metrics pagePhil Hughes2017-04-251-1/+1
| * | | | | use represent_concise instead of separate entityPawel Chojnacki2017-04-243-15/+17
| * | | | | Cleanup duplicates in deploymentEntityDetailed and add small spec tests26914-deploy_history_data_sourcePawel Chojnacki2017-04-201-14/+1
| * | | | | Reduce the amount of data deployment endpoint returnsPawel Chojnacki2017-04-203-12/+29
| * | | | | Merge remote-tracking branch 'upstream/master' into 26914-add_deploy_history_...Pawel Chojnacki2017-04-2010-6/+63
| |\ \ \ \ \ | | |/ / / /
| * | | | | Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-282-0/+4