summaryrefslogtreecommitdiff
path: root/spec/serializers/pipeline_serializer_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add attached flag to pipeline entityShinya Maeda2019-03-131-2/+2
* Make all_pipelines method compatible with pipelines for merge requestsShinya Maeda2019-03-131-3/+3
* Expose merge request entity for pipelinesShinya Maeda2019-03-061-0/+38
* Properly implement API pagination headers and add specsAdam Mulvany2019-02-211-10/+4
* Remove unnecessary double caching (in hash and request store)dm-git-access-any-ceDouwe Maan2019-01-021-1/+1
* Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-2/+2
* Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-1/+1
|\
| * remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-1/+1
* | Fix pipeline serializer queries count specsGrzegorz Bizon2018-05-301-3/+3
* | Use persisted stage feature to serialize pipelinesGrzegorz Bizon2018-05-291-0/+4
* | Reduce pipeline serialization queries when preloadedGrzegorz Bizon2018-05-241-3/+4
* | Reduce amount of expected pipeline serialization queries in specsGrzegorz Bizon2018-05-231-2/+2
|/
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-8/+13
* Increase PipelineSerializer query limit count to support new group runner que...Dylan Griffith2018-04-261-1/+1
* Fix pipeline serializer specSean McGivern2018-03-151-1/+1
* fix specsMicaël Bergeron2018-03-071-1/+0
* fix some broken specsMicaël Bergeron2018-03-061-0/+1
* Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into object-storage-e...Kamil Trzciński2018-02-281-3/+3
|\
| * Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-3/+3
* | Merge branch 'zj-multiple-artifacts-ee' into 'master'Grzegorz Bizon2018-02-281-1/+2
|/
* Fix most test failuresZeger-Jan van de Weg2017-12-031-1/+1
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-1/+1
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-031-1/+1
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-2/+8
* Prevent user from changing username with container registry tagsMichael Kozono2017-08-091-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Add a test for checking queries with different refLin Jen-Shin2017-07-191-6/+27
* Introduce Gitlab::Cache::RequestStoreWrapLin Jen-Shin2017-07-041-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-091-9/+2
* Skip loading application settings from the database when migrations are pendingNick Thomas2017-06-021-1/+1
* Merge request widget redesignFatih Acet2017-05-091-3/+3
* Review changes, used eq instead of matchuse-favicon-full-path-for-pipeline-status-faviconLuke "Jared" Bennett2017-04-171-1/+1
* Updated specsLuke "Jared" Bennett2017-04-131-1/+1
* Next roundKamil Trzcinski2017-04-061-3/+4
* Further optimise queriesKamil Trzcinski2017-04-061-1/+1
* Update tests and associationsKamil Trzcinski2017-04-061-0/+7
* Optimise includesKamil Trzcinski2017-04-061-1/+2
* Introduce endpoint optimisationsKamil Trzcinski2017-04-061-1/+1
* Define baseline for test for pipelines serializerKamil Trzcinski2017-04-061-0/+29
* Use detailed_status effectively. Remove unnecesarry context(nest). Add new co...Shinya Maeda2017-03-231-4/+2
* Add more specsShinya Maeda2017-03-231-0/+3
* with_status to represent_statusShinya Maeda2017-03-231-7/+9
* with_status to only_statusShinya Maeda2017-03-231-1/+1
* Add spec for entity and serializerShinya Maeda2017-03-231-0/+13
* Add specs for standalone pagination for serializersGrzegorz Bizon2017-02-061-2/+2
* Fix typo in pipeline serializer specsGrzegorz Bizon2017-02-031-1/+1
* Return serializable hash from a represented serializerGrzegorz Bizon2017-01-271-5/+1
* Add specs for pipeline serializer with paginationGrzegorz Bizon2016-12-281-4/+87
* Fix pipeline detailed status serializer and entitiesGrzegorz Bizon2016-12-151-6/+9