summaryrefslogtreecommitdiff
path: root/app/serializers
Commit message (Expand)AuthorAgeFilesLines
* Fix sharing localStorage with all MRsIgor2019-09-061-1/+1
* Fix wording on milestone due date today62591-fix-milestone-due-date-today-wordingAlexandru Croitor2019-09-031-5/+7
* Add pipeline.type key to PipelineEntityadd-pipeline-type-key-in-pipeline-entityShinya Maeda2019-09-031-4/+12
* Fix deployable nil exception on job controllerfix-nil-deployable-exception-on-job-controller-showShinya Maeda2019-08-301-1/+1
* Reduce the number of SQL requests on MR-showIgor2019-08-284-22/+55
* Merge branch '66037-deployment-user' into 'master'Tim Zallmann2019-08-231-1/+1
|\
| * Extract logic who created deployment into Deployment#deployed_by66037-deployment-userKrasimir Angelov2019-08-221-1/+1
* | Remove mergeTrain from FE since it's used only in EEIgor2019-08-221-1/+3
* | Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable2019-08-213-1/+11
|\ \
| * | Fix comments related to BE partIgor Drozdov2019-08-201-2/+5
| * | Improve UX multi assigness in MRSamantha Ming2019-08-203-1/+8
| |/
* | Replace finished_at with deployed_at for Deployment entity56130-deployed_atKrasimir Angelov2019-08-202-2/+2
|/
* UI for disabling group/project email notificationBrett Walker2019-08-171-0/+4
* Add finished_at to the internal API Deployment entity56130-deployment-dateKrasimir Angelov2019-08-152-1/+2
* Split MR widget into cached and non-cached serializersIgor2019-08-094-250/+281
* Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-0/+1
* Merge branch '43080-speed-up-deploy-keys' into 'master'Thong Kuah2019-08-061-3/+4
|\
| * Speed up loading and filtering deploy keys and their projectsNick Thomas2019-08-051-3/+4
* | Fix error on project nameGosia Ksionek2019-08-051-1/+1
|/
* Add can_merge option to autocomplete responseIgor2019-08-011-0/+17
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-1/+6
|\
| * Merge branch 'security-hide_moved_issue_id' into 'master'GitLab Release Tools Bot2019-07-261-1/+6
| |\
| | * Do not show moved issue ids for user not authorizedFelipe Artur2019-07-111-1/+6
* | | Prefer `flat_map` over `map` + `flatten`Peter Leitzen2019-07-261-4/+4
|/ /
* | Merge branch 'adjust-cycle-analytics-to-group-level' into 'master'Sean McGivern2019-07-185-6/+27
|\ \
| * | Add code review remarksMałgorzata Ksionek2019-07-161-1/+1
| * | Add class for group level analyticsMałgorzata Ksionek2019-07-155-6/+27
* | | Added submodule links to Submodule type in GraphQL APIIgor2019-07-174-32/+23
|/ /
* | Split and prepend CurrentBoardEntityWinnie Hellmann2019-07-122-0/+11
|/
* Extract deployment_metrics into own objectThong Kuah2019-07-081-3/+3
* Limit amount of JUnit tests returnedKamil Trzciński2019-07-031-3/+26
* Merge branch 'id-extract-widget-into-different-request' into 'master'Ash McKenzie2019-06-281-2/+6
|\
| * Extract MR's widget into a separate endpointid-extract-widget-into-different-requestIgor Drozdov2019-06-281-2/+6
* | Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-0/+1
|/
* Omit issues links in merge request entity API responseStan Hu2019-06-201-1/+4
* Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"revert-3a50fc5dKamil Trzciński2019-06-141-1/+0
* Merge branch 'ce-3861-use-serializers-for-project-group-boards' into 'master'Stan Hu2019-06-132-0/+10
|\
| * Use serialization for project boardscharlieablett2019-06-062-0/+10
* | Add doc links for confidential and locked issuesFatih Acet2019-06-061-0/+8
|/
* Abstract auto merge processesShinya Maeda2019-06-031-3/+7
* Add Pipeline IID to viewsMike Scott2019-05-301-0/+1
* Extract Ci::Build#report_artifacts into methodmc/feature/reports-downloadMatija Čupić2019-05-281-3/+4
* Rename with_all_reports to with_reportsMatija Čupić2019-05-282-4/+2
* Move JobArtifactEntity to JobArtifactReportEntityMatija Čupić2019-05-282-2/+2
* Expose report download path in build detailsMatija Čupić2019-05-282-0/+19
* Merge branch 'backstage/gb/improve-jobs-controller-performance' into 'master'57694-documentation-for-graphqlStan Hu2019-05-284-11/+39
|\
| * Expose build environment latest deployable name and pathGrzegorz Bizon2019-05-241-1/+20
| * Do not serialize deployment details for build details pageGrzegorz Bizon2019-05-242-6/+10
| * Do not serialize a deployment commit showing a jobGrzegorz Bizon2019-05-241-1/+5
| * Add specs for Gitaly calls in deployment serializationGrzegorz Bizon2019-05-241-1/+0