summaryrefslogtreecommitdiff
path: root/spec/serializers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kt/bug/fix-revision-and-size-for-container-registry' into 'master'Grzegorz Bizon2017-10-181-1/+1
|\ | | | | | | | | | | | | Add short_revision and use total_size Closes #39203 See merge request gitlab-org/gitlab-ce!14917
| * Add short_revision and use total_sizeKamil Trzcinski2017-10-171-1/+1
| |
* | Make sure we always return an array of hierarchiesBob Van Landuyt2017-10-131-0/+9
| | | | | | | | Even when we pass an array of only a single object
* | Use polymorphism for common attributes in `GroupChildEntity`Bob Van Landuyt2017-10-121-1/+10
| |
* | Fix spinach featuresBob Van Landuyt2017-10-111-1/+0
| | | | | | | | And several other failures
* | Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-105-6/+60
|\ \ | |/
| * Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate2017-10-101-1/+1
| |
| * Add a project forks spec helperBob Van Landuyt2017-10-071-5/+5
| | | | | | | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
| * Merge branch 'master' into ↵Shinya Maeda2017-10-071-0/+13
| |\ | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * Improve specs for pipeline failure reason presenterGrzegorz Bizon2017-10-051-0/+13
| | | | | | | | | | | | | | | Conflicts: app/presenters/ci/pipeline_presenter.rb
| * | Merge branch 'master' into ↵Shinya Maeda2017-10-053-10/+84
| |\ \ | | |/ | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | Add serializers testsKamil Trzcinski2017-10-042-0/+41
| | |
* | | Optimize finding a membership for a user to avoid extra queriesBob Van Landuyt2017-10-051-2/+2
| | |
* | | Force parents to be preloaded for building a hierarchyBob Van Landuyt2017-10-051-4/+4
| | |
* | | Replace `full_path`, `path` & `web_url` with a single `relative_path`Bob Van Landuyt2017-10-041-4/+2
| | |
* | | Use same response-body in groups-dashboard as we do for group-homeBob Van Landuyt2017-10-041-0/+16
| | |
* | | Include `can_leave` for a groupBob Van Landuyt2017-10-041-0/+6
| | |
* | | Allow filtering children for a groupBob Van Landuyt2017-10-041-2/+45
| | | | | | | | | | | | | | | When fetching children for a group with a filter, we will search all nested groups for results and render them in an expanded tree
* | | Merge group hierarchies when parents are sharedBob Van Landuyt2017-10-041-0/+43
| | |
* | | Render group children using the same entityBob Van Landuyt2017-10-041-1/+74
| | |
* | | Add serializer for group childrenBob Van Landuyt2017-10-041-0/+15
| |/ |/|
* | Merge branch '31050-registry-image-lists' into 'master'Grzegorz Bizon2017-10-042-0/+84
|\ \ | | | | | | | | | | | | | | | | | | Lazy load and paginate registry image list Closes #31050 See merge request gitlab-org/gitlab-ce!14303
| * | Add serializer matchersKamil Trzcinski2017-10-022-0/+84
| | |
* | | Merge branch '36876-mr-show-json-controller-perf-improvements' into 'master'Douwe Maan2017-10-041-10/+0
|\ \ \ | |_|/ |/| | | | | | | | Reduce method calls while evaluating Projects::MergeRequestsController#show.json See merge request gitlab-org/gitlab-ce!14285
| * | Reduce method calls while evaluating Projects::MergeRequestsController#show.json36876-mr-show-json-controller-perf-improvementsOswaldo Ferreira2017-10-041-10/+0
| |/
* | Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-033-4/+4
| |
* | Add spec for Repository#ff_merge (ported from EE)Valery Sizov2017-09-191-1/+2
|/
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-2/+8
|
* Merge branch '29943-environment-folder' into 'security-9-5'Kamil Trzciński2017-09-071-0/+4
| | | | | Do not use `location.pathname` when accessing environments folders See merge request !2147
* Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-041-0/+51
|\
| * Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-121-6/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) fix confidential border issue as well as confidential styles leaking on new MR Migrate force push check to Gitaly Add option to disable project export on instance Better categorize test coverage results Add option to disable project export on instance - db changes Better caching and indexing of broadcast messages Include the `is_admin` field in the `GET /users/:id` API when current user is an admin Document rspec-retry and rspec-flaky Fix cop description Retrieve and sync flaky specs report from and to S3 Use a new RspecFlakyListener to detect flaky specs Fix formatting of patch_versions.md [skip ci] Enable Timecop safe mode Show error message for API 500 error in tests, and Fix merge request diff deserialisation when too_large was absent Delete correct key from `session` after authenticating using U2F Bumps omniauth-ldap gem version to 2.0.4 Pending delete projects no longer return 500 error in Admins projects view Do not run the `ee_compat_check` job for stableish branches Update gitlab.po: Missing 'r' in "Fouché" that comes from "Fourcher" verb. ...
| * | Use UserNoteEntity instead of UserEntity for notesJarka Kadlecova2017-08-111-0/+51
| | |
* | | Add config_source to ci_pipelinesZeger-Jan van de Weg2017-08-311-1/+1
| |/ |/| | | | | | | | | | | Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
* | Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-6/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Prevent user from changing username with container registry tagsMichael Kozono2017-08-091-1/+1
|
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-1/+1
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0212-17/+17
|
* Merge branch '35338-deploy-keys-should-not-show-pending-delete-projects' ↵Sean McGivern2017-07-261-1/+3
|\ | | | | | | | | | | | | | | | | into 'master' Pending delete projects should now show in deploy keys Closes #35338 See merge request !13088
| * Pending delete projects should not show in deploy keys35338-deploy-keys-should-not-show-pending-delete-projectsTiago Botelho2017-07-251-1/+3
| |
* | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-254-10/+44
|\ \ | | | | | | | | | | | | | | | | | | Implement "Block pipelines on protected branches" Closes #30634, #34616, and #33130 See merge request !11910
| * | Add a test for checking queries with different refLin Jen-Shin2017-07-191-6/+27
| | |
| * | Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-183-7/+16
| | |
| * | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-172-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (638 commits) Simplify background migrations stealing code Expire cached user IDs that can see the performance after 5 minutes Promote visibility level helpers from Group to Namespace Fix off-by-one error in background migration retries Recover from all exceptions when stealing bg migration Fix label creation from new list for subgroup projects move click handler to button. when on the icon it wasn't triggered in firefox Fix incorrect AWS ELB metrics. Fix wrong link to docs in docs styleguide Update issue-related docs Refactor groups docs Add subgroups limitations to Pages docs Update Google launcher details Split docs on IP whitelist for monitoring access Update health check docs Bump fog-core to 1.44.3 and fog providers' plugins to latest Introduce have_gitlab_http_status Remove Repository#search_files Update Pipeline's badge count in Merge Request and Commits view to match real-time content Fixes the user order being overriden in the autocomplete controller ...
| * | Introduce Gitlab::Cache::RequestStoreWrapLin Jen-Shin2017-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that we cache the result of UserAccess#can_push_or_merge_to_branch? in RequestStore, avoiding querying ProtectedBranch over and over for the list of pipelines (i.e. in PipelineSerializer) I don't think this is ideal because I don't like the idea of RequestStore in general, but this is the easiest way to cache it without changing the architecture. In the future we should cache more explicitly rather than this kind of global store.
| * | Update tests due to permission changesLin Jen-Shin2017-07-043-6/+10
| | |
* | | Fix target project merge request link on build pagefix/gb/fix-build-merge-request-link-to-fork-projectGrzegorz Bizon2017-07-211-2/+2
| | |
* | | Fix invalid assertions in build details entity specsGrzegorz Bizon2017-07-201-5/+5
| | |
* | | Improve build details serializable entity specsGrzegorz Bizon2017-07-201-5/+5
| | |
* | | Fix job merge request link to a forked source projectGrzegorz Bizon2017-07-191-17/+66
| |/ |/|