summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* Don't perform a JS request when deleting a membership.bvl-refresh-member-listing-on-removalBob Van Landuyt2017-11-131-0/+16
|
* Add feature spec for IngressEric Eastwood2017-11-071-16/+60
|
* Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-083-5/+7
|\
| * Merge branch '39878-commit-pipeline-reads-wrong-key' into 'master'Tim Zallmann2017-11-071-0/+7
| |\ | | | | | | | | | | | | | | | | | | Fix commit pipeline showing wrong status Closes #39878 See merge request gitlab-org/gitlab-ce!15238
| | * Fix commit pipeline showing wrong status39878-commit-pipeline-reads-wrong-keyFilipa Lacerda2017-11-071-0/+7
| | |
| * | Merge branch 'fix/import-export-arguments' into 'master'Douwe Maan2017-11-071-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix arguments error on Import/Export fetch_ref method Closes #39541 See merge request gitlab-org/gitlab-ce!15241
| | * | Fix arguments error on Import/Export fetch_ref methodJames Lopez2017-11-071-0/+0
| | |/ | | | | | | | | | Added unit test and updated integration spec to test for this as well.
| * | Merge branch 'multi-file-editor-separate-commits-call' into 'master'Filipa Lacerda2017-11-071-5/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | Multi-file editor fetch log data from a different endpoint Closes #38360 See merge request gitlab-org/gitlab-ce!15132
| | * fixed specsPhil Hughes2017-11-061-5/+0
| | |
* | | Add feature spec for app installationShinya Maeda2017-11-081-0/+42
|/ /
* | 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
| | | | | | | | | |