Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2018-11-08Discussions redesignFatih Acet
2018-11-08backport changes from gitlab-ee!7903Simon Knox
2018-11-08Merge branch 'fix-stuck-import-jobs-query-performance-issue' into 'master'Douwe Maan
StuckImportJobsWorker query performance optimization See merge request gitlab-org/gitlab-ce!22879
2018-11-08StuckImportJobsWorker query performance optimizationTiago Botelho
Improves the performance of fetching the enqueued projects for StuckImportJobsWorker, preventing a statement timeout.
2018-11-08Merge branch 'prevent-override-of-attr_encrypted' into 'master'Stan Hu
Prevent attr_encrypted models from being overriden Closes gitlab-ee#8234 See merge request gitlab-org/gitlab-ce!22764
2018-11-07Merge branch 'sh-paginate-bitbucket-server-imports' into 'master'Douglas Barbosa Alexandre
Paginate Bitbucket Server importer projects See merge request gitlab-org/gitlab-ce!22825
2018-11-07Prevent attr_encrypted models from being overridenStan Hu
Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb attr_encrypted expects models to have their attribute methods defined, or it will override them with standard Ruby accessors. Migration specs that rolled back the state of the database after columns were migrated to encrypted values were interfering with these definitions. To ensure that the SystemHook specs pass, we need to call `SystemHook.define_attribute_methods` to ensure that attr_encrypted sees the right methods that reflect the latest state of the database. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8234
2018-11-07Merge branch 'jira-ping-differentiate-cloud' into 'master'Sean McGivern
Usage ping - Differentiate Jira Server and Cloud Closes #51043 See merge request gitlab-org/gitlab-ce!22791
2018-11-07Paginate Bitbucket Server importer projectsStan Hu
To prevent delays in loading the page and reduce memory usage, limit the number of projects shown at 25 per page. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/50021
2018-11-07Merge branch 'bvl-patches-via-mail' into 'master'Douwe Maan
Allow to add patches to merge requests created via email Closes #40830 See merge request gitlab-org/gitlab-ce!22723
2018-11-07Usage ping - Differentiate Jira Server and CloudMario de la Ossa
2018-11-07Resolve "Issue board card design"Constance Okoghenun
2018-11-07Merge branch 'revert-45b61a9e' into 'master'Nick Thomas
Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'" See merge request gitlab-org/gitlab-ce!22875
2018-11-07Allow limiting quick actions to executeBob Van Landuyt
Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed.
2018-11-07Apply patches when creating MR via emailBob Van Landuyt
This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
2018-11-07Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern
Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
2018-11-07Merge branch 'max_retries_when' into 'master'Grzegorz Bizon
Allow to configure when to retry builds Closes gitlab-runner#3515 See merge request gitlab-org/gitlab-ce!21758
2018-11-07Merge branch 'triggermesh-phase1-knative' into 'master'Grzegorz Bizon
Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
2018-11-07Merge branch 'dm-api-merge-requests-index-merged-at' into 'master'Sean McGivern
Expose {closed,merged}_{at,by} in merge requests API index Closes #52031 See merge request gitlab-org/gitlab-ce!22806
2018-11-07Merge branch 'diff-expand-all-button' into 'master'Filipa Lacerda
Show expand all button on merge request diffs Closes #51737 See merge request gitlab-org/gitlab-ce!22873
2018-11-07Merge branch 'fix-environment-status-in-merge-request-widget' into 'master'Sean McGivern
Fix environment status in merge request widget Closes #51120 and #25140 See merge request gitlab-org/gitlab-ce!22799
2018-11-07Merge branch '43521-keep-personal-emails-private' into 'master'Douwe Maan
Adds option to override commit email Closes #43521 See merge request gitlab-org/gitlab-ce!22560
2018-11-07Merge branch 'touchup-ci-normalizer' into 'master'Grzegorz Bizon
Touchup Normalizer implementation See merge request gitlab-org/gitlab-ce!22872
2018-11-07Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into ↵Douwe Maan
'master'" This reverts merge request !22526
2018-11-07fix merge conflictMarkus Doits
2018-11-07Merge branch 'refactor-snippets-finder' into 'master'Douwe Maan
Rewrite SnippetsFinder to improve performance Closes #52639 See merge request gitlab-org/gitlab-ce!22606
2018-11-07Add submodule update API endpointFrancisco Javier López
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
2018-11-07Show expand all button on merge request diffsPhil Hughes
This restores the behaviour of showing the expand all button on diffs even when only a single file is collapsed. Previously the button would only show when all files are collapsed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
2018-11-07Merge branch 'tc-index-uploads-file-store' into 'master'Andreas Brandl
Enhance performance of counting local Uploads Closes gitlab-ee#6070 See merge request gitlab-org/gitlab-ce!22522
2018-11-07User can keep their commit email privateTiago Botelho
The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.
2018-11-07change forgotten constant in spec to match codeMarkus Doits
2018-11-07handle old retry format in build (possibly saved in database)Markus Doits
2018-11-07fix failing specs due to latest changesMarkus Doits
2018-11-07refactoring after latest feedbackMarkus Doits
2018-11-07fix wrong retry error messagesMarkus Doits
2018-11-07refactor validations to a Entry::Retry classMarkus Doits
2018-11-07add a test that checks that retry when values in documentation are validMarkus Doits
2018-11-07refactor for hopefully lower cognitive complexityMarkus Doits
before: - Method `validate_retry` has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. - Method `validate_retry_max` has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. - Method `validate_retry_when` has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
2018-11-07fix allowed keys validator to use correct attribute as error base?Markus Doits
2018-11-07add specs for create pipeline service and new retry when featureMarkus Doits
2018-11-07update job config validator to validate new retry syntaxMarkus Doits
2018-11-07Return untouched hash if no job is parallelizedMatija Čupić
2018-11-07fix some spec wording and valuesMarkus Doits
2018-11-07refactor retry logic to define any reason and more than one reason to retryMarkus Doits
2018-11-07add `retry_failure?` option and use it to decide if to retry a build failureMarkus Doits
2018-11-07add an option when to retry a build (unused yet)Markus Doits
2018-11-07allow retries to be a hashMarkus Doits
- when it is a hash, retries max count is assumed to be at hash[:max] - when it is an integer, this is the max count (as before)
2018-11-07Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan
Comment on any expanded diff line on MRs See merge request gitlab-org/gitlab-ce!22398
2018-11-07Copy changes for abuse clarityJeremy Watson
2018-11-07Merge branch 'ee-1012-assign-code-owner-as-approver' into 'master'Grzegorz Bizon
(EE Port) Assign approvers based on code owners See merge request gitlab-org/gitlab-ce!22513