summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Alias the lfs_enabled methodlfs-project-attribute-aliasCindy Pallares2018-10-221-1/+1
| | | | | | | | We currently check for `project.lfs_enabled` to display the state of lfs being enabled/disabled, but this is set to nil by default, even when lfs is enabled. Aliasing the method to #lfs_enabled? will return the correct state.
* Merge branch 'ce-52112-fix-review-apps-cleanup-ce' into 'master'Nick Thomas2018-10-222-41/+98
|\ | | | | | | | | Improve HelmClient and KubernetesClient See merge request gitlab-org/gitlab-ce!22375
| * Improve automated Review Apps cleanupce-52112-fix-review-apps-cleanup-ceRémy Coutable2018-10-222-41/+98
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'mr-creation-source-project-filtering' into 'master'Filipa Lacerda2018-10-221-0/+25
|\ \ | | | | | | | | | | | | | | | | | | Fixed source projects not filtering Closes #52728 See merge request gitlab-org/gitlab-ce!22515
| * | Fixed source projects not filteringPhil Hughes2018-10-221-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | Filtering source projects in the merge request creation form would show a flash error because it is trying to filter remotely to an undefined URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728
* | | Merge branch 'refactor-cluster-create-service-spec' into 'master'Dmitriy Zaporozhets2018-10-222-75/+87
|\ \ \ | | | | | | | | | | | | | | | | Move shared examples into the only file where used (Clusters::CreateService spec) See merge request gitlab-org/gitlab-ce!22407
| * | | Move shared examples into the only file where usedrefactor-cluster-create-service-specThong Kuah2018-10-172-75/+87
| | | | | | | | | | | | | | | | | | | | This will make it easier to perform in place adjustments, etc for future MRs involving group clusters.
* | | | Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master'Grzegorz Bizon2018-10-222-28/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop allow overflow option duration in numbers Closes #52284 See merge request gitlab-org/gitlab-ce!22246
| * | | | Fix specdrop-allow_overflow-option-duration_in_numbersShinya Maeda2018-10-181-2/+2
| | | | |
| * | | | Drop `allow_overflow` option in `TimeHelper.duration_in_numbers`Shinya Maeda2018-10-181-26/+9
| | | | |
* | | | | Merge branch 'improve-specs-for-ci-processbuildservice' into 'master'Grzegorz Bizon2018-10-221-155/+77
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve specs for Ci::ProcessBuildService Closes #52279 See merge request gitlab-org/gitlab-ce!22254
| * | | | | Simplify the specimprove-specs-for-ci-processbuildserviceShinya Maeda2018-10-181-104/+97
| | | | | |
| * | | | | Improve specs for Ci::ProcessBuildServiceShinya Maeda2018-10-181-161/+90
| |/ / / /
* | | | | Merge branch '52559-applications-api-get-delete' into 'master'Rémy Coutable2018-10-222-7/+85
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Applications API endpoints for listing and deleting entries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296
| * | | | | Code stylingJB Vasseur2018-10-181-1/+1
| | | | | |
| * | | | | Test ApplicationsFinder !22296JB Vasseur2018-10-181-0/+22
| | | | | |
| * | | | | Use have_gitlab_http_status following best practices !22296JB Vasseur2018-10-151-11/+11
| | | | | |
| * | | | | Non-authenticated user test should not have user passed in the API call !22296JB Vasseur2018-10-121-2/+2
| | | | | |
| * | | | | Differentiate test application valuesJB Vasseur2018-10-121-1/+1
| | | | | |
| * | | | | Hit the databaseJB Vasseur2018-10-111-2/+2
| | | | | |
| * | | | | Fix unauthorized user tests and add non-authenticated user testsJB Vasseur2018-10-111-3/+19
| | | | | |
| * | | | | Fix testsJB Vasseur2018-10-111-5/+7
| | | | | |
| * | | | | Support GET /applications and DELETE /applications/:id endpoints #52559JB Vasseur2018-10-111-0/+38
| | | | | |
* | | | | | Frontend: Review app changesFilipa Lacerda2018-10-223-37/+200
| | | | | |
* | | | | | Remove base64 encoding from files that contain plain textJacques Erasmus2018-10-221-23/+17
| | | | | |
* | | | | | Merge branch '52690-clean-up-windows-scroll-in-job-spec-test' into 'master'Filipa Lacerda2018-10-221-27/+9
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove window scroll in features/project/job_spec Closes #52690 See merge request gitlab-org/gitlab-ce!22512
| * | | | | Remove window scroll in features/project/job_specSteve Azzopardi2018-10-221-27/+9
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have some tests that execute `execute_script "window.scrollTo(0,0)"` which is not needed since we are just checking the dom, which end up in a some slower tests. Move the `before` block for `when job starts environment` sub contextes to one block since all of the are the same. Some formatting fixes to be consistent. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52690
* | | | | Merge branch 'use-raw-file-format' into 'master'Grzegorz Bizon2018-10-2217-18/+2552
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add RAW file format which is used to store security reports Closes gitlab-ee#7996 See merge request gitlab-org/gitlab-ce!22365
| * | | | Make all legacy security reports to use raw formatuse-raw-file-formatKamil Trzciński2018-10-1617-18/+2552
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This introduces and uses `:raw` format for all legacy reports, the ones that do not have yet proper parsers on Backend - Raw format is needed to make Frontend be able to parse reports, without the need of decompressing, - This also extends fixtures to seed security reports with database, even though parser code is part of EE
* | | | | Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉2018-10-191-41/+38
| | | | |
* | | | | Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher2018-10-191-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
| * | | | | Harden a specNick Thomas2018-10-191-0/+3
| | | | | |
* | | | | | Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-195-7/+7
| | | | | |
* | | | | | Merge branch '51955-change-single-item-breadcrumbs-to-page-titles' into 'master'Annabel Dunstone Gray2018-10-191-2/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Change single-item breadcrumbs to page titles" Closes #51955 See merge request gitlab-org/gitlab-ce!22155
| * | | | | | Change single-item breadcrumbs to page titlesDmitriy Zaporozhets2018-10-191-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'jivl-fix-bar-char-transient-spec-failure' into 'master'Filipa Lacerda2018-10-191-6/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix transient failure from the bar_chart.vue component Closes gitlab-ee#8062 See merge request gitlab-org/gitlab-ce!22495
| * | | | | | | Fix transient failure from the bar_chart.vue componentJose Vargas2018-10-191-6/+0
| | | | | | | |
* | | | | | | | Merge branch 'gt-remove-empty-spec-describe-blocks' into 'master'Clement Ho2018-10-193-14/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove empty spec describe blocks Closes #52842 See merge request gitlab-org/gitlab-ce!22451
| * | | | | | | Remove empty spec describe blocksGeorge Tsiolis2018-10-183-14/+0
| | | | | | | |
* | | | | | | | Update used version of Runner Helm Chart to 0.1.34Tomasz Maczukin2018-10-191-3/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'ccr/43034_issues_controller_100_queries' into 'master'Douglas Barbosa Alexandre2018-10-192-5/+78
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add preload for routes and namespaces for issues controller. Closes #43034 See merge request gitlab-org/gitlab-ce!21651
| * | | | | | | Add preload in issues controllerChantal Rollison2018-10-182-5/+78
| | | | | | | |
* | | | | | | | Change markdown header tab anchor links to buttonsGeorge Tsiolis2018-10-197-20/+20
| | | | | | | |
* | | | | | | | Merge branch 'mr-file-tree-inline-fluid-width-fix' into 'master'Filipa Lacerda2018-10-191-0/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed merge request fill tree not respecting fluid width Closes #52916 See merge request gitlab-org/gitlab-ce!22487
| * | | | | | | | Fixed merge request fill tree not respecting fluid widthPhil Hughes2018-10-191-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where the merge request fill tree would not respect the users fluid width preference. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
* | | | | | | | | Merge branch 'bvl-remove-forked-project-link' into 'master'Sean McGivern2018-10-1922-155/+153
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove ForkedProjectLink model Closes #38883 See merge request gitlab-org/gitlab-ce!22226
| * | | | | | | | | Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-1922-155/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the `ForkedProjectLink` model that has been replaced by the `ForkNetworkMember` and `ForkNetwork` combination. All existing relations have been adjusted to use these new models. The `forked_project_link` table has been dropped. The "Forks" count on the admin dashboard has been updated to count all `ForkNetworkMember` rows and deduct the number of `ForkNetwork` rows. This is because now the "root-project" of a fork network also has a `ForkNetworkMember` row. This count could become inaccurate when the root of a fork network is deleted.
* | | | | | | | | | Correctly process Bamboo API resultsAlex Lossent2018-10-191-1/+2
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bamboo API returns an array of results as per https://docs.atlassian.com/atlassian-bamboo/REST/6.2.5/#d2e786
* | | | | | | | | Catch `RedirectionTooDeep` Exception in webhooksHeinrich Lee Yu2018-10-192-1/+27
| | | | | | | | |
* | | | | | | | | Merge branch 'ac-review-app-changes-33418' into 'master'Nick Thomas2018-10-195-0/+131
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Expose changed URLs in MR ci_environments_status See merge request gitlab-org/gitlab-ce!22228