summaryrefslogtreecommitdiff
path: root/spec/features/projects/commit
Commit message (Collapse)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
|
* Fix commit pipeline showing wrong status39878-commit-pipeline-reads-wrong-keyFilipa Lacerda2017-11-071-0/+7
|
* replace use of unsupported trigger method with clickMike Greiling2017-11-031-1/+1
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-021-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Lets try with trigger('click')Tim Zallmann2017-10-301-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-291-1/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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" ...
| * Fix failing testsFilipa Lacerda2017-10-191-1/+0
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-092-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-072-2/+2
| | | | | | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* | fix diff_notes_specJose Ivan Vargas2017-10-031-2/+2
|/
* Fixes commit comments in side-by-side diff viewcommit-side-by-side-commentPhil Hughes2017-09-271-0/+36
| | | | | | | | | | This was caused by the `notes` global class not existing when the `file_comment_button` code is run. The notes class was used to check if the diff is currently in parallel view or not. To get around this I've added a check into the `file_comment_button` JS to check if the view is currently parallel or not. Closes #38117
* Replace the 'project/commits/revert.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-181-0/+56
|
* Merge branch 'replace_spinach_user_lookup.feature' into 'master'Robert Speicher2017-08-301-27/+0
|\ | | | | | | | | Replace 'project/user_lookup.feature' spinach test with an rspec analog See merge request !13863
| * Replace 'project/user_lookup.feature' spinach test with an rspec analogblackst0ne2017-08-301-27/+0
| |
* | Fix a transient failure in mini_pipeline_graph_specrs-transient-mini-pipeline-graph-failureRobert Speicher2017-08-281-14/+4
|/ | | | | | | | This spec failed reliably with a specific run order (see issue), the reasons for which are still unknown. This simplification resolves the failure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34323
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-273-3/+3
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-064-6/+6
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-293-4/+4
|
* Remove implicit dependency on `gitlab_sign_in` assigning `@user`rs-login_asRobert Speicher2017-06-191-2/+3
| | | | | | | | We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-194-4/+4
|
* use full caps RSS instead of rssAlexis Reigel2017-05-241-4/+4
|
* atom links with rss token instead of private tokenAlexis Reigel2017-05-241-4/+4
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-222-3/+3
|
* Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-2/+4
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-212-3/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-0/+55
|
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-0/+1
|
* Show public RSS feeds to anonymous usersMichael Kozono2017-02-281-0/+27
|
* Merge branch 'route-map' into 'master' Robert Speicher2017-02-071-0/+89
|\ | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
| * Add feature specsDouwe Maan2017-02-061-9/+0
| |
| * Add testsDouwe Maan2017-02-062-0/+98
| |
* | Fix broken testsFilipa Lacerda2017-02-031-1/+1
|/
* Changes after reviewFilipa Lacerda2016-12-211-5/+7
| | | | | | Fix broken test Remove spinach tests for the builds tab
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Fix tests failuresKamil Trzcinski2016-06-071-2/+2
|
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-1/+1
|
* Fix error on commit builds page when no builds yetGrzegorz Bizon2016-04-251-0/+27
Closes #15509