summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Add GitDeduplicationService for deduplication housekeepingjc-git-deduplication-serviceJohn Cai2019-05-211-0/+90
| | | | | GitDeduplicationService performs idempotent operations on deduplicated projects.
* Merge branch 'mc/bug/pipeline-cache-invalid' into 'master'Kamil Trzciński2019-05-211-0/+1
|\ | | | | | | | | | | | | Expire pipeline cache on job update Closes #48024 See merge request gitlab-org/gitlab-ce!28432
| * Expire pipeline cache on finishmc/bug/pipeline-cache-invalidMatija Čupić2019-05-211-0/+1
| |
* | Merge branch 'bw-remove-constant-warnings' into 'master'Mayra Cabrera2019-05-211-1/+2
|\ \ | | | | | | | | | | | | Remove 'already initialized constant' warnings See merge request gitlab-org/gitlab-ce!28518
| * | Remove 'already initialized constant' warningsbw-remove-constant-warningsBrett Walker2019-05-201-1/+2
| |/
* | Merge branch '61928-remove-throttle-from-dirty-submit' into 'master'Kushal Pandya2019-05-211-28/+83
|\ \ | | | | | | | | | | | | | | | | | | Make throttling in the dirty_submit form check smarter Closes #61928 See merge request gitlab-org/gitlab-ce!28377
| * | Fix throttling issue in form dirty checking61928-remove-throttle-from-dirty-submitNathan Friend2019-05-171-28/+83
| | | | | | | | | | | | | | | | | | This commit fixes an issue that was causing the "Save changes" button to be incorrectly enabled or disabled when changes were made to a form. (Specifically, some of the subsections in the project settings pages.)
* | | Merge branch 'haml-lint-no-plain-nodes' into 'master'Jan Provaznik2019-05-211-0/+55
|\ \ \ | | | | | | | | | | | | | | | | Add HamlLint::Linter::NoPlainNodes linter See merge request gitlab-org/gitlab-ce!28265
| * | | Add HamlLint::Linter::NoPlainNodes linterhaml-lint-no-plain-nodesLuke Bennett2019-05-201-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple haml_lint linter to report all plain nodes. "Plain nodes" in HAML are scritpless plaintext leaf nodes. Add haml-lint_todo to onboard new haml linters. Excludes existing NoPlainNodes lints.
* | | | Merge branch '62066-use-batchmodelloader-for-grouptype' into 'master'Sean McGivern2019-05-211-0/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `BatchModelLoader` for GroupType Closes #62066 See merge request gitlab-org/gitlab-ce!28504
| * | | | Use BatchModelLoader for parent in GroupType62066-use-batchmodelloader-for-grouptypeBrett Walker2019-05-201-0/+32
| | | | |
* | | | | Merge branch 'repo-list-table-component' into 'master'Filipa Lacerda2019-05-211-0/+47
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added table component for file listing See merge request gitlab-org/gitlab-ce!28334
| * | | | | Added table component for files listingPhil Hughes2019-05-201-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* | | | | | Add allow_failure attribute to Job APIFabio Pitino2019-05-212-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
* | | | | | Merge branch 'revert-47e5eedc' into 'master'Grzegorz Bizon2019-05-211-27/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch '55127-add-delay-after-mr-creation-for-async-tasks-to-complete' into 'master'" See merge request gitlab-org/gitlab-ce!28492
| * | | | | | Revert "Merge branch ↵revert-47e5eedcKerri Miller2019-05-201-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '55127-add-delay-after-mr-creation-for-async-tasks-to-complete' into 'master'" This reverts merge request !27978
* | | | | | | Merge branch 'new-group-member-scb' into 'master'Phil Hughes2019-05-211-0/+17
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in new group member view Closes gitlab-ee#11026 See merge request gitlab-org/gitlab-ce!28409
| * | | | | | Resolve CE/EE diffs in new group member viewnew-group-member-scbLuke Bennett2019-05-201-0/+17
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | Merge branch 'leipert-move-pdf-js' into 'master'Mike Greiling2019-05-202-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Move to pdf.js distributed with npm See merge request gitlab-org/gitlab-ce!28156
| * | | | | Move to pdf.js distributed with npmleipert-move-pdf-jsLukas Eipert2019-05-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pdf.js is available on npm. Importing the dependency from there instead of vendoring it has certain benefits, e.g. the discoverability of updates (especially security fixes).
* | | | | | Merge branch 'sh-fix-rugged-get-tree-entries-recursive' into 'master'Douglas Barbosa Alexandre2019-05-201-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Fix recursive flag not working with Rugged get_tree_entries flag Closes #61979 See merge request gitlab-org/gitlab-ce!28494
| * | | | | | API: Fix recursive flag not working with Rugged get_tree_entries flagStan Hu2019-05-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempting to use the API endpoint /projects/:id/repository/tree?recursive=true would only return a subset of the results since the full recursive list wasn't actually being returned. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61979
* | | | | | | Merge branch 'fe-rename-vue-component-helper-ce' into 'master'Mike Greiling2019-05-2021-19/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE Port] Rename vue_component_helper to text_helper See merge request gitlab-org/gitlab-ce!28358
| * | | | | | | Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-1621-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* | | | | | | | Merge branch 'environment_terminal_methods' into 'master'Stan Hu2019-05-201-3/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Use Environment#deployment_platform method instead See merge request gitlab-org/gitlab-ce!28000
| * | | | | | | Use Environment#deployment_platform method insteadenvironment_terminal_methodsThong Kuah2019-05-201-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this method does have `deployment_platform(environment: self.name)`, which is what the form EE needs. Allows us to remove two overrides in EE.
* | | | | | | | Add backport changesSarah Groff Hennigh-Palermo2019-05-202-4/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds backport changes for ee
* | | | | | | | Merge branch 'revert-c5a9bc17' into 'master'Yorick Peterse2019-05-203-71/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'" See merge request gitlab-org/gitlab-ce!28483
| * | | | | | | | Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'"revert-c5a9bc17Ryan Cobb2019-05-203-71/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !27474
* | | | | | | | | Require time window params in metrics dashboardSarah Yasonik2019-05-201-12/+10
| | | | | | | | |
* | | | | | | | | Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+24
|/ / / / / / / /
* | | | | | | | Fix typos in the whole gitlab-ce projectYoginth2019-05-206-9/+9
| | | | | | | |
* | | | | | | | Merge branch '49517-fix-notes-import-export' into 'master'Mayra Cabrera2019-05-201-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include type to notes import / export Closes #49517 See merge request gitlab-org/gitlab-ce!28401
| * | | | | | | | Include type to notes import / export49517-fix-notes-import-exportHeinrich Lee Yu2019-05-171-2/+5
| | | | | | | | |
* | | | | | | | | Display classname JUnit attribute in report modalFabio Pitino2019-05-202-0/+3
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Create empty Vuex store for issue boardsWinnie Hellmann2019-05-203-0/+169
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'ce-6481-use-elasticsearch-indexer-in-specs' into 'master'Rémy Coutable2019-05-201-1/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE backport for "Use gitlab-elasticsearch-indexer in tests" See merge request gitlab-org/gitlab-ce!28369
| * | | | | | | CE backport for "Use gitlab-elasticsearch-indexer in tests"ce-6481-use-elasticsearch-indexer-in-specsNick Thomas2019-05-161-1/+13
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ce-57402-add-issues-statistics-api-endpoints' into 'master'Rémy Coutable2019-05-208-2265/+3262
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add issues_statistics api endpoints See merge request gitlab-org/gitlab-ce!27366
| * | | | | | | Review updates and cleanupce-57402-add-issues-statistics-api-endpointsAlexandru Croitor2019-05-172-16/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleaned issues and issues_statistics docs * Renamed param with_labels_data to with_labels_details * Added spec for N+1 check when retrieving labels from issue * Refactoed CheckAssigneesCount validation class
| * | | | | | | Add params validations and remove extra params supportAlexandru Croitor2019-05-154-32/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove label_name and milestone_title params support Add mutually_exclusive validation for author_id and author_username Add mutually_exclusive validation for assignee_id and assignee_username Add validation to allow single value for asignee_username on CE Add separate issue_stats_params helper for statistics params and reuse in issues_params.
| * | | | | | | Move issue details to from IssueBasic to Issue entityAlexandru Croitor2019-05-152-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup IssueBasic entity to keep it basic and move extra attributes to Issue entity which contains more details
| * | | | | | | Changes to issues apiAlexandru Croitor2019-05-159-2267/+3200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When issues_controller endpoint was used for search, the parameters passed to the controller were slightly different then the ones passed to API. Because the searchbar UI is reused in different places and builds the parameters passed to request in same way we need to account for old parameter names. Add issues_statistics api endpoints Adds issue_statistics api endpoints for issue lists and returns counts of issues for all, closed and opened states. Expose more label attributes based on a param When requesting issues list through API expose more attributes for labels, like color, description if with_labels_data param is being passed, avoiding this way to change response schema for users that already use API. https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
* | | | | | | | Remove remove_disabled_domains feature flagVladimir Shushlin2019-05-201-15/+0
| | | | | | | |
* | | | | | | | Setup Vue app for repository file listingPhil Hughes2019-05-2012-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* | | | | | | | Merge branch 'sh-fix-tag-push-remote-mirror' into 'master'Nick Thomas2019-05-204-66/+102
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix remote mirrors not updating after tag push Closes #51240 See merge request gitlab-org/gitlab-ce!28430
| * | | | | | | Fix remote mirrors not updating after tag pushsh-fix-tag-push-remote-mirrorStan Hu2019-05-174-66/+102
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remote mirrors were only being updated after pushes to branches, not tags. This change consolidates the functionality into Git::BaseHooksService so that both tags and branches will now update remote mirrors. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51240
* | | | | | | Use component selectors in serverless frontend testsWinnie Hellmann2019-05-194-24/+37
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch ↵Fatih Acet2019-05-171-0/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '61657-allow-report-section-list-to-not-have-redundant-status-icon' into 'master' Resolve "Allow report section list to not have redundant status icon" Closes #61657 See merge request gitlab-org/gitlab-ce!28226
| * | | | | | Allow hiding of report status icon in report item61657-allow-report-section-list-to-not-have-redundant-status-iconSam Bigelow2019-05-091-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow hiding of all report items' status icons