summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Collapse)AuthorAgeFilesLines
* Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory ↵refactor-clustersShinya Maeda2017-11-061-36/+0
| | | | name. Use ArgumentError
* Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0517-42/+136
|\
| * Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-031-0/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) Ignore SQL CACHE hits in Sherlock Fix SQL timings for the performance bar Find the LFS-objects for a fork within a the fork network Remove bottom-border from last responsive table row Add system hooks user_rename and group_rename Unlink a project from a fork network when it's source was deleted. Make sure the settings page renders when root of a fork is deleted Remove Peek's original keyboard shortcut (numpad 0, keycode 96) Add application setting to Auto DevOps docs Enable MergeableSelector in scss-lint (for !14567) Enable MergeableSelector in scss-lint (for !14055) Enable MergeableSelector in scss-lint (for !14062) Enable MergeableSelector in scss-lint (for !14398) Enable MergeableSelector in scss-lint (for !13480) Enable MergeableSelector in scss-lint (for !13473) Enable MergeableSelector in scss-lint (for !13600) Enable MergeableSelector in scss-lint Resolve ""To do" should be "Todos" on Todos list page" Avoid regenerating the ref path for the environment Remove white space at bottom of issue boards ...
| | * Merge branch 'bvl-unlink-fixes' into 'master'Douwe Maan2017-11-031-0/+4
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | This fixes some bugs related to forked projects of which the source was deleted. Closes #39667 See merge request gitlab-org/gitlab-ce!15150
| | | * Find the LFS-objects for a fork within a the fork networkBob Van Landuyt2017-11-031-0/+4
| | | |
| * | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-0212-21/+116
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...
| * | | refactor wait_for_requests, add slow_requests block helperMike Greiling2017-11-022-8/+30
| | | |
| * | | remove unused capybara_select2 helperMike Greiling2017-11-011-5/+0
| | | |
| * | | add spacing around yieldMike Greiling2017-11-011-0/+2
| | | |
| * | | make window resizing more resiliant on small screens when headless mode is offMike Greiling2017-11-011-3/+7
| | | |
| * | | fix flaky fill_in use in which return key would occasionally be intercepted ↵Mike Greiling2017-11-011-2/+2
| | | | | | | | | | | | | | | | by autocomplete
| * | | move resize option the pre-test hooks instead of post-testMike Greiling2017-11-011-3/+3
| | | |
| * | | reset browser window size between testsMike Greiling2017-11-011-0/+3
| | | |
| * | | allow inspect_request to inject request headers in order to test Sendfile ↵Mike Greiling2017-10-301-2/+2
| | | | | | | | | | | | | | | | requests in jobs_spec.rb
| * | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-2910-86/+85
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (96 commits) Fetch the merged branches at once Merging EE doc into CE Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername Add KubernetesService#default_namespace tests Revert "Merge branch '36670-remove-edit-form' into 'master'" Fix bitbucket login Remove duped tests Add path attribute to WikiFile class Make local_branches OPT_OUT Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups. Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Fix the incorrect value being used to set GL_USERNAME on hooks Resolve "Remove overzealous tooltips in projects page tabs" ...
| * | | | add InspectRequests helperMike Greiling2017-10-231-0/+15
| | | | |
| * | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-239-16/+69
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (297 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
| * | | | | add CHROME_HEADLESS environment variable to disable headless modeMike Greiling2017-10-211-1/+4
| | | | | |
| * | | | | fix trailing whitespaceMike Greiling2017-10-211-1/+0
| | | | | |
| * | | | | clear localStorage after each capybara test (global)Mike Greiling2017-10-201-0/+3
| | | | | |
| * | | | | fix rubocop (oops)Mike Greiling2017-10-201-1/+1
| | | | | |
| * | | | | add InputHelper rspec helper to simulate non-BMP character inputMike Greiling2017-10-171-0/+8
| | | | | |
| * | | | | fix shared discussion_comments examples (for realz this time!)Mike Greiling2017-10-131-23/+22
| | | | | |
| * | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-123-12/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (104 commits) Update licenses fix a wrong method call in the refactor fix a whitespace fix for discussion Update templates via: Update doc accordingly to: Cache issuable template names Fix the format of rugged alternate directory list Match full file path in FileDetector Fixes from CSS refactor Resolve "Prometheus service page shows error" Explicit state integration deletion Move all API authentication code to APIGuard Shorten example translation for inclusive language [ci-skip] add changelog fix the merger override to remove source branch add spec Removed d3.js from the users and graphs bundle Cleanup data-page attribute after each Karma test Update template description wording ...
| * | | | | | Fix trigger elements and element is not clickable at this positionJose Ivan Vargas2017-10-111-2/+2
| | | | | | |
| * | | | | | fixed shared discussion_comments exampleJose Ivan Vargas2017-10-101-9/+23
| | | | | | |
| * | | | | | fix click trigger methodMike Greiling2017-10-101-1/+1
| | | | | | |
| * | | | | | Fixed click eventsJose Ivan Vargas2017-10-091-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-098-8/+236
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
| * \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-064-2/+371
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-032-12/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-292-0/+106
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | modified clear_browser_session method to use the manage method for deleting ↵Jose Ivan Vargas2017-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cookies
| * | | | | | | | | | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-262-1/+7
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add set_cookie helperMike Greiling2017-09-221-0/+17
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-09-187-41/+117
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (97 commits) Eliminate N+1 queries in loading discussions.json endpoint Clean up read_registry scope changes Add missing import statements Improve “New project“ page description Fix notification message when admin label was modified Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Fix docs for lightweight tag creation via API Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests ...
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-139-12/+67
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Changed helper methods to use the click methodJose Ivan Vargas2017-09-122-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-057-28/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-3110-20/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-211-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-182-1/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-174-10/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add missing Capybara select2 helperStan Hu2017-08-161-0/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-167-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Bump selenium-webdriver to 3.5.0 to make Capybara work properlyStan Hu2017-08-121-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-112-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Expand Chrome window size to make specs passStan Hu2017-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix implementation of resize_window for SeleniumStan Hu2017-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-0924-51/+201
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \