summaryrefslogtreecommitdiff
path: root/spec/serializers
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge request pipeline exist methodfix-merge-request-pipeline-exist-methodShinya Maeda2019-05-061-2/+2
| | | | Refactor
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-023-1/+60
| | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* Expose can_uninstall in cluster_status.jsonThong Kuah2019-04-291-0/+4
| | | | | | | | Only prometheus can be uninstalled atm, the rest will be dealt with later. Presumption is that new application types will have uninstallation implmemented at the same time.
* Use different query count expectations in EE6623-extract-ee-specific-files-lines-for-ci-spec-serializersMatija Čupić2019-04-101-2/+4
|
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+19
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-19/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+19
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-055-14/+14
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon2019-04-051-0/+10
|\ | | | | | | | | | | | | Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
| * Expose build failure reasonTiger2019-04-021-0/+10
| | | | | | | | | | We can use this to show more informative error messages with links to documentation etc.
* | Fixed test specsOswaldo Ferreira2019-04-041-2/+1
| | | | | | | | | | - added suggestions to mock data - fixed props to be not required
* | Backport EE changeexpose-mr-pipeline-parameters-for-merge-widget-ceShinya Maeda2019-04-022-0/+14
|/ | | | This is for merge request pipelines
* Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-2/+2
| | | | | | Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
* Enrich commits with full data in CommitCollectionLuke Duncalfe2019-03-221-5/+10
| | | | | | | | | | | | | | | | | | | | Allow incomplete commit records to load their full data from gitaly. Commits can be based on a Hash of data retrieved from PostgreSQL, and this data can be intentionally incomplete in order to save space. A new method #gitaly? has been added to Gitlab::Git::Commit, which returns true if the underlying data source of the Commit is a Gitaly::GitCommit. CommitCollection now has a method #enrich which replaces non-gitaly commits in place with commits from gitaly. CommitCollection#without_merge_commits has been updated to call this method, as in order to determine a merge commit we need to have parent data. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58805
* Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda2019-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
* Add attached flag to pipeline entityShinya Maeda2019-03-132-4/+19
| | | | | | | | | | | | | | | | | | Add spec Fix Fix Add changelog Drop attached Remove attached Update changelog ok
* Make all_pipelines method compatible with pipelines for merge requestsShinya Maeda2019-03-132-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it sane Include merge ref head Fix union Improve a bit Add spec remove add spec Add changelog fix coding offence Apply suggestion to spec/models/merge_request_spec.rb ok ok Fix Fix spec Fix spec fix Simplify the things Memoize OK a
* Expose merge request entity for pipelinesShinya Maeda2019-03-063-0/+112
| | | | | | | | | | | | | | | | | | | | | | | Add preload Fix ok Write tests test only postgresql ok add more test ; Improve wording Add changelog Fix
* Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-271-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Properly implement API pagination headers and add specsAdam Mulvany2019-02-212-17/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replaced part of diff file properties with diff viewerNatalia Tepluhina2019-02-151-1/+7
| | | | | | - replaced file.too_large - replaced file.text - replaced file.collapsed
* Improve the GitHub and Gitea import feature table interfaceLuke Bennett2019-02-136-0/+126
| | | | | | | | | | | These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
* Move permission check of manual actions of deploymentsShinya Maeda2019-02-082-2/+32
|
* Upgrade cluster applications, starting with runnerThong Kuah2019-02-071-0/+8
|
* Allow custom squash commit messagesLuke Duncalfe2019-02-062-3/+40
|
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-11/+28
|
* Merge branch 'cluster_status_for_ugprading' into 'master'Grzegorz Bizon2019-01-301-1/+5
|\ | | | | | | | | Expose app version to frontend See merge request gitlab-org/gitlab-ce!24791
| * Expose app version to frontendThong Kuah2019-01-311-1/+5
| |
* | Merge branch 'bw-enable-sourcepos' into 'master'Robert Speicher2019-01-281-0/+1
|\ \ | | | | | | | | | | | | Enable CommonMark source line position information See merge request gitlab-org/gitlab-ce!23971
| * | Fix review commentsBrett Walker2019-01-211-1/+2
| | | | | | | | | | | | | | | | | | including refactoring, disabling sourcepos for pipelines that don't need it, and minimizing spec changes by disabling sourcepos when not testing for it explicitly.
| * | Enable CommonMark source line position informationBrett Walker2019-01-211-1/+1
| | | | | | | | | | | | | | | | | | This adds 'data-sourcepos' to tags, indicating which line of markdown it came from. Sets the stage for intelligently manipulating specific lines of markdown.
* | | Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon2019-01-251-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
| * | Add Container Registry APIKamil Trzciński2019-01-251-1/+1
| |/ | | | | | | | | | | This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-242-2/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove unnecessary double caching (in hash and request store)dm-git-access-any-ceDouwe Maan2019-01-021-1/+1
|
* Merge branch '44984-use-serializer-for-issuable-sidebar' into 'master'Mike Greiling2018-12-214-25/+25
|\ | | | | | | | | | | | | Resolve "Create a serializer to render issuables sidebar" Closes #44984 See merge request gitlab-org/gitlab-ce!23379
| * Code style changes and refactorHeinrich Lee Yu2018-12-201-32/+6
| |
| * Add schema testsHeinrich Lee Yu2018-12-192-4/+20
| |
| * Refactor sidebar to use data from serializerHeinrich Lee Yu2018-12-192-1/+27
| |
| * Refactor issuable sidebar to have extras optionHeinrich Lee Yu2018-12-193-19/+3
| |
* | Resolve "Hide cluster features that don't work yet with Group Clusters"Mike Greiling2018-12-201-0/+30
|/
* Merge branch 'bw-fix-missing-board-milestone' into 'master'Robert Speicher2018-12-141-6/+25
|\ | | | | | | | | Fix Issue boards don't show milestone in issue details See merge request gitlab-org/gitlab-ce!23813
| * Use proper API::Entities::MilestoneBrett Walker2018-12-131-6/+25
| |
* | Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+23
|/
* Merge remote-tracking branch 'origin/master' into ↵jhampton2018-12-076-42/+71
|\ | | | | | | 20422-hide-ui-variables-by-default
| * Remove unused data from discussions endpointOswaldo Ferreira2018-12-063-41/+39
| | | | | | | | | | | | | | We don't need a series of attributes to render diff files on discussions.json request. Therefore this MR removes lots of unnecessary attributes from the request, mainly the highlighted diff lines, which are pretty expensive.
| * Resolve "Include tags into pipeline detail view"Scott Hampton2018-12-051-1/+1
| |
| * Extract code into IssueBoardEntityBrett Walker2018-12-042-0/+31
| |
* | Add specs for TriggerVariableEntityMatija Čupić2018-12-071-0/+49
|/
* SSH public-key authentication for push mirroringNick Thomas2018-11-192-0/+28
|