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
2019-06-14Merge branch 'fix-flyout-navs' into 'master'Phil Hughes
Fix sidebar flyout navigation See merge request gitlab-org/gitlab-ce!29571 (cherry picked from commit cd300323c8cc6744c46ef3f732c412226615abbf) 32c5fa99 Fix sidebar flyout navigation
2019-06-14Merge branch 'sh-speed-up-commit-loading' into 'master'Douglas Barbosa Alexandre
Speed up commit loads by disabling BatchLoader replace_methods See merge request gitlab-org/gitlab-ce!29633 (cherry picked from commit d8b361aff274e4b9c010a483add693af15b51371) 89fa2538 Speed up merge request loads by disabling BatchLoader replace_methods 18020f00 Speed up commit loads by disabling BatchLoader replace_methods
2019-06-12Merge branch 'revert-28513' into 'master'Douwe Maan
Revert "Automatically update MR merge-ref along merge status" See merge request gitlab-org/gitlab-ce!29492 (cherry picked from commit 920fa7408e1ec03900fac7aa4b139a3764968d5a) 00a273d3 Revert "Automatically update MR merge-ref along merge status"
2019-06-12Merge branch 'fix-pipeline-schedule-owner-is-nil' into 'master'Stan Hu
Fix pipeline schedule when owner is nil Closes gitlab-com/gl-infra/production#805 and #63086 See merge request gitlab-org/gitlab-ce!29477 (cherry picked from commit 74850f1f8e17d3e1e6ee21a1d1daadc6ceeeb2b4) 7ac5dfc1 Fix pipeline schedule when owner is nil
2019-06-12Merge branch 'sh-fix-utf-8-encoding-resolve-conflicts' into 'master'Dmitriy Zaporozhets
Fix UTF-8 conversion issues when resolving conflicts Closes #63062 See merge request gitlab-org/gitlab-ce!29453 (cherry picked from commit 641d332351907b77b53b0cb23ff51ccea2489824) 1edf1807 Fix UTF-8 conversion issues when resolving conflicts df650eaa Force source and target branch to binary mode
2019-06-11Merge branch 'osw-avoid-encoding-errors-on-merge-to-ref-service' into 'master'Robert Speicher
Handle encoding errors for MergeToRefService See merge request gitlab-org/gitlab-ce!29440 (cherry picked from commit d759da763279344953f206c2fbced1e2fdba99b3) 8d7fb292 Avoid encoding errors for MergeToRefService
2019-06-11Merge branch 'osw-fix-post-dep-migration-with-timeout' into 'master'Stan Hu
Avoid DB timeouts when scheduling migrations Closes #63036 See merge request gitlab-org/gitlab-ce!29437 (cherry picked from commit 9254b5d4c0cc41e552e896e16ef0bf62b5d9ae5b) 304b43a6 Avoid DB timeouts when scheduling migrations
2019-06-10Merge branch 'ac-63020-typeerror-nil-can-t-be-coerced-into-integer' into ↵Mayra Cabrera
'master' Fix nil coercion updating storage size on project statistics See merge request gitlab-org/gitlab-ce!29425 (cherry picked from commit d5e8e1ef1341c65fe9105c38b9532239462ace9d) f67e1bec Fix nil coercion updating storage size 11790387 Add a test case
2019-06-10Merge branch 'sh-revert-mr-24679' into 'master'Kamil Trzciński
Revert "Merge branch '50070-legacy-attachments' into 'master'" See merge request gitlab-org/gitlab-ce!29391
2019-06-07Merge branch 'ee-9688-fe-mr-merge-order' into 'master'Clement Ho
Backport of EE Displaying Blocking MRs See merge request gitlab-org/gitlab-ce!29095
2019-06-07Move Vue models from vue_shared to boardsMartin Hanzel
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
2019-06-07Merge branch ↵Stan Hu
'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
2019-06-07Fix migration specs using factoriesMarkus Koller
We need to stub default_git_depth and default_git_depth= because some old migrations specs try to create a record using schema before that column was introduced. The `let!` calls were executed before the `before` hook which still caused some factories to fail, so they're created in the `before` hook now as well.
2019-06-07Merge branch '51636-task-list-api-pderichs' into 'master'Sean McGivern
Add task count and completed count to responses of Issue and MR See merge request gitlab-org/gitlab-ce!28859
2019-06-07Merge branch '58297-remove-extraneous-gitaly-calls-from-md-rendering' into ↵Dmitriy Zaporozhets
'master' Remove extraneous DiffNote#supports_suggestion? calls See merge request gitlab-org/gitlab-ce!29027
2019-06-07Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński
Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
2019-06-07Merge branch '50070-legacy-attachments' into 'master'Kamil Trzciński
Migrate legacy uploads Closes #57217 See merge request gitlab-org/gitlab-ce!24679
2019-06-07Merge branch 'ce-5276-2-update-stores-for-terminal-file-sync' into 'master'Phil Hughes
[CE of Part 2] 5276 Update existing stores for file terminal sync See merge request gitlab-org/gitlab-ce!29333
2019-06-07Add task count and completed count to responses of Issue and MRPatrick Derichs
Add spec for task_completion_status Add test cases for task_completion_status result Extracted shared samples Add new spec file for task completion status response Fix style errors Add changelog entry Changed samples to Hashes Remove test for successful request Remove not nil expectation Add task_completion_status to api documentation for issues Add task_completion_status to api documentation for merge_requests Refactor spec so it just requests one specific item Add task_completion_status to Taskable Simplified task completion status in entities Refactor spec so it separates status code check and content check Fix spec description text and field name
2019-06-07Remove metrics_time_window feature flagSarah Yasonik
2019-06-07IDE trigger files change eventPaul Slaughter
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
2019-06-07Merge branch 'sh-fix-openid-connect-defaults' into 'master'Ash McKenzie
Make OpenID Connect work without requiring a name Closes #62208 See merge request gitlab-org/gitlab-ce!29312
2019-06-07Make OpenID Connect work without requiring a nameStan Hu
If there is no name argument given, OmniAuth will try to guess the name by the class name. In https://github.com/omniauth/omniauth/blob/v1.9.0/lib/omniauth/strategy.rb#L139, `OmniAuth::Strategies::OpenIDConnect` gets translated to `openidconnect`. This leads to an immediate 404 error after clicking the login button because OmniAuth can't match the current route (/users/auth/openid_connect) against the expected one (/users/auth/openidconnect). Other providers, such as Google OAuth2, set this name as the default option within the OmniAuth Strategy. Until a fix is merged upstream, let's just set the parameter ourselves. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62208
2019-06-07Removes duplicated shared_context folderMayra Cabrera
Most of the shared context are located under spec/support/shared_contexts, we only have one file under spec/support/shared_context, this MR moves it to spec/support/shared_contexts instead
2019-06-06Merge branch '59232-add-storage-counter-ce' into 'master'Phil Hughes
CE backport for Storage Counter changes Closes #59232 See merge request gitlab-org/gitlab-ce!29206
2019-06-06Add certificate valid time to pages domain tableVladimir Shushlin
Save certificate validity time for pages domains on save Fill validity time for existing pages domains in background migration
2019-06-06Add pages domains acme ordersVladimir Shushlin
Extract acme double to helper Create ACME challanges for pages domains * Create order & challange through API * save them to database * request challenge validation We're saving order and challenge as one entity, that wouldn't be correct if we would order certificates for several domains simultaneously, but we always order certificate per domain Add controller for processing acme challenges redirected from pages Don't save acme challenge url - we don't use it Validate acme challenge attributes Encrypt private_key in acme orders
2019-06-06Merge branch 'create-base-class-for-auto-merge-architecture' into 'master'Robert Speicher
Create BaseService for Auto Merge architecture See merge request gitlab-org/gitlab-ce!29120
2019-06-06Increase Jest timeout on CI to 5 secondsWinnie Hellmann
2019-06-06Add masked toggle click to frontend specmfluharty
Need to set masked to true before testing now that the default is false
2019-06-06Merge branch ↵Dmitriy Zaporozhets
'62847-url-for-the-next-request-with-pagination-is-missing-port' into 'master' Resolve "Url for the next request with pagination is missing port" Closes #62847 See merge request gitlab-org/gitlab-ce!29267
2019-06-06Merge branch '62015-add-counterpart-tae-to-the-reviewer-roulette' into 'master'Sean McGivern
Resolve "Add counterpart TAE to the reviewer roulette" Closes #62015 See merge request gitlab-org/gitlab-ce!28678
2019-06-06Add frontend specsmfluharty
Test that a regex is provided Test that it is the expected regex Test length of variable Test special character set
2019-06-06Merge branch 'fix/allow-lower-case-issue-ids' into 'master'Sean McGivern
Allow lowercase prefix for Youtrack issue ids Closes #62661 See merge request gitlab-org/gitlab-ce!29057
2019-06-06Replace upgrade with updateEnrique Alcántara
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
2019-06-06Revert "Merge branch 'pages-domain_ssl-valid-period' into 'master'"Nick Thomas
This reverts merge request !28743
2019-06-06Migrate legacy uploads to the project locationJarka Košanová
Uploads coming from AttachmentUploader need to be moved to the currently supported location (FileUploader)
2019-06-06Add certificate valid time to pages domain tableVladimir Shushlin
Save certificate validity time for pages domains on save Fill validity time for existing pages domains in background migration
2019-06-06Show Test Automation Engineer for spec/feature asLin Jen-Shin
reviewers.
2019-06-06Include the port in the URLs of the API Link headersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-06Fix migration specs using factoriesKrasimir Angelov
We need to stub default_git_depth and default_git_depth= because some old migrations specs try to create a record using schema before that column was introduced.
2019-06-06Merge branch '62706-graphql-complexity-values-are-incorrectly-doubled' into ↵Jan Provaznik
'master' Reduce GraphQL complexity for non-connection fields Closes #62706 See merge request gitlab-org/gitlab-ce!29165
2019-06-06Merge branch 'enforce-template-uniqueness' into 'master'Grzegorz Bizon
Ensure that template is used once See merge request gitlab-org/gitlab-ce!27511
2019-06-06Reformat ProjectCiCdSetting validations specsKrasimir Angelov
2019-06-06Forks get default_git_depth 0 if the origin is nilKrasimir Angelov
If the origin project has no default_git_depth set (i.e. nil) set the fork's default_git_depth to 0
2019-06-06Add doc links for confidential and locked issuesFatih Acet
With this commit, we add docs link for confidential and locked issues to note compose and edit forms
2019-06-06Ensure that template is used onceKamil Trzciński
This adds additional test that make sure that each template name is used exactly once across all folders exposed
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-06Add a New Copy Button That Works in ModalsAndrew Fontaine
This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
2019-06-06Always show "Pipelines must succeed" checkboxFabio Pitino
Before: the checkbox was hidden if builds were disabled. The checkbox should not be linked to the builds feature because they are 2 separate functionality.