summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | flash message broken in rspec but already covered by repo_service_spec.jsMike Greiling2017-10-302-2/+0
| | | | | | |
| | * | | | | fix set_cookie references within ref_switcher_spec.rbMike Greiling2017-10-301-1/+3
| | | | | | |
| | * | | | | allow inspect_request to inject request headers in order to test Sendfile ↵Mike Greiling2017-10-302-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | requests in jobs_spec.rb
| | * | | | | add accept_confirm around attempts to revoke personal access tokensMike Greiling2017-10-301-2/+2
| | | | | | |
| | * | | | | add accept_confirm when attempting to stop an environment in ↵Mike Greiling2017-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | widget_deployments_spec.rb
| | * | | | | fix page render issues on contribution calendar while tests are runMike Greiling2017-10-301-1/+1
| | | | | | |
| | * | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-29236-2988/+4828
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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" ...
| | * | | | | | accept modal confirm dialog when deleting noteMike Greiling2017-10-291-1/+1
| | | | | | | |
| | * | | | | | fix rubocop violationMike Greiling2017-10-291-1/+1
| | | | | | | |
| | * | | | | | remove unnecessary capybara process invocationMike Greiling2017-10-261-1/+1
| | | | | | | |
| | * | | | | | fix use of unsupported webdriver feature "network_requests"Mike Greiling2017-10-261-2/+4
| | | | | | | |
| | * | | | | | accept modal confirm dialog when disabling 2FAMike Greiling2017-10-261-1/+1
| | | | | | | |
| | * | | | | | update all status_code calls to use new inspect_requests helperMike Greiling2017-10-261-6/+7
| | | | | | | |
| | * | | | | | use click instead of send(:return) so that open select dropdowns are blurredMike Greiling2017-10-261-1/+1
| | | | | | | |
| | * | | | | | remove unnecessary use of url_blacklist overrideMike Greiling2017-10-261-1/+0
| | | | | | | |
| | * | | | | | fix select2 commands in user_edits_merge_request_spec.rbMike Greiling2017-10-261-2/+3
| | | | | | | |
| | * | | | | | add accept_confirm around "destroy/revoke" buttonsMike Greiling2017-10-241-2/+2
| | | | | | | |
| | * | | | | | fix member expire calendar selection by triggering blurMike Greiling2017-10-241-0/+1
| | | | | | | |
| | * | | | | | add accept_confirm around "remove" buttonMike Greiling2017-10-241-1/+1
| | | | | | | |
| | * | | | | | add accept_confirm around "delete tag" buttonMike Greiling2017-10-241-1/+1
| | | | | | | |
| | * | | | | | add accept_confirm around "delete comment" buttonMike Greiling2017-10-241-1/+1
| | | | | | | |
| | * | | | | | correct the issues list count for label:none filterMike Greiling2017-10-241-1/+1
| | | | | | | |
| | * | | | | | slow down requests for dropzone uploads to avoid race conditionsMike Greiling2017-10-241-0/+8
| | | | | | | |
| | * | | | | | remove unneeded accept headerMike Greiling2017-10-241-4/+0
| | | | | | | |
| | * | | | | | fix issue in which enter key from fill_in command was intercepted by ↵Mike Greiling2017-10-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | autocomplete code
| | * | | | | | fix body scrollTop referencesMike Greiling2017-10-241-2/+2
| | | | | | | |
| | * | | | | | fix string escaping within latex exampleMike Greiling2017-10-241-2/+2
| | | | | | | |
| | * | | | | | fix race condition when loading labels in filter barMike Greiling2017-10-241-1/+1
| | | | | | | |
| | * | | | | | remove unnecessary :js option in download_specMike Greiling2017-10-231-1/+1
| | | | | | | |
| | * | | | | | add InspectRequests helperMike Greiling2017-10-232-2/+22
| | | | | | | |
| | * | | | | | Changed trigger click calls to click()Jose Ivan Vargas2017-10-233-5/+7
| | | | | | | |
| | * | | | | | add accept_confirm to specJose Ivan Vargas2017-10-231-1/+1
| | | | | | | |
| | * | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-23155-1327/+4845
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | * | | | | | | explicitly specify search for hidden elementMike Greiling2017-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci-skip]
| | * | | | | | | 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-203-8/+3
| | | | | | | | |
| | * | | | | | | fix rubocop (oops)Mike Greiling2017-10-203-6/+6
| | | | | | | | |
| | * | | | | | | clear localstorage between testsMike Greiling2017-10-191-0/+4
| | | | | | | | |
| | * | | | | | | add InputHelper rspec helper to simulate non-BMP character inputMike Greiling2017-10-172-5/+20
| | | | | | | | |
| | * | | | | | | fix cmd+click emulation for selenium webdriverMike Greiling2017-10-131-4/+9
| | | | | | | | |
| | * | | | | | | accept javascript confirm dialog on admin delete label linkMike Greiling2017-10-131-1/+1
| | | | | | | | |
| | * | | | | | | Add accept_confirm for admin_users_impersonation_tokens_specJose Ivan Vargas2017-10-131-1/+1
| | | | | | | | |
| | * | | | | | | route around issue with trailing quotes in issue filters (see ↵Mike Greiling2017-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab-org/gitlab-ce#39121)
| | * | | | | | | fix shared discussion_comments examples (for realz this time!)Mike Greiling2017-10-133-25/+24
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-1263-646/+1738
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 assignment to hidden inputMike Greiling2017-10-121-1/+1
| | | | | | | | | |
| | * | | | | | | | ensure delete option is visible before attempting to click on itMike Greiling2017-10-121-1/+4
| | | | | | | | | |
| | * | | | | | | | fix element click methodsMike Greiling2017-10-121-2/+2
| | | | | | | | | |
| | * | | | | | | | Fix trigger elements and element is not clickable at this positionJose Ivan Vargas2017-10-113-11/+13
| | | | | | | | | |