summaryrefslogtreecommitdiff
path: root/spec/serializers
Commit message (Collapse)AuthorAgeFilesLines
* Add specs for standalone pagination for serializersGrzegorz Bizon2017-02-061-2/+2
|
* Extend environments folders and pagination API specsGrzegorz Bizon2017-02-031-0/+83
|
* Fix typo in pipeline serializer specsGrzegorz Bizon2017-02-031-1/+1
|
* Add specs for environments serializer paginationGrzegorz Bizon2017-02-031-0/+49
|
* Return serializable hash from a represented serializerGrzegorz Bizon2017-01-277-40/+28
|
* Do not generate pipeline ref path if ref not presentGrzegorz Bizon2017-01-201-0/+12
|
* fix serializerJames Lopez2017-01-171-1/+1
|
* big refactor based on MR feedbackJames Lopez2017-01-171-1/+1
|
* fix spec failures after mergeJames Lopez2017-01-172-4/+9
|
* refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-171-1/+1
|
* Fix other spec failuresJames Lopez2017-01-171-2/+2
|
* Fix other spec failuresJames Lopez2017-01-171-2/+2
|
* added new summary serializers and refactor all of the summary stuff into ↵James Lopez2017-01-172-0/+48
| | | | separate logical classes
* Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran2017-01-161-2/+2
|\ | | | | | | | | | | | | 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-2/+2
| |
* | Update commit entity to point to valid commit pageGrzegorz Bizon2017-01-131-0/+2
|/
* Add specs for pipeline serializer with paginationGrzegorz Bizon2016-12-281-4/+87
|
* Fix Rubocop offenses in serializer entitiesGrzegorz Bizon2016-12-271-1/+1
|
* Expose stage dropdown path and title in stage entityGrzegorz Bizon2016-12-271-0/+11
|
* Add missing specs for CI pipeline stage entityGrzegorz Bizon2016-12-211-0/+40
| | | | [ci skip]
* Add missing specs for request aware entity moduleGrzegorz Bizon2016-12-211-0/+22
| | | | [ci skip]
* Rename some pipeline and build related entitiesGrzegorz Bizon2016-12-212-2/+2
| | | | [ci skip]
* Add missing specs for new pipeline related entitiesGrzegorz Bizon2016-12-213-5/+49
| | | | [ci skip]
* Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-211-0/+138
| | | | [ci skip]
* Fix pipeline detailed status serializer and entitiesGrzegorz Bizon2016-12-152-12/+13
|
* Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-151-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (73 commits) Remove pages/snippets css Remove unused bootstrap imports Shift emojis and icons styles into framework Introduce deployment services, starting with a KubernetesService Username exists check respects the relative root URL add node_modules to our eslintignore settings Remove white space between nav items fix transient timing failure adding timecop Improve build status specs contexts descriptions Add some missing tests for detailed status methods Fix wrong error message expectation in API::Commits spec resolve all instances of no-undef eslint rule violations Remove trailing blank line from Allowable module expand remaining non-explicit eslint-disable blocks and factor ... Introduce $CI_BUILD_REF_SLUG Finish refactoring grays Combining more grays Remove duplicate shades of gray and black Encode when migrating ProcessCommitWorker jobs Prevent overflow with vertical scroll when we have space to show ... ...
| * fix transient timing failure adding timecopfix/transient-failing-analytics-specJames Lopez2016-12-141-0/+8
| |
* | Add status entity prototype and expose in pipelineGrzegorz Bizon2016-12-071-0/+24
| |
* | Remove support from incremental pipeline updatesGrzegorz Bizon2016-12-011-22/+1
| |
* | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-012-10/+68
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (73 commits) Refactor JiraService by moving code out of JiraService#execute method Rename a label to fix an intermittently-failing spec Refactor the Git submodules with CI docs Add CHANGELOG entry Improve Gitlab::GitAccessWiki spec with download access checks Improve ProjectPolicy spec to check permissions when wiki is disabled Allow access to the wiki with git when repository feature disabled Refactor branch chooser in issuable form Improve the `Gitlab::OAuth::User` error message Disable the ee_compat_check task on dev Make the downtime_check task happy Revert bump in rufus-scheduler Fix comma-dangle in function's arguments errors Improvements after review Use created date from last_deployment API: Expose branch status Grapify the files API Move task helpers to a module Fixed GFM autocomplete regex Add Human Readable Timestamp to backup tar file ...
| * Merge branch 'fix/ca-no-date' into 'master' Douwe Maan2016-11-301-1/+52
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for builds with no start date throwing an error in cycle analytics events Instead of the error, we should inform that there is no start date - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24925 See merge request !7738
| | * fix rubocop warningJames Lopez2016-11-251-1/+1
| | |
| | * use an empty total time when the build has not started yet so the UI knowsJames Lopez2016-11-251-1/+23
| | |
| | * fix for builds with no start date and specJames Lopez2016-11-251-1/+30
| | |
| * | Expose timestamp in build entity used by serializerfeature/expose-timestimes-in-build-entityGrzegorz Bizon2016-11-291-9/+16
| |/
* | Merge branch 'master' into auto-pipelines-vueRegis2016-11-295-17/+9
|\ \ | |/
| * Merge branch 'zj-upgrade-grape' into 'master' Robert Speicher2016-11-254-16/+0
| |\ | | | | | | | | | | | | Update grape-entity to 0.6.0 See merge request !7491
| | * Remove tests which do not add valuezj-upgrade-grapeZ.J. van de Weg2016-11-233-12/+0
| | |
| | * Upgrade grape-entity to 0.6.0Z.J. van de Weg2016-11-231-4/+0
| | |
| * | fix rubocop warningfix/cycle-analytics-durationJames Lopez2016-11-221-1/+1
| | |
| * | fixed bug to do with calculating durationsJames Lopez2016-11-221-1/+9
| |/
* | Merge branch 'master' into auto-pipelines-vueRegis2016-11-2111-9/+213
|\ \ | |/
| * Bring back the `commit_url` as it's used by CycleAnalyticsKamil Trzcinski2016-11-181-0/+4
| |
| * Merge branch '22539-display-folders' of gitlab.com:gitlab-org/gitlab-ce into ↵Kamil Trzcinski2016-11-185-10/+10
| |\ | | | | | | | | | 22539-display-folders
| | * Do not use absolute URLS in entities use relativeGrzegorz Bizon2016-11-175-10/+10
| | |
| * | fix spec failuresfeature/cycle-analytics-eventsJames Lopez2016-11-182-2/+36
| | |
| * | refactor events facade so it uses separate classes and refactor query stuffJames Lopez2016-11-171-1/+1
| | |
| * | small refactor - removing includes no longer neededJames Lopez2016-11-171-1/+1
| | |
| * | added custom date helper and spec and fixed some unrelated spec failuresJames Lopez2016-11-171-0/+45
| | |
| * | Refactor all query config stuff into separate classes and added specsJames Lopez2016-11-172-4/+4
| | |