summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* Fix spec35616-move-gke-form-1st-iterationShinya Maeda2017-11-071-2/+1
|
* Merge remote-tracking branch ↵Kamil Trzcinski2017-11-0643-134/+251
|\ | | | | | | 'origin/move-kubernetes-from-service-to-clusters-page-10-2-ver' into 35616-move-gke-form-1st-iteration
| * Merge branch 'refactor-clusters' into ↵Shinya Maeda2017-11-0540-119/+155
| |\ | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| | * Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0540-119/+155
| | |\
| | | * Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-031-0/+40
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+40
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some bugs related to forked projects of which the source was deleted. Closes #39667 See merge request gitlab-org/gitlab-ce!15150
| | | | | * Make sure the settings page renders when root of a fork is deletedBob Van Landuyt2017-11-031-0/+40
| | | | | |
| | | * | | replace use of unsupported trigger method with clickMike Greiling2017-11-031-1/+1
| | | | | |
| | | * | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-023-12/+17
| | | |\ \ \ | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-021-1/+1
| | | | | |
| | | * | | scroll to top before attempting to click the "Side-by-side" buttonMike Greiling2017-11-021-3/+2
| | | | | |
| | | * | | remove out-of-date comments about webdriver compatabilityMike Greiling2017-11-021-5/+1
| | | | | |
| | | * | | add InspectRequests helper automatically to :js testsMike Greiling2017-11-022-4/+0
| | | | | |
| | | * | | add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-024-11/+0
| | | | | |
| | | * | | explicitly check innerText since selenium webdriver only looks at visible textMike Greiling2017-11-011-1/+1
| | | | | |
| | | * | | Added cookie_helper to the upload_file_specJose Ivan Vargas2017-10-311-1/+2
| | | | | |
| | | * | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-315-3/+74
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ...
| | | * | | | remove "command" key from test since it only applies on macOSMike Greiling2017-10-311-3/+3
| | | | | | |
| | | * | | | accept confirmation modal when erasing job trace in user_browses_job_spec.rbMike Greiling2017-10-311-2/+2
| | | | | | |
| | | * | | | fix set_cookie references within multi-file editor specsMike Greiling2017-10-302-2/+4
| | | | | | |
| | | * | | | 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-301-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | requests in jobs_spec.rb
| | | * | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-296-3/+120
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | | | | | | |
| | | * | | | | remove unnecessary capybara process invocationMike 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
| | | | | | | |
| | | * | | | | fix member expire calendar selection by triggering blurMike Greiling2017-10-241-0/+1
| | | | | | | |
| | | * | | | | add accept_confirm around "remove" buttonMike Greiling2017-10-241-1/+1
| | | | | | | |
| | | * | | | | fix string escaping within latex exampleMike Greiling2017-10-241-2/+2
| | | | | | | |
| | | * | | | | remove unnecessary :js option in download_specMike Greiling2017-10-231-1/+1
| | | | | | | |
| | | * | | | | add InspectRequests helperMike Greiling2017-10-231-2/+7
| | | | | | | |
| | | * | | | | Changed trigger click calls to click()Jose Ivan Vargas2017-10-232-3/+3
| | | | | | | |
| | | * | | | | add accept_confirm to specJose Ivan Vargas2017-10-231-1/+1
| | | | | | | |
| | | * | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-238-20/+19
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | | * | | | | | fix cmd+click emulation for selenium webdriverMike Greiling2017-10-131-4/+9
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-129-100/+335
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+7
| | | | | | | | | |
| | | * | | | | | | accept confirm dialog when cancelling a pipelineMike Greiling2017-10-101-1/+1
| | | | | | | | | |
| | | * | | | | | | fix race condition when visiting file blob of recently triggered file uploadMike Greiling2017-10-101-2/+3
| | | | | | | | | |
| | | * | | | | | | accept javascript confirm when testing pipeline deletionMike Greiling2017-10-091-1/+1
| | | | | | | | | |
| | | * | | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-0952-87/+122
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0621-88/+891
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | fix create_snipper and diff_notes specsJose Ivan Vargas2017-10-051-2/+2
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-031-1/+1
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) Fix bottom spacing for dropdowns that open upwards Fix linting errors in sprintf regression with product labels Hide Gollum inside Gitlab::Git::Wiki Restore User.from_gitaly Added skeleton loading paradigm to UX guide Remove those tests as they're not needed anymore Resolve "Precompiled assets with digest strings are ignored in CI" Make the `QA:Page::Project::Show` driver less brittle Change index on ci_builds to optimize Jobs Controller Add basic sprintf implementation to JavaScript Expose GitLab features to the CI runner Hide CI section markers from job trace Freeze the constant array Just allow the scheme we want! Adapt to the latest addressable behaviour Strip before passing to addressable, otherwise it's invalid Make sure we didn't blow up if URI is invalid Only update gems we need ok ...
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-032-24/+48
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | fix mattermost_slash_commandsJose Ivan Vargas2017-10-031-4/+4
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | fix export_file_specJose Ivan Vargas2017-10-031-1/+1
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | fix spec/features/projects/import_export/export_file_spec.rbJose Ivan Vargas2017-10-031-1/+1
| | | | | | | | | | | | | |