summaryrefslogtreecommitdiff
path: root/app/serializers
Commit message (Collapse)AuthorAgeFilesLines
* Make manual actions blockingKamil Trzcinski2017-03-061-1/+1
|
* Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-011-1/+1
|\ | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335
| * Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
* | Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
|/
* Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz2017-02-181-0/+1
|\ | | | | | | | | Small improvements for Cycle Analytics See merge request !9153
| * Restore exposure of legend property for eventsAlfredo Sumaran2017-02-101-0/+1
| |
| * Revert "Merge branch 'add-additional-checks-to-ca-data' into 'master' "Alfredo Sumaran2017-02-101-1/+0
| | | | | | | | | | This reverts commit b7c5ca499d9c26494736d92505116bbb294c63d6, reversing changes made to 9745c98bb77a1a1ddd964f58cc4d058a665eb9ee.
| * Restore exposure of legend property for eventsAlfredo Sumaran2017-02-101-0/+1
| |
* | Fix pagination headers in grouped environments APIGrzegorz Bizon2017-02-101-9/+14
|/
* Merge branch 'feature/gb/paginated-environments-api' into 'master'Rémy Coutable2017-02-082-28/+59
|\ | | | | | | | | Expose paginated environments list API endpoint See merge request !8928
| * Use `#present?` instead of `defined?` in serializersGrzegorz Bizon2017-02-072-2/+2
| |
| * Simplify implementation of environments serializerGrzegorz Bizon2017-02-071-5/+4
| |
| * Add specs for standalone pagination for serializersGrzegorz Bizon2017-02-061-3/+4
| |
| * Move serializers pagination class to separate moduleGrzegorz Bizon2017-02-063-25/+2
| | | | | | | | | | This helps to avoid conflicts with `Paginator` class that seems to be used by some bundled libs.
| * Extend environments folders and pagination API specsGrzegorz Bizon2017-02-031-1/+1
| |
| * Order environments twice in environments serializerGrzegorz Bizon2017-02-031-0/+1
| |
| * Encapsulate reused pagination component in a classGrzegorz Bizon2017-02-023-28/+42
| |
| * Use serializer to group environments into foldersGrzegorz Bizon2017-02-021-0/+39
| |
* | Fix stoppable?Kamil Trzcinski2017-02-071-1/+1
| |
* | Update changesKamil Trzcinski2017-02-061-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into 24147-delete-env-buttonKamil Trzcinski2017-02-062-1/+3
|\ \ | |/
| * Add controller test for merge requests pipelines APIGrzegorz Bizon2017-01-271-1/+2
| |
| * Return serializable hash from a represented serializerGrzegorz Bizon2017-01-271-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into 24147-delete-env-buttonKamil Trzcinski2017-01-2431-16/+473
|\ \ | |/
| * Do not generate pipeline ref path if ref not presentGrzegorz Bizon2017-01-201-4/+6
| |
| * Merge branch 'fix/refactor-cycle-analytics-stages' into 'master' Douwe Maan2017-01-184-0/+23
| |\ | | | | | | | | | | | | Refactor cycle analytics stages (1st iteration) See merge request !7647
| | * refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-171-3/+1
| | |
| | * added new summary serializers and refactor all of the summary stuff into ↵James Lopez2017-01-172-0/+10
| | | | | | | | | | | | separate logical classes
| | * fixed stage entity and added missing stage specsJames Lopez2017-01-171-2/+2
| | |
| | * added analytics stage serializer and moved some info to the stage classes ↵James Lopez2017-01-172-0/+15
| | | | | | | | | | | | from the controller
| * | Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan2017-01-181-0/+4
| |\ \ | | |/ | |/| | | | | | | Backport timetracking to CE See merge request !8195
| | * Backport backend work for time tracking.Ruben Davila2017-01-151-0/+4
| | |
| * | Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran2017-01-161-1/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | Retain original casing for build name in manual pipeline dropdown Closes #25946 See merge request !8387
| | * Retain original casing for build name in manual pipeline dropdown25946-manual-pipeline-dropdown-casingSam Rose2017-01-161-1/+1
| | |
| * | Update commit entity to point to valid commit pageGrzegorz Bizon2017-01-131-4/+4
| |/
| * Include pipeline-related resources if using relationGrzegorz Bizon2017-01-051-3/+1
| |
| * Include resources to speed up pipelines serializerGrzegorz Bizon2017-01-051-0/+2
| |
| * Add specs for pipeline serializer with paginationGrzegorz Bizon2016-12-281-2/+5
| |
| * Fix Rubocop offenses in serializer entitiesGrzegorz Bizon2016-12-271-1/+2
| |
| * Expose stage dropdown path and title in stage entityGrzegorz Bizon2016-12-271-5/+23
| |
| * Add missing specs for CI pipeline stage entityGrzegorz Bizon2016-12-211-0/+1
| | | | | | | | [ci skip]
| * Add missing specs for request aware entity moduleGrzegorz Bizon2016-12-211-6/+3
| | | | | | | | [ci skip]
| * Rename some pipeline and build related entitiesGrzegorz Bizon2016-12-214-6/+6
| | | | | | | | [ci skip]
| * Add missing specs for new pipeline related entitiesGrzegorz Bizon2016-12-213-3/+3
| | | | | | | | [ci skip]
| * Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-212-26/+38
| | | | | | | | [ci skip]
| * Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-211-0/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (367 commits) Set “Remove branch” button to default size remove unused helper method reduce common code even further to satisfy rake flay remove button class size alteration from revert and cherry pick links factor out common code to satisfy rake flay homogenize revert and cherry-pick button styles generated by commits_helper apply margin on alert banners only when there is one or more alerts Rename MattermostNotificationService back to MattermostService Rename SlackNotificationService back to SlackService Fix stage and pipeline specs and rubocop offenses Added QueryRecorder to test N+1 fix on Milestone#show Use gitlab-workhorse 1.2.1 Make 'unmarked as WIP' message more consistent Improve specs for Files API Allow unauthenticated access to Repositories Files API GET endpoints Add isolated view spec for pipeline stage partial Move test for HTML stage endpoint to controller specs Fix sizing of avatar circles; add border Fix broken test Fix broken test Changes after review ... Conflicts: app/assets/stylesheets/pages/pipelines.scss app/controllers/projects/pipelines_controller.rb app/views/projects/pipelines/index.html.haml spec/features/projects/pipelines/pipelines_spec.rb
| | * Add terminal UI and controller actionsFatih Acet2016-12-192-5/+9
| | |
| | * Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-0/+8
| | |
| * | Improve performance of Pipelines APIKamil Trzcinski2016-12-151-3/+1
| | |
| * | Fix detailed status for pipeline stage entityGrzegorz Bizon2016-12-151-1/+5
| | |