summaryrefslogtreecommitdiff
path: root/spec/support/features
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-16/+16
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-1/+1
|
* Set tooltips to have default boundary viewportClement Ho2018-06-081-0/+4
|
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-12/+12
|
* Refactor discussions/notes codeJan Provaznik2018-04-031-5/+14
|
* Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne2018-04-031-14/+14
|
* Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-021-4/+1
| | | | | | There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
* Skip variables duplicates validator if variable is already a duplicateMatija Čupić2018-02-221-0/+2
|
* Improve validation message and add changelogmc/fix/project-variables-scopeKamil Trzciński2018-02-141-1/+1
|
* Add more information in variable_duplicates validator error messageMatija Čupić2018-02-131-1/+1
|
* Default CI variables to unprotected42928-default-protected-variables-to-offEric Eastwood2018-02-091-4/+4
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
* Fix duplicate CI variable feature spec failureMatija Čupić2018-02-051-1/+1
|
* Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-051-0/+269
| | | | | | | | | | | | | variables See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
* Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-241-2/+4
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+2
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Fix merge_request_specAnnabel Dunstone Gray2017-11-071-1/+1
|
* fix flaky fill_in use in which return key would occasionally be intercepted ↵Mike Greiling2017-11-011-2/+2
| | | | by autocomplete
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-231-6/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Force non diff resolved discussion to display when collapse toggledClement Ho2017-10-201-6/+23
| |
* | fix shared discussion_comments examples (for realz this time!)Mike Greiling2017-10-131-23/+22
| |
* | fixed shared discussion_comments exampleJose Ivan Vargas2017-10-101-9/+23
| |
* | fix click trigger methodMike Greiling2017-10-101-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-092-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-071-3/+3
| | | | | | | | | | | | 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.
| * Commenting on image diffsFelipe Artur2017-10-071-1/+1
| |
* | Changed helper methods to use the click methodJose Ivan Vargas2017-09-121-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-053-23/+37
|\ \ | |/
| * Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-301-1/+1
| |\ | | | | | | | | | | | | # Conflicts: # app/models/issue.rb
| * | IssueNotesRefactor: Fix broken specs.Fatih Acet2017-08-291-1/+1
| | |
| * | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-5/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
| * | | fix static_analysis (rubocop)Jarka Kadlecova2017-08-141-4/+4
| | | |
| * | | Update dropdown tests to match bootstrap one on issue page and droplab on ↵Filipa Lacerda2017-08-121-6/+16
| | | | | | | | | | | | | | | | other pages
| * | | Look for a button on issuesFilipa Lacerda2017-08-121-2/+1
| | | |
| * | | Adds type for shared note specsFilipa Lacerda2017-08-121-3/+9
| | | |
| * | | Uncomments testsFilipa Lacerda2017-08-121-8/+9
| | | |
| * | | Fix specs - delete comment is now a button instead of simple linkJarka Kadlecova2017-08-111-1/+1
| | | |
| * | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-081-0/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (481 commits) Make sure that we have author and committer disable file upload button while uploading Fix bar chart does not display label at hour 0 Fixed activity not loading on project homepage Expose noteable_iid in Note Fix fly-out width when it has long items Add a test to show that threshold 40 would corrupt Add changelog entry Raise encoding confidence threshold to 50 Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/` Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name when the project full path contains a `/` Add Italian translations of Pipeline Schedules Restrict InlineJavaScript for haml_lint to dev and test environment Incorporate Gitaly's CommitService.FindCommit RPC Move `deltas` and `diff_from_parents` logic to Gitlab::Git::Commit fix repo_edit_button_spec.js fix test failures in repo_preview_spec.js fix repo_loading_file_spec tests Refactor Gitlab::Git::Commit to include a repository use 100vh instead of flip flopping between the two - works on all suported browsers ...
| * \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-1/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
| * \ \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-4/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
| * | | | | | IssueNotesRefactor: Use `gitlab_` prefixed auth helpers.Fatih Acet2017-07-221-8/+8
| | | | | | |
| * | | | | | IssueNotesRefactor: Fix invalid tests.Fatih Acet2017-07-221-3/+3
| | | | | | |
| * | | | | | IssueNotesRefactor: Fix shared spec.Fatih Acet2017-07-211-1/+1
| | | | | | |
| * | | | | | IssueNotesRefactor: Fix reportable spec.Fatih Acet2017-07-211-1/+1
| | | | | | |
| * | | | | | IssueNotesRefactor: Fix Rspec tests.Fatih Acet2017-07-211-13/+13
| | | | | | |
* | | | | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-311-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | fix transient test failures caused by wrong dropdown triggerfix-flakesSimon Knox2017-08-281-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-161-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-2/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-091-1/+19
|\ \ \ \ \ | |/ / / /