summaryrefslogtreecommitdiff
path: root/spec/serializers
Commit message (Expand)AuthorAgeFilesLines
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-144-9/+27
* Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon2017-06-144-15/+61
|\
| * Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-133-2/+27
| * Rename BuildEntity to JobEntityKamil Trzcinski2017-06-132-13/+34
* | Do not expose internal artifacts hash in build entityfix/gb/remove-invalid-build-details-exposureGrzegorz Bizon2017-06-131-1/+1
|/
* Merge branch 'use-request-store-helper-instead-actual-code' into 'master'Douwe Maan2017-06-121-9/+2
|\
| * Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-091-9/+2
* | Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-6/+26
|/
* Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable2017-06-071-22/+39
|\
| * Implement ability to update deploy keysAlexander Randa2017-06-021-22/+39
* | Fix test failuresKamil Trzcinski2017-06-032-3/+3
* | Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeKamil Trzcinski2017-06-022-1/+7
|\ \
| * | Skip loading application settings from the database when migrations are pendingNick Thomas2017-06-021-1/+1
| * | Pipeline show view real time header sectionFilipa Lacerda2017-06-021-0/+6
| |/
* | Add user to BuildDetailsEntityZ.J. van de Weg2017-06-022-3/+5
* | Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeZ.J. van de Weg2017-06-012-2/+16
|\ \ | |/
| * Merge branch 'master' into 'trigger-source'Grzegorz Bizon2017-05-313-12/+16
| |\
| * | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-2/+2
* | | Rename build to jobZ.J. van de Weg2017-06-011-2/+2
* | | Incorporate reviewZ.J. van de Weg2017-05-314-7/+38
* | | Create PipelineDetailsEntityZ.J. van de Weg2017-05-314-67/+144
* | | Initial implementation for real time job viewZ.J. van de Weg2017-05-312-0/+53
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-311-1/+5
|\ \
| * | Fix build entity specs related to protected actionsGrzegorz Bizon2017-05-311-1/+5
| |/
* | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-181-0/+17
|\ \ | |/
| * Returns new_blob_path only when user can push_code to projectOswaldo Ferreira2017-05-161-0/+17
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-172-11/+11
|/
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-102-2/+2
* Merge request widget redesignFatih Acet2017-05-0911-10/+200
* Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-062-3/+28
|\
| * Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-051-0/+38
| |\
| * \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-032-9/+13
| |\ \
| * \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-021-0/+0
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-222-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-131-0/+38
| |\ \ \ \ \
| * | | | | | Fix manual action entity specsGrzegorz Bizon2017-04-121-1/+2
| * | | | | | Expose manual action abilities from a build entityGrzegorz Bizon2017-04-061-2/+26
* | | | | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-061-0/+8
* | | | | | | Colorize labels in issue search fieldWinnie Hellmann2017-05-051-0/+46
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-033-9/+13
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-021-9/+7
| |\ \ \ \ \
| | * | | | | use represent_concise instead of separate entityPawel Chojnacki2017-04-241-26/+0
| | * | | | | Cleanup duplicates in deploymentEntityDetailed and add small spec tests26914-deploy_history_data_sourcePawel Chojnacki2017-04-202-10/+30
| | * | | | | Reduce the amount of data deployment endpoint returnsPawel Chojnacki2017-04-201-1/+1
| | * | | | | Merge remote-tracking branch 'upstream/master' into 26914-add_deploy_history_...Pawel Chojnacki2017-04-209-13/+78
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-281-0/+4
| * | | | | | Merge branch 'add-tanuki-ci-status-favicons' into 'master' Sean McGivern2017-05-021-0/+6
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Added testLuke "Jared" Bennett2017-04-251-0/+6
| | | |/ / / | | |/| | |
| * | | | | Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+0
| |/ / / /
* | | | | Fixed some spinach & rspec testsPhil Hughes2017-04-281-1/+8